Skip to main content

Physical Objects Application Profile

Purpose

To document how various facets of LINCS data are modelled, along with reference authorities for the populating vocabularies. This will provide a basis for instruction for how to model data in a LINCS-compatible manner, as well as aid in navigation and discovery.

“Physical Objects” describes patterns that are unique or specific to representing information about physical objects, and includes reference to their relationship to conceptual things.

This document introduces the concepts as used by LINCS, and are not complete definitions of the CIDOC CRM ontology class or property concepts. Consult CIDOC CRM v. 7.1.1 documentation for full class descriptions and property descriptions.

Acronyms

Ontology Acronyms:

Vocabulary and Authority Acronyms:

Written and Ancient Texts: CRMtex

CRMtex is used for domain-specific requirements of written and ancient texts; LINCS uses aspects of it which extend the sections of CIDOC CRM related to Physical Objects.

Main Classes

Entity typeClassDeclaration Snippet (TTL)
Human-Made Objectcrm:E22_Human-Made_Object
<object> a crm:E22_Human-Made_Object ;
rdfs:label "<object label>" .
Identifiercrm:E42_Identifier

<identifier> a crm:E42_Identifier ;


rdfs:label “<identifier>” .

Titlecrm:E33_E41_Linguistic_Appellation

<title> a crm:E33_E41_Linguistic_Appellation ;


rdfs:label “<title>” .

Classificationcrm:E55_Type

<classification> a crm:E55_Type ;


rdfs:label “<classification>” .

Credit line, statement, note, description, etc.crm:E33_Linguistic_Object

<text> a crm:E33_Linguistic_Object ;


rdfs:label “<text_descriptor>” .

Actors (e.g., makers, owners)crm:E39_Actor \ (subclasses E21, E74 where possible)

<actor> a crm:E39_Actor ;


rdfs:label “<actor>” .

Productioncrm:E12_Production

<production> a crm:E12_Production ;


rdfs:label “Production event of <project> object <object_identifier>” .

Materialcrm:E57_Material

<medium> a crm:E57_Material ;


rdfs:label “<medium>” .

Dimensioncrm:E54_Dimension

<dimension> a crm:E54_Dimension ;


rdfs:label “<dimension>” .

Measurement Unitcrm:E58_Measurement_Unit

<measurement_unit> a crm:E58_Measurement_Unit ;


rdfs:label “<measurement_unit>” .

AcquisitionE8_Acquisition

<acquisition> a crm:E8_Acquisition ;


rdfs:label “Acquisition event of <object>” .

Collectioncrm:E78_Curated_Holding

<collection> a crm:E78_Curated_Holding ;


rdfs:label “<collection>” .

Overview Diagram

Below is an image of the application profile overview diagram. Follow this link for a zoomable, more readable version. The segments below align with the document sections.

Application profile overview diagram.

Nodes

Physical Objects; Conceptual Texts, Images, and Ideas

Physical things consist of all persistent physical items with a relatively stable form, human-made or natural. They are carriers for conceptual objects. Conceptual objects comprise non-material products of our minds and other human produced data. They can exist on more than one carrier at the same time, such as paper, electronic signals, marks, audio media, paintings, photos, human memories, etc. Their existence ends when the last carrier and the last memory are lost.

Physical Carriers of Conceptual Things

Physical things can be carriers of conceptual elements: for example, a physical book carries its text, or a physical collection carries the intellectual contents of that collection.

Application profile physical carriers

Pattern/Structure ValuesDefinition

This pattern declares that a physical thing serves as a carrier for conceptual things.

Abstraction

crm:E18_Physical Thing → crm:P128_carries crm:E73_Information_Object

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS

Format/Requirements for the ValueURI (preferably dereferenceable)
Case ExamplesTypical Example & Abstraction

The HistSex dataset states that the Northwest Lesbian and Gay History Project archive carries the intellectual contents of that archival collection.

<lincs:Northwest_Lesbian_and_Gay_History_Project> → crm:P128_carries <lincs:Northwest_Lesbian_and_Gay_History_Project_Contents>

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to This Pattern

