@prefix dc: . @prefix dcterms: . @prefix exif: . @prefix foaf: . @prefix ov: . @prefix rdf: . @prefix rdfs: . rdf:Property a rdfs:Class ; rdfs:label "Property" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Width" ; foaf:primaryTopic exif:width . 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:label a rdf:Property ; rdfs:label "label" . rdfs:subPropertyOf a rdf:Property ; rdfs:label "subPropertyOf" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Width" . dc:format "text/n3" ; dcterms:title "Notation3 description of Width" . dc:format "text/plain" ; dcterms:title "NTriples description of Width" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Width" . dc:format "text/turtle" ; dcterms:title "Turtle description of Width" . exif:length a rdf:Property ; rdfs:label "Length"@en . exif:width a rdf:Property ; rdfs:label "Width"@en ; rdfs:comment "Width of an object"@en ; rdfs:subPropertyOf exif:length . [] a ov:RequestedDocument ; dcterms:source .