Ontology Version: 3.0.0

cacontology-temporal:hasTimeToResolution leaf node


URI

https://cacontology.projectvic.org/temporal#hasTimeToResolution

Label

has time to resolution

Description

Total duration from investigation initiation to resolution.

Usage

DOMAINPROPERTYRANGE
cacontology:CACInvestigation cacontology-temporal:hasTimeToResolution xsd:duration

Implementation

@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix cacontology-temporal: <https://cacontology.projectvic.org/temporal#> .
@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#> .
cacontology-temporal:hasTimeToResolution a owl:DatatypeProperty ;
    rdfs:label "has time to resolution"@en ;
    rdfs:comment "Total duration from investigation initiation to resolution."@en ;
    rdfs:domain cacontology:CACInvestigation ;
    rdfs:range xsd:duration .