Ontology Version: 2.2.0

cacontology-temporal:hasMinimumDuration leaf node


URI

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

Label

has minimum duration

Description

Minimum required duration for investigation phase based on legal or procedural requirements.

Usage

DOMAINPROPERTYRANGE
gufo:Phase cacontology-temporal:hasMinimumDuration xsd:duration

Implementation

@prefix cacontology-temporal: <https://cacontology.projectvic.org/temporal#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@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:hasMinimumDuration a owl:DatatypeProperty ;
    rdfs:label "has minimum duration"@en ;
    rdfs:comment "Minimum required duration for investigation phase based on legal or procedural requirements."@en ;
    rdfs:domain gufo:Phase ;
    rdfs:range xsd:duration .