Ontology Version: 2.2.0

cacontology-infrastructure:hasInfrastructureEndPoint leaf node


URI

https://cacontology.projectvic.org/infrastructure#hasInfrastructureEndPoint

Label

has infrastructure end point

Description

Temporal end point for infrastructure lifecycle (gUFO temporal property).

Usage

DOMAINPROPERTYRANGE
cacontology-infrastructure:PlatformInfrastructure cacontology-infrastructure:hasInfrastructureEndPoint xsd:dateTimeStamp

Implementation

@prefix cacontology-infrastructure: <https://cacontology.projectvic.org/infrastructure#> .
@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-infrastructure:hasInfrastructureEndPoint a owl:DatatypeProperty ;
    rdfs:label "has infrastructure end point"@en ;
    rdfs:comment "Temporal end point for infrastructure lifecycle (gUFO temporal property)."@en ;
    rdfs:domain cacontology-infrastructure:PlatformInfrastructure ;
    rdfs:range xsd:dateTimeStamp ;
    rdfs:subPropertyOf gufo:hasEndPointInXSDDateTimeStamp .