glam/schemas/20251121/linkml/modules/classes/PersonName.yaml
kempersc c2cdbed614 Refactor Price, PriceRange, Primary, and PrimaryDigitalPresenceAssertion classes for improved clarity and multilingual support
- 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.
2026-02-15 21:54:42 +01:00

43 lines
1.7 KiB
YAML

id: https://nde.nl/ontology/hc/class/PersonName
name: PersonName
title: PersonName
description: >-
Name of a person.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_value
classes:
PersonName:
class_uri: schema:Text
description: Person name literal used for display or matching.
alt_descriptions:
nl: {text: Naam van een persoon als tekstwaarde voor weergave of matching., language: nl}
de: {text: Personenname als Textwert fuer Anzeige oder Abgleich., language: de}
fr: {text: Nom de personne sous forme textuelle pour affichage ou rapprochement., language: fr}
es: {text: Nombre de persona como valor de texto para mostrar o comparar., language: es}
ar: {text: اسم شخص كنص للاستخدام في العرض أو المطابقة., language: ar}
id: {text: Nama orang sebagai nilai teks untuk tampilan atau pencocokan., language: id}
zh: {text: 用于展示或匹配的人员姓名文本值。, language: zh}
structured_aliases:
nl: [{literal_form: naamtekst, language: nl}]
de: [{literal_form: Namensliteral, language: de}]
fr: [{literal_form: libelle de nom, language: fr}]
es: [{literal_form: literal de nombre, language: es}]
ar: [{literal_form: نص الاسم, language: ar}]
id: [{literal_form: literal nama, language: id}]
zh: [{literal_form: 姓名文本, language: zh}]
annotations:
specificity_score: 0.1
specificity_rationale: "Generic utility class created during migration"
custodian_types: '["*"]'
slots:
- has_value