action:participant leaf node


URI

https://unifiedcyberontology.org/ontology/uco/action#participant

Label

participant

Description

The supporting (non-primary) performers of an action.

Usage

DOMAINPROPERTYRANGE
action:ActionReferencesFacet action:participant core:UcoObject

Implementation

@prefix action: <https://unifiedcyberontology.org/ontology/uco/action#> .
@prefix default1: <https://unifiedcyberontology.org/ontology/uco/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

action:participant a owl:ObjectProperty ;
    rdfs:label "participant"@en ;
    rdfs:comment "The supporting (non-primary) performers of an action."@en ;
    rdfs:domain action:ActionReferencesFacet ;
    rdfs:range default1:UcoObject .