@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:P51i_is_former_or_current_owner_of a owl:ObjectProperty ;
rdfs:label "P51 is former or current owner of"@en ;
rdfs:domain crm:E39_Actor ;
rdfs:range crm:E18_Physical_Thing ;
owl:equivalentProperty ecrm:P51i_is_former_or_current_owner_of ;
owl:inverseOf crm:P51_has_former_or_current_owner ;
skos:notation "P51i"^^xsd:string .