@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 has scope" ; foaf:primaryTopic sioc:has_scope . 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" . owl:inverseOf a rdf:Property ; rdfs:label "inverseOf" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of has scope" . dc:format "text/n3" ; dcterms:title "Notation3 description of has scope" . dc:format "text/plain" ; dcterms:title "NTriples description of has scope" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of has scope" . dc:format "text/turtle" ; dcterms:title "Turtle description of has scope" . sioc: a owl:Ontology, owl:Thing ; dcterms:title "SIOC Core Ontology Namespace"@en . sioc:Role a owl:Class ; rdfs:label "Role"@en . sioc:has_scope a owl:ObjectProperty ; rdfs:label "has scope"@en ; rdfs:comment "A resource that this Role applies to."@en ; rdfs:domain sioc:Role ; rdfs:isDefinedBy sioc: ; owl:inverseOf sioc:scope_of . sioc:scope_of a owl:ObjectProperty ; rdfs:label "scope of"@en . [] a ov:RequestedDocument ; dcterms:source .