56 lines
1.7 KiB
YAML
56 lines
1.7 KiB
YAML
# ChAnnotatorEntityClassification - Entity classification in CH-Annotator taxonomy
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/ChAnnotatorEntityClassification
|
|
name: ChAnnotatorEntityClassification
|
|
title: ChAnnotatorEntityClassification
|
|
|
|
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
|
|
|
|
|
|
- ./ChAnnotatorModel
|
|
- ./PatternClassification
|
|
default_range: string
|
|
|
|
classes:
|
|
ChAnnotatorEntityClassification:
|
|
description: Entity classification in CH-Annotator taxonomy
|
|
attributes:
|
|
hypernym:
|
|
range: string
|
|
description: Top-level hypernym (GRP, AGT, TOP, etc.)
|
|
hypernym_label:
|
|
range: string
|
|
description: Human-readable hypernym label
|
|
subtype:
|
|
range: string
|
|
description: Specific subtype (e.g., GRP.HER.ARC)
|
|
subtype_label:
|
|
range: string
|
|
description: Human-readable subtype label
|
|
ontology_class:
|
|
range: string
|
|
description: Primary ontology class URI
|
|
alternative_classes:
|
|
range: string
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Alternative ontology class URIs
|
|
glamorcubesfixphdnt_primary:
|
|
range: string
|
|
description: Primary GLAMORCUBESFIXPHDNT type code
|
|
annotator:
|
|
range: ChAnnotatorModel
|
|
description: Annotator model metadata
|
|
pattern_classification:
|
|
range: PatternClassification
|
|
description: Classification pattern used for entity typing
|