Ontology Version: 3.0.0

cacontology-legal-outcomes:hasPhaseEndPoint leaf node


URI

https://cacontology.projectvic.org/legal-outcomes#hasPhaseEndPoint

Label

has phase end point

Description

Temporal end point for legal phase.

Usage

DOMAINPROPERTYRANGE
cac-core:Phase cacontology-legal-outcomes:hasPhaseEndPoint xsd:dateTimeStamp

Implementation

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