engagement:Deploy leaf node


URI

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

Label

Deploy

Description

A Deploy action involves instantiating some deception objects prior or during an operation.

Superclasses (1)

Target Classes (1)

Shape Properties

Instances of engagement:Deploy 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-action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

engagement:Deploy a owl:Class,
        sh:NodeShape ;
    rdfs:label "Deploy"@en ;
    rdfs:comment "A Deploy action involves instantiating some deception objects prior or during an operation."@en ;
    rdfs:subClassOf uco-action:Action ;
    sh:property [ sh:datatype xsd:string ;
            sh:hasValue "Deploy" ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:path uco-core:name ] ;
    sh:targetClass engagement:Deploy .