action:ActionPattern leaf node


URI

https://ontology.unifiedcyberontology.org/uco/action/ActionPattern

Label

ActionPattern

Description

An action pattern is a grouping of characteristics unique to a combination of actions forming a consistent or characteristic arrangement.

Target Classes (1)

Implementation

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

action:ActionPattern a owl:Class,
        sh:NodeShape ;
    rdfs:label "ActionPattern"@en ;
    rdfs:comment "An action pattern is a grouping of characteristics unique to a combination of actions forming a consistent or characteristic arrangement."@en ;
    rdfs:subClassOf action:Action,
        pattern:Pattern ;
    sh:targetClass action:ActionPattern .