crm:E18_Physical Thing is not directly used in the data, but represents here subclasses such as crm:E22_Human-Made_Object, crm:E78_Curated_Holding, crmtex:T1_Written_Text, and crmtex:TX7_Written_Text_Fragment that are used for this pattern.

Projects Following This PatternAnthologia graeca, Canadian Centre for Ethnomusicology, HistSex

Pattern in TTL:

<object> a crm:E18_Physical_Thing ; 
rdfs:label "<object>" ;
crm:P128_carries <conceptual_thing> .

<conceptual_thing> a crm:E73_Information_Object ;
rdfs:label "<conceptual_thing>" .

Transcribing Written Texts (CRMtex)

Application profile transcribing text

Pattern/Structure ValuesDefinitionThis pattern declares that a written text has a transcription.
Abstraction

crmtex:TX7_Written_Text_Segment → crm:P16i_was_used_for → TX6_Transcription, crm:E65_Creation
→ crm:P94_has_createdcrm:E33_Linguistic_Object → crm:P190_has_symbolic_contentrdfs:Literal

Content ValuesType of ValueUniform Resource Identifier (URI); literal value (text)
Expected Value

URI minted by LINCS; literal value (text) from Anthologia graeca dataset

Format/Requirements for the ValueURI (preferably dereferenceable); rdfs:literal
Case ExamplesTypical Example & Abstraction

The Anthologia graeca dataset declares that a passage was transcribed.

<lincs:passage/realization/1298> → crm:P16i_was_used_for → TX6_Transcription, crm:E65_Creation
→ crm:P94_has_created<lincs:text/4392>
→ crm:P190_has_symbolic_content

“En jouant de la trompette, Marcus le fluet émit un tout petit souffle et, tout droit, tête première, il s’en alla dans l’Hadès!”

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to This PatternN/A
Projects Following This PatternAnthologia graeca

Pattern in TTL:

<written_text> a crmtex:TX1_Written_Text ;
rdfs:label "<written_text>" ;
crm:P16i_was_used_for <transcription_event> .

<transcription_event> a crmtex:TX6_Transcription, crm:E65_Creation ;
rdfs:label "Transcription of <written_text>" ;
crm:P94_has_created <text> .

<text> a crm:E33_Linguistic_Object ;
rdfs:label "Transcription text of <written_text>" ;
crm:P190_has_symbolic_content "<text>" .

Talking about Entities: References to, and Representations of, Physical Things

When a physical object is referenced by a text or is represented in an image, this is a case of a conceptual object linking to a physical thing. For more on references to and representations of things, see the Talking about Entities section of the Basic Patterns Application Profile.

Curatorial Notes, Descriptions, and Other Comments

Different types of references are differentiated by the P2_has_type → E55_Type pattern associated with them (for more on this, see the Types section of the Basic Patterns Application Profile). For example:

  • General description: http://vocab.getty.edu/aat/300411780
  • Descriptive note: http://vocab.getty.edu/aat/300435416
  • Comment or note: http://vocab.getty.edu/aat/300027200
  • Materials statement: http://vocab.getty.edu/aat/300435429
  • Dimensions statement: http://vocab.getty.edu/aat/300435430
  • Credit line: http://vocab.getty.edu/aat/300435418

Application profile notes

Pattern/Structure ValuesDefinitionThis pattern declares that an entity has a note.
Abstraction

crm:E1_CRM_Entity → crm:P67i_is_referred_to_by → crm:E33_Linguistic_Object
→ crm:P2_has_typecrm:E55_Type
→ crm:P190_has_symbolic_contentrdfs:literal

Content ValuesType of ValueUniform Resource Identifier (URI); literal value (text)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS; literal value from project dataset

Format/Requirements for the ValueURI (preferably dereferenceable); rdfs:literal
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that has a statement describing the materials used to make it.

<usask:2899> → crm:P67i_is_referred_to_by → crm:E33_Linguistic_Object
→ crm:P2_has_typeaat:300435429
→ crm:P190_has_symbolic_content “cibachrome on fujicolor paper”

Edge Case Example & Abstraction

The Map of Early Modern London Gazetteer states that St. Saviour (Southwark) is the main subject of a text.

