@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 modifier" ; foaf:primaryTopic sioc:has_modifier . 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: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 has modifier" . dc:format "text/n3" ; dcterms:title "Notation3 description of has modifier" . dc:format "text/plain" ; dcterms:title "NTriples description of has modifier" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of has modifier" . dc:format "text/turtle" ; dcterms:title "Turtle description of has modifier" . sioc: a owl:Ontology, owl:Thing ; dcterms:title "SIOC Core Ontology Namespace"@en . sioc:UserAccount a owl:Class ; rdfs:label "User Account"@en . sioc:has_modifier a owl:ObjectProperty ; rdfs:label "has modifier"@en ; rdfs:comment "A UserAccount that modified this resource (e.g. Item, Container, Space)."@en ; rdfs:isDefinedBy sioc: ; rdfs:range sioc:UserAccount ; owl:inverseOf sioc:modifier_of . sioc:modifier_of a owl:ObjectProperty ; rdfs:label "modifier of"@en . [] a ov:RequestedDocument ; dcterms:source .