observable:participant leaf node


URI

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

Label

participant

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:participant observable:ObservableObject

Implementation

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

observable:participant a owl:ObjectProperty ;
    rdfs:label "participant"@en ;
    rdfs:range observable:ObservableObject .