<moeml:STSA1> → crm:P129i_is_subject_of → crm:E33_Linguistic_Object
→ crm:P2_has_type<lincs:description>
→ crm:P190_has_symbolic_content

“St. Saviour (Southwark) dates back at least to 1106. It was originally known by the name St. Mary Overies, with Overies referring to its being over the Thames, that is, on its southern bank. After the period of the Dissolution, the church was rededicated and renamed St. Saviour (Sugden 335). St. Saviour (Southwark) is visible on the Agas map along New Rents street in Southwark. It is marked with the label S. Mary Owber.”

Resource Links

The Getty Research Institute. (2017, March 7). Art & Architecture Thesaurus Online.

https://www.getty.edu/research/tools/vocabularies/aat/

Discussion Elements Pertaining to The Pattern

When using E33_Linguistic_Object, use at least one (1) E55_Type on each instance specifying what kind of text it is.

This pattern can be used for any information item that discusses the entity in question. When seeking to say that the entity is not just discussed or referenced by the text statement, but is the main subject of it, P129i_is_subject_of can be used instead.

Projects Following This PatternAll projects

Pattern in TTL:

<entity> a crm:E1_CRM_Entity ; 
rdfs:label "<entity>" ;
crm:P67i_is_referred_to_by <entity_note> .

<entity_note> a crm:E33_Linguistic_Object ;
rdfs:label "<type> statement for <entity>" ;
crm:P2_has_type <type> ;
crm:P190_has_symbolic_content<note>.

<type> a crm:E55_Type ;
rdfs:label "<type>" .
Visual Representation

For more on how to say that an object has a visual representation, see the Visual Representations of an Entity Identifiers section of the Basic Patterns Application Profile.

Application profile visual representation

Pattern/Structure ValuesDefinitionThis pattern declares that an entity is represented by an image.
Abstraction

crm:E1_CRM_Entity → crm:P138i_is_represented_by crm:E36_Visual_Item

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS

Format/Requirements for the ValueURI, preferably dereferenceable
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that has an image which is a visual representation of it.

<usask:2899> → crm:P138i_has_representation

<https://saskcollections.org/kenderdine/media/sask_kenderdine/images/7/5/61983_ca_object_representations_media_7585_page.jpg>

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to the PatternN/A
Projects Following this Pattern

AdArchive, Anthologia graeca, HistSex, University of Saskatchewan Art Gallery

Pattern in TTL:

<entity> a crm:E1_CRM_Entity ; 
rdfs:label "<entity>" ;
crm:P138i_has_representation <image> .

<image> a crm:E36_Visual_Item ;
rdfs:label "Image of <entity>" .

Identifiers

For more on identifiers, see the Identifiers section of the Basic Patterns Application Profile.

Unique Identifiers (e.g., Accession Numbers)

Different types of identifiers are differentiated by the P2_has_type → E55_Type pattern associated with them. For more on this, see the Types section of the Basic Patterns Application Profile. For example:

Accession number: http://vocab.getty.edu/aat/300312355

Application profile identifiers

Pattern/Structure ValuesDefinitionThis pattern declares that an entity has an identifier.
Abstraction

crm:E1_CRM_Entity → crm:P1_is_identified_by → crm:E42_Identifier
→ crm:P2_has_type → crm:E55_Type[aat:300404012]
→ crm:P190_has_symbolic_content → rdfs:literal

Content ValuesType of ValueUniform Resource Identifier (URI); literal value (text)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS; literal value from project dataset

Format/Requirements for the ValueURI (preferably dereferenceable); rdfs:literal
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that is identified by the accession number “2020.008.008”.

<usask:3359> → crm:P1_is_identified_by → crm:E42_Identifier
→ crm:P2_has_type<aat:300404012>, <aat:300312355>, <lincs:gVZ8ETZwMQS>
→ crm:P190_has_symbolic_content “2020.008.008”

Edge Case Example & AbstractionN/A
Resource Links

The Getty Research Institute. (2017, March 7). Art & Architecture Thesaurus Online.

https://www.getty.edu/research/tools/vocabularies/aat/

Discussion Elements Pertaining to This Pattern

