engagement:DataTarget leaf node


URI

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

Label

DataTarget

Description

A datatarget is a grouping of characteristics unique to a specific target/listener that receives data (e.g. a listening port).

Superclasses (1)

Target Classes (1)

Shape Properties

Instances of engagement:DataTarget 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:DataTarget a owl:Class,
        sh:NodeShape ;
    rdfs:label "DataTarget"@en ;
    rdfs:comment "A datatarget is a grouping of characteristics unique to a specific target/listener that receives data (e.g. a listening port)."@en ;
    rdfs:subClassOf uco-core:UcoObject ;
    sh:targetClass engagement:DataTarget .