engagement:DataSource leaf node


URI

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

Label

DataSource

Description

A datasource is a grouping of characteristics unique to a specific source of data (e.g. a tool that generates event logs).

Superclasses (1)

Usage

Instances of engagement:DataSource can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
engagement:alertContext owl:ObjectProperty An alert context describes the association of actions and objects relating to an alert. 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#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .

engagement:DataSource a owl:Class,
        sh:NodeShape ;
    rdfs:label "DataSource"@en ;
    rdfs:comment "A datasource is a grouping of characteristics unique to a specific source of data (e.g. a tool that generates event logs)."@en ;
    rdfs:subClassOf uco-core:UcoObject ;
    sh:targetClass engagement:DataSource .