https://ontology.unifiedcyberontology.org/uco/analysis/classificationConfidence
The level of confidence that a classification assertion is correct.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | analysis:classificationConfidence | xsd:decimal |
@prefix analysis: <https://ontology.unifiedcyberontology.org/uco/analysis/> .
@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#> .
analysis:classificationConfidence a owl:DatatypeProperty ;
rdfs:label "classificationConfidence"@en ;
rdfs:comment "The level of confidence that a classification assertion is correct."@en ;
rdfs:range xsd:decimal .