core:confidence leaf node


URI

https://unifiedcyberontology.org/ontology/uco/core#confidence

Label

confidence

Description

An asserted level of certainty in the accuracy of some information.

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) core:confidence owl:Thing (inferred)

Implementation

@prefix core: <https://unifiedcyberontology.org/ontology/uco/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

core:confidence a owl:DatatypeProperty ;
    rdfs:label "confidence"@en ;
    rdfs:comment "An asserted level of certainty in the accuracy of some information."@en ;
    rdfs:range [ a rdfs:Datatype ;
            owl:onDatatype xsd:nonNegativeInteger ;
            owl:withRestrictions ( [ xsd:maxInclusive "100"^^xsd:nonNegativeInteger ] ) ] .