@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sioc: . owl:TransitiveProperty a rdfs:Class ; rdfs:label "TransitiveProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of later version" ; foaf:primaryTopic sioc:later_version . 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 later version" . dc:format "text/n3" ; dcterms:title "Notation3 description of later version" . dc:format "text/plain" ; dcterms:title "NTriples description of later version" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of later version" . dc:format "text/turtle" ; dcterms:title "Turtle description of later version" . sioc: a owl:Ontology, owl:Thing ; dcterms:title "SIOC Core Ontology Namespace"@en . sioc:earlier_version a owl:TransitiveProperty ; rdfs:label "earlier version"@en . sioc:later_version a owl:TransitiveProperty ; rdfs:label "later version"@en ; rdfs:comment "Links to a later (newer) revision of this Item or Post."@en ; rdfs:domain sioc:Item ; rdfs:isDefinedBy sioc: ; rdfs:range sioc:Item ; owl:inverseOf sioc:earlier_version . sioc:Item a owl:Class ; rdfs:label "Item"@en . [] a ov:RequestedDocument ; dcterms:source .