- 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.
105 lines
3.3 KiB
YAML
105 lines
3.3 KiB
YAML
id: https://nde.nl/ontology/hc/classes/AnnotatorAnnotationMetadata
|
|
name: AnnotatorAnnotationMetadata
|
|
title: Annotator Annotation Metadata
|
|
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/generated_by
|
|
classes:
|
|
AnnotatorAnnotationMetadata:
|
|
description: >-
|
|
Quality metrics and verification information for cultural heritage annotations.
|
|
alt_descriptions:
|
|
nl:
|
|
text: Kwaliteitsstatistieken en verificatie-informatie voor cultureel erfgoed annotaties.
|
|
language: nl
|
|
de:
|
|
text: Qualitätsmetriken und Verifikationsinformationen für Annotationsdaten zum kulturellen Erbe.
|
|
language: de
|
|
fr:
|
|
text: Métriques de qualité et informations de vérification pour les annotations du patrimoine culturel.
|
|
language: fr
|
|
es:
|
|
text: Métricas de calidad e información de verificación para anotaciones de patrimonio cultural.
|
|
language: es
|
|
ar:
|
|
text: مقاييس الجودة ومعلومات التحقق للتعليقات التراثية الثقافية.
|
|
language: ar
|
|
id:
|
|
text: Metrik kualitas dan informasi verifikasi untuk anotasi warisan budaya.
|
|
language: id
|
|
zh:
|
|
text: 文化遗产注释的质量指标和验证信息。
|
|
language: zh
|
|
structured_aliases:
|
|
nl:
|
|
- literal_form: annotatiemetagegevens
|
|
language: nl
|
|
de:
|
|
- literal_form: Annotationsmetadaten
|
|
language: de
|
|
fr:
|
|
- literal_form: métadonnées d'annotation
|
|
language: fr
|
|
es:
|
|
- literal_form: metadatos de anotación
|
|
language: es
|
|
ar:
|
|
- literal_form: بيانات التعليق الوصفية
|
|
language: ar
|
|
id:
|
|
- literal_form: metadata anotasi
|
|
language: id
|
|
zh:
|
|
- literal_form: 注释元数据
|
|
language: zh
|
|
class_uri: oa:Annotation
|
|
close_mappings:
|
|
- dqv:QualityAnnotation
|
|
related_mappings:
|
|
- prov:Entity
|
|
- schema:Rating
|
|
keywords:
|
|
- annotation metadata
|
|
- confidence score
|
|
- quality metrics
|
|
- verification
|
|
- Annotator
|
|
examples:
|
|
- value:
|
|
generated_by:
|
|
has_score:
|
|
has_score: 0.92
|
|
has_method: annotation_validation
|
|
comments:
|
|
- MIGRATED 2026-01-19: confidence_score → generated_by + ConfidenceScore
|
|
- Part of Annotator annotation pipeline
|
|
slots:
|
|
- generated_by
|
|
slot_usage:
|
|
generated_by:
|
|
range: GenerationEvent
|
|
required: false
|
|
inlined: true
|
|
description: Generation event containing confidence score for annotation.
|
|
examples:
|
|
- value:
|
|
has_score:
|
|
has_score: 0.92
|
|
has_method: annotation_validation
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|