glam/schemas/20251121/linkml/modules/classes/Hypernym.yaml
kempersc 90842851c2 Add slot definitions for 'updated_at' and 'written_in' with multilingual support and ontology alignment
- Created 'updated_at.yaml' to record the last modified date and time of entities, including multilingual descriptions and structured aliases.
- Created 'written_in.yaml' to specify the language in which content is composed, covering both natural and programming languages, with detailed comments and close ontology mappings.
2026-02-07 11:22:05 +01:00

77 lines
3.2 KiB
YAML

id: https://nde.nl/ontology/hc/classes/Hypernym
name: Hypernym
title: Hypernym
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
skos: http://www.w3.org/2004/02/skos/core#
rdfs: http://www.w3.org/2000/01/rdf-schema#
owl: http://www.w3.org/2002/07/owl#
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
prov: http://www.w3.org/ns/prov#
crm: http://www.cidoc-crm.org/cidoc-crm/
org: http://www.w3.org/ns/org#
xsd: http://www.w3.org/2001/XMLSchema#
imports:
- linkml:types
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
# default_range: string
default_prefix: hc
classes:
Hypernym:
description: 'A broader/parent concept in a classification hierarchy.
**SEMANTIC DEFINITION**: A hypernym (also superordinate or umbrella term) is
a concept whose semantic field is more inclusive than that of another concept. For
example, "vehicle" is a hypernym of "car", "truck", and "bicycle".
**SKOS ALIGNMENT**: In SKOS vocabulary, hypernym relationships are expressed
via: - `skos:broader` - links a concept to its hypernym - `skos:narrower` -
inverse, links hypernym to hyponyms - `skos:broaderTransitive` - transitive
closure of broader
**HERITAGE DOMAIN USAGE**: - Collection types: "Archives" is hypernym of "Municipal
Archives" - Institution types: "Museum" is hypernym of "Art Museum" - Subject
classification: "Art" is hypernym of "Painting"
**RELATED CONCEPTS**: - **Hyponym**: The inverse - a more specific concept (child)
- **Meronym**: Part-of relationship (different from is-a) - **Holonym**: Whole-of
relationship (inverse of meronym)
**ONTOLOGY MAPPING**: - class_uri: skos:Concept (as hypernym IS a concept) -
exact_mappings: skos:broader target concept'
class_uri: skos:Concept
broad_mappings:
- skos:Concept
close_mappings:
- rdfs:Class
- owl:Class
slots:
- identified_by
- has_label
- has_description
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Hypernym relationships apply to all classification
hierarchies across all custodian types.
custodian_types_primary: '*'
specificity_score: 0.25
specificity_rationale: Low specificity - fundamental concept for any hierarchical
classification.
examples:
- value: "Hypernym:\n hypernym_uri: \"rico:Fonds\"\n has_label:\n \
\ - label_text: \"Fonds\"\n label_language: \"en\"\n has_description:\n\
\ - description_text: \"Provenance-based archival unit\"\n"
description: RiC-O Fonds as hypernym for archival record sets.
- value: "Hypernym:\n hypernym_uri: \"hc:collection-type/museum-collection\"\n\
\ has_label:\n - label_text: \"Museum Collection\"\n has_description:\n\
\ - description_text: \"Physical heritage objects held by museums\"\n"
description: Museum Collection as hypernym for specific collection types.
comments:
- Created from slot_fixes.yaml migration (2026-01-19)
- Replaces collection_broader_type slot range with structured class
- SKOS-aligned for vocabulary interoperability
- Use with has_hypernym slot