@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:has_modifier .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sioc:has_modifier	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:has_modifier	rdfs:label	"has modifier"@en ;
	rdfs:range	sioc:UserAccount ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"A UserAccount that modified this resource (e.g. Item, Container, Space)."@en ;
	owl:inverseOf	sioc:modifier_of .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/rdfs.org/sioc/> .
sioc:has_modifier	wdrs:describedby	ns7:ns .
sioc:modifier_of	owl:inverseOf	sioc:has_modifier .