75 lines
2.6 KiB
YAML
75 lines
2.6 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#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
oa: http://www.w3.org/ns/oa#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
- ./ChAnnotatorModel
|
|
- ./PatternClassification
|
|
default_range: string
|
|
|
|
classes:
|
|
ChAnnotatorEntityClassification:
|
|
description: >-
|
|
Entity classification in the CH-Annotator taxonomy, capturing hypernym
|
|
types (GRP, AGT, TOP, etc.) and subtypes (GRP.HER.ARC, GRP.HER.MUS).
|
|
Maps entities to the GLAMORCUBESFIXPHDNT heritage custodian taxonomy.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is skos:Concept because entity classification represents
|
|
a conceptual categorization within the CH-Annotator taxonomy.
|
|
- close_mappings includes oa:classifying as the annotation motivation
|
|
for classification activities.
|
|
- related_mappings includes prov:Entity and schema:CategoryCode as
|
|
related concepts for typed categorization.
|
|
class_uri: skos:Concept
|
|
close_mappings:
|
|
- oa:classifying
|
|
related_mappings:
|
|
- prov:Entity
|
|
- schema:CategoryCode
|
|
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
|