https://cacontology.projectvic.org/detection#detectionThreshold
The threshold value used for determining positive detection.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-detection:AutomatedDetectionAction | cacontology-detection:detectionThreshold | xsd:decimal |
@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 .