@prefix rdf: . @prefix holding: . @prefix bf: . @prefix bibo: . @prefix cc: . @prefix daia: . @prefix dct: . @prefix dso: . @prefix ecpo: . @prefix foaf: . @prefix frbr: . @prefix gr: . @prefix org: . @prefix owl: . @prefix rdaa: . @prefix rdam: . @prefix rdac: . @prefix rdai: . @prefix rdfs: . @prefix schema: . @prefix service: . @prefix skos: . @prefix ssso: . @prefix vann: . @prefix voaf: . @prefix xsd: . gr:Location a owl:Class ; rdfs:isDefinedBy ; rdfs:label "Location"@en ; owl:equivalentClass schema:Place . dso:DocumentService a owl:Class ; rdfs:isDefinedBy ; rdfs:label "DocumentService" . ecpo:Chronology a owl:Class ; rdfs:isDefinedBy ; rdfs:label "Chronology"@en . cc:license ; dct:creator "Carsten Klee", "Jakob Voß" ; dct:description "A vocabulary to express (library) holdings in RDF" ; dct:modified "2015-12-08"^^xsd:date ; dct:title "Holding Ontology"@en ; vann:preferredNamespacePrefix "holding" ; vann:preferredNamespaceUri "http://purl.org/ontology/holding#" ; a voaf:Vocabulary, owl:Ontology ; rdfs:label "Holding Ontology"@en ; owl:versionInfo "0.1.2+35" . holding:Agent a owl:Class ; rdfs:comment "Use one of bf:Agent or foaf:Agent"@en ; rdfs:label "Agent"@en ; owl:unionOf (bf:Agent foaf:Agent schema:Organization schema:Person rdac:Agent ) . holding:Document a owl:Class ; rdfs:comment "Use one of bibo:Document, foaf:Document, bf:Work or bf:Instance"@en ; rdfs:label "Document"@en ; owl:unionOf (bibo:Document foaf:Document bf:Work bf:Instance schema:CreativeWork ) . holding:Item a owl:Class ; rdfs:comment "Use one of bf:HeldItem frbr:Item rdac:Item"@en ; rdfs:label "Item"@en ; owl:unionOf (bf:HeldItem frbr:Item rdac:Item ) . holding:broaderExemplar a owl:ObjectProperty ; rdfs:comment "Relates a document to an item that contains an exemplar of the document as part."@en ; rdfs:domain holding:Document ; rdfs:label "broader exemplar"@en ; rdfs:range holding:Item ; rdfs:seeAlso rdai:containedInItem ; owl:inverseOf holding:broaderExemplarOf . holding:broaderExemplarOf a owl:ObjectProperty ; rdfs:comment "Relates an item to a document which is partly exemplified by the item."@en ; rdfs:domain holding:Item ; rdfs:label "broader exemplar of"@en ; rdfs:range holding:Document ; rdfs:seeAlso rdai:containsItem ; owl:inverseOf holding:broaderExemplar . holding:collectedBy a owl:ObjectProperty ; rdfs:comment "Relates a document and/or item to an agent who collects it."@en ; rdfs:domain [ a owl:Class ; owl:unionOf (holding:Document holding:Item ) ] ; rdfs:label "collected by"@en ; rdfs:range holding:Agent ; rdfs:seeAlso rdai:collector ; owl:inverseOf holding:collects . holding:collects a owl:ObjectProperty ; rdfs:comment "Relates an agent to a document and/or item that is collected by the agent."@en ; rdfs:domain holding:Agent ; rdfs:label "collects"@en ; rdfs:range [ a owl:Class ; owl:unionOf (holding:Document holding:Item ) ] ; rdfs:seeAlso rdai:collectorOf ; owl:inverseOf holding:collectedBy . holding:exemplar a owl:ObjectProperty ; rdfs:comment "Relates a document to an item that is an exemplar of the document."@en ; rdfs:domain holding:Document ; rdfs:label "has exemplar"@en ; rdfs:range holding:Item ; rdfs:seeAlso frbr:exemplar, rdam:exemplarOfManifestation ; owl:inverseOf holding:exemplarOf . holding:exemplarOf a owl:ObjectProperty ; rdfs:comment "Relates an item to the document that is exemplified by the item."@en ; rdfs:domain holding:Item ; rdfs:label "is examplar of"@en ; rdfs:range holding:Document ; rdfs:seeAlso bf:holdingFor, rdai:manifestationExemplified ; owl:inverseOf holding:exemplar . holding:heldBy a owl:ObjectProperty ; rdfs:comment "Relates an item to an agent who holds the item."@en ; rdfs:domain holding:Item ; rdfs:label "held by"@en ; rdfs:range holding:Agent ; rdfs:seeAlso bf:heldBy, rdai:currentOwner, rdai:owner ; rdfs:subPropertyOf holding:collectedBy ; owl:inverseOf holding:holds . holding:holds a owl:ObjectProperty ; rdfs:comment "Relates an agent to an item which the agent holds."@en ; rdfs:domain holding:Agent ; rdfs:label "holds"@en ; rdfs:range holding:Item ; rdfs:seeAlso rdaa:currentOwnerOf, rdaa:ownerOf ; rdfs:subPropertyOf holding:collects ; owl:inverseOf holding:heldBy . holding:label a owl:DatatypeProperty ; rdfs:comment "A call number, shelf mark or similar label of an item"@en ; rdfs:domain holding:Item ; rdfs:label "label"@en ; rdfs:range rdfs:Literal ; rdfs:seeAlso bf:label, bf:shelfMark, gr:hasStockKeepingUnit, rdai:identifierForTheItem, schema:name, schema:sku ; rdfs:subPropertyOf dct:identifier . holding:narrowerExemplar a owl:ObjectProperty ; rdfs:comment "Relates a document to an item that is an exemplar of a part of the document."@en ; rdfs:domain holding:Document ; rdfs:label "narrower exemplar"@en ; rdfs:range holding:Item ; rdfs:seeAlso rdai:containsItem ; owl:inverseOf holding:narrowerExemplarOf . holding:narrowerExemplarOf a owl:ObjectProperty ; rdfs:comment "Relates an item to a document which is partly exemplified by the item."@en ; rdfs:domain holding:Item ; rdfs:label "narrower exemplar of"@en ; rdfs:range holding:Document ; rdfs:seeAlso rdai:containedInItem ; owl:inverseOf holding:narrowerExemplar .