Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Latest commit

 

History

History
76 lines (62 loc) · 4.13 KB

accession_numbers.md

File metadata and controls

76 lines (62 loc) · 4.13 KB

Accession Number

ArtFrame and RareMat, 2017-04-20

Summary Recommendation

Create new sub-class bf:AccessionNumber as subclass of bf:Identifier to be used within the approved bibliotek-o Identifier pattern.

  • Note: LC accepted this recommendation and plan to create the bf:AccessionNumber class as a subclass of bf:Identifier

Justification

Accession numbers are an important identifier for cultural heritage institutions to record and track an object in their collections. These numbers are also useful in the provenance of an object. BF2 does not explicit way to record accession numbers that are currently being recorded in MARC 541 $e. This issue was discussed during the Rare Material and ArtFrame Ontology Spring on March 2-3, 2017, and it was determined that accession numbers are an essential identifier and must have some way recording this information in a linked data ontology for cultural heritage and rare materials.

CIDOC-CRM

CIDOC-CRM has a way to record associated identifiers with an object, and accession numbers could fall into this pattern.

CIDOC-CRM AccessionNumber RDF-XML

However, introducing second pattern for recording identifiers into the bibliotek-o ontology would not be the ideal modeling. So it was determined to work with the current Identifier pattern, and create a new subclass AccessionNumber.

bibliotek-o Identifier Model

Accession Number Diagram

_:item a bf:Item ;
    bf:identifiedBy [
        a bib:AccessionNumber ;
        rdf:value "2017.001.004" ;
        bib:hasSource <http://id.loc.gov/authorities/names/n80087582 > ;
        bf:status bib:invalid ;
        dcterms:date "2017"
    ] .

LD4L-O v2 Resource-to-Identifier Relationships

bf:identifiedBy (object property)

bf:identifies (object property)

LD4L-O v2 Identifier Class Hierarchy

bf:Identifier

Proposed subclasses of bf:Identifier

bf:AccessionNumber