glam/schemas/20251121/linkml/modules/classes/ChAnnotatorBlock.yaml
2026-01-31 00:15:53 +01:00

59 lines
2.4 KiB
YAML

id: https://nde.nl/ontology/hc/classes/ChAnnotatorBlock
name: ChAnnotatorBlock
title: ChAnnotatorBlock
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#
imports:
- linkml:types
- ./ChAnnotatorAnnotationMetadata
- ./ChAnnotatorAnnotationProvenance
- ./ChAnnotatorEntityClaim
- ./ChAnnotatorEntityClassification
- ./ChAnnotatorIntegrationNote
- ./ChAnnotatorProvenance
default_range: string
classes:
ChAnnotatorBlock:
description: "Container for CH-Annotator convention metadata and entity claims, representing a complete annotation block following the CH-Annotator convention (e.g., ch_annotator-v1_7_0).\nOntology mapping rationale: - class_uri is prov:Collection because this aggregates multiple\n annotation-related entities (claims, provenance, metadata).\n- close_mappings includes oa:Annotation as it represents annotation\n content following the Web Annotation model.\n- related_mappings includes prov:Bundle as a related concept for\n packaging provenance information."
class_uri: prov:Collection
close_mappings:
- oa:Annotation
related_mappings:
- prov:Bundle
- schema:Dataset
attributes:
convention_id:
range: string
description: Convention identifier (e.g., ch_annotator-v1_7_0)
convention_version:
range: string
description: Convention version (e.g., 1.7.0)
entity_classification:
range: ChAnnotatorEntityClassification
description: Entity type classification
extraction_provenance:
range: ChAnnotatorProvenance
description: Original extraction provenance
annotation_provenance:
range: ChAnnotatorAnnotationProvenance
description: Annotation process provenance
annotation_metadata:
range: ChAnnotatorAnnotationMetadata
description: Annotation metadata
entity_claims:
range: ChAnnotatorEntityClaim
multivalued: true
inlined_as_list: true
description: Claims about the entity
integration_note:
range: ChAnnotatorIntegrationNote
description: Note about how file was integrated
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"