Ontology Version: 2.2.0

cacontology-gufo:discoveryBeginTime leaf node


URI

https://cacontology.projectvic.org/gufo#discoveryBeginTime

Label

discovery begin time

Description

Temporal point when exploitation discovery begins using gUFO temporal framework.

Usage

DOMAINPROPERTYRANGE
cacontology-athletic:AthleticExploitationDiscovery cacontology-gufo:discoveryBeginTime xsd:dateTime

Implementation

@prefix cacontology-athletic: <https://cacontology.projectvic.org/athletic#> .
@prefix cacontology-gufo: <https://cacontology.projectvic.org/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-gufo:discoveryBeginTime a owl:DatatypeProperty ;
    rdfs:label "discovery begin time"@en ;
    rdfs:comment "Temporal point when exploitation discovery begins using gUFO temporal framework."@en ;
    rdfs:domain cacontology-athletic:AthleticExploitationDiscovery ;
    rdfs:range xsd:dateTime .