investigation:Attorney leaf node


URI

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

Label

Attorney

Description

Attorney is a role involved in preparing, interpreting, and applying law.

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:Attorney a owl:Class,
        sh:NodeShape ;
    rdfs:label "Attorney"@en ;
    rdfs:comment "Attorney is a role involved in preparing, interpreting, and applying law."@en ;
    rdfs:subClassOf role:Role .