Skip to main content

USask Art Gallery Application Profile

note

Dataset Status: Published

Purpose​

To document how the University of Saskatchewan Art Gallery Collection data is modelled for compatibility with the wider LINCS data model. This document provides patterns used in the mapping of University of Saskatchewan Art Gallery data which correspond to the categories outlined in the LINCS Application Profile Main Document.

This document introduces class and property concepts as used in this specific context (LINCS and the University of Saskatchewan Art Gallery dataset), and are not complete definitions. Consult CIDOC CRM v. 7.1.1 documentation for full class and property descriptions.

Acronyms​

Ontology Acronyms:

Vocabulary and Authority Acronyms:

Main Classes​

Entity TypeClassDeclaration Snippet (TTL)
Artworkcrm:E22_Human-Made_Object
<artwork> a crm:E22_Human-Made_Object ;
crm:P2_has_type aat:300133025 .
Accession Numbercrm:E42_Identifier
<accession_number> a crm:E42_Identifier ;
crm:P2_has_type aat:300312355 .
Titlecrm:E33_E41_Linguistic_Appellation
<title> a crm:E33_E41_Linguistic_Appellation ;
crm:P2_has_type aat:300417193 .
Classificationcrm:E55_Type
<classification> a crm:E55_Type .
Imagecrm:E36_Visual_Item
<image> a crm:E36_Visual_Item .
Production Eventcrm:E12_Production
<production_event> a crm:E12_Production ;
crm:P2_has_type aat:300404387 .
Actor (e.g., maker, owner)crm:E39_Actor* subclass E21_Person or E74_Group used where possible
<actor> a crm:E39_Actor .
Materials Statementcrm:E33_Linguistic_Object
<dimensions_label> a crm:E33_Linguistic_Object ;
crm:P2_has_type aat:300435429 .
Mediumcrm:E57_Material
<medium> a crm:E57_Material .
Dimension Statementcrm:E33_Linguistic_Object
<dimension_statement> a crm:E33_Linguistic_Object ;
crm:P2_has_type aat:300435430 .
Dimension Measurementscrm:E54_Dimension
<dimension_measurements> a crm:E54_Dimension ;
crm:P2_has_type <dimension_type> .
Credit Linecrm:E33_Linguistic_Object
<credit_line> a crm:E33_Linguistic_Object ;
rm:P2_has_type aat:300435418 .
Acquisition Eventcrm:E8_Acquisition
<acquisition_event> a crm:E8_Acquisition .

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

Nodes​

Basic Patterns​

Identifiers​

Accession Numbers​

Application profile

Pattern/Structure ValuesDefinition

This pattern declares that an object is identified by an accession number.

Abstraction

crm:E22_Human-Made_Object β†’ crm:P1_is_identified_by β†’ crm:E42_Identifier
β†’ crm:P2_has_type β†’ crm

aat:300312355

β†’ crm:P190_has_symbolic_content β†’ rdfs:literal

Content ValuesType of ValueLiteral value (text)
Expected Value

Literal value (text) from the University of Saskatchewan Art Gallery dataset

Format/Requirements for the Valuerdfs:literal
Example Valuesβ€œ2020.006.001”; β€œ2020.013.001”; β€œ2020.008.008”
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:300312355>
β†’ 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 the PatternN/A
USask Elements Following this PatternObject Identifier

Pattern in TTL:

<USASK_artwork> a crm:E22_Human-Made_Object ;  
rdfs:label "<USASK_artwork>" ;
crm:P1_is_identified_by <ObjectIdentifier> .

<ObjectIdentifier> a crm:E42_Identifier ;
rdfs:label "Accession Number of University of Saskatchewan Art Gallery object <ObjectIdentifier>" ;
crm:P2_has_type aat:300312355 ;
crm:P190_has_symbolic_content "<ObjectIdentifier>" .

aat:300312355 a crm:E55_Type ;
rdfs:label "accession number" .
Titles​

Application profile

Pattern/Structure ValuesDefinitionThis pattern declares that an object is identified by a title.
Abstraction

