observable:ObservableAction leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/ObservableAction

Label

ObservableAction

Description

An observable action is a grouping of characteristics unique to something that may be done or performed within the digital domain.

Target Classes (1)

Implementation

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

observable:ObservableAction a owl:Class,
        sh:NodeShape ;
    rdfs:label "ObservableAction"@en ;
    rdfs:comment "An observable action is a grouping of characteristics unique to something that may be done or performed within the digital domain."@en ;
    rdfs:subClassOf action:Action,
        observable:Observable ;
    sh:targetClass observable:ObservableAction .