@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:subscriber_of .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sioc:has_subscriber	owl:inverseOf	sioc:subscriber_of .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
sioc:subscriber_of	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:subscriber_of	rdfs:label	"subscriber of"@en ;
	rdfs:domain	sioc:UserAccount ;
	rdfs:range	sioc:Container ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"A Container that a UserAccount is subscribed to."@en ;
	owl:inverseOf	sioc:has_subscriber ;
	rdfs:seeAlso	sioc:feed .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/rdfs.org/sioc/> .
sioc:subscriber_of	wdrs:describedby	ns7:ns .