https://ontology.caseontology.org/case/investigation/investigationForm
A label categorizing a type of investigation (case, incident, suspicious-activity, etc.)
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | investigation:investigationForm | vocab:InvestigationFormVocab |
@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 .