Use at least two (2) E55_Types on each identifier: generic (from existing linked data vocabulary) or project-specific (minted for project). For generic, always use the Getty AAT term for unique identifiers. Additional are optional for precision (e.g., the Getty AAT term for accession numbers ).

Projects Following This PatternAll projects

Pattern in TTL:

<entity> a crm:E1_CRM_Entity ;  
rdfs:label "<entity>" ;
crm:P1_is_identified_by <entity_identifier> .

<entity_identifier> a crm:E42_Identifier ;
rdfs:label "Unique identifier of <entity>"
crm:P2_has_type <http://vocab.getty.edu/aat/300404012>,
<project_identifier_type> ;
crm:P190_has_symbolic_content "<entity_identifier>" .

<http://vocab.getty.edu/aat/300404012> a crm:E55_Type ;
rdfs:label "unique identifiers" .

<project_identifier_type> a crm:E55_Type ;
rdfs:label "<project> identifiers" .

Titles

Different types of identifiers are differentiated by the P2_has_type → E55_Type pattern associated with them. For more on this, see the Types section of the Basic Patterns Application Profile. For example:

Title: http://vocab.getty.edu/aat/300417193

Application profile titles

Pattern/Structure ValuesDefinitionThis pattern declares that an entity has a linguistic identifier.
Abstraction

crm:E1_CRM_Entity → crm:P1_is_identified_by → crm:E33_E41_Linguistic_Appellation


crm:P2_has_typecrm:E55_Type


crm:P190_has_symbolic_contentrdfs:literal

Content ValuesType of ValueUniform Resource Identifier (URI); literal value (text)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS; literal value from project dataset

Format/Requirements for the ValueURI (preferably dereferenceable); rdfs:literal
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object with the title “Antics.”

<usask:3359> → crm:P1_is_identified_by → crm:E33_E41_Linguistic_Appellation


crm:P2_has_type<aat:300417193>


crm:P190_has_symbolic_content“Antics”

Edge Case Example & AbstractionN/A
Resource Links

The Getty Research Institute. (2017, March 7). Art & Architecture Thesaurus Online.

https://www.getty.edu/research/tools/vocabularies/aat/

Discussion Elements Pertaining to This Pattern

Use at least one (1) E55_Type on each linguistic identifier specifying what it is (e.g., name, title, etc.).

Projects Following This PatternAll projects

Pattern in TTL:

<entity> a crm:E1_CRM_Entity ; 
rdfs:label "<entity>" ;
crm:P1_is_identified_by <entity_name_or_title> .

<entity_name_or_title> a crm:E33_E41_Linguistic_Appellation ;
rdfs:label "Linguistic identifier of <entity>" ;
crm:P2_has_type <type> ;
crm:P190_has_symbolic_content "<entity_name_or_title>" .

<type> a crm:E55_Type ;
rdfs:label "<type>" .

Categories and Classifications

For more on types, categorization, and classification, as well as vocabularies, see the Types section of the Basic Patterns Application Profile.

Application profile categories

Pattern/ Structure ValuesDefinitionThis pattern declares that an object has a classification.
Abstraction

crm:E22_Human-Made_Object → crm:P2_has_type crm:E55_Type

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS

Format/Requirements for the ValueURI (preferably dereferenceable)
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object with the types “work of art” and “painting.”

<usask:3359> → crm:P2_has_type <aat:300133025>, <aat:300033618>

Edge Case Example & AbstractionN/A
Resource Links

The Getty Research Institute. (2017, March 7). Art & Architecture Thesaurus Online.

https://www.getty.edu/research/tools/vocabularies/aat/

Discussion Elements Pertaining to This Pattern

This pattern connects entities to vocabularies. For more on this, see the Vocabularies section of the Basic Patterns Application Profile.

Projects Following This Pattern All projects

Pattern in TTL:

<object> a crm:E22_Human-Made_Object ;
rdfs:label "<object>" ;
crm:P2_has_type <type>.

<type> a crm:E55_Type ;
rdfs:label "<type>".

Production

A production date adds temporal information to the production event. For production date, see the Time-Spans of Activities section of the Basic Patterns Application Profile.