crm:E22_Human-Made_Object β†’ crm:P1_is_identified_by β†’ crm:E33_E41_Linguistic_Appellation
β†’ crm:P2_has_type β†’ crm

aat:300417193

β†’ crm:P190_has_Symbolic_content β†’ rdfs:literal

Content ValuesType of Valueliteral value (text)
Expected Value

Literal value (text) from the University of Saskatchewan Art Gallery dataset

Format/Requirements for the Valuerdfs:literal
Example Valuesβ€œAntics”; β€œOn the Town”; β€œNew Model”
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 the PatternN/A
USask Elements Following this PatternObject Title 1; Object Title 2

Pattern in TTL:

<USASK_artwork> a crm:E22_Human-Made_Object ; 
rdfs:label "<USASK_artwork>" ;
crm:P1_is_identified_by <Object_title> .

<object_title> a crm:E33_E41_Linguistic_Appellation ;
rdfs:label "Title of University of Saskatchewan Art Gallery
object <ObjectIdentifier>" ;
crm:P2_has_type aat:300417193 ;
crm:P190_has_symbolic_content "<object_title>" .

aat:300417193 a crm:E55_Type ;
rdfs:label "titles (general, names)" .

Categories & Classifications (Types)​

Application profile

Pattern/Structure ValuesDefinition

This pattern declares that an object is categorized by a classification term.

Abstraction

crm:E22_Human-Made_Object β†’ crm:P2_has_type β†’ crm:E55_Type

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected ValueURI from the Art & Architecture Thesaurus (AAT)
Format/Requirements for the ValueURI (preferably dereferenceable)
Example Values

<http://vocab.getty.edu/aat/300033618>; <http://vocab.getty.edu/aat/300015637>; <http://vocab.getty.edu/aat/300133025>

Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that is categorized as a painting.

<usask:3359> β†’ crm:P2_has_type β†’ <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 the PatternN/A
USask Elements Following this PatternCategory

Pattern in TTL:

<USASK_artwork> a crm:E22_Human-Made_Object ;
rdfs:label "<USASK_artwork>" ;
crm:P2_has_type aat:<category> .

aat:<category> a crm:E55_Type ;
rdfs:label "<category>" .

Visual Representation​

Application profile

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

crm:E22_Human-Made_Object β†’ crm:P138i_has_representation β†’ crm:E36_Visual_Item

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected ValueURI from the University of Saskatchewan Art Gallery dataset
Format/Requirements for the ValueURI (preferably dereferenceable)
Example Values

<https://saskcollections.org/kenderdine/media/sask_kenderdine/images/1/2/4/84567_ca_object_representations_media_12414_page.jpg>; <https://saskcollections.org/kenderdine/media/sask_kenderdine/images/6/8/27647_ca_object_representations_media_6821_page.jpg>; <https://saskcollections.org/kenderdine/media/sask_kenderdine/images/1/1/2/68332_ca_object_representations_media_11273_page.jpg>

Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that is represented by an image.

<usask:3359> β†’ crm:P138i_has_representation β†’

<usask:84567_ca_object_representations_media_12414_page.jpg>

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

Pattern in TTL:

<USASK_artwork> a crm:E22_Human-Made_Object ;
rdfs:label "<USASK_artwork>" ;
crm:P138i_has_representation <digital_reproduction> .

<digital_reproduction> a crm:E36_Visual_Item ;
rdfs:label "Image of University of Saskatchewan Art Gallery
object <ObjectIdentifier>" .

Physical Objects​

Production​

Production Event​

Application profile

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 ValueURI minted by LINCS
Format/Requirements for the ValueURI (preferably dereferenceable)
Example Values

<http://id.lincsproject.ca/fH58jkFjLxs>; <http://id.lincsproject.ca/exjMjCxcod2>;


<http://id.lincsproject.ca/f8sSCltwAwo>

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:JF5Kgscc7k6>

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to the PatternN/A
USask Elements Following this PatternArtist; Date of Object; From; To

Pattern in TTL:

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

<production_event> a crm:E12_Production ;
rdfs:label "Production event of University of Saskatchewan Art
Gallery object <ObjectIdentifier>" .

