@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://rdfs.org/sioc/> .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
ns1:ns	foaf:topic	sioc:part_of .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sioc:has_part	owl:inverseOf	sioc:part_of .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
sioc:part_of	rdf:type	owl:ObjectProperty ,
		owl:DeprecatedProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:part_of	rdfs:label	"part of"@en ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"A resource that the subject is a part of."@en ;
	owl:versionInfo	"This property is deprecated. Use dcterms:isPartOf from the Dublin Core ontology instead." ;
	owl:inverseOf	sioc:has_part .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/rdfs.org/sioc/> .
sioc:part_of	wdrs:describedby	ns7:ns .