Ontology Version: 3.0.0

cacontology-legal-outcomes:hasRoleEndPoint leaf node


URI

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

Label

has role end point

Description

Temporal end point for legal role.

Usage

DOMAINPROPERTYRANGE
cac-core:Role cacontology-legal-outcomes:hasRoleEndPoint 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:hasRoleEndPoint a owl:DatatypeProperty ;
    rdfs:label "has role end point"@en ;
    rdfs:comment "Temporal end point for legal role."@en ;
    rdfs:domain cac-core:Role ;
    rdfs:range xsd:dateTimeStamp ;
    rdfs:subPropertyOf gufo:hasEndPointInXSDDateTimeStamp .