engagement:Resource leaf node


URI

https://ontology.adversaryengagement.org/ae/engagement/Resource

Label

Resource

Description

A resource can be a tool, location or object which requires some operational cost to enable availability.

Superclasses (1)

Shapes (1)

Usage

Instances of engagement:Resource 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 engagement: <https://ontology.adversaryengagement.org/ae/engagement/> .
@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/> .

engagement:Resource a owl:Class,
        sh:NodeShape ;
    rdfs:label "Resource"@en ;
    rdfs:comment " A resource can be a tool, location or object which requires some operational cost to enable availability."@en ;
    rdfs:subClassOf uco-core:UcoObject ;
    sh:targetClass engagement:Resource .