@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbc:	<http://dbpedia.org/resource/Category:> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
dbc:Articles_with_example_Lisp_code	rdf:type	skos:Concept .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbc:Articles_with_example_Lisp_code	owl:sameAs	dbc:Articles_with_example_Lisp_code ;
	skos:prefLabel	"Articles with example Lisp code"@en .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbc:Articles_with_example_Lisp_code	rdfs:label	"Articles with example Lisp code"@en .
@prefix prov:	<http://www.w3.org/ns/prov#> .
dbc:Articles_with_example_Lisp_code	prov:wasDerivedFrom	<http://en.wikipedia.org/wiki/Category:Articles_with_example_Lisp_code?oldid=1159409230&ns=14> .
@prefix dbp:	<http://dbpedia.org/property/> .
@prefix dbt:	<http://dbpedia.org/resource/Template:> .
dbc:Articles_with_example_Lisp_code	dbp:wikiPageUsesTemplate	dbt:Category_redirect .