crm:P42_assigned leaf node


URI

http://www.cidoc-crm.org/cidoc-crm/P42_assigned

Label

P42 assigned

Description

Scope note:
This property records the type that was assigned to an entity by an E17 Type Assignment activity.
Type assignment events allow a more detailed path from E1 CRM Entity through P41 classified (was classified by), E17 Type Assignment, P42 assigned (was assigned by) to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).
For example, a fragment of an antique vessel could be assigned the type “attic red figured belly handled amphora” by expert A. The same fragment could be assigned the type “shoulder handled amphora” by expert B.
A Type may be intellectually constructed independent from assigning an instance of it.

Examples:
- 31 August 1997 classification of silver cup 232 (E17) assigned goblet (E55)

In First Order Logic:
P42(x,y) ⊃ E17(x)
P42(x,y)⊃ E55(y)
P42(x,y) ⊃ P141(x,y)

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E17_Type_Assignment crm:P42_assigned crm:E55_Type

Implementation

@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix ecrm: <http://erlangen-crm.org/current/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

crm:P42_assigned a owl:ObjectProperty ;
    rdfs:label "P42 assigned"@en ;
    rdfs:comment """Scope note:
This property records the type that was assigned to an entity by an E17 Type Assignment activity.
Type assignment events allow a more detailed path from E1 CRM Entity through P41 classified (was classified by), E17 Type Assignment, P42 assigned (was assigned by) to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).
For example, a fragment of an antique vessel could be assigned the type “attic red figured belly handled amphora” by expert A. The same fragment could be assigned the type “shoulder handled amphora” by expert B.
A Type may be intellectually constructed independent from assigning an instance of it.

Examples:
- 31 August 1997 classification of silver cup 232 (E17) assigned goblet (E55)

In First Order Logic:
P42(x,y) ⊃ E17(x)
P42(x,y)⊃ E55(y)
P42(x,y) ⊃ P141(x,y)"""@en ;
    rdfs:domain crm:E17_Type_Assignment ;
    rdfs:range crm:E55_Type ;
    rdfs:subPropertyOf crm:P141_assigned ;
    owl:equivalentProperty ecrm:P42_assigned ;
    owl:inverseOf crm:P42i_was_assigned_by ;
    skos:notation "P42"^^xsd:string .