Ontology Version: 2.2.0

cacontology-detection:hasDetectionBeginPoint leaf node


URI

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

Label

has detection begin point

Description

Temporal begin point for detection action.

Usage

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