has participant


URI

http://semanticscience.org/resource/hasParticipant

Label

has participant

Description

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

Usage

DOMAINPROPERTYRANGE
process has participant owl:Thing (inferred)

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

sio:hasParticipant a owl:ObjectProperty ;
    rdfs:label "has participant"@en ;
    dct:description "has participant is a relation that describes the participation of the object in the (processual) subject."@en ;
    sio:equivalentTo "OBO_REL:has_participant" ;
    sio:subset "core" ;
    rdfs:domain sio:Process ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isSpatiotemporallyRelatedTo .