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 .
OSZAR »