- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form. - Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format. - Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
55 lines
2.4 KiB
YAML
55 lines
2.4 KiB
YAML
id: https://w3id.org/nde/ontology/EconomicArchive
|
|
name: EconomicArchive
|
|
title: Economic Archive
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
wd: http://www.wikidata.org/entity/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_score
|
|
- ../slots/has_type
|
|
- ../slots/hold_record_set
|
|
classes:
|
|
EconomicArchive:
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
description: >-
|
|
Repository institution focused on preserving records of commerce,
|
|
industry, labor, finance, and broader economic development.
|
|
alt_descriptions:
|
|
nl: Archiefinstelling gericht op bewaring van bronnen over handel industrie arbeid financiën en economische ontwikkeling.
|
|
de: Archivinstitution mit Fokus auf Unterlagen zu Handel Industrie Arbeit Finanzen und wirtschaftlicher Entwicklung.
|
|
fr: Institution archivistique axee sur la conservation de documents relatifs au commerce a l industrie au travail a la finance et au developpement economique.
|
|
es: Institucion archivistica centrada en conservar documentos de comercio industria trabajo finanzas y desarrollo economico.
|
|
ar: مؤسسة أرشيف تركز على حفظ سجلات التجارة والصناعة والعمل والتمويل والتنمية الاقتصادية.
|
|
id: Lembaga arsip yang berfokus pada pelestarian catatan perdagangan industri tenaga kerja keuangan dan perkembangan ekonomi.
|
|
zh: 侧重保存商业、工业、劳动、金融与经济发展记录的档案机构。
|
|
structured_aliases:
|
|
- {literal_form: economisch archief, in_language: nl}
|
|
- {literal_form: Wirtschaftsarchiv, in_language: de}
|
|
- {literal_form: archive economique, in_language: fr}
|
|
- {literal_form: archivo economico, in_language: es}
|
|
- {literal_form: أرشيف اقتصادي, in_language: ar}
|
|
- {literal_form: arsip ekonomi, in_language: id}
|
|
- {literal_form: 经济档案机构, in_language: zh}
|
|
exact_mappings:
|
|
- wd:Q27032167
|
|
broad_mappings:
|
|
- skos:Concept
|
|
- schema:ArchiveOrganization
|
|
- wd:Q166118
|
|
slots:
|
|
- has_type
|
|
- hold_record_set
|
|
- has_score
|
|
- identified_by
|
|
slot_usage:
|
|
has_type:
|
|
equals_string: hc:ArchiveOrganizationType
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|