glam/schemas/20251121/linkml/modules/classes/AnnotatorIntegrationNote.yaml
kempersc bd8368dfff Enhance schema definitions for cultural heritage annotations
- 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.
2026-02-15 12:41:51 +01:00

33 lines
1.3 KiB
YAML

id: https://nde.nl/ontology/hc/classes/ChAnnotatorIntegrationNote
name: ChAnnotatorIntegrationNote
title: ChAnnotatorIntegrationNote
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#
pav: http://purl.org/pav/
imports:
- linkml:types
# default_range: string
classes:
ChAnnotatorIntegrationNote:
description: "Note about how a file was created or integrated into the dataset,\
\ documenting the source file, creation method, and integration process.\nOntology\
\ mapping rationale: - class_uri is prov:Derivation because integration notes\
\ describe how\n data was derived from source files through transformation.\n\
- close_mappings includes pav:importedFrom to capture the source-to-target\n\
\ relationship in data integration.\n- related_mappings includes prov:Activity\
\ as integration is an activity."
class_uri: prov:Derivation
close_mappings:
- pav:importedFrom
related_mappings:
- prov:Activity
- prov:Entity
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: '[''*'']'
slots: []