A production place adds location information to the production event. For production place, see the Location of Activities section of the Basic Patterns Application Profile.

For information about how to say that an actor was involved in or carried out an activity, see the Roles section of the Basic Patterns Application Profile.

Application profile production

Pattern/Structure ValuesDefinitionThis pattern declares that an object was produced.
Abstraction

crm:E22_Human-Made_Object → crm:P108i_was_produced_by crm:E12_Production

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS

Format/Requirements for the ValueURI (preferably dereferenceable)
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that was produced through a production event.

<usask:3359> → crm:P108i_was_produced_by <lincs:iGOuugzzrKB>

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to This PatternN/A
Projects Following This Pattern

Anthologia graeca, Canadian Centre for Ethnomusicology, University of Saskatchewan Art Gallery

Pattern in TTL:

<object> a crm:E22_Human-Made_Object ;
rdfs:label "<object>" ;
crm:P108i_was_produced_by <production_event> .

<production_event> a crm:E12_Production ;
rdfs:label "Production event of <object>" .

Physical Characteristics

Information about physical characteristics, such as materials and dimensions, are often entered as text statements instead of or in addition to as individual facets. This section therefore covers both.

Materials

For information on how to model a materials statement, see the section “Curatorial notes, descriptions, and other comments” above. Materials statements are identified by the pattern: E33_Linguistic_Object → P2_has_type → <http://vocab.getty.edu/aat/300435429> .

Application profile materials

Pattern/Structure ValuesDefinitionThis pattern declares that an object is made of a type of material.
Abstraction

crm:E22_Human-Made_Thing → crm:P45_consists_of crm:E57_Material

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS

Format/Requirements for the ValueURI (preferably dereferenceable)
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that is made of oil paint.

<usask:801> → crm:P45_consists_of <aat:300015050>

Edge Case Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that is made of archival inkjet print. This compound material is combined through a LINCS material URI.

<usask:4961> → crm:P45_consists_of <http://lincsproject.ca/HT4DabLEijO>
→ crm:P2_has_type<aat:300218588>
→ crm:P2_has_type<aat:300265621>

Resource Links

The Getty Research Institute. (2017, March 7). Art & Architecture Thesaurus Online.

https://www.getty.edu/research/tools/vocabularies/aat/

Discussion Elements Pertaining to This PatternN/A
Projects Following This Pattern

Canadian Centre for Ethnomusicology, University of Saskatchewan Art Gallery

Pattern in TTL:

<object> a crm:E22_Human-Made_Object ;
rdfs:label "<object>" ;
crm:P45_consists_of <medium>.

<medium> a crm:E57_Material ;
rdfs:label "<medium>" .

Dimensions

For information on how to model a dimensions statement, see the section “Curatorial notes, descriptions, and other comments” above. Dimensions statements are identified by the pattern: E33_Linguistic_Object → P2_has_type → <http://vocab.getty.edu/aat/300435430> .

Application profile dimensions

Pattern/Structure ValuesDefinition

This pattern declares that an object has one or more dimensions; an object can have a separate dimension for length, width, height, depth, and thickness.

Abstraction

crm:E22_Human-Made_Object → crm:P43_has_dimension → crm:E54_Dimension
→ crm:P2_has_typecrm:E55_Type
→ crm:P90_has_value rdfs:literal
→ crm:P91_has_unitcrm:E58_Measurement_Unit

Content ValuesType of ValueUniform Resource Identifier (URI); literal value (numeric)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS; literal value from project dataset

Format/Requirements for the ValueURI (preferably dereferenceable); rdfs:literal
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object with a width of 66 centimetres.

<usask:3359> → crm:P43_has_dimension → crm:E54_Dimension
→ crm:P2_has_type<aat:300055647>
→ crm:P90_has_value“66”
→ crm:P91_has_unit<aat:300379098>

Edge Case Example & AbstractionN/A
Resource Links

The Getty Research Institute. (2017, March 7). Art & Architecture Thesaurus Online.

https://www.getty.edu/research/tools/vocabularies/aat/

Discussion Elements Pertaining to This PatternN/A
Projects Following This Pattern

Canadian Centre for Ethnomusicology, University of Saskatchewan Art Gallery

