Ontology Version: 2.2.0

cacontology-detection:hasPhaseEndPoint leaf node


URI

https://cacontology.projectvic.org/detection#hasPhaseEndPoint

Label

has phase end point

Description

Temporal end point for detection phase.

Usage

DOMAINPROPERTYRANGE
gufo:Phase cacontology-detection:hasPhaseEndPoint xsd:dateTimeStamp

Implementation

@prefix cacontology-detection: <https://cacontology.projectvic.org/detection#> .
@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-detection:hasPhaseEndPoint a owl:DatatypeProperty ;
    rdfs:label "has phase end point"@en ;
    rdfs:comment "Temporal end point for detection phase."@en ;
    rdfs:domain gufo:Phase ;
    rdfs:range xsd:dateTimeStamp ;
    rdfs:subPropertyOf gufo:hasEndPointInXSDDateTimeStamp .