Production Date​

Application profile

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

crm:E22_Human-Made_Object β†’ crm:P108i_was_produced_by β†’ crm:E12_Production
β†’ crm:P4_has_time-span β†’ crm:E52_Time-Span
β†’ crm:P82_at_some_time_within β†’ rdfs:Literal
β†’ crm:P82a_begin_of_the_begin β†’ xsd:dateTime
β†’ crm:P82b_end_of_the_end β†’ xsd:dateTime

Content ValuesType of Valueliteral value (text); date-time value
Expected Value

Literal value (text) from the University of Saskatchewan Art Gallery dataset; date-time value from the University of Saskatchewan Art Gallery dataset

Format/Requirements for the Valuerdfs:literal; xsd:dateTime
Example Values

β€œ1982”; β€œ1900s”; β€œ1982-01-01T00:00:00”; β€œ1982-12-31T23:59:59”; β€œ1981”

Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that was produced in 1982.

<usask:3359> β†’ crm:P108i_was_produced_by β†’ crm:E12_Production
β†’ crm:P4_has_time-span β†’ crm:E52_Time-Span
β†’ crm:P82_at_some_time_within β†’ β€œ1982”
β†’ crm:P82a_begin_of_the_begin β†’ β€œ1982-01-01T00:00:00”^^xsd:dateTime
β†’ crm:P82b_end_of_the_end β†’ β€œ1982-12-31T23:59:59”^^xsd:dateTime

Edge Case Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that was produced some time between 1900 and 1910.

<usask:801> β†’ crm:P108i_was_produced_by β†’ crm:E12_Production
β†’ crm:P4_has_time-span β†’ crm:E52_Time-Span
β†’ crm:P82_at_some_time_within β†’ β€œ1900s”
β†’ crm:P82a_begin_of_the_begin β†’ β€œ1900-01-01T00:00:00”^^xsd:dateTime
β†’ crm:P82b_end_of_the_end β†’ β€œ1909-12-31T23:59:59”^^xsd:dateTime

Resource Links

W3C. (2012, April 5). W3C XML Schema Definition Language (XSD) 1.1 Part 1: Structures.

https://www.w3.org/TR/xmlschema11-1/

Discussion Elements Pertaining to the PatternN/A
USask Elements Following this PatternDate of Object; From; To

Pattern in TTL:

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

<production_event> a crm:E12_Production ;
rdfs:label "Production event of University of Saskatchewan Art Gallery object <ObjectIdentifier>" ;
crm:P4_has_time-span <Date_of_Object> .

<Date_of_Object> a crm:E52_Time-Span ;
rdfs:label "Time-span of production event of University of Saskatchewan Art Gallery object <ObjectIdentifier>" ;
crm:P82_at_some_time_within "<Date_of_Object>" ;
crm:P82a_begin_of_the_begin "<Date_of_Object>"^^xsd:dateTime ;
crm:P82b_end_of_the_end "<Date_of_Object>"^^xsd:dateTime .
Creator​

Application profile

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

crm:E22_Human-Made_Object β†’ crm:P108i_was_produced_by β†’ crm:E12_Production
β†’ crm:P14_carried_out_by β†’ crm:E39_Actor

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

URI from an existing linked data authority or minted by LINCS; literal value (text) from the University of Saskatchewan Art Gallery dataset

Format/Requirements for the ValueURI (preferably dereferenceable); rdfs:literal
Example Values

<http://vocab.getty.edu/ulan/500063770>; <https://www.wikidata.org/wiki/Q1514848>; <http://www.wikidata.org/entity/Q23770211>

Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that was created by the artist Marcel Barbeau.

<usask:6681> β†’ crm:P108i_was_produced_by β†’ crm:E12_Production
β†’ crm:P14_carried_out_by β†’ <ulan:500063770>


<ulan:500063770> β†’ a β†’ crm:E21_Person
β†’ rdfs:label β†’ β€œMarcel Barbeau”

Edge Case Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that the object was also created by the group Peter and Tradul Markgraf / Editions Markgraf Publishing.

