is participant in


URI

http://semanticscience.org/resource/isParticipantIn

Label

is participant in

Description

is participant in is a relation that describes the participation of the subject in the (processual) object.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is participant in process

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sio:isParticipantIn a owl:ObjectProperty ;
    rdfs:label "is participant in"@en ;
    dct:description "is participant in is a relation that describes the participation of the subject in the (processual) object."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:range sio:Process ;
    rdfs:subPropertyOf sio:isSpatiotemporallyRelatedTo ;
    owl:inverseOf sio:hasParticipant ;
    skos:example "a car is a participant in a car race; glucose is a participant in glycolysis"@en .