Indianapolis Museum of Art (IMA) Collection Mapping

Introduction

An example mapping of IMA Collection Metadata to Linked.Art

Datasource

https://github.com/IMAmuseum/ima-collection

A collection of JSON files, each representing a single work of art.

Sample Record

Data file https://github.com/IMAmuseum/ima-collection/blob/master/json/objects/0038000/0038020.json

Local copy of data file

Collection Record http://collection.imamuseum.org/artwork/65338/

Google Street view of the location https://goo.gl/maps/UFpRnKGEbbTxqFEQ6

Google Street view map of the location

{
    "accession_number": "80.825.86", 
    "| Actor        |s": [
        {
            "ULAN": {
                <abbr  data-ot="crm:E33_E41_Linguistic_Appellation" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Name"</abbr>: "Joseph Mallord William Turner", 
                "UlanIdNo": "500026846"
            }, 
            "after_follower": null, 
            "birth_date": "1775", 
            "collaboration": null, 
            "death_date": "1851", 
            "display_name": "Joseph Mallord William Turner", 
            "first": "Joseph", 
            "fullname": "Joseph M. Turner", 
            "irn": 626263, 
            "last": "Turner", 
            "middle": "Mallord William", 
            "nationality": null, 
            "organization": null, 
            "party_type": "Ulan", 
            "role": "Artist"
        }, 
        {
            "ULAN": {
                <abbr  data-ot="crm:E33_E41_Linguistic_Appellation" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Name"</abbr>: "Basire, James II", 
                "UlanIdNo": null
            }, 
            "after_follower": null, 
            "birth_date": "1769", 
            "collaboration": null, 
            "death_date": "1822", 
            "display_name": "Basire, James II", 
            "first": null, 
            "fullname": "Basire, James II", 
            "irn": 1790, 
            "last": "Basire, James II", 
            "middle": null, 
            "nationality": null, 
            "organization": null, 
            "party_type": "ULAN", 
            "role": "Engraver"
        }
    ], 
    "creation_date": "1806", 
    "credit_line": "Bequest of Kurt F. Pantzer", 
    "cultures": [], 
    "dimensions": null, 
    "dynasty": null, 
    "images": [], 
    "irn": 38020, 
    "materials": "engraving", 
    "on_view": false, 
    "period": null, 
    "printers": [], 
    "publishers": [], 
    "rights": null, 
    <abbr style="color: orange" data-ot="crm:P102_has_title" data-ot-title="Extension Linked Data Term" data-ot-fixed="true">"title"</abbr>: "View of Exeter College from the Turl"
}

Data Dictionary

Entity Field name Description
Artwork irn Artwork IMA id
Artwork title Artwork title
Artwork period Artwork period
Artwork rights Artwork rights
Artwork dynasty Artwork dynasty
Artwork on_view Artwork - is it on view?
Artwork materials Artwork - materials used
Artwork dimensions Artwork - dimensions
Artwork credit_line Credit line
Artwork creation_date Artwork creation date
Artwork accession_number Artwork IMA accession number
Actor irn IMA ID
Actor last last name
Actor role Role in relation to the Artwork
Actor first first name
Actor middle middle name
Actor fullname full name
Actor birth_date birth date
Actor death_date death date
Actor party_type
Actor nationality nationality
Actor display_name display name
Actor organization organization
Actor collaboration
Actor after_follower
Actor ULAN - Name ULAN name
Actor UlanIdNo ULAN Identifier

IMA Model

The model for the artwork is divided into two main parts: * the description of the artwork * description of actors and their role in relation to the artwork

The Artwork

{
    "accession_number": "80.825.86", 
    "creation_date": "1806", 
    "credit_line": "Bequest of Kurt F. Pantzer", 
    "cultures": [], 
    "dimensions": null, 
    "dynasty": null, 
    "images": [], 
    "irn": 38020, 
    "materials": "engraving", 
    "on_view": false, 
    "period": null, 
    "printers": [], 
    "publishers": [], 
    "rights": null, 
    <abbr style="color: orange" data-ot="crm:P102_has_title" data-ot-title="Extension Linked Data Term" data-ot-fixed="true">"title"</abbr>: "View of Exeter College from the Turl"
}