<usask:6681> β†’ crm:P108i_was_produced_by β†’ crm:E12_Production
β†’ crm:P14_carried_out_by β†’ <lincs:cqgxNOgrwTQ>


<lincs:cqgxNOgrwTQ> β†’ a β†’ crm:E74_Group
β†’ rdfs:label β†’

β€œPeter and Tradul Markgraf / Editions Markgraf Publishing”

Resource Links

The Getty Research Institute. (2017, March 7). Union List of Artist Names.

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

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

Discussion Elements Pertaining to the Pattern

crm:E39_Actor is 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. In most cases, the creator is an E21_Person; however, in some cases the creator is an E74_Group.

USask Elements Following this PatternArtist

Pattern in TTL:

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

<production_event> a crm:E12_Production ;
rdfs:label "Production event of University of Saskatchewan Art Gallery object <ObjectIdentifier>" ;
crm:P14_carried_out_by <Artist> .

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

Physical Characteristics​

Materials​
Materials Statement​

Application profile

Pattern/Structure ValuesDefinition

This pattern declares that an object is made of one or more materials, as described in a text statement.

Abstraction

crm:E22_Human-Made_Thing β†’ crm:P67i_is_referred_to_by β†’ crm:E33_Linguistic_Object
β†’ crm:P2_has_type β†’ crm

aat:300435429

β†’ crm:P190_has_symbolic_content β†’ rdfs:literal

Content ValuesType of Valueliteral value (text)
Expected Value

Literal value (text) from the University of Saskatchewan Art Gallery dataset

Format/Requirements for the Valuerdfs:literal
Example Values

β€œOil on canvas”; β€œdaguerreotype on copper”; β€œlinocut on soft tracing paper”

Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that is an oil on canvas painting.

<usask:801> β†’ crm:P67i_is_referred_to_by β†’ crm:E33_Linguistic_Object


(crm:P2_has_type β†’ <aat:300435429>)
β†’ crm:P190_has_symbolic_content β†’ rdfs:literal

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 the PatternN/A
USask Elements Following this PatternMedium

Pattern in TTL:

<USASK_artwork> a crm:E22_Human-Made_Object ;
rdfs:label "<USASK_artwork>" ;
crm:P67i_is_referred_to_by <materials_statement> .

<materials_statement> a crm:E33_Linguistic_Object ;
rdfs:label "Materials statement for University of Saskatchewan Art Gallery object <ObjectIdentifier>" ;
crm:P2_has_type aat:300435429 ;
crm:P190_has_symbolic_content "<materials_statement>" .

aat:300435429 a crm:E55_Type ;
rdfs:label "materials/technique statement" .
Medium​

Application profile

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 ValueURI from an existing linked data authority or minted by LINCS
Format/Requirements for the ValueURI (preferably dereferenceable)
Example Values

<http://vocab.getty.edu/aat/300015050>; <https://www.wikidata.org/wiki/Q296955>; <http://id.lincsproject.ca/Kk9Wmb46spW>

Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that consists 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 consists of archival inkjet print. This compound material is combined through a LINCS material URI.

<usask:4961> β†’ crm:P45_consists_of β†’ <lincs:ZFvHQuR6SdH>
β†’ 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/

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

Discussion Elements Pertaining to the PatternN/A
USask Elements Following this PatternMaterial

Pattern in TTL:

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

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

Application profile

Pattern/Structure ValuesDefinition

This pattern declares that an object has one or more dimensions, as described in a text statement.

Abstraction

crm:E22_Human-Made_Object β†’ crm:P67i_is_referred_to_by β†’ crm:E33_Linguistic_Object
β†’ crm:P2_has_type β†’ crm

aat:300435430

β†’ crm:P190_has_symbolic_content β†’ rdfs:literal

Content ValuesType of Valueliteral value (text)
Expected Value

Literal value (text) from the University of Saskatchewan Art Gallery dataset

Format/Requirements for the Valuerdfs:literal
Example Values

β€œ131 cm W x 222 cm H”; β€œ0 cm L x 89.5 cm W x 180.5 cm H x 0 cm D 0 cm THK”; β€œ85 cm W x 113.2 cm H”

Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that is referred to by the dimensions description β€œ66 cm W x 50.7 cm H.”

