@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:P22i_acquired_title_through a owl:InverseFunctionalProperty,
owl:ObjectProperty ;
rdfs:label "P22 acquired title through"@en ;
rdfs:range crm:E8_Acquisition ;
rdfs:subPropertyOf crm:P14i_performed ;
owl:equivalentProperty ecrm:P22i_acquired_title_through ;
owl:inverseOf crm:P22_transferred_title_to ;
skos:notation "P22i"^^xsd:string .