https://ontology.adversaryengagement.org/ae/engagement/DataSource
A datasource is a grouping of characteristics unique to a specific source of data (e.g. a tool that generates event logs).
Instances of engagement:DataSource 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: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 .