The artwork is described as an instance of an engraving.

The minimum JSON-LD representation for the engraving is as follows:

{
    "@context": "https://linked.art/ns/v1/linked-art.json", 
    <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://imamuseum.org/mercury/load-artwork/38020", 
    <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E22_Human-Made_Object" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"HumanMadeObject"</abbr>, 
    <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "View of Exeter College from the Turl"
}

The _label is a human readable label, intended for developers and other people reading the data. The value has been taken from the record's title field.

The materials field has the value 'engraving' that we can use to classify the artwork as being a type of engraving. Using the recommendedGetty's Art and Architecture Thesaurus (AAT), the term engraving is matched with a term in the AAT that describes engravings that are a type of prints, with an identifier http://vocab.getty.edu/page/aat/300041340.

The type of the object (an instance of the class HumanMadeObject) is an engraving http://vocab.getty.edu/page/aat/300041340:

{
  "@context": "https://linked.art/ns/v1/linked-art.json", 
    <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://imamuseum.org/mercury/load-artwork/38020", 
    <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E22_Human-Made_Object" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"HumanMadeObject"</abbr>, 
    <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "View of Exeter College from the Turl"
  <abbr  data-ot="crm:P2_has_type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"classified_as"</abbr>: [
    {
      <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/page/aat/300041340",
      <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E55_Type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Type"</abbr>,
      <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "Engraving"
    },
    {
      <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/aat/300133025",
      <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E55_Type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Type"</abbr>,
      <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "Work of Art"
    }
  ]
}

Refer to https://linked.art/model/base/ for further information.

The Linked Art model supports classification of types of types, e.g. classification of an engraving as being a type of work:

{
  "@context": "https://linked.art/ns/v1/linked-art.json", 
    <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://imamuseum.org/mercury/load-artwork/38020", 
    <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E22_Human-Made_Object" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"HumanMadeObject"</abbr>, 
    <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "View of Exeter College from the Turl"
  <abbr  data-ot="crm:P2_has_type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"classified_as"</abbr>: [
    {
      <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/page/aat/300041340",
      <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E55_Type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Type"</abbr>,
      <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "Engraving",
      <abbr  data-ot="crm:P2_has_type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"classified_as"</abbr>: [
        {
          <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/aat/300435443",
          <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E55_Type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Type"</abbr>,
          <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "Type of Work"
        }
      ]
    },
    {
      <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/aat/300133025",
      <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E55_Type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Type"</abbr>,
      <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "Work of Art"
    }
  ]
}

Names

The Linked Art model recommends every resource should be rendered with at least one specific name. In this example, the title value will be used for the name of the artwork.

{
  "@context": "https://linked.art/ns/v1/linked-art.json", 
    <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://imamuseum.org/mercury/load-artwork/38020", 
    <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E22_Human-Made_Object" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"HumanMadeObject"</abbr>, 
    <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "View of Exeter College from the Turl"


<abbr  data-ot="crm:P1_is_identified_by" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"identified_by"</abbr>: [
    {
      <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E33_E41_Linguistic_Appellation" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Name"</abbr>,
      <abbr  data-ot="crm:P2_has_type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"classified_as"</abbr>: [
        {
          <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/aat/300404670",
          <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E55_Type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Type"</abbr>,
          <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "Primary Name"
        }
      ],
      <abbr  data-ot="crm:P190_has_symbolic_content" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"content"</abbr>: "View of Exeter College from the Turl",
      <abbr  data-ot="crm:P72_has_language" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"language"</abbr>: [
        {
          <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/aat/300388277",
          <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E56_Language" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Language"</abbr>,
          <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "English"
        }
      ]
    }
  ]
}

Identifiers

The engraving has identifiers associated with it: * accession_number - a unique number assigned by IMA as a means of identifying the artwork * irn - IMA local identifier


 "@context": "https://linked.art/ns/v1/linked-art.json", 
    <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://imamuseum.org/mercury/load-artwork/38020", 
    <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E22_Human-Made_Object" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"HumanMadeObject"</abbr>, 
    <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "View of Exeter College from the Turl"


