@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sioc: . owl:ObjectProperty a rdfs:Class ; rdfs:label "ObjectProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of usergroup of" ; foaf:primaryTopic sioc:usergroup_of . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:comment a rdf:Property ; rdfs:label "comment" . rdfs:domain a rdf:Property ; rdfs:label "domain" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:range a rdf:Property ; rdfs:label "range" . owl:inverseOf a rdf:Property ; rdfs:label "inverseOf" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of usergroup of" . dc:format "text/n3" ; dcterms:title "Notation3 description of usergroup of" . dc:format "text/plain" ; dcterms:title "NTriples description of usergroup of" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of usergroup of" . dc:format "text/turtle" ; dcterms:title "Turtle description of usergroup of" . sioc: a owl:Ontology, owl:Thing ; dcterms:title "SIOC Core Ontology Namespace"@en . sioc:Space a owl:Class ; rdfs:label "Space"@en . sioc:Usergroup a owl:Class ; rdfs:label "Usergroup"@en . sioc:has_usergroup a owl:ObjectProperty ; rdfs:label "has usergroup"@en . sioc:usergroup_of a owl:ObjectProperty ; rdfs:label "usergroup of"@en ; rdfs:comment "A Space that the Usergroup has access to."@en ; rdfs:domain sioc:Usergroup ; rdfs:isDefinedBy sioc: ; rdfs:range sioc:Space ; owl:inverseOf sioc:has_usergroup . [] a ov:RequestedDocument ; dcterms:source .