- Updated WorldCatIdentifier class with improved descriptions and multilingual support. - Refined WorldHeritageSite class to clarify its purpose and added structured aliases. - Enhanced WritingSystem class with detailed descriptions and examples for script identification. - Introduced BirthPlace class to represent birth locations with historical context and geographic identifiers. - Added AnnotatorAnnotationMetadata class for quality metrics and verification of cultural heritage annotations. - Created AnnotatorAnnotationProvenance class to track provenance of annotation activities. - Developed AnnotatorBlock class to aggregate entity claims and metadata for annotations. - Established AnnotatorEntityClaim class for individual assertions about cultural heritage entities. - Introduced AnnotatorEntityClassification class for taxonomic categorization of entities. - Added AnnotatorIntegrationNote class to document file creation and integration processes. - Developed AnnotatorModel class for machine learning models used in entity extraction. - Created AnnotatorProvenance class to track extraction provenance and source data access.
132 lines
No EOL
4.1 KiB
YAML
132 lines
No EOL
4.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/CertaintyLevel
|
|
name: certainty_level_class
|
|
title: Certainty Level Class
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
prov: http://www.w3.org/ns/prov#
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/has_note
|
|
- ../slots/has_score
|
|
- ../slots/has_level
|
|
classes:
|
|
CertaintyLevel:
|
|
class_uri: rico:ConfidenceLevel
|
|
description: >-
|
|
Structured representation of confidence or certainty in claims with explanatory notes.
|
|
alt_descriptions:
|
|
nl:
|
|
text: Gestructureerde weergave van vertrouwen of zekerheid in beweringen met verklarende notities.
|
|
language: nl
|
|
de:
|
|
text: Strukturierte Darstellung von Vertrauen oder Gewissheit in Behauptungen mit erläuternden Anmerkungen.
|
|
language: de
|
|
fr:
|
|
text: Représentation structurée de la confiance ou de la certitude dans les affirmations avec des notes explicatives.
|
|
language: fr
|
|
es:
|
|
text: Representación estructurada de confianza o certeza en afirmaciones con notas explicativas.
|
|
language: es
|
|
ar:
|
|
text: تمثيل منظم للثقة أو اليقين في الادعاءات مع ملاحظات تفسيرية.
|
|
language: ar
|
|
id:
|
|
text: Representasi terstruktur dari kepercayaan atau kepastian dalam klaim dengan catatan penjelasan.
|
|
language: id
|
|
zh:
|
|
text: 对声明中信心或确定性的结构化表示,附有解释性说明。
|
|
language: zh
|
|
structured_aliases:
|
|
nl:
|
|
- literal_form: zekerheidsniveau
|
|
language: nl
|
|
- literal_form: betrouwbaarheidsniveau
|
|
language: nl
|
|
de:
|
|
- literal_form: Gewissheitsgrad
|
|
language: de
|
|
- literal_form: Zuverlässigkeitsstufe
|
|
language: de
|
|
fr:
|
|
- literal_form: niveau de certitude
|
|
language: fr
|
|
- literal_form: degré de confiance
|
|
language: fr
|
|
es:
|
|
- literal_form: nivel de certeza
|
|
language: es
|
|
- literal_form: grado de confianza
|
|
language: es
|
|
ar:
|
|
- literal_form: مستوى اليقين
|
|
language: ar
|
|
id:
|
|
- literal_form: tingkat kepastian
|
|
language: id
|
|
zh:
|
|
- literal_form: 确定性等级
|
|
language: zh
|
|
exact_mappings:
|
|
- rico:ConfidenceLevel
|
|
close_mappings:
|
|
- crm:P141_assigned
|
|
- prov:qualifiedAssociation
|
|
keywords:
|
|
- certainty level
|
|
- confidence
|
|
- provenance research
|
|
- attribution
|
|
- dating confidence
|
|
examples:
|
|
- value:
|
|
has_level: CERTAIN
|
|
has_note:
|
|
- note_type: certainty
|
|
note_content: "Confirmed by sale catalogue and receipt"
|
|
note_date: "2025-06-15"
|
|
- value:
|
|
has_level: UNCERTAIN
|
|
has_note:
|
|
- note_type: certainty
|
|
note_content: "Provenance gap 1933-1945 requires further research"
|
|
comments:
|
|
- Standard values: CERTAIN, PROBABLE, POSSIBLE, UNCERTAIN
|
|
- Used for provenance event certainty, attribution confidence, dating confidence
|
|
slots:
|
|
- has_level
|
|
- has_note
|
|
- has_score
|
|
slot_usage:
|
|
has_level:
|
|
required: true
|
|
examples:
|
|
- value: CERTAIN
|
|
- value: PROBABLE
|
|
- value: POSSIBLE
|
|
- value: UNCERTAIN
|
|
has_note:
|
|
multivalued: true
|
|
inlined: false
|
|
required: false
|
|
examples:
|
|
- value:
|
|
note_type: certainty
|
|
note_content: "Confirmed by sale catalogue and receipt"
|
|
- value:
|
|
note_type: certainty
|
|
note_content: "Inferred from stylistic analysis and collection history"
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Certainty documentation applicable to all custodian types.
|
|
custodian_types_primary: null
|
|
specificity_score: 0.4
|
|
specificity_rationale: Moderately specific class for provenance and attribution certainty. |