@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . owl:Class a rdfs:Class ; rdfs:label "Class" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Ordered Collection" ; foaf:primaryTopic skos:OrderedCollection . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:subClassOf a rdf:Property ; rdfs:label "subClassOf" . skos:definition a rdf:Property, owl:AnnotationProperty ; rdfs:label "definition"@en . skos:scopeNote a rdf:Property, owl:AnnotationProperty ; rdfs:label "scope note"@en . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Ordered Collection" . dc:format "text/n3" ; dcterms:title "Notation3 description of Ordered Collection" . dc:format "text/plain" ; dcterms:title "NTriples description of Ordered Collection" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Ordered Collection" . dc:format "text/turtle" ; dcterms:title "Turtle description of Ordered Collection" . a owl:Ontology ; dcterms:title "SKOS Vocabulary"@en . skos:Collection a owl:Class ; rdfs:label "Collection"@en . skos:OrderedCollection a owl:Class ; rdfs:label "Ordered Collection"@en ; rdfs:isDefinedBy ; rdfs:subClassOf skos:Collection ; skos:definition "An ordered collection of concepts, where both the grouping and the ordering are meaningful."@en ; skos:scopeNote "Ordered collections can be used where you would like a set of concepts to be displayed in a specific order, and optionally under a 'node label'."@en . [] a ov:RequestedDocument ; dcterms:source .