http://www.cidoc-crm.org/cidoc-crm/P41_classified
Scope note:
This property records the item to which a type was assigned in an E17 Type Assignment activity.
Any instance of a CRM entity may be assigned a type through type assignment. Type assignment events allow a more detailed path from E1 CRM Entity through P41 classified (was classified), 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).
Examples:
- 31 August 1997 classification of silver cup 232 (E17) classified silver cup 232 (E22)
In First Order Logic:
P41(x,y) ⊃ E17(x)
P41(x,y) ⊃ E1(y)
P41(x,y) ⊃ P140(x,y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E17_Type_Assignment | crm:P41_classified | crm:E1_CRM_Entity |
@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:P41_classified a owl:ObjectProperty ;
rdfs:label "P41 classified"@en ;
rdfs:comment """Scope note:
This property records the item to which a type was assigned in an E17 Type Assignment activity.
Any instance of a CRM entity may be assigned a type through type assignment. Type assignment events allow a more detailed path from E1 CRM Entity through P41 classified (was classified), 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).
Examples:
- 31 August 1997 classification of silver cup 232 (E17) classified silver cup 232 (E22)
In First Order Logic:
P41(x,y) ⊃ E17(x)
P41(x,y) ⊃ E1(y)
P41(x,y) ⊃ P140(x,y)"""@en ;
rdfs:domain crm:E17_Type_Assignment ;
rdfs:range crm:E1_CRM_Entity ;
rdfs:subPropertyOf crm:P140_assigned_attribute_to ;
owl:equivalentProperty ecrm:P41_classified ;
owl:inverseOf crm:P41i_was_classified_by ;
skos:notation "P41"^^xsd:string .