investigation:InvestigativeAction leaf node


URI

https://ontology.caseontology.org/case/investigation/InvestigativeAction

Label

InvestigativeAction

Description

An investigative action is something that may be done or performed within the context of an investigation, typically to examine or analyze evidence or other data.

Implementation

@prefix action: <https://unifiedcyberontology.org/ontology/uco/action#> .
@prefix investigation: <https://ontology.caseontology.org/case/investigation/> .
@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#> .

investigation:InvestigativeAction a owl:Class,
        sh:NodeShape ;
    rdfs:label "InvestigativeAction"@en ;
    rdfs:comment "An investigative action is something that may be done or performed within the context of an investigation, typically to examine or analyze evidence or other data."@en ;
    rdfs:subClassOf action:Action ;
    sh:property [ sh:class investigation:InvestigativeAction ;
            sh:nodeKind sh:BlankNodeOrIRI ;
            sh:path investigation:wasInformedBy ] .