@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
sioc:Item	owl:disjointWith	sioc:Role .
sioc:Community	owl:disjointWith	sioc:Role .
sioc:Container	owl:disjointWith	sioc:Role .
sioc:Space	owl:disjointWith	sioc:Role .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
sioc:Role	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:Role	rdfs:label	"Role"@en ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"A Role is a function of a UserAccount within a scope of a particular Forum, Site, etc."@en ;
	owl:disjointWith	sioc:Usergroup ,
		sioc:Container ,
		sioc:Space ,
		sioc:Item ,
		sioc:UserAccount .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns5:	<http://kingsley.idehen.net/about/id/entity/http/rdfs.org/sioc/> .
sioc:Role	wdrs:describedby	ns5:ns .
sioc:User	owl:disjointWith	sioc:Role .
sioc:Usergroup	owl:disjointWith	sioc:Role .
sioc:has_function	rdfs:range	sioc:Role .
sioc:has_scope	rdfs:domain	sioc:Role .
sioc:function_of	rdfs:domain	sioc:Role .
sioc:scope_of	rdfs:range	sioc:Role .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns7:	<http://rdfs.org/sioc/> .
ns7:ns	foaf:topic	sioc:Role .
sioc:UserAccount	owl:disjointWith	sioc:Role .