60 lines
2.4 KiB
YAML
60 lines
2.4 KiB
YAML
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.\nOntology mapping rationale: - class_uri is skos:Concept because entity classification represents\n a conceptual categorization within the CH-Annotator taxonomy.\n- close_mappings includes oa:classifying as the annotation motivation\n for classification activities.\n- related_mappings includes prov:Entity and schema:CategoryCode as\n 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
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|