@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:P35i_was_identified_by a owl:ObjectProperty ;
rdfs:label "P35 was identified by"@en ;
rdfs:domain crm:E3_Condition_State ;
rdfs:range crm:E14_Condition_Assessment ;
rdfs:subPropertyOf crm:P141i_was_assigned_by ;
owl:equivalentProperty ecrm:P35i_was_identified_by ;
owl:inverseOf crm:P35_has_identified ;
skos:notation "P35i"^^xsd:string .