investigation:investigationForm leaf node


URI

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

Label

investigationForm

Description

A label categorizing a type of investigation (case, incident, suspicious-activity, etc.)

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) investigation:investigationForm vocab:InvestigationFormVocab

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 vocab: <https://ontology.caseontology.org/case/vocabulary/> .

investigation:investigationForm a owl:DatatypeProperty ;
    rdfs:label "investigationForm"@en ;
    rdfs:comment "A label categorizing a type of investigation (case, incident, suspicious-activity, etc.)"@en ;
    rdfs:range vocab:InvestigationFormVocab .