@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:P89i_contains a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "P89 contains"@en ;
rdfs:domain crm:E53_Place ;
rdfs:range crm:E53_Place ;
owl:equivalentProperty ecrm:P89i_contains ;
owl:inverseOf crm:P89_falls_within ;
skos:notation "P89i"^^xsd:string .