- Updated descriptions and titles for Price and PriceRange classes to enhance understanding. - Added multilingual alt_descriptions for Price, PriceRange, Primary, and PrimaryDigitalPresenceAssertion classes. - Enhanced examples in Price and PriceRange classes to provide clearer context. - Improved annotations and comments for better documentation and understanding of class purposes. - Introduced new slots for official names (including and excluding type) to standardize naming conventions. - Added sorting variant for official names to facilitate alphabetical ordering. - Ensured all changes align with the latest schema requirements and best practices.
78 lines
3.1 KiB
YAML
78 lines
3.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/Label
|
|
name: Label
|
|
title: Label
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_label
|
|
- ../slots/has_score
|
|
- ../slots/has_type
|
|
- ../slots/in_language
|
|
classes:
|
|
Label:
|
|
class_uri: hc:Label
|
|
description: >-
|
|
Human-readable naming artifact attached to an entity, optionally typed and
|
|
language-scoped.
|
|
alt_descriptions:
|
|
nl: {text: Mensleesbaar label dat aan een entiteit is gekoppeld, optioneel getypeerd en taalspecifiek., language: nl}
|
|
de: {text: Menschenlesbares Label, das an eine Entitaet angehaengt ist, optional typisiert und sprachbezogen., language: de}
|
|
fr: {text: Libelle lisible par l humain attache a une entite, eventuellement type et associe a une langue., language: fr}
|
|
es: {text: Etiqueta legible por humanos adjunta a una entidad, opcionalmente tipada y con ambito de idioma., language: es}
|
|
ar: {text: تسمية مقروءة بشريا مرتبطة بكيان، يمكن تمييز نوعها وربطها بلغة., language: ar}
|
|
id: {text: Label yang dapat dibaca manusia yang melekat pada entitas, opsional bertipe dan dibatasi bahasa., language: id}
|
|
zh: {text: 附着在实体上的人类可读标签,可选带类型并限定语言范围。, language: zh}
|
|
structured_aliases:
|
|
nl: [{literal_form: label, language: nl}]
|
|
de: [{literal_form: Bezeichnung, language: de}]
|
|
fr: [{literal_form: libelle, language: fr}]
|
|
es: [{literal_form: etiqueta, language: es}]
|
|
ar: [{literal_form: تسمية, language: ar}]
|
|
id: [{literal_form: label, language: id}]
|
|
zh: [{literal_form: 标签, language: zh}]
|
|
slots:
|
|
- has_label
|
|
- has_type
|
|
- in_language
|
|
- has_score
|
|
slot_usage:
|
|
has_label:
|
|
required: true
|
|
has_type:
|
|
required: false
|
|
multivalued: false
|
|
in_language:
|
|
required: false
|
|
close_mappings:
|
|
- skos:Concept
|
|
- schema:Thing
|
|
broad_mappings:
|
|
- rdfs:Resource
|
|
comments:
|
|
- Used for language-tagged names and labels, including secondary label references.
|
|
- Typical use cases include name authority references (e.g., VIAF/ISNI labels) and typed display labels.
|
|
- Prefer using identifiers for unique identification; use Label for display-oriented naming.
|
|
examples:
|
|
- value:
|
|
has_label: Rijksmuseum
|
|
in_language: nl
|
|
- value:
|
|
has_label: National Library of the Netherlands
|
|
in_language: en
|
|
- value:
|
|
has_label: CollectiveAccess
|
|
has_type: hc:DisplayName
|
|
- value:
|
|
has_label: Whirl-i-Gig
|
|
has_type: hc:AlternativeName
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Generic label class applicable to all types.
|
|
specificity_score: 0.3
|
|
specificity_rationale: Broadly applicable generic class for labeled references.
|