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
41 lines
1.5 KiB
YAML
41 lines
1.5 KiB
YAML
# Photograph Collection
|
|
# Auto-generated from ArchiveTypeEnum refactoring
|
|
# Wikidata: Q130486108
|
|
|
|
id: https://w3id.org/nde/ontology/PhotographCollection
|
|
name: PhotographCollection
|
|
title: Photograph Collection
|
|
|
|
classes:
|
|
PhotographCollection:
|
|
description: >-
|
|
Collection of photographs. Photograph collections are organized
|
|
assemblages of photographic materials that may be held within
|
|
archives, libraries, museums, or as independent entities. They
|
|
may document specific subjects, events, places, or the work of
|
|
particular photographers.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
annotations:
|
|
custodian_types: '["A", "M"]'
|
|
custodian_types_rationale: "Photograph collections are typically in archives (A) or museums (M)."
|
|
skos:prefLabel: "Photograph Collection"
|
|
skos:altLabel: "Fotosammlung, colección de fotografías, collection de photographies, Photo Collection"
|
|
media_type: "photographic"
|
|
collection_type: "photographs"
|
|
slots:
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_entity:
|
|
equals_string: "Q130486108"
|
|
see_also:
|
|
- PhotoArchive
|
|
- IconographicArchives
|
|
- SpecialCollection
|
|
comments:
|
|
- "Fotosammlung (de)"
|
|
- "colección de fotografías (es)"
|
|
- "collection de photographies (fr)"
|
|
- "Organized collection of photographic materials"
|
|
- "May be part of larger archive or museum"
|
|
- "Subject, event, or photographer-focused"
|