Ontology Version: 3.0.0

cacontology:phaseProgress leaf node


URI

https://cacontology.projectvic.org#phaseProgress

Label

phase progress

Description

Progress percentage within current investigation phase (0.0-1.0).

Usage

DOMAINPROPERTYRANGE
cac-core:Phase cacontology:phaseProgress xsd:decimal

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology: <https://cacontology.projectvic.org#> .
@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:phaseProgress a owl:DatatypeProperty ;
    rdfs:label "phase progress"@en ;
    rdfs:comment "Progress percentage within current investigation phase (0.0-1.0)."@en ;
    rdfs:domain cac-core:Phase ;
    rdfs:range xsd:decimal .