Pattern in TTL:

<object> a crm:E22_Human-Made_Object ;
rdfs:label "<object>" ;
crm:P43_has_dimension <dimension> .

<dimension> a crm:E54_Dimension ;
rdfs:label "<dimension_type> of <object>" ;
crm:P2_has_type <dimension_type> ;
crm:P90_has_value <rdfs:literal> ;
crm:P91_has_unit <measurement_unit> .

<dimension_type> a crm:E55_Type ;
rdfs:label "<dimension_type>" .

<measurement_unit> a crm:E58_Measurement_Unit ;
rdfs:label "<measurement_unit>" .

Number of Physical Parts

Application profile number of parts

Pattern/Structure ValuesDefinition

This pattern declares that an object is made up of a number of parts.

Abstraction

crm:E71_Human-Made_Thing → crm:P57_has_number_of_parts E60_Number

Content ValuesType of Valueliteral value (numeric)
Expected Valueliteral value from project dataset
Format/Requirements for the Valuerdfs:literal
Case ExamplesTypical Example & Abstraction

The Canadian Centre for Ethnomusicology dataset states that there is an object that has 2 parts.

<cce:14-61829> → crm:P57_has_number_of_parts“2”

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to This PatternN/A
Projects Following This PatternCanadian Centre for Ethnomusicology

Pattern in TTL:

<object> a crm:E22_Human-Made_Object ;
rdfs:label "<object>" ;
crm:P57_has_number_of_parts<number>.

Objects as Parts of Other Objects

Application profile part of other objects

Pattern/Structure ValuesDefinitionThis pattern declares that an object is part of another object.
Abstraction

crm:E22_Human_Made_Object → crm:P46i_forms_part_of crm:E22_Human_Made_Object

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS

Format/Requirements for the ValueURI (preferably dereferenceable)
Case ExamplesTypical Example & Abstraction

The Canadian Centre for Ethnomusicology dataset states that there is an object which is part of another object.

<cce:14-61682> → crm:P46i_forms_part_of <cce:14-61742>

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to This PatternN/A
Projects Following This PatternCanadian Centre for Ethnomusicology

Pattern in TTL:

<object1> a crm:E22_Human-Made_Object ;
rdfs:label "<object1>" ;
crm:P46i_forms_part_of <object2> .

<object2> a crm:E22_Human-Made_Object ;
rdfs:label "<object2>" .

Written and Ancient Texts (CRMtex)

Physical Features of Objects

Application profile physical features

Pattern/Structure ValuesDefinitionThis pattern declares that an object bears a feature.
Abstraction

crm:E22_Human-Made_Object → crm:P56_bears_feature → crm:E25_Human-Made_Feature
→ crm:P56i_is_found_on → crm:E22_Human-Made_Object

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected ValueURI minted by LINCS
Format/Requirements for the ValueURI (preferably dereferenceable)
Case ExamplesTypical Example & Abstraction

The Anthologia graeca dataset declares that scholium 5.203.2 is found on Codex Palatinus 23 p. 117.

<lincs:manuscript/4286> → crm:P56_bears_feature


<lincs:scholium/realization/2583>
→ crm:P56i_is_found_on → <lincs:manuscript/4286>

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to This Pattern

In the Anthologia graeca dataset, this is modelled as E22 → P56 → TX7; TX7 is a subclass of E25 from the CRMtex extension.

Projects Following This PatternAnthologia graeca

Pattern in TTL:

<object> a crm:E22_Human-Made_Object ;
rdfs:label "<object" ;
crm:P56_bears_feature <feature> .

<feature> a crm:E25_Human-Made Feature ;
rdfs:label "<feature>" ;
crm:P56i_is_found_on <object> .
Segments of Written Texts

Application profile segments of texts

Pattern/Structure ValuesDefinitionThis pattern declares that a written text has segments.
Abstraction

crmtex:TX1_Written_Text → crmtex:TXP4_has_segment → crmtex:TX7_Written_Text_Segment
→ crmtex:TXP4i_is_segment_of → crmtex:TX1_Written_Text

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected ValueURI minted by LINCS
Format/Requirements for the ValueURI (preferably dereferenceable)
Case ExamplesTypical Example & Abstraction

