glam/schemas/20251121/linkml/modules/classes/LastName.yaml
2026-02-04 00:24:46 +01:00

64 lines
1.7 KiB
YAML

id: https://nde.nl/ontology/hc/class/LastName
name: LastName
title: Last Name Class
description: >-
Represents a surname/family name with optional base form for sorting.
**PNV ALIGNMENT**: Follows Person Name Vocabulary (PNV) patterns for Dutch
surname representation where names may have prefixes.
**SORTING BEHAVIOR**:
Dutch names with prefixes (van, de, van der) are sorted by the base surname:
- "Johannes de Vries" → base: "Vries" (sorts under V)
- "Anna van den Berg" → base: "Berg" (sorts under B)
**EXAMPLE**:
```yaml
LastName:
has_label:
label_value: "van der Berg"
has_base:
base_value: "Berg"
```
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
pnv: https://w3id.org/pnv#
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../slots/20260202_matang/has_base
- ../slots/20260202_matang/has_label
classes:
LastName:
class_uri: hc:LastName
description: >-
Surname/family name component of a person name.
Supports Dutch naming conventions with prefix separation.
close_mappings:
- schema:familyName
- pnv:surname
slots:
- has_label
- has_base
slot_usage:
has_label:
# range: string
inlined: false # Fixed invalid inline for primitive type
examples:
- value:
label_value: "van der Berg"
has_base:
range: BaseName
inlined: true
examples:
- value:
annotations:
custodian_types: '["*"]'
specificity_score: 0.6
specificity_rationale: >-
Moderately specific - person name component used in staff/contact contexts.