@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 link" ; foaf:primaryTopic sioc:link . 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" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of link" . dc:format "text/n3" ; dcterms:title "Notation3 description of link" . dc:format "text/plain" ; dcterms:title "NTriples description of link" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of link" . dc:format "text/turtle" ; dcterms:title "Turtle description of link" . sioc: a owl:Ontology, owl:Thing ; dcterms:title "SIOC Core Ontology Namespace"@en . sioc:link a owl:ObjectProperty ; rdfs:label "link"@en ; rdfs:comment "A URI of a document which contains this SIOC object."@en ; rdfs:isDefinedBy sioc: . [] a ov:RequestedDocument ; dcterms:source .