@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:P65i_is_shown_by a owl:ObjectProperty ;
rdfs:label "P65 is shown by"@en ;
rdfs:domain crm:E36_Visual_Item ;
rdfs:range crm:E24_Physical_Man-Made_Thing ;
rdfs:subPropertyOf crm:P128i_is_carried_by ;
owl:equivalentProperty ecrm:P65i_is_shown_by ;
owl:inverseOf crm:P65_shows_visual_item ;
skos:notation "P65i"^^xsd:string .