- Deleted obsolete slot definitions for work_location and workshop_space. - Introduced new TaxonName class to represent scientific taxonomic names with detailed attributes. - Archived existing slots related to surname_prefix, target_name, taxon_name, terminal_count, text_region_count, title, title_proper, total_chapter, total_characters_extracted, total_connections_extracted, track_name, transcript_format, traveling_venue, type_label, type_status, typical_responsibility, unesco_domain, unesco_inscription_year, unesco_list_status, uniform_title, unit_name, used_by_custodian, uv_filtered_required, valid_from_geo, valid_to_geo, validation_status, variant_of_name, verification_date, viability_status, within_auxiliary_place, and within_place. - Updated slot descriptions and structures to improve clarity and compliance with standards.
82 lines
3.5 KiB
YAML
82 lines
3.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/CustodianAppellation
|
|
name: custodian_appellation_class
|
|
title: Custodian Appellation Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
schema: http://schema.org/
|
|
foaf: http://xmlns.com/foaf/0.1/
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
dcterms: http://purl.org/dc/terms/
|
|
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../enums/AppellationTypeEnum
|
|
- ./CustodianName
|
|
- ../slots/has_appellation_value
|
|
- ../slots/has_appellation_language
|
|
- ../slots/has_appellation_type
|
|
# REMOVED 2026-01-14: ../slots/variant_of_name - migrated to is_or_was_alternative_form_of with Label
|
|
- ../slots/is_or_was_alternative_form_of
|
|
- ./Label
|
|
- ../slots/specificity_annotation
|
|
- ../slots/template_specificity
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
classes:
|
|
CustodianAppellation:
|
|
class_uri: crm:E41_Appellation
|
|
description: "An alternative name or label variant for a CustodianName.\nCustodianAppellation represents names that are\
|
|
\ NOT the most common emic \ndesignator but are still used to refer to the custodian.\n\nCRITICAL: CustodianAppellations\
|
|
\ are linked to CustodianName (NOT directly to Custodian).\nOnly CustodianIdentifier can identify the Custodian hub.\n\
|
|
\nCIDOC-CRM E41_Appellation: Any identifier expressed as text (names, titles, labels).\nSKOS: altLabel for alternative\
|
|
\ lexical labels (trading names, colloquial names, abbreviations).\n\n**Use for**: \n- Alternative names and abbreviations\
|
|
\ (e.g., \"BnF\" for \"Bibliothèque nationale de France\")\n- Translations and multilingual variants\n- Historical names\
|
|
\ and spelling variants\n- Colloquial/informal names\n\n**Connection Architecture**:\n- CustodianName (preferred label)\
|
|
\ → skos:altLabel → CustodianAppellation (variants)\n- Enables multiple variant appellations per canonical name\n\n\
|
|
**Enables**:\n- Multilingual name representation (via appellation_language)\n- Name type classification (official, vernacular,\
|
|
\ historical, translation)\n- Relationship to naming authority\n- Temporal validity (when name was used)\n"
|
|
exact_mappings:
|
|
- crm:E41_Appellation
|
|
close_mappings:
|
|
- skos:Concept
|
|
- schema:name
|
|
- foaf:name
|
|
- rdfs:label
|
|
- dcterms:title
|
|
slots:
|
|
- has_appellation_language
|
|
- has_appellation_type
|
|
- has_appellation_value
|
|
- specificity_annotation
|
|
- template_specificity
|
|
# REMOVED 2026-01-14: variant_of_name - migrated to is_or_was_alternative_form_of with Label
|
|
- is_or_was_alternative_form_of
|
|
slot_usage:
|
|
has_appellation_value:
|
|
range: string
|
|
required: true
|
|
has_appellation_language:
|
|
range: string
|
|
pattern: ^[a-z]{2}$
|
|
has_appellation_type:
|
|
range: AppellationTypeEnum
|
|
# REMOVED 2026-01-14: variant_of_name - migrated to is_or_was_alternative_form_of with Label
|
|
# variant_of_name:
|
|
# range: CustodianName
|
|
# required: false
|
|
is_or_was_alternative_form_of:
|
|
range: Label
|
|
inlined: true
|
|
description: |
|
|
Reference to the CustodianName this appellation is a variant of.
|
|
MIGRATED 2026-01-14: Replaces variant_of_name slot.
|
|
examples:
|
|
- value: |
|
|
Label:
|
|
label_value: "Rijksmuseum"
|
|
label_language: "nl"
|
|
description: Dutch name this appellation is variant of
|