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)

Target Classes (1)

Shape Properties

Instances of engagement:Resource can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

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 .