The Anthologia graeca dataset declares that passage 10.3 is a segment of Anthologia graeca book 10.

<lincs:passage/realization/2849> → crmtex:TXP4i_is_segment_of → <lincs:book/11>
→ crmtex:TXP4i_is_segment_of → <lincs:passage/realization/2849>

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to This PatternN/A
Projects Following This PatternAnthologia graeca

Pattern in TTL:

<written_text> a crmtex:TX1_Written_Text ;
rdfs:label "<written_text>" ;
crmtex:TXP4_has_segment <text_segment> .

<text_segment> a crmtex:TX7_Written_Text_Segment ;
rdfs:label "<text_segment>" ;
crmtex:TXP4i_is_segment_of <written_Text> .

Provenance

Details about provenance, such as history of ownership, are often entered as text statements instead of or in addition to as individual facets. This section therefore covers both.

Provenance statement (e.g., Credit Line)

For information on how to model a provenance statement, see the section “Curatorial notes, descriptions, and other comments” above. Credit lines are identified by the pattern: E33_Linguistic_Object → P2_has_type → <http://vocab.getty.edu/aat/300435418> .

Owners

Current Owner

Application profile current owner

Pattern/Structure ValuesDefinitionThis pattern declares that an object has a current owner.
Abstraction

crm:E22_Human-Made_Object → crm:P52_has_current_owner crm:E39_Actor

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS

Format/Requirements for the ValueURI (preferably dereferenceable)
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that is currently owned by the University of Saskatchewan.

<usask:801> → crm:P52_has_current_owner <wikidata:Q1514848>

Edge Case Example & AbstractionN/A
Resource Links

The Wikimedia Foundation. (2021). Wikidata. https://www.wikidata.org/

Discussion Elements Pertaining to This Pattern

crm:E39_Actor should be implemented through one of its subclasses: crm:E21_Person when it is one (1) person, and crm:E74_Group when it is more than one.

Projects Following This Pattern

Canadian Centre for Ethnomusicology, University of Saskatchewan Art Gallery

Pattern in TTL:

<object> a crm:E22_Human-Made_Object ;
rdfs:label "<object>" ;
crm:P52_has_current_owner <current_owner> .

<current_owner> a crm:E39_Actor ;
rdfs:label "<current_owner>" .
Former Owner

Application profile former owner

Pattern/ Structure ValuesDefinitionThis pattern declares that an object has a former owner.
Abstraction

crm:E22_Human-Made_Object → crm:P51_has_former_or_current_owner crm:E39_Actor

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS

Format/Requirements for the ValueURI (preferably dereferenceable)
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that was previously owned by Norm Biram.

<usask:801> → crm:P51_has_former_or_current_owner <lincs:N2eZQC7kYJ7>

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to This Pattern

crm:E39_Actor should be implemented through one of its subclasses: crm:E21_Person when it is one (1) person, and crm:E74_Group when it is more than one.

Projects Following This Pattern

Canadian Centre for Ethnomusicology, University of Saskatchewan Art Gallery

Pattern in TTL:

<object> a crm:E22_Human-Made_Object ;
rdfs:label "<object>" ;
crm:P51_has_former_or_current_owner <former_owner> .

<former_owner> a crm:E39_Actor ;
rdfs:label "<former_owner>" .

Acquisition

An acquisition date adds temporal information to the acquisition event. For acquisition date, see the Time-Spans of Activities section of the Basic Patterns Application Profile.

An acquisition place adds location information to the acquisition event. For acquisition place, see the Location of Activities section of the Basic Patterns Application Profile.

Application profile acquisition

Pattern/Structure ValuesDefinition

This pattern declares that an object changed ownership through an acquisition event.

Abstraction

crm:E22_Human-Made_Object → crm:P24i_changed_ownership_through crm:E8_Acquisition

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS

Format/Requirements for the ValueURI (preferably dereferenceable)
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that was acquired through an acquisition event.

<usask:3359> → crm:P24i_changed_ownership_through <lincs:nVxmKOVmRHI>

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to This PatternN/A
Projects Following This PatternUniversity of Saskatchewan Art Gallery

