https://ontology.caseontology.org/case/investigation/investigationForm
A label categorizing a type of investigation (case, incident, suspicious-activity, etc.)
DOMAIN | PROPERTY | RANGE |
---|---|---|
Blank node (see implementation) | investigation:investigationForm | owl:Thing (inferred) |
@prefix investigation: <https://ontology.caseontology.org/case/investigation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vocab: <https://ontology.caseontology.org/case/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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 [ a rdfs:Datatype ;
owl:unionOf ( vocab:InvestigationFormVocab xsd:string ) ] .