investigation:Investigator leaf node


URI

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

Label

Investigator

Description

Investigator is a role involved in coordinating an investigation.

Implementation

@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 role: <https://unifiedcyberontology.org/ontology/uco/role#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

investigation:Investigator a owl:Class,
        sh:NodeShape ;
    rdfs:label "Investigator"@en ;
    rdfs:comment "Investigator is a role involved in coordinating an investigation."@en ;
    rdfs:subClassOf role:Role .