https://w3id.org/sulo/isParticipantIn
is participant in is a relation to relate an object and the process in which it participates.
DOMAIN | PROPERTY | RANGE |
---|---|---|
sulo:Object | sulo:isParticipantIn | sulo:Process |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sulo: <https://w3id.org/sulo/> .
sulo:isParticipantIn a owl:ObjectProperty ;
rdfs:label "is participant in"@en ;
rdfs:comment "is participant in is a relation to relate an object and the process in which it participates."@en ;
rdfs:domain sulo:Object ;
rdfs:range sulo:Process .