glam/schemas/20251121/linkml/modules/classes/LegalName.yaml
kempersc c2cdbed614 Refactor Price, PriceRange, Primary, and PrimaryDigitalPresenceAssertion classes for improved clarity and multilingual support
- Updated descriptions and titles for Price and PriceRange classes to enhance understanding.
- Added multilingual alt_descriptions for Price, PriceRange, Primary, and PrimaryDigitalPresenceAssertion classes.
- Enhanced examples in Price and PriceRange classes to provide clearer context.
- Improved annotations and comments for better documentation and understanding of class purposes.
- Introduced new slots for official names (including and excluding type) to standardize naming conventions.
- Added sorting variant for official names to facilitate alphabetical ordering.
- Ensured all changes align with the latest schema requirements and best practices.
2026-02-15 21:54:42 +01:00

80 lines
3.7 KiB
YAML

id: https://nde.nl/ontology/hc/class/LegalName
name: LegalName
title: Legal Name
description: Official registered name representation for legal identity contexts.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
rov: http://www.w3.org/ns/regorg#
tooi: https://identifier.overheid.nl/tooi/def/ont/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_score
- ../slots/in_language
- ../slots/official_name_including_type
- ../slots/official_name_excluding_type
- ../slots/official_name_sort
classes:
LegalName:
class_uri: hc:LegalName
description: >-
Official registered denomination of an entity, used for legal identity,
compliance, and authoritative referencing.
alt_descriptions:
nl: {text: Officieel geregistreerde benaming van een entiteit voor juridische identiteit, compliance en gezaghebbende verwijzing., language: nl}
de: {text: Amtlich eingetragene Bezeichnung einer Entitaet fuer rechtliche Identitaet, Compliance und verbindliche Referenzierung., language: de}
fr: {text: Denomination officielle enregistree d une entite, utilisee pour identite juridique, conformite et reference autoritative., language: fr}
es: {text: Denominacion oficial registrada de una entidad usada para identidad legal, cumplimiento y referencia autorizada., language: es}
ar: {text: التسمية الرسمية المسجلة للكيان وتستخدم للهوية القانونية والامتثال والمرجعية المعتمدة., language: ar}
id: {text: Nama resmi terdaftar suatu entitas untuk identitas hukum, kepatuhan, dan rujukan otoritatif., language: id}
zh: {text: 实体的官方注册名称,用于法律身份、合规与权威引用。, language: zh}
structured_aliases:
nl: [{literal_form: wettelijke naam, language: nl}]
de: [{literal_form: gesetzlicher Name, language: de}]
fr: [{literal_form: nom legal, language: fr}]
es: [{literal_form: nombre legal, language: es}]
ar: [{literal_form: الاسم القانوني, language: ar}]
id: [{literal_form: nama legal, language: id}]
zh: [{literal_form: 法定名称, language: zh}]
related_mappings:
- rov:legalName
- tooi:officieleNaamInclSoort
- tooi:officieleNaamExclSoort
- tooi:officieleNaamSorteer
comments:
- Legal names must match official registration exactly for legal validity.
- Organizations may have different legal names in different jurisdictions.
- Preserve historical legal names with temporal validity periods in the surrounding legal-status model.
- TOOI pattern: provide variants with and without organizational type, plus a sorting-oriented name.
slots:
- official_name_including_type
- official_name_excluding_type
- official_name_sort
- in_language
- has_score
slot_usage:
official_name_including_type:
required: true
official_name_excluding_type:
required: false
official_name_sort:
required: false
examples:
- value:
official_name_including_type: "Gemeente 's-Gravenhage"
official_name_excluding_type: "'s-Gravenhage"
official_name_sort: Gravenhage
in_language: nl
description: TOOI-style legal name variants
- value:
official_name_including_type: "Stichting Rijksmuseum"
official_name_excluding_type: Rijksmuseum
in_language: nl
description: Legal name with type-excluding display variant
annotations:
specificity_score: 0.5
specificity_rationale: Structured legal-name object supporting TOOI-style name variants.
custodian_types: "['*']"