objective:Objective leaf node


URI

https://ontology.adversaryengagement.org/ae/objective/Objective

Label

Objective

Description

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.

Superclasses (1)

Target Classes (1)

Shape Properties

Instances of objective:Objective can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

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 .