glam/schemas/20251121/linkml/modules/classes/ChAnnotatorAnnotationMetadata.yaml

63 lines
2.5 KiB
YAML

id: https://nde.nl/ontology/hc/classes/ChAnnotatorAnnotationMetadata
name: ChAnnotatorAnnotationMetadata
title: ChAnnotatorAnnotationMetadata
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
xsd: http://www.w3.org/2001/XMLSchema#
oa: http://www.w3.org/ns/oa#
dqv: http://www.w3.org/ns/dqv#
dcterms: http://purl.org/dc/terms/
crm: http://www.cidoc-crm.org/cidoc-crm/
skos: http://www.w3.org/2004/02/skos/core#
rdfs: http://www.w3.org/2000/01/rdf-schema#
org: http://www.w3.org/ns/org#
imports:
- linkml:types
- ../slots/is_or_was_generated_by
- ./GenerationEvent
- ./ConfidenceScore
default_range: string
classes:
ChAnnotatorAnnotationMetadata:
description: "Metadata about the CH-Annotator annotation including confidence scores, verification status, and quality metrics.\nOntology mapping rationale: - class_uri is oa:Annotation because this represents metadata about an\n annotation following the W3C Web Annotation Data Model.\n- close_mappings includes dqv:QualityAnnotation because it captures\n quality-related metadata (confidence, verification).\n- related_mappings includes prov:Entity as the annotation metadata itself\n is a provenance-tracked entity."
class_uri: oa:Annotation
close_mappings:
- dqv:QualityAnnotation
related_mappings:
- prov:Entity
- schema:Rating
slots:
- is_or_was_generated_by
slot_usage:
is_or_was_generated_by:
range: GenerationEvent
required: false
inlined: true
description: 'Generation event containing confidence score for annotation. MIGRATED 2026-01-19: Replaces confidence_score slot with structured pattern.'
examples:
- value:
has_or_had_score:
has_or_had_score: 0.92
has_or_had_method: annotation_validation
description: High confidence annotation
attributes:
verified:
range: boolean
description: Whether annotation has been verified
verification_date:
range: datetime
description: When verification occurred
verified_by:
range: string
description: Who verified the annotation
comments:
- "MIGRATED 2026-01-19: confidence_score \u2192 is_or_was_generated_by + ConfidenceScore"
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types:
- '*'
custodian_types_rationale: Universal utility concept