Pattern in TTL:

<object> a crm:E22_Human-Made_Object ;
rdfs:label "<object>" ;
crm:P24i_changed_ownership_through <acquisition> .

<acquisition> a crm:E8_Acquisition ;
rdfs:label "Acquisition of <object>" .
Relinquishing Ownership

Application profile relinquishing ownership

Pattern/Structure ValuesDefinition

This pattern declares that an actor relinquished ownership of an object through an acquisition event.

Abstraction

crm:E39_Actor → crm:P23i_surrendered_title_through


crm:E8_Acquisition

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS

Format/Requirements for the ValueURI (preferably dereferenceable)
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that Norm Biram (lincs:sdKIgNCvFZl) surrendered an object through an acquisition event (lincs:GlmoPI8JhWS)

<lincs:sdKIgNCvFZl> → crm:P23i_surrendered_title_through <lincs:GlmoPI8JhWS>

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to This Pattern

crm:E39_Actor should be implemented through one of its subclasses: crm:E21_Person when it is one (1) person, and crm:E74_Group when it is more than one.

Projects Following This PatternUniversity of Saskatchewan Art Gallery

Pattern in TTL:

<object> a crm:E22_Human-Made_Object ;
rdfs:label "<object>" ;
crm:P24i_changed_ownership_through <acquisition> .

<actor> a crm:E39_Actor ;
rdfs:label "<actor>" ;
crm:P23i_surrendered_title_through <acquisition> .

<acquisition> a crm:E8_Acquisition ;
rdfs:label "Acquisition of <object>" .
Gaining Ownership

Application profile gaining ownership

Pattern/Structure ValuesDefinition

This pattern declares that an actor gained ownership of an object through an acquisition event.

Abstraction

crm:E39_Actor → crm:P22i_aquired_title_through crm:E8_Acquisition

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS

Format/Requirements for the ValueURI (preferably dereferenceable)
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that University of Saskatchewan gained ownership of an object through an acquisition event.

<wikidata:Q1514848> → crm:P22i_aquired_title_through <lincs:GlmoPI8JhWS>

Edge Case Example & AbstractionN/A
Resource Links

The Wikimedia Foundation. (2021). Wikidata. https://www.wikidata.org/

Discussion Elements Pertaining to This Pattern

crm:E39_Actor should be implemented through one of its subclasses: crm:E21_Person when it is one (1) person, and crm:E74_Group when it is more than one.

Projects Following This PatternUniversity of Saskatchewan Art Gallery

Pattern in TTL:

<actor> a crm:E39_Actor ; 
rdfs:label "<name>" ;
crm:P22i_aquired_title_through <Acquisition_Event> .

<Acquisition_Event> a crm:E8_Acquisition ;
rdfs:label "Acquisition of LINCS object <ObjectIdentifier>" .

Collections

Curator

Application profile curator

Pattern/Structure ValuesDefinition

This pattern declares that an actor has curatorial responsibility for a collection.

Abstraction

crm:E78_Curated_Holding → crm:P109_has_current_or_former_curatorcrm:E74_Group

Content ValuesType of ValueUniform Resource Identifier (URI); literal value (text)
Expected Value

URI from project dataset, existing linked data authority, or minted by LINCS; literal value from project dataset

Format/Requirements for the ValueURI (preferably dereferenceable); rdfs:literal
Case ExamplesTypical Example & Abstraction

The HistSex dataset states that the Special Collections and University Archives, University of Oregon Libraries is managed by the University of Oregon.

<lincs:Special_Collections_and_University_Archives,_University_of_Oregon_Libraries> → crm:P109_has_current_or_former_curator <lincs:University_of_Oregon>

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to This Pattern

crm:E39_Actor should be implemented through one of its subclasses: crm:E21_Person when it is one (1) person, and crm:E74_Group when it is more than one.

Projects Following This PatternHistSex

Pattern in TTL:

<collection> a crm:E78_Curated_Holding ; 
rdfs:label "<collection>" ;
crm:P109_has_current_or_former_curator <curator> .

<curator> a crm:E39_Actor ;
rdfs:label "<curator>" .