54 lines
1.5 KiB
YAML
54 lines
1.5 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
|
|
- ../slots/has_score
|
|
classes:
|
|
LegalName:
|
|
class_uri: hc: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)
|
|
|
|
'
|
|
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:
|
|
- has_score
|
|
- has_label
|
|
- in_language
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|