https://cacontology.projectvic.org#participatesInEvent
Links a participant (person, role, or organization) to an event they take part in. Referenced by cacontology-core-shapes SPARQL constraints; declared here to close the declaration gap (Issue #41).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| owl:Thing (inferred) | cacontology:participatesInEvent | cac-core:Event |
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology:participatesInEvent a owl:ObjectProperty ;
rdfs:label "participates in event"@en ;
rdfs:comment "Links a participant (person, role, or organization) to an event they take part in. Referenced by cacontology-core-shapes SPARQL constraints; declared here to close the declaration gap (Issue #41)."@en ;
rdfs:range cac-core:Event .