engagement:Decoy leaf node


URI

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

Label

Decoy

Description

A decoy is a placed object that has the perception of enough value to an adversary to pursue but contains no real value.

Target Classes (1)

Shape Properties

Instances of engagement:Decoy can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

engagement:LureObject
engagement:hasAttackSurface 1 uco-core:UcoObject
engagement:hasCharacterization 1 uco-core:UcoObject
engagement:hasPerceptionCharacterization 1 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#> .

engagement:Decoy a owl:Class,
        sh:NodeShape ;
    rdfs:label "Decoy"@en ;
    rdfs:comment " A decoy is a placed object that has the perception of enough value to an adversary to pursue but contains no real value."@en ;
    rdfs:subClassOf engagement:LureObject ;
    sh:targetClass engagement:Decoy .