arm

Attribution

ArtFrame, March 16, 2018, updated June 28, 2018

Table of Contents

Background

The attribution of a work to a specific creator is an important concept in art cataloging. An attribution can be defined as the activity of “ascribing a work to a particular artist or school of artists” aat. This attribution may change over time as new research becomes available. In the MARC 21 standard this has so far been handled by adding subfield j (attribution qualifier) to the 1xx field in the bibliographic record. The MARC Relator Terms contain “Attributed name” (http://id.loc.gov/vocabulary/relators/att) for use in this subfield. However, the ArtFrame group felt that attributions behaves somewhat differently from other relators such as artist or author. BIBFRAME and the conversion specifications made public by the Library of Congress have not yet addressed this concept.

Recommendations for Moving Forward

This model proposes a new object property (arm:hasAttribution) and a class (arm:Attribution). Necessary information such as dates of the attribution, agent responsible for making the attribution, and/or the source on which this attribution is based can be associated directly with this Attribution node. Complex information that cannot easily be expressed in structured form should be recorded in a bf:Note.

arm:Attribution

activity:Activity

activity:ArtistActivity

NB: activity:ArtistActivity is listed as one example of an activity that can be associated with ex:hasAttribution. Other activities may be used as provided by the ontology.

bf:Agent

bf:Note

arm:hasAttribution (object property)

arm:isAttributionOf (object property)

bf:agent (object property)

activity:hasActivity (object property)

activity:isActivityOf (object property)

bf:date (object property)

arm:hasSource (object property)

arm:isSourceOf (object property)

bf:note (object property)

RDF Sample

:work a bf:Work ;
    activity:hasActivity :artistActivity .

 :artistActivity a activity:ArtistActivity ;
      bf:agent :artist ;
      arm:hasAttribution :attribution .
:attribution a arm:Attribution ;
    bf:agent :attributor ;
    bf:date "2017" ;
    arm:hasSource :source ;
    bf:note :note .

:note1 a bf:Note ;
    rdf:value "Some text about the attribution" .

Diagram ———– Attribution