Ontology Version: 2.2.0

cacontology-detection:detectionDuration leaf node


URI

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

Label

detection duration

Description

Duration of detection action from start to completion.

Usage

DOMAINPROPERTYRANGE
cacontology-detection:AutomatedDetectionAction cacontology-detection:detectionDuration xsd:duration

Implementation

@prefix cacontology-detection: <https://cacontology.projectvic.org/detection#> .
@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:detectionDuration a owl:DatatypeProperty ;
    rdfs:label "detection duration"@en ;
    rdfs:comment "Duration of detection action from start to completion."@en ;
    rdfs:domain cacontology-detection:AutomatedDetectionAction ;
    rdfs:range xsd:duration .