Ontology Version: 3.0.0

cacontology-temporal:hasTimeToFirstAction leaf node


URI

https://cacontology.projectvic.org/temporal#hasTimeToFirstAction

Label

has time to first action

Description

Duration from investigation initiation to first investigative action.

Usage

DOMAINPROPERTYRANGE
cacontology:CACInvestigation cacontology-temporal:hasTimeToFirstAction xsd:duration

Implementation

@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix cacontology-temporal: <https://cacontology.projectvic.org/temporal#> .
@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-temporal:hasTimeToFirstAction a owl:DatatypeProperty ;
    rdfs:label "has time to first action"@en ;
    rdfs:comment "Duration from investigation initiation to first investigative action."@en ;
    rdfs:domain cacontology:CACInvestigation ;
    rdfs:range xsd:duration .