https://ontology.adversaryengagement.org/ae/engagement/Resource
A resource can be a tool, location or object which requires some operational cost to enable availability.
Instances of engagement:Resource can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
---|
@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 .