@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://www.w3.org/2000/01/> .
@prefix schema:	<http://schema.org/> .
ns1:rdf-schema	rdf:type	schema:CreativeWork .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:rdf-schema	foaf:topic	rdfs:domain ,
		rdfs:range ,
		rdfs:Container ,
		rdfs:Datatype ,
		rdfs: ,
		rdfs:seeAlso ,
		rdfs:ContainerMembershipProperty ,
		rdfs:isDefinedBy ,
		rdfs:member ,
		rdfs:comment ,
		rdfs:Resource ,
		rdfs:Literal ,
		rdfs:Class ,
		rdfs:subClassOf ,
		rdfs:subPropertyOf ,
		rdfs:label .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:rdf-schema	owl:sameAs	rdfs:this .
@prefix void:	<http://rdfs.org/ns/void#> .
ns1:rdf-schema	void:sparqlEndpoint	<http://kingsley.idehen.net/sparql/> ;
	schema:url	ns1:rdf-schema .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/2000/01/> .
ns1:rdf-schema	schema:mainEntity	ns7:rdf-schema .
@prefix ns8:	<http://vocab.deri.ie/void#> .
@prefix ns9:	<http://kingsley.idehen.net/about/id/http/www.w3.org/2000/01/> .
ns9:rdf-schema	ns8:inDataset	ns1:rdf-schema .