Skip to content

Class: ConfidenceFacet

A confidence is a grouping of characteristics unique to an asserted level of certainty in the accuracy of some information.

URI: core:ConfidenceFacet

classDiagram class ConfidenceFacet Facet <|-- ConfidenceFacet ConfidenceFacet : confidence

Inheritance

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-core

Mappings

Mapping Type Mapped Value
self core:ConfidenceFacet
native core: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-core
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-core
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-core
    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