Artwork Reference Data Model¶
Author: George Bruseker, Nicola Carboni
Version: 2.0
Introduction¶
The artwork reference data model provides a list of standard fields that are typically present in the general description of an artwork in a cultural heritage data system. The artwork is taken here in the sense of a movable, physical work of some sort such as would be typically inventoried by a museum. Specific documentation of elements of an artwork depends highly upon the kind of artwork it is. This reference model does not intend to cover such specificities but to remain at a general level description, providing a consolidated, high-level reference data model of most commonly reused descriptors for an artwork and to provide for these, in turn, a set of standard semantic mappings to the CIDOC CRM. Moreover, each field is marked with regards to its potential functionality with regards to instance matching between overlapping datasets. This reference data model aims to serve a number of functions including:
-
to support the creation of semantic data entry forms that will create ‘born semantic’ data streams
-
to serve as a reference guide in designing eventually compatible data structures for feeding into larger aggregations of Cultural Heritage data
-
to guide mapping processes of extant data sources with common mapping patterns
-
to be adopted by institutions acting as aggregation hubs in order to create consistent re-expressions of extant reference information in a common CIDOC-CRM based expression.
Sources¶
The decision on which fields to represent was based on a survey of significant, extant data sources of interest to the project. These were:
Acronym | Source Name | Official Access Point | Schema Documentation | Maintained by |
---|---|---|---|---|
CDWA | Categories for the Description of Works of Art | http://www.getty.edu/research/publications/electronic_publications/cdwa/introduction.html | http://www.getty.edu/research/publications/electronic_publications/cdwa/definitions.html | Getty |
CCO | Cataloging Cultural Objects | http://cco.vrafoundation.org/index.php/ | http://cco.vrafoundation.org/index.php/toolkit/cco_pdf_version/ | CCO Commons |
VRA Core | Visual Resources Association core categories | http://www.loc.gov/standards/vracore/schemas.html | http://www.loc.gov/standards/vracore/VRA_Core4_Element_Description.pdf | Visual Resources Association |
DC | Dublinc Core | http://dublincore.org/ | http://dublincore.org/documents/dces/ | Dublin Core Metadata Initiative |
Model Sections Description¶
The fields used to describe an artwork can be functionally grouped according to higher level units in order to allow for an easier approach to the entry and navigation of the data by information category. The information categories identified have been enumerated in the following table.
# | Name | Function |
---|---|---|
1 | Names and Classifications | This category gathers together descriptors used for assigning names and types to an artwork, both at present and historically. |
2 | Description | This category is used to gather together information regarding significant descriptions given of a work by known authors/sources. |
3 | Part/Whole | This category is used to bring together information relevant to the mereological relations between an artwork and its parts. |
4 | Existence | This category gathers together descriptors relevant to the tracking of the creation and destruction of an artwork. |
5 | Actor Relations | This category gathers together descriptors relevant to tracking the significant relations between the artwork and known actors. Primary of such relations are those of creator to the work. |
6 | Substance | This category gathers together descriptors used for stating the physical constitutional features of the documented artwork. |
7 | Representation | This category gathers together descriptors regarding the representational level recognised to be present in the documented artwork. |
8 | Events | This category gathers together information about significant documented events that an artwork may go through. |
9 | Location | This category gathers together information regarding the present location of a documented artwork. |
10 | Rights | This category gathers together information regarding the rights claims on a documented artwork. |
11 | Documentation | This category gathers together different descriptors that provide reference information with regards to an artwork. |
Names and Classifications¶
The attribution of names and types to artwork, as with other entities, is a basic human activity. A chief factor in disambiguating artworks lies in understanding the various names and identifiers that have been given to them at different moments in their individual histories. Likewise, additional classifiers of the artwork, such as how it has been classified as an object as such, give important distinguishing characteristics.
identifier | Name | Description | CRM Path | used by |
---|---|---|---|---|
artwork_1_identifier | Identifier | This field is used to indicate an identifier attributed to the documented instance of artwork. | ->P1->E42[1_1]->P190->rdf:Literal | nan |
artwork_2_identifier_type | Identifier Type | This field is used to indicate the type of an identifier attributed to the documented artwork. | ->P1->E42[1_1]->P2->E55[2_1] | nan |
artwork_3_identifier_provider | Identifier Provider | This field is used to indicate the institution providing the artwork it's ID. | ->P1->E42[1_1]->P37i->E15[3_1]->P14->E39[3_2] | nan |
artwork_4_identifier_source | Identifier Source | This field is used to indicate the main name attributed to the documented artwork. | ->P1->E42[1_1]->P37i->E15[3_1]->P16->E73[4_1] | nan |
artwork_5_name | Title | This field is used to indicate the main title attributed to the documented artwork. | ->P1->E33_E41[5_1]->P190->rdf:Literal ->P1->E33_E41[5_1]->P2->E55[5_2] |
nan |
artwork_6_name_language | Title Language | This field is used to record the language of the main title attributed to the documented artwork. | ->P1->E33_E41[5_1]->P72->E56[6_1] | nan |
artwork_17_type | Type | This field is used to indicate the formal type of object an artwork is. | ->P2->E55[17_1] | nan |
artwork_10_alternative_name | Alternative Title | This field is used to indicate additional names under which the documented artwork is known. This can be linked to the additional name type and earliest and latest date of use of that name. | ->P1->E33_E41[10_1]->P190->rdf:Literal | nan |
artwork_11_alternative_name_type | Alternative Title Type | This field is used to indicate the type of alternative name that is attributed to the documented artwork. | ->P1->E33_E41[10_1]->P2->E55[11_1] | nan |
artwork_12_alternative_name_language | Alternative Title Language | This field is used to record the language of the alternative name attributed to the documented artwork. | ->P1->E33_E41[10_1]->P72->E56[12_1] | nan |
artwork_13_alternative_name_use_period_-_earliest | Alternative Title Use Period - Earliest | This field is used to indicate the earliest known date for use of this name for the documented artwork. | ->P1->E33_E41[10_1]->R64i->F52[13_1]->P4->E52[13_2]->P82a->xsd:dateTime | nan |
artwork_14_alternative_name_use_period_-_latest | Alternative Title Use Period - Latest | This field is used to indicate the latest known date for use of this name for the documented artwork. | ->P1->E33_E41[10_1]->R64i->F52[13_1]->P4->E52[13_2]->P82b->xsd:dateTime | nan |
artwork_15_alternative_name_-_attributed_by | Alternative Title - Attributed by | This field is used to record the organization or individual attributing the alternative name to the documented artwork. | ->P1->E33_E41[10_1]->P141i->E13[15_1]->P14->E39[15_2] | nan |
The model provides means for tracking identifiers, present and past name use, titles and well-known artwork classifiers.
Turtle Encoding
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://example.org/physical_object/E22> a crm:E22_Human-Made_Object ;
crm:P1_is_identified_by <https://example.swissartresearch.net/name/fie_10_1>,
<https://example.swissartresearch.net/name/fie_1_1>,
<https://example.swissartresearch.net/name/fie_5_1> ;
crm:P2_has_type <https://example.org/type/artwork>,
<https://example.swissartresearch.net/type/fie_17_1> .
<http://vocab.getty.edu/aat/300404670> a crm:E55_Type ;
rdfs:label "preferred terms" .
<https://example.org/type/artwork> a crm:E55_type .
<https://example.swissartresearch.net/actor/fie_15_2> a crm:E39_Actor .
<https://example.swissartresearch.net/actor/fie_3_2> a crm:E39_Actor .
<https://example.swissartresearch.net/conceptual_object/fie_4_1> a crm:E73_Information_Object .
<https://example.swissartresearch.net/event/fie_13_1> a frbroo:F52_Name_Use_Activity ;
crm:P4_has_time-span <https://example.swissartresearch.net/time_span/fie_13_2> .
<https://example.swissartresearch.net/event/fie_15_1> a crm:E13_Attribute_Assignment ;
crm:P14_carried_out_by <https://example.swissartresearch.net/actor/fie_15_2> .
<https://example.swissartresearch.net/event/fie_3_1> a crm:E15_Identifier_Assignment ;
crm:P14_carried_out_by <https://example.swissartresearch.net/actor/fie_3_2> ;
crm:P16_used_specific_object <https://example.swissartresearch.net/conceptual_object/fie_4_1> .
<https://example.swissartresearch.net/name/fie_10_1> a crm:E33_E41_Linguistic_Appellation ;
frbroo:R64i_was_name_used_by <https://example.swissartresearch.net/event/fie_13_1> ;
crm:P141i_was_assigned_by <https://example.swissartresearch.net/event/fie_15_1> ;
crm:P190_has_symbolic_content "content" ;
crm:P2_has_type <https://example.swissartresearch.net/type/fie_11_1> ;
crm:P72_has_language <https://example.swissartresearch.net/name/fie_12_1> .
<https://example.swissartresearch.net/name/fie_12_1> a crm:E56_Language .
<https://example.swissartresearch.net/name/fie_1_1> a crm:E42_Identifier ;
crm:P190_has_symbolic_content "content" ;
crm:P2_has_type <https://example.swissartresearch.net/type/fie_2_1> ;
crm:P37i_was_assigned_by <https://example.swissartresearch.net/event/fie_3_1> .
<https://example.swissartresearch.net/name/fie_5_1> a crm:E33_E41_Linguistic_Appellation ;
crm:P190_has_symbolic_content "content" ;
crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ;
crm:P72_has_language <https://example.swissartresearch.net/name/fie_6_1> .
<https://example.swissartresearch.net/name/fie_6_1> a crm:E56_Language .
<https://example.swissartresearch.net/time_span/fie_13_2> a crm:E52_Time-Span ;
crm:P82a_begin_of_the_begin ""^^xsd:dateTime ;
crm:P82b_end_of_the_end ""^^xsd:dateTime .
<https://example.swissartresearch.net/type/fie_11_1> a crm:E55_Type .
<https://example.swissartresearch.net/type/fie_17_1> a crm:E55_Type .
<https://example.swissartresearch.net/type/fie_2_1> a crm:E55_Type .
Description¶
Artworks are the subjects of innumerable descriptions that provide a wide range of information with regards to the aesthetic and historical importance of a work, inter alia. Such descriptions are of use in a scholarly understanding of an artwork and its reception just in case we are able to track the provenance of such elocutions in a systematic fashion. Such an aim drives the need for the tracking of description information as a separate category. The descriptors necessary to this task are documented in the table below.
identifier | Name | Description | CRM Path | used by |
---|---|---|---|---|
artwork_188_description | Description | This field is used to indicate a description of documented artwork | ->P129i->E33[188_1]->P190->rdf:Literal | nan |
artwork_189_description_language | Description Language | This field is used to record the language of the description of the documented artwork. | ->P129i->E33[188_1]->P72->E56[189_1] | nan |
artwork_190_description_type | Description Type | This field is used to indicate the type of description given of the documented work. | ->P129i->E33[188_1]->P2->E55[190_1] | nan |
artwork_191_description_author | Description Author | This field is used to indicate the author of the description given of the documented work. | ->P129i->E33[188_1]->P94i->E65[191_1]>-P14->E39[191_2] | nan |
artwork_192_description_date_-_earliest | Description Date - Earliest | This field is used to indicate the ealiest date for the creation of the description of the documented work. | ->P129i->E33[188_1]->P94i->E65[191_1]->P4->E52[191_2]->P82a->xsd:dateTime | nan |
artwork_193_description_date_-_latest | Description Date - Latest | This field is used to indicate the latest date for the creation of the description of the documented work. | ->P129i->E33[188_1]->P94i->E65[191_1]->P4->E52[191_2]->P82b —> xsd:dateTime | nan |
artwork_194_description_-_source | Description - Source | This field is used to record the source of the description of the documented artwork. | ->P129i->E33[188_1]->P94i->E65[191_1]->P16->E73[194_1] | nan |
These descriptors should be deployed together in order to provide full context to ‘text blobs’ by means of authorship, type of description as well as the time of articulation.
Turtle Encoding
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
<https://example.org/physical_object/E22> a crm:E22_Human-Made_Object ;
crm:P129i_is_subject_of <https://example.swissartresearch.net/conceptual_object/fie_188_1> ;
crm:P2_has_type <https://example.org/type/artwork> .
<https://example.org/type/artwork> a crm:E55_type .
<https://example.swissartresearch.net/actor/fie_191_2> a crm:E39_Actor .
<https://example.swissartresearch.net/conceptual_object/fie_188_1> a crm:E33_Linguistic_Object ;
crm:P190_has_symbolic_content "content" ;
crm:P2_has_type <https://example.swissartresearch.net/type/fie_190_1> ;
crm:P72_has_language <https://example.swissartresearch.net/type/fie_189_1> ;
crm:P94i_was_created_by <https://example.swissartresearch.net/event/fie_191_1> .
<https://example.swissartresearch.net/conceptual_object/fie_194_1> a crm:E73_Information_Object .
<https://example.swissartresearch.net/event/fie_191_1> a crm:E65_Creation ;
crm:P14_carried_out_by <https://example.swissartresearch.net/actor/fie_191_2> ;
crm:P4_has_time-span <https://example.swissartresearch.net/time_span/fie_192_1> ;
crm:P63_used_specific_object <https://example.swissartresearch.net/conceptual_object/fie_194_1> .
<https://example.swissartresearch.net/time_span/fie_192_1> a crm:E52_Time-span ;
crm:P81a_begin_of_the_begin "content" ;
crm:P81b_end_of_the_end "content" .
<https://example.swissartresearch.net/type/fie_189_1> a crm:E56_Language .
<https://example.swissartresearch.net/type/fie_190_1> a crm:E55_Type .
Parthood¶
Artwork may require documentation not just as a whole, but with regards to its parts. This information category gathers together the basic descriptors typically deployed to this end.
identifier | Name | Description | CRM Path | used by |
---|---|---|---|---|
artwork_25_has_part | Has Part | This field is used to indicate parts of the documented artwork. | ->P46->E22[25_1] | nan |
artwork_26_has_part_type | Has Part Type | This field is used to indicate part types for the documented artwork. | ->P46->E22[25_1]->P2->E55[26_1] | nan |
artwork_27_part_count | Part Count | This field is use to indicate part counts for the documented part types. | ->P57->rdf:Literal | nan |
Turtle Encoding
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
<https://example.org/physical_object/E22> a crm:E22_Human-Made_Object ;
crm:P2_has_type <https://example.org/type/artwork> ;
crm:P46_is_composed_of <https://example.swissartresearch.net/physical_object/fie_25_1> ;
crm:P57_has_number_of_parts "content" .
<https://example.org/type/artwork> a crm:E55_type .
<https://example.swissartresearch.net/physical_object/fie_25_1> a crm:E22_Man_Made_Object ;
crm:P2_has_type <https://example.swissartresearch.net/type/fie_26_1> .
<https://example.swissartresearch.net/type/fie_26_1> a crm:E55_Type .
Existence¶
Of essential import in identifying and tracking artwork is information pertaining to its existence in time, particularly information regarding its creation and destruction. For this reason, we have clustered descriptors relevant to such information in a common ‘existence’ category. These are described in the table below.
identifier | Name | Description | CRM Path | used by |
---|---|---|---|---|
artwork_58_production_date_-_earliest | Production Date - Earliest | This field is used to indicate the earliest date for the creation of the documented artwork. | ->P108i->E12[58_1]->P4->E52[58_2]->P82a->xsd:dateTime | nan |
artwork_59_production_date_-_latest | Production Date - Latest | This field is used to indicate the latest date for the creation of the documented artwork. | ->P108i->E12[58_1]->P4->E52[58_2]->P82b->xsd:dateTime | nan |
artwork_60_production_location | Production Location | This field is used to indicate the place of the creation of the documented artwork. | ->P108i->E12[58_1]->P7->E53[60_1] | nan |
artwork_62_destruction_date_-_earliest | Destruction Date - Earliest | This field is used to indicate the earliest date for the destruction of the documented artwork. | ->P13i->E6[62_1]->P4->E52[62_2]->P82a->xsd:dateTime | nan |
artwork_63_destruction_date_-_latest | Destruction Date - Latest | This field is used to indicate the latest date for the destruction of the documented artwork. | ->P13i->E6[62_1]->P4->E52[62_2]->P82b->xsd:dateTime | nan |
artwork_64_destruction_location | Destruction Location | This field is used to indicate the place of the destruction of the documented artwork. | ->P13i->E6[62_1]->P7->E53[64_1] | nan |
artwork_65_destruction_period | Destruction period | This field is used to indicate the historical period in which the creation of the documented artwork occured. | ->P13i->E6[62_1]->P10->E4[65_1] | nan |
artwork_61_production_period | Production Period | This field is used to indicate the historical period in which the creation of the documented artwork occured. | ->P108i->E12[58_1]->P10->E4[61_1] | nan |
The above structure allows for the documentation of time and place of the creation and destruction of an individual artwork. Note that while ontologically speaking the agency of the creator and destroyer in the events of creation and destruction could be documented as part of this information unit, we have instead clustered this data in the Actors Relations category.
Turtle Encoding
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://example.org/physical_object/E22> a crm:E22_Human-Made_Object ;
crm:P108i_was_produced_by <https://example.swissartresearch.net/event/fie_58_1> ;
crm:P13i_was_destroyed_by <https://example.swissartresearch.net/event/fie_62_1> ;
crm:P2_has_type <https://example.org/type/artwork> .
<https://example.org/type/artwork> a crm:E55_type .
<https://example.swissartresearch.net/event/fie_58_1> a crm:E12_Production ;
crm:P10_falls_within <https://example.swissartresearch.net/event/fie_61_1> ;
crm:P4_has_time-span <https://example.swissartresearch.net/time_span/fie_58_2> ;
crm:P7_took_place_at <https://example.swissartresearch.net/place/fie_60_1> .
<https://example.swissartresearch.net/event/fie_61_1> a crm:E4_Period .
<https://example.swissartresearch.net/event/fie_62_1> a crm:E6_Destruction ;
crm:P10_falls_within <https://example.swissartresearch.net/event/fie_65_1> ;
crm:P4_has_time-span <https://example.swissartresearch.net/time_span/fie_62_2> ;
crm:P7_took_place_at <https://example.swissartresearch.net/place/fie_64_1> .
<https://example.swissartresearch.net/event/fie_65_1> a crm:E4_Period .
<https://example.swissartresearch.net/place/fie_60_1> a crm:E53_Place .
<https://example.swissartresearch.net/place/fie_64_1> a crm:E53_Place .
<https://example.swissartresearch.net/time_span/fie_58_2> a crm:E52_Time-Span ;
crm:P82a_begin_of_the_begin ""^^xsd:dateTime ;
crm:P82b_end_of_the_end ""^^xsd:dateTime .
<https://example.swissartresearch.net/time_span/fie_62_2> a crm:E52_Time-Span ;
crm:P82a_begin_of_the_begin ""^^xsd:dateTime ;
crm:P82b_end_of_the_end ""^^xsd:dateTime .
Actor Relations¶
The connection between artwork and actors provides another important set of descriptors for identifying and tracing an artwork. Particularly, basic interest clusters around the individuals involved in the creation of the artwork and those who own and/or hold the artwork presently. The actor relations information gathers these together.
identifier | Name | Description | CRM Path | used by |
---|---|---|---|---|
artwork_139_style_-_movement | Style - Movement | This field is used to record an artistic movement to which the documented artwork is associated because of its style. | ->P140i->E13[139_1]->P141->E74[139_2] ->P140i->E13[139_1]->P2->E55[139_3] |
nan |
artwork_135_creator | Creator | This field is used to indicate the artist or creator of the documented artwork. | ->P108i->E12[58_1]->P14->E39[135_1] ->P108i->E12[58_1]->P01->PC14[135_2]->P02->E39[135_3] |
nan |
artwork_136_creator_role | Creator Role | This field is used to indicate the role played by the artist or creator in the creation of the documented artwork. | ->P108i->E12[58_1]->P01->PC14[135_1]->P14.1->E55[136_1] | nan |
artwork_137_current_owner | Current Owner | This field is used to indicate the present owner of the documented artwork. | ->P52->E39[137_1] | nan |
artwork_138_current_holder | Current Holder | This field is used to indicate the current holder of the documented artwork. | ->P50->E39[138_1] | nan |
These descriptors allow the connection of an artwork to its creator, present owner and holder.
Turtle Encoding
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<https://example.org/physical_object/E22> a crm:E22_Human-Made_Object ;
crm:P108i_was_produced_by <https://example.swissartresearch.net/event/fie_58_1> ;
crm:P140i_was_attributed_by <https://example.swissartresearch.net/event/fie_139_1> ;
crm:P2_has_type <https://example.org/type/artwork> ;
crm:P50_current_keeper <https://example.swissartresearch.net/actor/fie_138_1> ;
crm:P52_has_current_owner <https://example.swissartresearch.net/actor/fie_137_1> .
<https://example.org/type/artwork> a crm:E55_type .
<https://example.swissartresearch.net/actor/fie_135_2> a crm:E39_Actor .
<https://example.swissartresearch.net/actor/fie_137_1> a crm:E39_Actor .
<https://example.swissartresearch.net/actor/fie_138_1> a crm:E39_Actor .
<https://example.swissartresearch.net/event/fie_139_1> a crm:E13_Attribute_Assignment ;
crm:P141_assigned <https://example.swissartresearch.net/event/fie_139_2> ;
crm:P2_has_type <https://example.swissartresearch.net/event/fie_139_3> .
<https://example.swissartresearch.net/event/fie_139_2> a crm:E74_Group .
<https://example.swissartresearch.net/event/fie_139_3> a crm:E55_Type ;
rdfs:label "influence" .
<https://example.swissartresearch.net/event/fie_58_1> a crm:E12_Production ;
crm:P01i_is_domain_of <https://example.swissartresearch.net/property/fie_135_1> .
<https://example.swissartresearch.net/property/fie_135_1> a crm:PC14_carried_out_by ;
crm:P02_has_range <https://example.swissartresearch.net/actor/fie_135_2> ;
crm:P14.1_in_the_role_of <https://example.swissartresearch.net/type/fie_136_1> .
<https://example.swissartresearch.net/type/fie_136_1> a crm:E55_Type .
Substance¶
The analysis and understanding of an artwork depends also on our knowledge of its materiality and physical characteristics. The category of substance brings together descriptors which are relevant to this form of analysis. Particularly, it groups information having to do with the composition and measurable aspects of the artwork as object. Information regarding the decomposition of the artwork into parts is found in the parthood category.
identifier | Name | Description | CRM Path | used by |
---|---|---|---|---|
artwork_90_material | Material | This field is used to indicate the material of which the documented instance of artwork consists. | ->P45->E57[90_1] | nan |
artwork_91_technique | Technique | This field is used to indicate the technique used in the construction of the documented instance of artwork. | ->P108i->E12[58_1]->P32->E55[91_1] | nan |
artwork_86_dimension_type | Dimension Type | This field is used to indicate the type of measurement that the dimension of the documented instance of artwork is. | ->P39i->E16[86_1]->P40->E54[86_2]->P2->E55[86_3] | nan |
artwork_87_dimension_value | Dimension Value | This field is used to indicate the value of the measurement of the documented instance of artwork. | ->P39i->E16[86_1]->P40->E54[86_2]->P90->xsd:decimal | nan |
artwork_88_dimension_unit | Dimension Unit | This field is used to indicate the unit used to express the value of the measurement of the documented instance of artwork. | ->P39i->E16[86_1]->P40->E54[86_2]->P91->E58[88_1] | nan |
artwork_89_dimension_taker | Dimension Taker | This field is used to indicate the actor who undertook the measurement of the documented instance of built work. | ->P39i->E16[86_1]->P14->E39[89_1] | nan |
Turtle Encoding
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
<https://example.org/physical_object/E22> a crm:E22_Human-Made_Object ;
crm:108i_was_produced_by <https://example.swissartresearch.net/event/fie_58_1> ;
crm:P2_has_type <https://example.org/type/artwork> ;
crm:P39i_was_measured_by <https://example.swissartresearch.net/event/fie_86_1> ;
crm:P45_consists_of <https://example.swissartresearch.net/type/material/fie_90_1> .
<https://example.org/type/artwork> a crm:E55_type .
<https://example.swissartresearch.net/actor/fie_89_1> a crm:E39_Actor .
<https://example.swissartresearch.net/dimension/fie_86_2> a crm:E54_Dimension ;
crm:P2_has_type <https://example.swissartresearch.net/type/fie_86_3> ;
crm:P90_has_value "content" ;
crm:P91_has_unit <https://example.swissartresearch.net/type/fie_88_1> .
<https://example.swissartresearch.net/event/fie_58_1> a crm:E12_Production ;
crm:P32_used_general_technique <https://example.swissartresearch.net/type/fie_91_1> .
<https://example.swissartresearch.net/event/fie_86_1> a crm:E16_Measurement ;
crm:P14_carried_out_by <https://example.swissartresearch.net/actor/fie_89_1> ;
crm:P40_observed_dimension <https://example.swissartresearch.net/dimension/fie_86_2> .
<https://example.swissartresearch.net/type/fie_86_3> a crm:E55_Type .
<https://example.swissartresearch.net/type/fie_88_1> a crm:E58_Measurement_Unit .
<https://example.swissartresearch.net/type/fie_91_1> a crm:E55_Type .
<https://example.swissartresearch.net/type/material/fie_90_1> a crm:E57_Material .
Representation¶
This information category at present is lightly populated but provides the means to gather information relevant to the documentation of what has been documented as represented in an artwork.
identifier | Name | Description | CRM Path | used by |
---|---|---|---|---|
artwork_100_subject | Subject | This field is used to indicate the subject of representation of the documented artwork. It is meant to capture general subject areas, not particular individual items represented. | ->P62->E55[100_1] | nan |
Turtle Encoding
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
<https://example.org/physical_object/E22> a crm:E22_Human-Made_Object ;
crm:P2_has_type <https://example.org/type/artwork> ;
crm:P62_depicts <https://example.swissartresearch.net/entity/fie_100_1> .
<https://example.org/type/artwork> a crm:E55_type .
<https://example.swissartresearch.net/entity/fie_100_1> a crm:E55_Type .
Events¶
This information category brings together typical events in which an artwork may have been involved through the course of its history. It is meant to cover information concerning the most salient events documented with regards to artworks. At present this enables the documentation of ownership periods and conservation events.
identifier | Name | Description | CRM Path | used by |
---|---|---|---|---|
artwork_113_past_ownership_period_statement_-_earliest_date_of_taking_of_possession | Past Ownership Period Statement - Earliest date of taking of Possession | This field is used to indicate the earliest date for an ownership period of the documented artwork. | ->P24i->E8[113_1]->P4->E52[113_2]->P82a->xsd:dateTime | nan |
artwork_114_past_ownership_period_statement_-_latest_date_of_taking_of_possession | Past Ownership Period Statement - Latest Date of taking of Possession | This field is used to indicate the latest date for an ownership period of the documented artwork. | ->P24i->E8[113_1]->P4->E52[113_2]->P82b->xsd:dateTime | nan |
artwork_115_past_ownership_period_statement_-_actor_obtaining_ownership | Past Ownership Period Statement - Actor Obtaining Ownership | This field is used to indicate the actor holding ownership over the documented artwork during an ownership period. | ->P24i->E8[113_1]->P22->E39[115_1] | nan |
artwork_116_past_ownership_period_statement_-_earliest_ceding_of_possession | Past Ownership Period Statement - Earliest Ceding of Possession | This field is used to record the earliest possible date for ceding of possession of the documented artwork by some actor. | ->P24i->E8[113_1]->P115i->E8[116_1]->P4->E52[116_2]->P82a->xsd:dateTime | nan |
artwork_117_past_ownership_period_statement_-_latest_ceding_of_possession | Past Ownership Period Statement - Latest Ceding of Possession | This field is used to record the latest possible date for ceding of possession of the documented artwork by some actor. | ->P24i->E8[113_1]->P115i->E8[116_1]->P4->E52[116_2]->P82b->xsd:dateTime | nan |
artwork_118_past_ownership_period_statement_-_actor_ceding_ownership | Past Ownership Period Statement - Actor Ceding Ownership | This field is used to record the actor who has ceded possession of the documented artwork. | ->P24i->E8[116_1]->P23->E39[118_1] | nan |
artwork_119_past_ownership_description | Past Ownership Description | This field used to provide a free text description related to an ownership period for the documented artwork. | ->P24i->E8[113_1]->P129i->E33[119_1] | nan |
artwork_107_conservation_event_-_type | Conservation Event - Type | This field is used to indicate the type of conservation event performed on the documented artwork. | ->P31i->E11[107_1]->P2->E55[107_2] | nan |
artwork_108_conservation_event_-_earliest | Conservation Event - Earliest | This field is used to indicate the earliest date for a conservation event performed on the documented artwork. | ->P31i->E11[107_1]->P4->E52[108_1]->P82a->xsd:dateTime | nan |
artwork_109_conservation_event_-_latest | Conservation Event - Latest | This field is used to indicate the latest date for a conservation event performed on the documented artwork. | ->P31i->E11[107_1]->P4->E52[108_1]->P82b->xsd:dateTime | nan |
artwork_110_conservation_event_-_technique | Conservation Event - technique | This field is used to indicate the technique used in the conservation event performed on the documented artwork. | ->P31i->E11[107_1]->P32->E55[110_1] | nan |
artwork_111_conservator | Conservator | This field is used to indicate the actor the carried out the conservation event performed on the documented artwork. | ->P31i->E11[107_1]->P14->E21[111_1] | nan |
artwork_112_conservation_event_description | Conservation Event Description | This field used to provide a free text description related to the conservation event performed on the documented artwork. | ->P31i->E11[107_1]->P129i->E33[112_1] | nan |
Turtle Encoding
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://example.org/physical_object/E22> a crm:E22_Human-Made_Object ;
crm:P24i_changed_ownership_through <https://example.swissartresearch.net/event/fie_113_1>,
<https://example.swissartresearch.net/event/fie_116_1> ;
crm:P2_has_type <https://example.org/type/artwork> ;
crm:P31i_was_modified_by <https://example.swissartresearch.net/event/fie_107_1> .
<https://example.org/type/artwork> a crm:E55_type .
<https://example.swissartresearch.net/actor/fie_111_1> a crm:E21_Person .
<https://example.swissartresearch.net/actor/fie_115_1> a crm:E39_Actor .
<https://example.swissartresearch.net/actor/fie_118_1> a crm:E39_Actor .
<https://example.swissartresearch.net/conceptual_Object/fie_112_1> a crm:E73_Linguistic_Object .
<https://example.swissartresearch.net/conceptual_object/fie_119_1> a crm:E33_Linguistic_Object .
<https://example.swissartresearch.net/event/fie_107_1> a crm:E11_Modification ;
crm:P119i_is_subject_of <https://example.swissartresearch.net/conceptual_Object/fie_112_1> ;
crm:P14_carried_out_by <https://example.swissartresearch.net/actor/fie_111_1> ;
crm:P2_has_type <https://example.swissartresearch.net/type/fie_107_2> ;
crm:P32_used_general_technique <https://example.swissartresearch.net/type/fie_110_1> ;
crm:P4_has_time-span <https://example.swissartresearch.net/time_span/fie_108_1> .
<https://example.swissartresearch.net/event/fie_113_1> a crm:E8_Acquisition ;
crm:P115i_is_finished_by <https://example.swissartresearch.net/event/fie_116_1> ;
crm:P129i_is_subject_of <https://example.swissartresearch.net/conceptual_object/fie_119_1> ;
crm:P22_transferred_title_to <https://example.swissartresearch.net/actor/fie_115_1> ;
crm:P4_has_time-span <https://example.swissartresearch.net/time_span/fie_113_2> .
<https://example.swissartresearch.net/time_span/fie_108_1> a crm:E52_Time-Span ;
crm:P82a_begin_of_the_begin ""^^xsd:dateTime ;
crm:P82b_end_of_the_end ""^^xsd:dateTime .
<https://example.swissartresearch.net/time_span/fie_113_2> a crm:E52_Time-Span ;
crm:P82a_begin_of_the_begin ""^^xsd:dateTime ;
crm:P82a_end_of_the_end ""^^xsd:dateTime .
<https://example.swissartresearch.net/time_span/fie_116_2> a crm:E52_Time-Span ;
crm:P82a_begin_of_the_begin ""^^xsd:dateTime ;
crm:P82a_end_of_the_end ""^^xsd:dateTime .
<https://example.swissartresearch.net/type/fie_107_2> a crm:E55_Type .
<https://example.swissartresearch.net/type/fie_110_1> a crm:E55_Type .
<https://example.swissartresearch.net/event/fie_116_1> a crm:E8_Acquisition ;
crm:P23_transferred_title_from <https://example.swissartresearch.net/actor/fie_118_1> ;
crm:P4_has_time-span <https://example.swissartresearch.net/time_span/fie_116_2> .
Location¶
The documentation of location aids in tracking individual artworks as well as in understanding their dispersion geographically. This information category gathers together relevant descriptors for this task.
identifier | Name | Description | CRM Path | used by |
---|---|---|---|---|
artwork_199_location_-_institution | Location - Institution | This field is used to document the institution at which the documented artwork is presently located. | ->P53->E53[177_1]->P74i->E74[192_1] ->P53->E53[177_1]->P74i->E74[192_1]->P2->E55[192_3] ->P53->E53[177_1]->P2->E55[192_4] |
nan |
artwork_177_location_-_institution_address | Location - Institution Address | This field is used to document the address of the institution at which the documented artwork is presently located. | ->P53->E53[177_1]->P1->E33_E41[177_2] P53->E53[177_1]->P1->E33_E41[177_2]->P2->E55[177_3] |
nan |
artwork_178_location_-_coordinates | Location - coordinates | This field is used to indicate the coordinates for the institution at which the documented artwork is presently located. | ->P53->E53[177_1]->P168->geo:wkt | nan |
Turtle Encoding
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<https://example.org/physical_object/E22> a crm:E22_Human-Made_Object ;
crm:P2_has_type <https://example.org/type/artwork> ;
crm:P53_has_former_or_current_location <https://example.swissartresearch.net/place/fie_177_1> .
<https://example.org/type/artwork> a crm:E55_type .
<https://example.swissartresearch.net/actor/fie_199_2> a crm:E74_Group ;
crm:P2_has_type <https://example.swissartresearch.net/type/fie_199_4> .
<https://example.swissartresearch.net/name/fie_177_2> a crm:E41_Appellation ;
crm:P2_has_type <https://example.swissartresearch.net/type/fie_177_3> .
<https://example.swissartresearch.net/place/fie_177_1> a crm:E53_Place ;
crm:P168_place_is_defined_by ""^^geo:wkt ;
crm:P1_is_identified_by <https://example.swissartresearch.net/name/fie_177_2> ;
crm:P2_has_type <https://example.swissartresearch.net/type/fie_199_3> ;
crm:P74i_is_current_or_former_residence_of <https://example.swissartresearch.net/actor/fie_199_2> .
<https://example.swissartresearch.net/type/fie_177_3> a crm:E55_Type ;
rdfs:label "Address" .
<https://example.swissartresearch.net/type/fie_199_3> a crm:E55_Type ;
rdfs:label "Institutional Location" .
<https://example.swissartresearch.net/type/fie_199_4> a crm:E55_Type ;
rdfs:label "Institution" .
Rights¶
The potential use and re-use of an artwork and its derivatives requires respect for existing rights claims. This information category gathers together the relevant descriptors for tracking this information.
identifier | Name | Description | CRM Path | used by |
---|---|---|---|---|
artwork_171_right_holder | Right Holder | This field is used to indicate the right holder for the documented artwork. | ->P104->E30[171_1]->P105->E39[171_2] | nan |
artwork_172_right_type | Right Type | This field is used to indicate the type of right which the right holder holds over the documented artwork. | ->P104->E30[171_1]->P2->E55[172_1] | nan |
artwork_173_right_description | Right Description | This field is used to provide a free text description of the right which the right holder holds over the documented artwork. | ->P104->E30[171_1]->P129i->E73[173_1] | nan |
Turtle Encoding
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
<https://example.org/physical_object/E22> a crm:E22_Human-Made_Object ;
crm:P104_is_subject_to <https://example.swissartresearch.net/conceptual_object/fie_171_1> ;
crm:P2_has_type <https://example.org/type/artwork> .
<https://example.org/type/artwork> a crm:E55_type .
<https://example.swissartresearch.net/actor/fie_171_2> a crm:E39_Actor .
<https://example.swissartresearch.net/conceptual_object/fie_171_1> a crm:E30_Right ;
crm:P105_right_held_by <https://example.swissartresearch.net/actor/fie_171_2> ;
crm:P129i_is_subject_of <https://example.swissartresearch.net/conceptual_object/fie_173_1> ;
crm:P2_has_type <https://example.swissartresearch.net/type/fie_172_1> .
<https://example.swissartresearch.net/conceptual_object/fie_173_1> a crm:E73_Information_Object .
<https://example.swissartresearch.net/type/fie_172_1> a crm:E55_Type .
Documentation¶
This information category unites referential information about the documented artwork, providing contextual data about it.
identifier | Name | Description | CRM Path | used by |
---|---|---|---|---|
artwork_196_citation | Citation | This field is used to indicate bibliographic records that stand as reference documentation for the documented artwork. | ->P129i->E33[196_1]->rdf:value->rdf:Literal ->P129i->E33[196_1]->P2->E55 |
nan |
artwork_197_citation_source | Citation Source | This field is used to record the source used for generating the citation for the documented artwork. | ->P129i->E33[196_1]->P106i->E33[197_1] | nan |
artwork_195_image | Image | This field document image that reference the described artwork. | ->P138i->E36/D9[195_1] | nan |
artwork_204_same_as | Same As | The field is used to record the sameness between the entity described and an external authority | ->L54->E1[204_1] | nan |
Turtle Encoding
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix crmdig: <http://www.ics.forth.gr/isl/CRMdig/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<https://example.org/physical_object/E22> a crm:E22_Human-Made_Object ;
crm:P129i_is_subject_of <https://example.swissartresearch.net/conceptual_object/fie_196_1> ;
crm:P138i_has_representation <https://example.swissartresearch.net/conceptual_object/fie_195_1> ;
crm:P2_has_type <https://example.org/type/artwork> ;
crmdig:L54_is_same-as <https://example.swissartresearch.net/entity/fie_204_1> .
<https://example.org/type/artwork> a crm:E55_type .
<https://example.swissartresearch.net/conceptual_object/fie_195_1> a crm:E36_Visual_Item,
crmdig:D9_Data_Object .
<https://example.swissartresearch.net/conceptual_object/fie_196_1> a crm:E33_Linguistic_Object ;
crm:P106i_forms_part_of <https://example.swissartresearch.net/conceptual_object/fie_197_1> ;
crm:P190_has_symbolic_content "content" ;
crm:P2_has_type <https://example.swissartresearch.net/type/fie_196_1> .
<https://example.swissartresearch.net/conceptual_object/fie_197_1> a crm:E33_Linguistic_Object .
<https://example.swissartresearch.net/entity/fie_204_1> a crm:E1_CRM_Entity .
<https://example.swissartresearch.net/type/fie_196_1> a crm:E55_Type ;
rdfs:label "Citation" .