<usask:3359> β†’ crm:P67i_is_referred_to_by β†’ crm:E33_Linguistic_Object


(crm:P2_has_type β†’ <aat:300435430>)
β†’ crm:P190_has_symbolic_content β†’ β€œ66 cm W x 50.7 cm H”

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 the PatternN/A
USask Elements Following this PatternDimensions

Pattern in TTL:

<USASK_artwork> a crm:E22_Human-Made_Object ;
rdfs:label "<USASK_artwork>" ;
crm:P67i_is_referred_to_by <dimensions_label> .

<dimensions_label> a crm:E33_Linguistic_Object ;
rdfs:label "Dimensions statement for University of Saskatchewan Art Gallery object <ObjectIdentifier>" ;
crm:P2_has_type aat:300435430 ;
crm:P190_has_symbolic_content "<dimensions_label>" .

aat:300435430 a crm:E55_Type ;
rdfs:label "dimensions description" .
Dimensions Measurements​

Application profile

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_type β†’ crm:E55_Type
β†’ crm:P90_has_value β†’ rdfs:literal
β†’ crm:P91_has_unit β†’ crm

aat:300379098

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

URI from an existing linked data authority; literal value (text) from the University of Saskatchewan Art Gallery dataset

Format/Requirements for the ValueURI (preferably dereferenceable); rdfs:literal
Example Values

<http://vocab.getty.edu/aat/300055647>; <http://vocab.getty.edu/aat/300379098>; "58.8"; "16.4"

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 the Pattern

Other E55s: aat:300055645 [β€œLength”]; aat:300055644 [β€œHeight”]; aat:300072633 [β€œDepth”]; aat:300055646 [β€œThickness”].

USask Elements Following this PatternLength; Width; Height; Depth; Thickness

Pattern in TTL:

<USASK_artwork> a crm:E22_Human-Made_Object ;
rdfs:label "<object_title>" ;
crm:P43_has_dimension <width> .

<width> a crm:E54_Dimension ;
rdfs:label "Width of University of Saskatchewan Art Gallery object <ObjectIdentifier>" ;
crm:P2_has_type aat:300055647 ;
crm:P90_has_value <rdfs:literal> ;
crm:P91_has_unit aat:300379098 .

aat:300055647 a crm:E55_Type ;
rdfs:label "width" .

aat:300379098 a crm:E58_Measurement_Unit ;
rdfs:label "centimeters" .

Provenance​

Provenance Statement (Credit Line)​

Application profile

Pattern/Structure ValuesDefinitionThis pattern declares that an object has a credit line statement.
Abstraction

crm:E22_Human-Made_Object β†’ crm:P67i_is_referred_to_by β†’ crm:E33_Linguistic_Object
β†’ crm:P2_has_type β†’ crm

aat:300435418

β†’ crm:P190_has_symbolic_content β†’ rdfs:literal

Content ValuesType of Valueliteral value (text)
Expected Value

Literal value (text) from the University of Saskatchewan Art Gallery dataset

Format/Requirements for the Valuerdfs:literal
Example Values

β€œCollection of the University of Saskatchewan. Gift of Danika Lochhead, 2020.”; β€œCollection of the University of Saskatchewan. Gift of Leslie Saunders Estate, 1984.”; β€œCollection of the University of Saskatchewan. Gift of Stephen Rowat, 1997.”

Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that is credited as β€œCollection of the University of Saskatchewan. Gift of Danika Lochhead, 2020.”

<usask:3359> β†’ crm:P67i_is_referred_to_by β†’ crm:E33_Linguistic_Object


