uco-action:Action


URI

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

Label

Action

Usage

Instances of uco-action:Action can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
engagement:alertContext owl:ObjectProperty An alert context describes the association of actions and objects relating to an alert. uco-core:UcoObject

Implementation

@prefix objective: <https://ontology.adversaryengagement.org/ae/objective/> .
@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#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .

objective:Objective a owl:Class,
        sh:NodeShape ;
    rdfs:label "Objective"@en ;
    rdfs:comment "An objective is some particular condition or state that is desired to be achieved and toward which effort is directed: an aim, goal, or end of action."@en ;
    rdfs:subClassOf uco-core:UcoObject ;
    sh:targetClass objective:Objective .