objective:hasObjective leaf node


URI

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

Label

hasObjective

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:hasObjective a owl:ObjectProperty,
        sh:NodeShape ;
    rdfs:range objective:Objective ;
    uco-core:description "An object which can be associated with an objective."@en ;
    uco-core:name "hasObjective"@en .