https://ontology.caseontology.org/case/investigation/Investigation
An investigation is a grouping of characteristics unique to an exploration of the facts involved in a cyber-relevant set of suspicious activity.
Instances of investigation:Investigation can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
---|---|---|---|---|
investigation:Investigation | ||||
core:endTime | 1 |
xsd:dateTime
|
||
core:startTime | 1 |
xsd:dateTime
|
||
investigation:focus |
xsd:string
|
|||
investigation:investigationForm | 1 |
vocab:InvestigationFormVocab
|
||
investigation:investigationStatus | 1 |
xsd:string
|
||
investigation:relevantAuthorization |
investigation:Authorization
|
|||
core:ContextualCompilation | ||||
core:object | 1 |
core:UcoObject
|
||
core:UcoObject | ||||
core:createdBy | 1 |
core:IdentityAbstraction
|
||
core:description |
xsd:string
|
|||
core:externalReference | 0 |
core:ExternalReference
|
||
core:hasFacet |
core:Facet
|
|||
core:modifiedTime |
xsd:dateTime
|
|||
core:name | 1 |
xsd:string
|
||
core:objectCreatedTime | 1 |
xsd:dateTime
|
||
core:objectMarking |
core:MarkingDefinitionAbstraction
|
|||
core:specVersion | 1 |
xsd:string
|
||
core:tag |
xsd:string
|
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix investigation: <https://ontology.caseontology.org/case/investigation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix vocab: <https://ontology.caseontology.org/case/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
investigation:Investigation a owl:Class,
sh:NodeShape ;
rdfs:label "Investigation"@en ;
rdfs:comment "An investigation is a grouping of characteristics unique to an exploration of the facts involved in a cyber-relevant set of suspicious activity."@en ;
rdfs:subClassOf core:ContextualCompilation ;
sh:property [ sh:datatype vocab:InvestigationFormVocab ;
sh:message "Value is outside the default vocabulary InvestigationFormVocab." ;
sh:path investigation:investigationForm ;
sh:severity sh:Info ],
[ sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:or ( [ sh:datatype vocab:InvestigationFormVocab ] [ sh:datatype xsd:string ] ) ;
sh:path investigation:investigationForm ],
[ sh:message "Value is not member of the vocabulary InvestigationFormVocab." ;
sh:or ( [ sh:datatype vocab:InvestigationFormVocab ;
sh:in ( "case"^^vocab:InvestigationFormVocab "incident"^^vocab:InvestigationFormVocab "suspicious-activity"^^vocab:InvestigationFormVocab ) ] [ sh:datatype xsd:string ] ) ;
sh:path investigation:investigationForm ],
[ sh:class investigation:Authorization ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path investigation:relevantAuthorization ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path core:endTime ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path core:startTime ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path investigation:investigationStatus ],
[ sh:datatype xsd:string ;
sh:nodeKind sh:Literal ;
sh:path investigation:focus ] ;
sh:targetClass investigation:Investigation .