@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 follows" ; foaf:primaryTopic sioc:follows . 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" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of follows" . dc:format "text/n3" ; dcterms:title "Notation3 description of follows" . dc:format "text/plain" ; dcterms:title "NTriples description of follows" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of follows" . dc:format "text/turtle" ; dcterms:title "Turtle description of follows" . sioc: a owl:Ontology, owl:Thing ; dcterms:title "SIOC Core Ontology Namespace"@en . sioc:follows a owl:ObjectProperty ; rdfs:label "follows"@en ; rdfs:comment "Indicates that one UserAccount follows another UserAccount (e.g. for microblog posts or other content item updates)."@en ; rdfs:domain sioc:UserAccount ; rdfs:isDefinedBy sioc: ; rdfs:range sioc:UserAccount . sioc:UserAccount a owl:Class ; rdfs:label "User Account"@en . [] a ov:RequestedDocument ; dcterms:source .