- Created 'updated_at.yaml' to record the last modified date and time of entities, including multilingual descriptions and structured aliases. - Created 'written_in.yaml' to specify the language in which content is composed, covering both natural and programming languages, with detailed comments and close ontology mappings.
44 lines
1.5 KiB
YAML
44 lines
1.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/RegistrationInfo
|
|
name: registration_info_classes
|
|
title: Registration Information Classes
|
|
description: 'Classes for capturing organizational registration details including
|
|
|
|
registration numbers, dates, authorities, and trade registers.
|
|
|
|
|
|
This module provides the foundation for tracking legal entity registrations
|
|
|
|
across multiple jurisdictions worldwide.
|
|
|
|
'
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
rov: http://www.w3.org/ns/regorg#
|
|
gleif_base: https://www.gleif.org/ontology/Base/
|
|
gleif_ra: https://www.gleif.org/ontology/RegistrationAuthority/
|
|
org: http://www.w3.org/ns/org#
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/20260202_matang/has_description
|
|
- ../slots/20260202_matang/has_label
|
|
- ../slots/20260202_matang/has_score
|
|
- ../slots/20260202_matang/new/jurisdiction
|
|
classes:
|
|
LegalStatus:
|
|
class_uri: gleif_base:RegistrationStatus
|
|
description: "Legal status of an organization (active, dissolved, suspended, etc.).\n\
|
|
\n**Ontology Alignment:**\n\n- gleif_base:RegistrationStatus - \"A lifecycle\
|
|
\ stage indicating the status of a \n given registration of something, such\
|
|
\ as a business or legal entity.\"\n- gleif_base:EntityStatus - ACTIVE or INACTIVE\
|
|
\ (GLEIF enumeration)\n\nStatus definitions vary by jurisdiction and legal framework.\n"
|
|
exact_mappings:
|
|
- gleif_base:RegistrationStatus
|
|
close_mappings:
|
|
- gleif_base:EntityStatus
|
|
- schema:status
|
|
slots:
|
|
- has_score
|
|
- has_label
|
|
- jurisdiction
|