(crm:P2_has_type β†’ <aat:300435418>
β†’ crm:P190_has_symbolic_content β†’ β€œCollection of the University of Saskatchewan. Gift of Danika Lochhead, 2020.”

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 the PatternN/A
USask Elements Following this PatternCredit Line

Pattern in TTL:

<USASK_artwork> a crm:E22_Human-Made_Object ;
rdfs:label "<object_title>" ;
crm:P67i_is_referred_to_by <Credit_Line> .

<Credit_Line> a crm:E33_Linguistic_Object ;
rdfs:label "Credit line for University of Saskatchewan Art Gallery object <ObjectIdentifier>" ;
crm:P2_has_type aat:300435418 ;
crm:P190_has_symbolic_content "<Credit_Line>" .

aat:300435418 a crm:E55_Type ;
rdfs:label "credit line" .
Owners​
Current Owner​

Application profile

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

crm:E22_Human-Made_Object β†’ crm:P52_has_current_owner β†’ crm:E74_Group

Content ValuesType of ValueUniform Resource Identifier (URI)
Expected ValueURI from an existing linked data authority or minted by LINCS
Format/Requirements for the ValueURI (preferably dereferenceable)
Example Values<https://www.wikidata.org/wiki/Q1514848>
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>


<wikidata:Q1514848> β†’ a β†’ crm:E74_Group

Edge Case Example & AbstractionN/A
Resource Links

The Getty Research Institute. (2017, March 7). Union List of Artist Names.

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

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

Discussion Elements Pertaining to the PatternN/A
USask Elements Following this PatternCurrent Owner

Pattern in TTL:

<USASK_artwork> a crm:E22_Human-Made_Object ;
rdfs:label "<USASK_artwork>" ;
crm:P52_has_current_owner wikidata:Q1514848 .

wikidata:Q1514848 a crm:E74_Group ;
rdfs:label "University of Saskatchewan" .
Former Owner​

Application profile

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 ValueURI from an existing linked data authority or minted by LINCS
Format/Requirements for the ValueURI (preferably dereferenceable)
Example Values

<http://vocab.getty.edu/ulan/500063770>; <https://www.wikidata.org/wiki/Q1514848>; <http://id.lincsproject.ca/D54tPKvtykr>

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:JFaPXVXFSB5>


<lincs:JFaPXVXFSB5> β†’ a β†’ crm:E21_Person

Edge Case Example & AbstractionN/A
Resource Links

The Getty Research Institute. (2017, March 7). Union List of Artist Names.

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

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

Discussion Elements Pertaining to the Pattern

crm:E39_Actor is 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.

USask Elements Following this PatternOriginal Owner

Pattern in TTL:

<USASK_artwork> a crm:E22_Human-Made_Object ;
rdfs:label "<USASK_artwork>" ;
crm:P51_has_former_or_current_owner <Former_Owner> .

<Former_Owner> a crm:E39_Actor ;
rdfs:label "<Former_Owner>" .
Acquisition​
Acquisition Event​

Application profile

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 ValueURI minted by LINCS
Format/Requirements for the ValueURI (preferably dereferenceable)
Example Values

<http://id.lincsproject.ca/yoxyZ0K10z6>; <http://id.lincsproject.ca/pjfS3EV7t8W>; <http://id.lincsproject.ca/F6l5wcRnIIB>

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:6xRfXM0Tej0>

Edge Case Example & AbstractionN/A
Resource LinksN/A
Discussion Elements Pertaining to the PatternN/A
USask Elements Following this PatternAcquisition Date

Pattern in TTL:

<USASK_artwork> a crm:E22_Human-Made_Object ;
rdfs:label "<USASK_artwork>" ;
crm:P24i_changed_ownership_through <Acquisition_Event> .

<Acquisition_Event> a crm:E8_Acquisition ;
rdfs:label "Acquisition of University of Saskatchewan Art Gallery object <ObjectIdentifier>" .
Acquisition Date​

Application profile

Pattern/Structure ValuesDefinitionThis pattern declares that an object changed ownership on a date.
Abstraction

crm:E22_Human-Made_Object β†’ crm:P24i_changed_ownership_through β†’ crm:E8_Acquisition
β†’ crm:P4_has_time-span β†’ crm:E52_Time-Span
β†’ crm:P82_at_some_time_within β†’ rdfs:Literal
β†’ crm:P82a_begin_of_the_begin β†’ xsd:dateTime
β†’ crm:P82b_end_of_the_end β†’ xsd:dateTime

Content ValuesType of Valueliteral value (text); date-time value
Expected Value

Literal value (text) from the University of Saskatchewan Art Gallery dataset; date-time value from the University of Saskatchewan Art Gallery dataset

Format/Requirements for the Valuerdfs:literal; xsd:dateTime
Example Valuesβ€œ2020”; β€œ2020-01-01”; β€œ2020-12-31”
Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that there is an object that was acquired in 2020.

<usask:3359> β†’ crm:P24i_changed_ownership_through β†’ crm:E8_Acquisition
β†’ crm:P4_has_time-span β†’ crm:E52_Time-Span
β†’ crm:P82_at_some_time_within β†’ β€œ2020”
β†’ crm:P82a_begin_of_the_begin β†’ β€œ2020-01-01”
β†’ crm:P82b_end_of_the_end β†’ β€œ2020-12-31”

Edge Case Example & AbstractionN/A
Resource Links

W3C. (2012, April 5). W3C XML Schema Definition Language (XSD) 1.1 Part 1: Structures.

https://www.w3.org/TR/xmlschema11-1/

Discussion Elements Pertaining to the PatternN/A
USask Elements Following this PatternAcquisition Date

Pattern in TTL:

<USASK_artwork> a crm:E22_Human-Made_Object ;
rdfs:label "<USASK_artwork>" ;
crm:P24i_changed_ownership_through <Acquisition_Event> .

<Acquisition_Event> a crm:E8_Acquisition ;
rdfs:label "Acquisition of University of Saskatchewan Art Gallery object <ObjectIdentifier>" ;
crm:P4_has_time-span <Acquisition_Time-Span> .

<Acquisition_Time-Span> a crm:E52_Time-Span ;
rdfs:label "Acquisition event time-span of University of Saskatchewan Art Gallery object <ObjectIdentifier>" ;
crm:P82_at_some_time_within "<Acquisition_Date>" ;
crm:P82a_begin_of_the_begin "<Acquisition_Date>"^^xsd:dateTime ;
crm:P82b_end_of_the_end "<Acquisition_Date>"^^xsd:dateTime .
Relinquishing Ownership​

Application profile

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 ValueURI minted by LINCS
Format/Requirements for the ValueURI (preferably dereferenceable)
Example Values

<http://id.lincsproject.ca/dwDjpbKSzW6>; <http://id.lincsproject.ca/P0UA275cHpW>; <http://id.lincsproject.ca/137rL9LrYlv>

Case ExamplesTypical Example & Abstraction

The University of Saskatchewan Art Gallery dataset states that Norm Biram surrendered an object through an acquisition event.

<lincs:9HyksKkIfFA> β†’ crm:P23i_surrendered_title_through β†’ <lincs:lsgSoeNnUkf>

Edge Case Example & AbstractionN/A
Resource Links

The Getty Research Institute. (2017, March 7). Union List of Artist Names.

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

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

Discussion Elements Pertaining to the Pattern

crm:E39_Actor is 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.

USask Elements Following this PatternOriginal Owner

Pattern in TTL:

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

<Acquisition_Event> a crm:E8_Acquisition ;
rdfs:label "Acquisition of University of Saskatchewan Art Gallery object <ObjectIdentifier>" .
Gaining Ownership​

Application profile

Pattern/Structure ValuesDefinition

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

Abstraction

crm:E39_Actor β†’ crm:P22i_acquired_title_through β†’ crm:E8_Acquisition

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

<http://id.lincsproject.ca/U7TNy3t9sOd>; <http://id.lincsproject.ca/ruQUldTKggc>; <http://id.lincsproject.ca/dIYZhbzCqJE>

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:U7TNy3t9sOd>

Edge Case Example & AbstractionN/A
Resource Links

The Getty Research Institute. (2017, March 7). Union List of Artist Names.

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

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

Discussion Elements Pertaining to the Pattern

crm:E39_Actor is 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.

USask Elements Following this PatternCurrent Owner

Pattern in TTL:

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

<Acquisition_Event> a crm:E8_Acquisition ;
rdfs:label "Acquisition of University of Saskatchewan Art Gallery object <ObjectIdentifier>" .