@base . @prefix rdf: . @prefix rdfs: . @prefix dcam: <../../dc/dcam/> . @prefix dc: <../../dc/elements/1.1/> . @prefix dcterms: <../../dc/terms/> . @prefix dcmitype: <../../dc/dcmitype/> . @prefix skos: . @prefix cld: <.> . @prefix cdtype: <../cdtype/> . @prefix freq: <../freq/> . @prefix accmeth: <../accmeth/> . @prefix accpol: <../accpol/> . <.> dcterms:creator [ rdfs:label "Dublin Core Collection Description Working Group" ] ; dcterms:modified "2013-06-26"^^dcterms:W3CDTF ; dcterms:title "The Collection Description Terms"@en ; skos:changeNote "2013-08-20: added missing VES, CDType."@en . cld:AccrualMethod a dcam:VocabularyEncodingScheme, skos:ConceptScheme ; rdfs:comment "A set of methods by which items are added to a collection."@en ; rdfs:isDefinedBy <.> ; rdfs:label "Collection Description Accrual Method Vocabulary"@en ; rdfs:seeAlso , <../accmeth/> . cld:AccrualPolicy a dcam:VocabularyEncodingScheme, skos:ConceptScheme ; rdfs:comment "A set of policies governing the addition of items are added to a collection."@en ; rdfs:isDefinedBy <.> ; rdfs:label "Collection Description Accrual Policy Vocabulary"@en ; rdfs:seeAlso , <../accpol/> . cld:CDType a dcam:VocabularyEncodingScheme, skos:ConceptScheme ; rdfs:comment "A set of types of collection description."@en ; rdfs:isDefinedBy <.> ; rdfs:label "Collection Description Type Vocabulary"@en ; rdfs:seeAlso , <../cdtype/> . cld:Frequency dc:description "The Collection Description Frequency Vocabulary is based on the set of codes used for publication frequency in the MARC 21 Concise Format for Holdings Data."@en ; a dcam:VocabularyEncodingScheme, skos:ConceptScheme ; rdfs:comment "A set of frequencies with which a repeatable event occurs.."@en ; rdfs:isDefinedBy <.> ; rdfs:label "Collection Description Frequency Vocabulary"@en ; rdfs:seeAlso , <../freq/>, . cld:RKMS-ISO8601 rdfs:comment "Instances of this datatype are dates or periods of time represented as literals according to the rules specified in Recordkeeping Metadata Schema Extension to ISO8601."@en ; rdfs:isDefinedBy <.> ; rdfs:label "Recordkeeping Metadata Schema Extension to ISO8601"@en ; rdfs:seeAlso . cld:associatedCollection a rdf:Property ; rdfs:comment "A second collection that is associated with the current collection."@en ; rdfs:domain dcmitype:Collection ; rdfs:isDefinedBy <.> ; rdfs:label "Associated Collection"@en ; rdfs:range dcmitype:Collection ; rdfs:subPropertyOf dc:relation . cld:catalogueOrIndex a rdf:Property ; rdfs:comment "A catalogue for, or index of, the collection."@en ; rdfs:domain dcmitype:Collection ; rdfs:isDefinedBy <.> ; rdfs:label "Catalogue or Index"@en ; rdfs:range cdtype:CatalogueOrIndex, dcmitype:Collection ; rdfs:subPropertyOf dc:description . cld:dateItemsCreated a rdf:Property ; rdfs:comment "A range of dates over which the individual items within the collection were created."@en ; rdfs:domain dcmitype:Collection ; rdfs:isDefinedBy <.> ; rdfs:label "Date Items Created"@en ; rdfs:subPropertyOf dc:date . cld:describedCollection a rdf:Property ; rdfs:comment "A collection that is described by the current collection."@en ; rdfs:domain cdtype:CatalogueOrIndex, dcmitype:Collection ; rdfs:isDefinedBy <.> ; rdfs:label "Described Collection"@en ; rdfs:range dcmitype:Collection ; rdfs:subPropertyOf dc:relation . cld:isAccessedVia a rdf:Property ; rdfs:comment "A service that provides access to the items within the collection."@en ; rdfs:domain dcmitype:Collection ; rdfs:isDefinedBy <.> ; rdfs:label "Is Accessed Via"@en ; rdfs:range dcmitype:Service ; rdfs:subPropertyOf dc:relation . cld:isLocatedAt a rdf:Property ; rdfs:comment "A location where the collection is held."@en ; rdfs:domain dcmitype:Collection ; rdfs:isDefinedBy <.> ; rdfs:label "Is Located At"@en ; rdfs:subPropertyOf dc:relation . cld:itemFormat a rdf:Property ; rdfs:comment "The media type, physical or digital, of one or more items within the collection."@en ; rdfs:domain dcmitype:Collection ; rdfs:isDefinedBy <.> ; rdfs:label "Item Format"@en . cld:itemType a rdf:Property ; rdfs:comment "The nature or genre of the content of one or more items within the collection."@en ; rdfs:domain dcmitype:Collection ; rdfs:isDefinedBy <.> ; rdfs:label "Item Type"@en .