Ontology Version: 3.1.0

cacontology:participatesInEvent leaf node


URI

https://cacontology.projectvic.org#participatesInEvent

Label

participates in event

Description

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).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) cacontology:participatesInEvent cac-core:Event

Implementation

@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 .