- Removed obsolete slots: `has_or_had_custodian_observation`, `provider`, and `specificity_annotation`. - Updated `has_or_had_score` slot to use `SpecificityScore` class and modified its description and examples. - Added new slots: `end_seconds`, `end_time`, `has_archive_path`, `has_or_had_custodian_name`, `protocol_name`, and `protocol_version`. - Introduced a script `check_annotation_types.py` to validate the presence and structure of `custodian_types` in YAML files. - Added a script `update_specificity.py` to automate updates related to `SpecificityAnnotation` to `SpecificityScore`.
48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/LegalForm
|
|
name: legal_form_class
|
|
title: Legal Form Class
|
|
description: 'Specific legal forms of organizations as defined by national and international
|
|
law.
|
|
|
|
Based on ISO 20275 Entity Legal Form (ELF) codes.
|
|
|
|
'
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
rov: http://www.w3.org/ns/regorg#
|
|
gleif: https://www.gleif.org/ontology/Base/
|
|
iso20275: https://www.gleif.org/en/about-lei/code-lists/iso-20275-entity-legal-forms-code-list
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/has_or_had_score
|
|
classes:
|
|
LegalForm:
|
|
class_uri: hc:LegalForm
|
|
close_mappings:
|
|
- rov:orgType
|
|
description: 'Legal form of an organization as recognized by law.
|
|
|
|
Based on ISO 20275 Entity Legal Forms (ELF) standard.
|
|
|
|
|
|
Maps to:
|
|
|
|
- rov:orgType (Registered Organizations Vocabulary)
|
|
|
|
- gleif:hasLegalForm (GLEIF ontology)
|
|
|
|
- tooi:rechtsvorm (TOOI for Dutch entities)
|
|
|
|
'
|
|
comments:
|
|
- ISO 20275 defines over 1,600 legal forms across 150+ jurisdictions
|
|
- Each legal form has specific rights, obligations, and governance requirements
|
|
- Legal forms determine tax treatment, liability, and reporting requirements
|
|
slots:
|
|
- has_or_had_score
|
|
- legal_entity_type
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|