- Removed obsolete slots: `has_or_had_custodian_observation`, `provider`, and `specificity_annotation`. - Updated `has_or_had_score` slot to use `SpecificityScore` class and modified its description and examples. - Added new slots: `end_seconds`, `end_time`, `has_archive_path`, `has_or_had_custodian_name`, `protocol_name`, and `protocol_version`. - Introduced a script `check_annotation_types.py` to validate the presence and structure of `custodian_types` in YAML files. - Added a script `update_specificity.py` to automate updates related to `SpecificityAnnotation` to `SpecificityScore`.
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/BaseName
|
|
name: BaseName
|
|
title: Base Name Class
|
|
description: 'Represents the base/root form of a name component used for sorting.
|
|
|
|
**PNV ALIGNMENT**: Supports Dutch naming convention where surnames with prefixes
|
|
are sorted by their base form.
|
|
|
|
**EXAMPLE**: - Full surname: "van der Berg" - Base name: "Berg" (used for alphabetical
|
|
sorting under "B")'
|
|
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: Base/root form of a name component, primarily used for sorting.
|
|
close_mappings:
|
|
- pnv:baseSurname
|
|
examples:
|
|
- value:
|
|
base_value: Berg
|
|
description: Base surname for Dutch "van der Berg"
|
|
- value:
|
|
base_value: Vries
|
|
description: Base surname for Dutch "de Vries"
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
specificity_score: 0.6
|
|
specificity_rationale: Moderately specific - name sorting component.
|
|
slots: []
|