investigation:Subject leaf node


URI

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

Label

Subject

Description

Subject is a role whose conduct is within the scope of 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:Subject a owl:Class,
        sh:NodeShape ;
    rdfs:label "Subject"@en ;
    rdfs:comment "Subject is a role whose conduct is within the scope of an investigation."@en ;
    rdfs:subClassOf role:Role .