glam/schemas/20251121/linkml/modules/classes/LegalName.yaml
kempersc 4319f38c05 Add archived slots for audience size, audience type, and capacity metrics
- Created new YAML files for audience size and audience type slots, defining their properties and annotations.
- Added archived capacity slots including cubic meters, linear meters, item count, and descriptions, with appropriate URIs and ranges.
- Introduced a template specificity slot for context-aware RAG filtering.
- Consolidated capacity-related slots into a unified structure, including has_or_had_capacity, capacity_type, and capacity_value, with detailed descriptions and examples.
2026-01-17 18:53:23 +01:00

126 lines
3.8 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 # was: template_specificity - migrated per Rule 53 (2026-01-17)
- ./SpecificityAnnotation
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
- ../slots/specificity_annotation
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
- ../slots/specificity_annotation
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
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
full_name:
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 # was: template_specificity - migrated per Rule 53 (2026-01-17)