@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . rdf:List a rdfs:Class ; rdfs:label "List" . rdf:Property a rdfs:Class ; rdfs:label "Property" . owl:FunctionalProperty a rdfs:Class ; rdfs:label "FunctionalProperty" . owl:ObjectProperty a rdfs:Class ; rdfs:label "ObjectProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of has member list" ; foaf:primaryTopic skos:memberList . 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" . skos:definition a rdf:Property, owl:AnnotationProperty ; rdfs:label "definition"@en . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of has member list" . dc:format "text/n3" ; dcterms:title "Notation3 description of has member list" . dc:format "text/plain" ; dcterms:title "NTriples description of has member list" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of has member list" . dc:format "text/turtle" ; dcterms:title "Turtle description of has member list" . a owl:Ontology ; dcterms:title "SKOS Vocabulary"@en . skos:OrderedCollection a owl:Class ; rdfs:label "Ordered Collection"@en . skos:memberList a rdf:Property, owl:FunctionalProperty, owl:ObjectProperty ; rdfs:label "has member list"@en ; rdfs:comment """For any resource, every item in the list given as the value of the skos:memberList property is also a value of the skos:member property."""@en ; rdfs:domain skos:OrderedCollection ; rdfs:isDefinedBy ; rdfs:range rdf:List ; skos:definition "Relates an ordered collection to the RDF list containing its members."@en . [] a ov:RequestedDocument ; dcterms:source .