crm:P35_has_identified leaf node


URI

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

Label

P35 has identified

Description

Scope note:
This property identifies the E3 Condition State that was observed in an E14 Condition Assessment activity.

Examples:
- 1997 condition assessment of silver cup 232 (E14) has identified oxidation traces were present in 1997 (E3) has type oxidation traces (E55)

In First Order Logic:
P35(x,y) ⊃E14(x)
P35(x,y) ⊃ E3(y)
P35(x,y) ⊃ P141(x,y)

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E14_Condition_Assessment crm:P35_has_identified crm:E3_Condition_State

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:P35_has_identified a owl:ObjectProperty ;
    rdfs:label "P35 has identified"@en ;
    rdfs:comment """Scope note:
This property identifies the E3 Condition State that was observed in an E14 Condition Assessment activity.

Examples:
- 1997 condition assessment of silver cup 232 (E14) has identified oxidation traces were present in 1997 (E3) has type oxidation traces (E55)

In First Order Logic:
P35(x,y) ⊃E14(x)
P35(x,y) ⊃ E3(y)
P35(x,y) ⊃ P141(x,y)"""@en ;
    rdfs:domain crm:E14_Condition_Assessment ;
    rdfs:range crm:E3_Condition_State ;
    rdfs:subPropertyOf crm:P141_assigned ;
    owl:equivalentProperty ecrm:P35_has_identified ;
    owl:inverseOf crm:P35i_was_identified_by ;
    skos:notation "P35"^^xsd:string .