glam/schemas/20251121/linkml/modules/classes/IdentifierValue.yaml
kempersc 92c79067cd Refactor time-related classes and descriptions for clarity and consistency
- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding.
- Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes.
- Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions.
- Improved comments and modeling notes in VariantTypes to clarify usage and examples.
- General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
2026-02-16 13:49:40 +01:00

49 lines
2.2 KiB
YAML

id: https://nde.nl/ontology/hc/class/IdentifierValue
name: IdentifierValue
title: IdentifierValue
description: The actual value of an identifier.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
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/
skos: http://www.w3.org/2004/02/skos/core#
rdfs: http://www.w3.org/2000/01/rdf-schema#
org: http://www.w3.org/ns/org#
xsd: http://www.w3.org/2001/XMLSchema#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_value
classes:
IdentifierValue:
class_uri: schema:PropertyValue
description: >-
Literal or normalized token representing the concrete value assigned under
an identifier scheme.
alt_descriptions:
nl: Letterlijke of genormaliseerde token die de concrete waarde onder een identificatorschema weergeeft.
de: Literaler oder normalisierter Token mit dem konkreten Wert innerhalb eines Identifikatorschemas.
fr: Jeton litteral ou normalise representant la valeur concrete attribuee dans un schema d identifiant.
es: Token literal o normalizado que representa el valor concreto asignado en un esquema de identificador.
ar: قيمة حرفية أو معيارية تمثل المعرّف الفعلي المعيّن ضمن مخطط تعريف.
id: Token literal atau ternormalisasi yang merepresentasikan nilai konkret yang ditetapkan dalam skema pengenal.
zh: 表示某标识方案下具体赋值的字面或规范化标记。
structured_aliases:
- {literal_form: identificatorwaarde, in_language: nl}
- {literal_form: Identifikatorwert, in_language: de}
- {literal_form: valeur d identifiant, in_language: fr}
- {literal_form: valor de identificador, in_language: es}
- {literal_form: قيمة معرّف, in_language: ar}
- {literal_form: nilai pengenal, in_language: id}
- {literal_form: 标识值, in_language: zh}
broad_mappings:
- schema:PropertyValue
slots:
- has_value
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"