investigation:focus leaf node


URI

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

Label

focus

Description

Specifies the topical focus of an investigation.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) investigation:focus 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:focus a owl:DatatypeProperty ;
    rdfs:label "focus"@en ;
    rdfs:comment "Specifies the topical focus of an investigation."@en ;
    rdfs:range xsd:string .