investigation:Examiner leaf node


URI

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

Label

Examiner

Description

Examiner is a role involved in providing scientific evaluations of evidence that are used to aid law enforcement investigations and court cases.

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:Examiner a owl:Class,
        sh:NodeShape ;
    rdfs:label "Examiner"@en ;
    rdfs:comment "Examiner is a role involved in providing scientific evaluations of evidence that are used to aid law enforcement investigations and court cases."@en ;
    rdfs:subClassOf role:Role .