Ontology Version: 2.2.0

cacontology-detection:detectionThreshold leaf node


URI

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

Label

detection threshold

Description

The threshold value used for determining positive detection.

Usage

DOMAINPROPERTYRANGE
cacontology-detection:AutomatedDetectionAction cacontology-detection:detectionThreshold xsd:decimal

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:detectionThreshold a owl:DatatypeProperty ;
    rdfs:label "detection threshold"@en ;
    rdfs:comment "The threshold value used for determining positive detection."@en ;
    rdfs:domain cacontology-detection:AutomatedDetectionAction ;
    rdfs:range xsd:decimal .