Class: Fact
A fact about something, for example the result of a measurement. In addition to the value, evidence is provided.
- NOTE: this is an abstract class and should not be instantiated directly
URI: schema:Statement
Slots
Identifier and Mapping Information
Schema Source
- from schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:Statement |
native | nexus:Fact |
LinkML Source
Direct
name: Fact
description: A fact about something, for example the result of a measurement. In addition
to the value, evidence is provided.
from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
abstract: true
slots:
- value
- evidence
class_uri: schema:Statement
Induced
name: Fact
description: A fact about something, for example the result of a measurement. In addition
to the value, evidence is provided.
from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
abstract: true
attributes:
value:
name: value
description: Some numeric or string value
from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
rank: 1000
alias: value
owner: Fact
domain_of:
- Fact
range: string
required: true
evidence:
name: evidence
description: Evidence provides a source (typical a chunk, paragraph or link) describing
where some value was found or how it was generated.
from_schema: https://ibm.github.io/risk-atlas-nexus/ontology/ai-risk-ontology
rank: 1000
alias: evidence
owner: Fact
domain_of:
- Fact
range: string
class_uri: schema:Statement