YAML arrays in LinkML annotations must be quoted strings to ensure proper parsing. This change quotes all custodian_types annotations from the raw array format to quoted string format. Before: custodian_types: ["A", "G"] After: custodian_types: '["A", "G"]' Affected: 50+ class files in modules/classes/ Also updates: manifest.json, 01_custodian_name_modular.yaml
74 lines
2.3 KiB
YAML
74 lines
2.3 KiB
YAML
# VirtualMapLibrary - Library for virtual maps or cartographic products
|
|
# Wikidata: Q5995078
|
|
# Generated from ArchiveTypeEnum refactoring
|
|
|
|
id: https://nde.nl/ontology/hc/class/VirtualMapLibrary
|
|
name: VirtualMapLibrary
|
|
title: VirtualMapLibrary Type
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ./ArchiveOrganizationType
|
|
|
|
classes:
|
|
VirtualMapLibrary:
|
|
description: >-
|
|
A type of library for virtual maps or cartographic products. Virtual
|
|
map libraries (mapotecas virtuales) provide digital access to
|
|
cartographic collections, including digitized historical maps,
|
|
geographic information systems (GIS) data, and born-digital
|
|
cartographic materials. They may exist as digital-only platforms
|
|
or as online extensions of physical map collections.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
annotations:
|
|
custodian_types: '["L", "D"]'
|
|
custodian_types_rationale: "Virtual map library combines library (L) and digital platform (D)."
|
|
wikidata: Q5995078
|
|
label_de: "Virtuelle Kartenbibliothek"
|
|
label_es: "Mapoteca virtual"
|
|
rico_record_set_type: true
|
|
custodian_type: true
|
|
mixins:
|
|
- DigitalPlatformType
|
|
- LibraryType
|
|
slots:
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_equivalent:
|
|
equals_string: Q5995078
|
|
attributes:
|
|
cartographic_coverage:
|
|
description: Geographic areas covered by the map collection
|
|
range: string
|
|
multivalued: true
|
|
map_types:
|
|
description: Types of maps in the collection (topographic, thematic, historical, etc.)
|
|
range: string
|
|
multivalued: true
|
|
gis_capabilities:
|
|
description: Whether GIS viewing and analysis tools are provided
|
|
range: boolean
|
|
see_also:
|
|
- MapLibrary
|
|
- DigitalArchive
|
|
- DigitalLibrary
|
|
- GeographicInformationSystem
|
|
|
|
# rico:RecordSetType for collection classification
|
|
VirtualMapLibraryRecordSetType:
|
|
description: >-
|
|
A rico:RecordSetType for classifying digital cartographic
|
|
collections and virtual map resources.
|
|
is_a: CollectionType
|
|
class_uri: rico:RecordSetType
|
|
slots:
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_equivalent:
|
|
equals_string: Q5995078
|
|
see_also:
|
|
- VirtualMapLibrary
|
|
annotations:
|
|
wikidata: Q5995078
|
|
linked_custodian_type: VirtualMapLibrary
|