glam/schemas/20251121/linkml/modules/classes/BaseName.yaml
kempersc bd8368dfff Enhance schema definitions for cultural heritage annotations
- Updated WorldCatIdentifier class with improved descriptions and multilingual support.
- Refined WorldHeritageSite class to clarify its purpose and added structured aliases.
- Enhanced WritingSystem class with detailed descriptions and examples for script identification.
- Introduced BirthPlace class to represent birth locations with historical context and geographic identifiers.
- Added AnnotatorAnnotationMetadata class for quality metrics and verification of cultural heritage annotations.
- Created AnnotatorAnnotationProvenance class to track provenance of annotation activities.
- Developed AnnotatorBlock class to aggregate entity claims and metadata for annotations.
- Established AnnotatorEntityClaim class for individual assertions about cultural heritage entities.
- Introduced AnnotatorEntityClassification class for taxonomic categorization of entities.
- Added AnnotatorIntegrationNote class to document file creation and integration processes.
- Developed AnnotatorModel class for machine learning models used in entity extraction.
- Created AnnotatorProvenance class to track extraction provenance and source data access.
2026-02-15 12:41:51 +01:00

80 lines
2.9 KiB
YAML

id: https://nde.nl/ontology/hc/class/BaseName
name: BaseName
title: Base Name
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
pnv: https://w3id.org/pnv#
default_prefix: hc
imports:
- linkml:types
classes:
BaseName:
class_uri: hc:BaseName
description: >-
Root form of a name component used for alphabetical sorting, particularly
for surnames with prefixes in Dutch naming conventions.
alt_descriptions:
nl: >-
Stamt vorm van een naamcomponent gebruikt voor alfabetische sortering,
met name voor achternamen met voorvoegsels in Nederlandse
naamconventies.
de: >-
Stammform einer Namenskomponente, die zur alphabetischen Sortierung
verwendet wird, insbesondere fuer Nachnamen mit Praefixen in
niederlaendischen Namenskonventionen.
fr: >-
Forme racine d'un composant de nom utilisee pour le tri alphabetique,
en particulier pour les noms de famille avec des prefixes dans les
conventions de nomination neerlandaises.
es: >-
Forma raiz de un componente de nombre utilizado para ordenacion
alfabetica, particularmente para apellidos con prefijos en las
convenciones de nombres holandesas.
ar: >-
الشكل الأساسي لمكون الاسم المستخدم للفرز الأبجدي، خاصة للألقاب ذات
البادئات في اصطلاحات التسمية الهولندية.
id: >-
Bentuk dasar dari komponen nama yang digunakan untuk pengurutan
alfabetis, khususnya untuk nama keluarga dengan awalan dalam konvensi
penamaan Belanda.
zh: >-
名称组成部分的根形式,用于字母排序,特别是荷兰命名约定中带有前缀的姓氏。
close_mappings:
- pnv:baseSurname
structured_aliases:
- literal_form: stamnaam
in_language: nl
- literal_form: Stammname
in_language: de
- literal_form: nom de base
in_language: fr
- literal_form: nombre base
in_language: es
- literal_form: الاسم الأساسي
in_language: ar
- literal_form: nama dasar
in_language: id
- literal_form: 基本名
in_language: zh
examples:
- value:
base_value: "Berg"
description: Base surname for Dutch "van der Berg"
- value:
base_value: "Vries"
description: Base surname for Dutch "de Vries"
keywords:
- sorting
- surname
- dutch naming
- alphabetical
slots: []
comments:
- Supports Dutch naming convention sorting
- 'van der Berg sorted under B using base name Berg'
- PNV alignment for person name vocabulary
annotations:
specificity_score: "0.6"
specificity_rationale: Moderately specific - name sorting component
custodian_types: "['*']"