investigation:authorizationIdentifier leaf node


URI

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

Label

authorizationIdentifier

Description

The identifier for a particular authorization (e.g. warrant number)

Usage

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

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

investigation:authorizationIdentifier a owl:DatatypeProperty ;
    rdfs:label "authorizationIdentifier"@en ;
    rdfs:comment "The identifier for a particular authorization (e.g. warrant number)"@en ;
    rdfs:range xsd:string .