@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:P109i_is_current_or_former_curator_of a owl:ObjectProperty ;
rdfs:label "P109 is current or former curator of"@en ;
rdfs:domain crm:E39_Actor ;
rdfs:range crm:E78_Collection ;
rdfs:subPropertyOf crm:P49i_is_former_or_current_keeper_of ;
owl:equivalentProperty ecrm:P109i_is_current_or_former_curator_of ;
owl:inverseOf crm:P109_has_current_or_former_curator ;
skos:notation "P109i"^^xsd:string .