@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sioc:has_owner	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:has_owner	rdfs:label	"has owner"@en ;
	rdfs:range	sioc:UserAccount ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"A UserAccount that this resource is owned by."@en ;
	owl:inverseOf	sioc:owner_of .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns5:	<http://kingsley.idehen.net/about/id/entity/http/rdfs.org/sioc/> .
sioc:has_owner	wdrs:describedby	ns5:ns .
sioc:owner_of	owl:inverseOf	sioc:has_owner .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns7:	<http://rdfs.org/sioc/> .
ns7:ns	foaf:topic	sioc:has_owner .