glam/schemas/20251121/linkml/modules/classes/ArchitecturalArchive.yaml
kempersc 626bd3a095 refactor(schemas): apply naming conventions to 261 class files
- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots
- Apply Rule 43: Singular noun convention (keywords → keyword)
- Update slot references to match renamed slot files
- Maintain schema integrity across all class definitions
2026-01-10 15:36:33 +01:00

100 lines
4.1 KiB
YAML

id: https://nde.nl/ontology/hc/class/ArchitecturalArchive
name: ArchitecturalArchive
title: Architectural Archive Type
prefixes:
linkml: https://w3id.org/linkml/
imports:
- linkml:types
- ./ArchiveOrganizationType
- ./CollectionType
- ./ArchitecturalArchiveRecordSetTypes
- ../slots/has_or_had_holds_record_set_type
- ../slots/has_or_had_custodian_type
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_alignment
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ./WikidataAlignment
classes:
ArchitecturalArchive:
is_a: ArchiveOrganizationType
class_uri: skos:Concept
slots:
- has_or_had_custodian_type
- has_or_had_holds_record_set_type
- specificity_annotation
- template_specificity
description: "Archive that safeguards architectural heritage through preservation\
\ of \narchitectural drawings, plans, models, and related documentation.\n\n\
**Wikidata**: Q121409581\n\n**Scope**:\nArchitectural archives preserve:\n-\
\ Architectural drawings and blueprints\n- Building plans and specifications\n\
- Scale models and maquettes\n- Photographs of buildings and construction\n\
- Correspondence and contracts\n- Architects' personal papers (Nachlass)\n-\
\ Design competitions documentation\n\n**Related Types**:\n- ArchivesForBuildingRecords\
\ (Q136027937) - Public building permits/records\n- ArtArchive (Q27032254) -\
\ Broader art documentation\n\n**Notable Examples**:\n- Canadian Centre for\
\ Architecture (CCA)\n- Deutsches Architekturmuseum archives\n- RIBA Architecture\
\ Library and Collections\n- Het Nieuwe Instituut (Netherlands)\n\n**Dual-Class\
\ Pattern**:\nThis class represents the CUSTODIAN type (the archive organization).\n\
For the collection type, see `ArchitecturalRecordSetType` (rico:RecordSetType).\n\
\n**Ontological Alignment**:\n- **SKOS**: skos:Concept with skos:broader Q166118\
\ (archive)\n- **Schema.org**: schema:ArchiveOrganization\n- **RiC-O**: rico:CorporateBody\
\ (as agent)\n\n**Multilingual Labels**:\n- de: Architekturarchiv\n- fr: archives\
\ architecturales\n- nl: architectonisch archief\n"
slot_usage:
wikidata_entity:
description: |
Should be Q121409581 for this type.
Narrower than Q166118 (archive).
pattern: ^Q[0-9]+$
equals_string: Q121409581
record_type:
description: |
Typically includes: architectural drawings, blueprints, building plans,
models, photographs, specifications, correspondence, competition entries.
has_or_had_custodian_type:
equals_expression: '["hc:ArchiveOrganizationType"]'
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
exact_mappings:
- skos:Concept
close_mappings:
- schema:ArchiveOrganization
- rico:CorporateBody
comments:
- Specialized archive for architectural documentation and heritage
- Often associated with architecture schools, museums, or professional bodies
- 'Part of dual-class pattern: custodian type + rico:RecordSetType'
- May overlap with art archives when preserving architects' artistic works
see_also:
- ArchivesForBuildingRecords
- ArtArchive
ArchitecturalArchiveRecordSetType:
description: A rico:RecordSetType for classifying collections of architectural
archive materials within heritage institutions.
is_a: CollectionType
class_uri: rico:RecordSetType
slot_usage:
wikidata_equivalent:
equals_string: Q121409581
wikidata_alignment:
range: WikidataAlignment
inlined: true
description: 'Wikidata alignment: Q121409581 ()'
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
see_also:
- ArchitecturalArchive
slots:
- specificity_annotation
- template_specificity
- wikidata_alignment