https://w3id.org/sulo/hasParticipant
has participant is a relation that describes the participation of a (non-process) thing in a process.
DOMAIN | PROPERTY | RANGE |
---|---|---|
sulo:Process | sulo:hasParticipant | sulo:Object |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sulo: <https://w3id.org/sulo/> .
sulo:hasParticipant a owl:ObjectProperty ;
rdfs:label "has participant"@en ;
rdfs:comment "has participant is a relation that describes the participation of a (non-process) thing in a process."@en ;
rdfs:domain sulo:Process ;
rdfs:range sulo:Object ;
owl:inverseOf sulo:isParticipantIn ;
owl:propertyChainAxiom ( sulo:hasParticipant [ owl:inverseOf sulo:hasFeature ] ) .