action:Action-disjointWith-Event-shape leaf node


URI

https://ontology.unifiedcyberontology.org/uco/action/Action-disjointWith-Event-shape

Label

Action-disjointWith-Event-shape

Target Classes (1)

Implementation

@prefix action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

action:Action-disjointWith-Event-shape a sh:NodeShape ;
    sh:message "action:Action and core:Event are disjoint classes."@en ;
    sh:not [ a sh:NodeShape ;
            sh:class core:Event ] ;
    sh:targetClass action:Action .