- Updated imports in FindingAid.yaml to remove unnecessary entries and added new slots for arrangement level and provenance path. - Replaced 'full_name' with 'has_or_had_label' in LegalName.yaml and ProfileData.yaml for uniformity. - Enhanced slot definitions in various YAML files, including ceases_or_ceased_through, has_or_had_arrangement_level, has_or_had_assessment, and others, to include metadata and improve structure. - Removed the script fix_linkml_metadata.py as it is no longer needed. - Added new script fix_specific_dead_links.py to handle specific mapping updates for extraction metadata and full name fields across multiple YAML files.
129 lines
3.7 KiB
YAML
129 lines
3.7 KiB
YAML
id: https://nde.nl/ontology/hc/class/LegalName
|
|
name: legal_name_class
|
|
title: Legal Name Class
|
|
description: 'Legal names of entities as registered with authorities.
|
|
|
|
Based on TOOI naming conventions which distinguish between names with/without organizational type.
|
|
|
|
'
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
rov: http://www.w3.org/ns/regorg#
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ./TimeSpan
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore
|
|
- ./TemplateSpecificityType
|
|
- ./TemplateSpecificityTypes
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score
|
|
classes:
|
|
LegalName:
|
|
class_uri: rov:legalName
|
|
description: 'Legal name of an entity as officially registered.
|
|
|
|
|
|
Following TOOI pattern, provides three name variants:
|
|
|
|
1. Name including organizational type (e.g., "Gemeente ''s-Gravenhage")
|
|
|
|
2. Name excluding organizational type (e.g., "''s-Gravenhage")
|
|
|
|
3. Alphabetically ordered variant (e.g., "Gravenhage")
|
|
|
|
|
|
Maps to:
|
|
|
|
- rov:legalName (Registered Organizations Vocabulary)
|
|
|
|
- tooi:officieleNaamInclSoort (TOOI full name)
|
|
|
|
- tooi:officieleNaamExclSoort (TOOI name without type)
|
|
|
|
- tooi:alfabetischeVolgorde (TOOI alphabetical ordering)
|
|
|
|
'
|
|
attributes:
|
|
id:
|
|
identifier: true
|
|
slot_uri: schema:identifier
|
|
description: Unique identifier for this legal name record
|
|
range: uriorcurie
|
|
required: true
|
|
has_or_had_label:
|
|
slot_uri: rov:legalName
|
|
description: 'Complete legal name including organizational type.
|
|
|
|
Example: "Stichting Rijksmuseum Amsterdam"
|
|
|
|
'
|
|
range: string
|
|
required: true
|
|
name_without_type:
|
|
slot_uri: tooi:officieleNaamExclSoort
|
|
description: 'Legal name excluding organizational type prefix/suffix.
|
|
|
|
Example: "Rijksmuseum Amsterdam"
|
|
|
|
'
|
|
range: string
|
|
alphabetical_name:
|
|
slot_uri: tooi:alfabetischeVolgorde
|
|
description: 'Name variant for alphabetical ordering (articles moved to end).
|
|
|
|
Example: "Gravenhage, ''s" instead of "''s-Gravenhage"
|
|
|
|
'
|
|
range: string
|
|
display_name:
|
|
slot_uri: schema:name
|
|
description: 'Preferred display name for user interfaces.
|
|
|
|
May differ from legal name for readability.
|
|
|
|
'
|
|
range: string
|
|
language:
|
|
slot_uri: schema:inLanguage
|
|
description: 'Language of the legal name (ISO 639-1 code).
|
|
|
|
Example: "nl" for Dutch, "en" for English
|
|
|
|
'
|
|
range: string
|
|
pattern: ^[a-z]{2}$
|
|
script:
|
|
slot_uri: schema:characterEncoding
|
|
description: 'Script used for the name (ISO 15924 code).
|
|
|
|
Example: "Latn" for Latin, "Cyrl" for Cyrillic
|
|
|
|
'
|
|
range: string
|
|
pattern: ^[A-Z][a-z]{3}$
|
|
temporal_validity:
|
|
slot_uri: schema:temporalCoverage
|
|
description: 'Time period during which this legal name is/was valid.
|
|
|
|
Organizations may change legal names through mergers, rebranding, etc.
|
|
|
|
'
|
|
range: TimeSpan
|
|
comments:
|
|
- Legal names must match official registration exactly for legal validity
|
|
- Organizations may have different legal names in different jurisdictions
|
|
- Historical legal names are preserved with temporal validity periods
|
|
slots:
|
|
- specificity_annotation
|
|
- has_or_had_score
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|