@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:P69i_is_associated_with a owl:ObjectProperty ;
rdfs:label "P69 is associated with"@en ;
rdfs:domain crm:E29_Design_or_Procedure ;
rdfs:range crm:E29_Design_or_Procedure ;
owl:equivalentProperty ecrm:P69i_is_associated_with ;
owl:inverseOf crm:P69_has_association_with ;
skos:notation "P69i"^^xsd:string .