https://ontology.adversaryengagement.org/ae/engagement/Storyline
A Storyline is a sequence of semi-ordered planned events as an expected trajectory for a narrative.
Instances of engagement:Storyline can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
---|---|---|---|---|
engagement:Storyline | ||||
engagement:hasEvent | 1 |
uco-types:Thread
|
@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/> .
@prefix uco-types: <https://ontology.unifiedcyberontology.org/uco/types/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
engagement:Storyline a owl:Class,
sh:NodeShape ;
rdfs:label "Storyline"@en ;
rdfs:comment "A Storyline is a sequence of semi-ordered planned events as an expected trajectory for a narrative."@en ;
rdfs:subClassOf uco-core:UcoObject ;
sh:property [ sh:class uco-types:Thread ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
sh:path engagement:hasEvent ] ;
sh:targetClass engagement:Storyline .