investigation:investigationStatus leaf node


URI

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

Label

investigationStatus

Description

A label characterizing the status of an investigation (open, closed, etc.).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) investigation:investigationStatus 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:investigationStatus a owl:DatatypeProperty ;
    rdfs:label "investigationStatus"@en ;
    rdfs:comment "A label characterizing the status of an investigation (open, closed, etc.)."@en ;
    rdfs:range xsd:string .