57 lines
1.8 KiB
YAML
57 lines
1.8 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#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
- ./ChAnnotatorAnnotationMetadata
|
|
- ./ChAnnotatorAnnotationProvenance
|
|
- ./ChAnnotatorEntityClaim
|
|
- ./ChAnnotatorEntityClassification
|
|
- ./ChAnnotatorIntegrationNote
|
|
- ./ChAnnotatorProvenance
|
|
default_range: string
|
|
|
|
classes:
|
|
ChAnnotatorBlock:
|
|
description: CH-Annotator convention metadata and entity claims
|
|
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
|