Class: ConfidenceFacet
A confidence is a grouping of characteristics unique to an asserted level of certainty in the accuracy of some information.
 classDiagram
    class ConfidenceFacet
      Facet <|-- ConfidenceFacet
      ConfidenceFacet : confidence
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- ConfidenceFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| confidence | 0..1  NonNegativeIntegerType  | 
An asserted level of certainty in the accuracy of some information | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:ConfidenceFacet | 
| native | master:ConfidenceFacet | 
| related | lm_core:ConfidenceLevel | 
LinkML Source
Direct
name: ConfidenceFacet
description: A confidence is a grouping of characteristics unique to an asserted level
  of certainty in the accuracy of some information.
from_schema: https://w3id.org/lmodel/uco-master
related_mappings:
- lm_core:ConfidenceLevel
rank: 1000
is_a: Facet
slots:
- confidence
slot_usage:
  confidence:
    name: confidence
    domain_of:
    - ConfidenceFacet
    required: true
    maximum_cardinality: 1
Induced
name: ConfidenceFacet
description: A confidence is a grouping of characteristics unique to an asserted level
  of certainty in the accuracy of some information.
from_schema: https://w3id.org/lmodel/uco-master
related_mappings:
- lm_core:ConfidenceLevel
rank: 1000
is_a: Facet
slot_usage:
  confidence:
    name: confidence
    domain_of:
    - ConfidenceFacet
    required: true
    maximum_cardinality: 1
attributes:
  confidence:
    name: confidence
    description: An asserted level of certainty in the accuracy of some information.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: confidence
    owner: ConfidenceFacet
    domain_of:
    - ConfidenceFacet
    range: non negative integer type
    required: true
    minimum_value: 0
    maximum_value: 100
    maximum_cardinality: 1