sulo:isParticipantIn leaf node


URI

https://w3id.org/sulo/isParticipantIn

Label

is participant in

Description

is participant in is a relation to relate an object and the process in which it participates.

Usage

DOMAINPROPERTYRANGE
sulo:Object sulo:isParticipantIn sulo:Process

Implementation

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