- Updated imports in FindingAid.yaml to remove unnecessary entries and added new slots for arrangement level and provenance path. - Replaced 'full_name' with 'has_or_had_label' in LegalName.yaml and ProfileData.yaml for uniformity. - Enhanced slot definitions in various YAML files, including ceases_or_ceased_through, has_or_had_arrangement_level, has_or_had_assessment, and others, to include metadata and improve structure. - Removed the script fix_linkml_metadata.py as it is no longer needed. - Added new script fix_specific_dead_links.py to handle specific mapping updates for extraction metadata and full name fields across multiple YAML files.
54 lines
1.9 KiB
YAML
54 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/classes/DigitalPlatformV2OrganizationStatus
|
|
name: DigitalPlatformV2OrganizationStatus
|
|
title: DigitalPlatformV2OrganizationStatus
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
imports:
|
|
- linkml:types
|
|
default_range: string
|
|
classes:
|
|
DigitalPlatformV2OrganizationStatus:
|
|
description: Current operational status and legal form of an organization
|
|
class_uri: org:Organization
|
|
attributes:
|
|
status:
|
|
range: string
|
|
description: Operational status (ACTIVE, CLOSED, MERGED, etc.)
|
|
legal_form:
|
|
range: string
|
|
description: Legal form of the organization (Municipal library, Foundation, etc.)
|
|
has_or_had_label:
|
|
range: string
|
|
description: Full official name of the organization
|
|
closure_date:
|
|
range: string
|
|
description: Date of closure if applicable
|
|
closure_reason:
|
|
range: string
|
|
description: Reason for closure if applicable
|
|
start_date:
|
|
range: string
|
|
description: Start date of the organization or current status
|
|
full_name_french:
|
|
range: string
|
|
description: Full name in French language
|
|
full_name_german:
|
|
range: string
|
|
description: Full name in German language
|
|
full_name_italian:
|
|
range: string
|
|
description: Full name in Italian language
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|