75 lines
2.6 KiB
YAML
75 lines
2.6 KiB
YAML
# ChAnnotatorBlock - CH-Annotator convention metadata and entity claims
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
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).
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is prov:Collection because this aggregates multiple
|
|
annotation-related entities (claims, provenance, metadata).
|
|
- close_mappings includes oa:Annotation as it represents annotation
|
|
content following the Web Annotation model.
|
|
- related_mappings includes prov:Bundle as a related concept for
|
|
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
|