Ontology Version: 3.0.0

cacontology-temporal:hasActiveDuration leaf node


URI

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

Label

has active duration

Description

Total duration investigation was in active state (excluding suspended periods).

Usage

DOMAINPROPERTYRANGE
cacontology:CACInvestigation cacontology-temporal:hasActiveDuration 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:hasActiveDuration a owl:DatatypeProperty ;
    rdfs:label "has active duration"@en ;
    rdfs:comment "Total duration investigation was in active state (excluding suspended periods)."@en ;
    rdfs:domain cacontology:CACInvestigation ;
    rdfs:range xsd:duration .