investigation:authorizationType leaf node


URI

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

Label

authorizationType

Description

A label categorizing a type of authorization (e.g. warrant)

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) investigation:authorizationType xsd:string

Implementation

@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

investigation:authorizationType a owl:DatatypeProperty ;
    rdfs:label "authorizationType"@en ;
    rdfs:comment "A label categorizing a type of authorization (e.g. warrant)"@en ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf core:informalType .