Ontology Version: 2.2.0

cacontology-detection:hasDetectionEndPoint leaf node


URI

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

Label

has detection end point

Description

Temporal end point for detection action.

Usage

DOMAINPROPERTYRANGE
cacontology-detection:AutomatedDetectionAction cacontology-detection:hasDetectionEndPoint 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:hasDetectionEndPoint a owl:DatatypeProperty ;
    rdfs:label "has detection end point"@en ;
    rdfs:comment "Temporal end point for detection action."@en ;
    rdfs:domain cacontology-detection:AutomatedDetectionAction ;
    rdfs:range xsd:dateTimeStamp ;
    rdfs:subPropertyOf gufo:hasEndPointInXSDDateTimeStamp .