<abbr  data-ot="crm:P1_is_identified_by" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"identified_by"</abbr>: [
    {
      <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E42_Identifier" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Identifier"</abbr>,
      <abbr  data-ot="crm:P2_has_type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"classified_as"</abbr>: [
        {
          <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/aat/300312355",
          <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E55_Type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Type"</abbr>,
          <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "IMA Accession Number"
        }
      ],
      <abbr  data-ot="crm:P190_has_symbolic_content" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"content"</abbr>: "80.825.86"
    },
    38020
    {
      <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E42_Identifier" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Identifier"</abbr>,
      <abbr  data-ot="crm:P2_has_type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"classified_as"</abbr>: [
        {
          <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/aat/300312355",
          <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E55_Type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Type"</abbr>,
          <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "IMA irn"
        }
      ],
      <abbr  data-ot="crm:P190_has_symbolic_content" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"content"</abbr>: "38020"
    }
  ]
}

Statements about the Artwork

Where human-readable strings are provided in the metadata that cannot be linked to specific ontology terms, they are modelled as a LinguisticObject in Linked Art. The credit_line field is an example of a human-readable strings in the IMA record: * credit_line


```json

 {
"@context": "https://linked.art/ns/v1/linked-art.json", 
<abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://imamuseum.org/mercury/load-artwork/38020", 
<abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E22_Human-Made_Object" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"HumanMadeObject"</abbr>, 
<abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "View of Exeter College from the Turl",

<abbr  data-ot="crm:P67i_is_referred_to_by" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"referred_to_by"</abbr>: [
{
  <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E33_Linguistic_Object" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"LinguisticObject"</abbr>,
  <abbr  data-ot="crm:P2_has_type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"classified_as"</abbr>: [
    {
      <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/aat/300435429",
      <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E55_Type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Type"</abbr>,
      <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "Material Statement",
      <abbr  data-ot="crm:P2_has_type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"classified_as"</abbr>: [
        {
          <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/page/aat/300435418",
          <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E55_Type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Type"</abbr>,
          <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "Credit line"
        }
      ]
    }
  ],
  <abbr  data-ot="crm:P190_has_symbolic_content" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"content"</abbr>: "Kurt F. Panzer",
  <abbr  data-ot="crm:P72_has_language" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"language"</abbr>: [
    {
      <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/aat/300388277",
      <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E56_Language" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Language"</abbr>,
      <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "English"
    }
  ]
}
]
}

Production of the Artwork

The creation_date field refers to a creation event, that can be modelled as a Production activity https://linked.art/model/object/production.

The date is represented using two properties, begin_of_the_begin and end_of_the_end. As only the year is provided, the begin date is represented as 00:00:00 1 Jan 1806, and the end date is 23:59:59 31 Dec 1806.

{
"@context": "https://linked.art/ns/v1/linked-art.json", 
<abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://imamuseum.org/mercury/load-artwork/38020", 
<abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E22_Human-Made_Object" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"HumanMadeObject"</abbr>, 
<abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "View of Exeter College from the Turl",
    <abbr  data-ot="crm:P94i_was_created_by" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"created_by"</abbr>: {
        <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E12_Production" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Production"</abbr>,
        <abbr  data-ot="crm:P4_has_time-span" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"timespan"</abbr>: {
          <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E52_Time-Span" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"TimeSpan"</abbr>, 
          <abbr  data-ot="crm:P82a_begin_of_the_begin" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"begin_of_the_begin"</abbr>: "1806-01-01T00:00:00Z", 
          <abbr  data-ot="crm:P82b_end_of_the_end" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"end_of_the_end"</abbr>: "1806-12-31T23:59:59Z"
        },
        <abbr  data-ot="crm:P14_carried_out_by" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"carried_out_by"</abbr>: [
            {
                <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/ulan/500026846",
                <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E21_Person" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Person"</abbr>,
                <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "Joseph Mallord William Turner"
            }
        ]
    }

}

Depiction

https://linked.art/model/object/aboutness/#depiction

The engraving shows a place, identified in the title field as 'View of Exeter College from the Turl', that can be described according to a Linked Art model depiction. With additional information, this location can be identified as being located in Oxford.


{
    "@context": "https://linked.art/ns/v1/linked-art.json", 
    <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://imamuseum.org/mercury/load-artwork/38020", 
    <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E22_Human-Made_Object" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"HumanMadeObject"</abbr>, 
    <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "View of Exeter College from the Turl",

    <abbr  data-ot="crm:P65_shows_visual_item" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"shows"</abbr>: [
    {
      <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E36_Visual_Item" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"VisualItem"</abbr>,
      <abbr  data-ot="crm:P138_represents" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"represents"</abbr>: [
        {
        <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/page/tgn/7011931",
        <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E53_Place" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Place"</abbr>,
        <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "Oxford",
        <abbr  data-ot="crm:P2_has_type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"classified_as"</abbr>: [
            {
            <abbr  data-ot="@id" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"id"</abbr>: "http://vocab.getty.edu/aat/300008389",
            <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E55_Type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Type"</abbr>,
            <abbr  data-ot="rdfs:label" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"_label"</abbr>: "City"
            }
        ],
        <abbr  data-ot="crm:P1_is_identified_by" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"identified_by"</abbr>: [
            {
            <abbr  data-ot="@type" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"type"</abbr>: <abbr  data-ot="crm:E33_E41_Linguistic_Appellation" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Name"</abbr>,
            <abbr  data-ot="crm:P190_has_symbolic_content" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"content"</abbr>: "Oxford"
            }
        ],
        }
      ]
    }
  ]

}

The mapping approach is: * The engraving is an object * The irn and accession_number values are identifiers with collection-specific contexts * The credit_line indicates a bequest activity involving the engraving and a person whose name is "Kurt F. Panzer" * The creation_date provides the year that the engraving was created * The title provides the title or name for the engraving * The engraving shows a place, identified in the titlefield as Exeter College, that can be described according to a Linked Art model depiction * The credit_line information is a note associated with the object, modelled in the same way as other descriptive texts. * The materials and dimension fields describe the physical characteristics of the artwork * The rights field provides rights information about the artwork * The printers and publishers fields indicate that some records contain details of printers and publishers that are associated with artworks. This example, does not contain that information, however. * The on_view field refers to whether the artwork is currently on display, and is out of scope for the Linked Art data model * The engraving hasperiod, dynasty and cultures properties, although these are not populated in the example record

Actors in relation to Artwork

{
    "| Actor        |s": [
        {
            "ULAN": {
                <abbr  data-ot="crm:E33_E41_Linguistic_Appellation" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Name"</abbr>: "Joseph Mallord William Turner", 
                "UlanIdNo": "500026846"
            }, 
            "after_follower": null, 
            "birth_date": "1775", 
            "collaboration": null, 
            "death_date": "1851", 
            "display_name": "Joseph Mallord William Turner", 
            "first": "Joseph", 
            "fullname": "Joseph M. Turner", 
            "irn": 626263, 
            "last": "Turner", 
            "middle": "Mallord William", 
            "nationality": null, 
            "organization": null, 
            "party_type": "Ulan", 
            "role": "Artist"
        }, 
        {
            "ULAN": {
                <abbr  data-ot="crm:E33_E41_Linguistic_Appellation" data-ot-title="Core Linked Data Term" data-ot-fixed="true">"Name"</abbr>: "Basire, James II", 
                "UlanIdNo": null
            }, 
            "after_follower": null, 
            "birth_date": "1769", 
            "collaboration": null, 
            "death_date": "1822", 
            "display_name": "Basire, James II", 
            "first": null, 
            "fullname": "Basire, James II", 
            "irn": 1790, 
            "last": "Basire, James II", 
            "middle": null, 
            "nationality": null, 
            "organization": null, 
            "party_type": "ULAN", 
            "role": "Engraver"
        }
    ]
}

The mapping approach is: * UlanIdNo ULAN name authority id for actor * Name ULAN name authority text label for actor * after_follower * birth_date and death_date birth and death dates for person * full_name, display_name, first, last and middle represent name of person * nationality person's nationality * organization - name of actor if an organisation instead of a person? * party_type * role - role of person/organisation in relation to the artwork