Ontology Version: 2.2.0

cacontology-detection:modelVersion leaf node


URI

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

Label

model version

Description

The version of the machine learning model used for detection.

Usage

DOMAINPROPERTYRANGE
cacontology-detection:MachineLearningDetectionTool cacontology-detection:modelVersion xsd:string

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:modelVersion a owl:DatatypeProperty ;
    rdfs:label "model version"@en ;
    rdfs:comment "The version of the machine learning model used for detection."@en ;
    rdfs:domain cacontology-detection:MachineLearningDetectionTool ;
    rdfs:range xsd:string .