https://cacontology.projectvic.org/detection#modelVersion
The version of the machine learning model used for detection.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-detection:MachineLearningDetectionTool | cacontology-detection:modelVersion | xsd:string |
@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 .