51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/slot/legal_status
|
|
name: legal_status_slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
gleif: https://www.gleif.org/ontology/Base/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../classes/CustodianLegalStatus
|
|
slots:
|
|
legal_status:
|
|
slot_uri: hc:hasLegalStatus
|
|
description: 'The formal legal entity representing this custodian.
|
|
|
|
|
|
Links to CustodianLegalStatus with:
|
|
|
|
- Legal name (as registered)
|
|
|
|
- Legal form (ISO 20275 codes)
|
|
|
|
- Registration number (KvK, company number, etc.)
|
|
|
|
|
|
May be null if legal status not yet reconstructed or if custodian
|
|
|
|
has no formal legal registration (informal groups, individuals).
|
|
|
|
|
|
W3C Org: hasRegisteredOrganization for registered legal entity.
|
|
|
|
Note: slot_uri changed from gleif:hasLegalForm to hc:hasLegalStatus
|
|
to resolve OWL ambiguous type warning. gleif:hasLegalForm may have
|
|
different range expectations in the GLEIF ontology.
|
|
|
|
**Range**: `Any` (2026-01-16) - Allows class instances.
|
|
Classes narrow this to CustodianLegalStatus via slot_usage.
|
|
|
|
'
|
|
range: CustodianLegalStatus
|
|
required: false
|
|
exact_mappings:
|
|
- gleif:hasLegalForm
|
|
close_mappings:
|
|
- schema:legalName
|
|
- org:classification
|
|
broad_mappings:
|
|
- adms:status
|