@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:P11i_participated_in a owl:ObjectProperty ;
rdfs:label "P11 participated in"@en ;
rdfs:domain crm:E39_Actor ;
rdfs:range crm:E5_Event ;
rdfs:subPropertyOf crm:P12i_was_present_at ;
owl:equivalentProperty ecrm:P11i_participated_in ;
owl:inverseOf crm:P11_had_participant ;
skos:notation "P11i"^^xsd:string .