https://cacontology.projectvic.org#phaseDuration
Duration of investigation phase.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:Phase | cacontology:phaseDuration | xsd:duration |
@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:phaseDuration a owl:DatatypeProperty ;
rdfs:label "phase duration"@en ;
rdfs:comment "Duration of investigation phase."@en ;
rdfs:domain cac-core:Phase ;
rdfs:range xsd:duration .