glam/schemas/20251121/linkml/modules/classes/HistoricBuilding.yaml
kempersc ca4a54181e Refactor schema files to improve clarity and maintainability
- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting.
- Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes.
- Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting.
- Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting.
- Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability.
- Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability.
- Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name.
- Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity.
- Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity.
- Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity.
- Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
2026-01-31 00:46:23 +01:00

289 lines
11 KiB
YAML

id: https://nde.nl/ontology/hc/class/historic-building
name: historic_building_class
title: HistoricBuilding Class
imports:
- linkml:types
- ../classes/Architect
- ../classes/ArchitecturalStyle
- ../enums/FeatureTypeEnum
- ../slots/construction_date
- ../slots/construction_date_precision
- ../slots/current_use
- ../slots/has_or_had_area
- ../slots/has_or_had_condition
- ../slots/has_or_had_label
- ../slots/has_or_had_opening_hour
- ../slots/has_or_had_score
- ../slots/has_or_had_status
- ../slots/has_or_had_style
- ../slots/has_or_had_type
- ../slots/is_open_to_public
- ../slots/is_or_was_derived_from
- ../slots/is_or_was_designed_by
- ../slots/is_or_was_generated_by
- ../slots/is_part_of_complex
- ../slots/monument_number
- ../slots/specificity_annotation
- ./Area
- ./Condition
- ./CustodianObservation
- ./FeatureType
- ./FeatureTypes
- ./HeritageStatus
- ./Label
- ./OpeningHour
- ./ReconstructedEntity
- ./ReconstructionActivity
- ./SpecificityAnnotation
- ./TemplateSpecificityScore
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
- ./Architect
- ./ArchitecturalStyle
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
org: http://www.w3.org/ns/org#
dcterms: http://purl.org/dc/terms/
crm: http://www.cidoc-crm.org/cidoc-crm/
prov: http://www.w3.org/ns/prov#
skos: http://www.w3.org/2004/02/skos/core#
aat: http://vocab.getty.edu/aat/
wd: http://www.wikidata.org/entity/
classes:
HistoricBuilding:
is_a: ReconstructedEntity
class_uri: aat:300005425
description: "Historic building owned, managed, or stewarded by a heritage custodian.\n\n**DEFINITION**:\n\nA HistoricBuilding is a building of historical, architectural, or cultural\nsignificance that is owned or managed by a heritage custodian as a secondary\nproperty. This may be a historic house museum, heritage property, monument,\nor protected building separate from the custodian's main facility.\n\n**GETTY AAT ALIGNMENT**:\n\n`aat:300005425` (historic buildings) - \"Buildings that are historically\nsignificant, typically old, and often protected or preserved.\"\n\n**WIKIDATA TYPE LINKAGE (FeatureTypeEnum Subset)**:\n\nHistoric buildings can be classified using relevant types from FeatureTypeEnum\n(298 types). Relevant building-related types include:\n\n- Q35112 (monument)\n- Q811979 (architectural structure)\n- Q4989906 (monument)\n- Q1081138 (historic house museum)\n- Q3947 (house)\n- Q16560 (palace)\n- Q23413 (castle)\n- Q44539 (temple)\n- Q317557 (manor house)\n\n**DISTINCTION\
\ FROM CustodianPlace**:\n\n| Property | CustodianPlace | HistoricBuilding |\n|----------|----------------|------------------|\n| **Role** | Main headquarters | Secondary property |\n| **Operations** | Primary operations | May be separate from operations |\n| **Visitation** | Primary visitor destination | May be separate attraction |\n\n**USE CASES**:\n\n1. **Historic House Museum Property**:\n ```yaml\n HistoricBuilding:\n historic_building_id: \"https://nde.nl/ontology/hc/aux/mauritshuis-johan-de-witt\"\n historic_building_name: \"Johan de Witthuis\"\n feature_type_classification: HISTORIC_HOUSE_MUSEUM\n construction_date: \"1650\"\n architectural_style: \"Dutch Golden Age\"\n ```\n\n2. **Heritage Foundation Property**:\n ```yaml\n HistoricBuilding:\n historic_building_name: \"Kasteel Amerongen\"\n feature_type_classification: CASTLE\n heritage_status: \"Rijksmonument\"\n monument_number: \"521814\"\n ```\n\n3. **Abbey Buildings**:\n\
\ ```yaml\n HistoricBuilding:\n historic_building_name: \"Klooster Ter Apel - Gasthuis\"\n feature_type_classification: MONASTERY\n construction_date: \"1465\"\n is_part_of_complex: true\n ```\n"
exact_mappings:
- aat:300005425
close_mappings:
- crm:E24_Physical_Human-Made_Thing
- schema:LandmarksOrHistoricalBuildings
- wd:Q811979
related_mappings:
- crm:E22_Human-Made_Object
- schema:Place
- hc:FeaturePlace
slots:
- has_or_had_style
- is_or_was_designed_by
- has_or_had_area
- has_or_had_label
- has_or_had_condition
- construction_date
- construction_date_precision
- current_use
- has_or_had_type
- has_or_had_status
- is_open_to_public
- is_part_of_complex
- monument_number
- specificity_annotation
- has_or_had_score
- has_or_had_opening_hour
- is_or_was_derived_from
- is_or_was_generated_by
slot_usage:
has_or_had_type:
range: FeatureType
required: true
any_of:
- range: Building
examples:
- value: HISTORIC_HOUSE_MUSEUM
- value: CASTLE
- value: MANOR_HOUSE
construction_date:
range: string
examples:
- value: '1650'
- value: ca. 1465
- value: 15th century
construction_date_precision:
range: string
examples:
- value: EXACT
- value: APPROXIMATE
has_or_had_style:
range: ArchitecturalStyle
inlined: true
examples:
- value:
has_or_had_label: Dutch Golden Age
- value:
has_or_had_label: Neo-Gothic
- value:
has_or_had_label: Amsterdam School
is_or_was_designed_by:
range: Architect
inlined: true
examples:
- value:
has_or_had_label: Jacob van Campen
- value:
has_or_had_label: P.J.H. Cuypers
has_or_had_status:
range: HeritageStatus
inlined: true
examples:
- value:
has_or_had_label: Rijksmonument
- value:
has_or_had_label: Gemeentelijk monument
monument_number:
range: string
examples:
- value: '521814'
is_open_to_public:
range: boolean
examples:
- value: true
- value: false
has_or_had_opening_hour:
range: OpeningHour
inlined: true
multivalued: true
examples:
- value:
opens: '11:00'
closes: '17:00'
- value:
opens: '10:00'
closes: '16:00'
is_part_of_complex:
range: boolean
examples:
- value: true
has_or_had_label:
range: Label
inlined: true
multivalued: true
required: true
examples:
- value:
has_or_had_label: Johan de Witthuis
has_or_had_type: preferred_name
- value:
has_or_had_label: Klooster Ter Apel
has_or_had_type: complex_name
has_or_had_area:
range: Area
inlined: true
multivalued: true
examples:
- value:
area_value: 450.0
has_or_had_unit:
has_or_had_type: SQUARE_METER
has_or_had_symbol: "m\xB2"
has_or_had_label: Building floor area
- value:
area_value: 1200.0
has_or_had_unit:
has_or_had_type: SQUARE_METER
has_or_had_symbol: "m\xB2"
is_estimate: true
measurement_method: Historical records
has_or_had_label: Total floor area
current_use:
range: string
examples:
- value: Museum and events
- value: Administrative offices
- value: UNDER_RESTORATION
has_or_had_condition:
range: Condition
inlined: true
examples:
- value:
has_or_had_type: EXCELLENT
has_or_had_description:
description_text: Well-maintained historic fabric
description_type: condition
- value:
has_or_had_type: GOOD
has_or_had_description:
description_text: Minor wear consistent with age
description_type: condition
- value:
has_or_had_type: UNDER_RESTORATION
has_or_had_description:
description_text: Major restoration project 2024-2025
description_type: condition
is_or_was_derived_from:
range: CustodianObservation
multivalued: true
required: false
is_or_was_generated_by:
range: ReconstructionActivity
required: false
comments:
- HistoricBuilding models secondary historic properties of heritage custodians
- Getty AAT 300005425 for historic buildings
- Links to FeatureTypeEnum for Wikidata-sourced building classification
- Distinguished from CustodianPlace (main headquarters)
- May be open to public or used for operations/events
- 'MIGRATION NOTE: has_or_had_area replaced building_floor_area_sqm (Rule 53)'
- 'MIGRATION NOTE: has_or_had_label replaced historic_building_name (Rule 53)'
see_also:
- http://vocab.getty.edu/aat/300005425
- https://schema.org/LandmarksOrHistoricalBuildings
- https://monumentenregister.cultureelerfgoed.nl/
examples:
- value:
historic_building_id: https://nde.nl/ontology/hc/aux/mauritshuis-johan-de-witt
has_or_had_label:
- has_or_had_label: Johan de Witthuis
has_or_had_type: preferred_name
has_or_had_type: HISTORIC_HOUSE_MUSEUM
construction_date: '1650'
construction_date_precision: APPROXIMATE
has_or_had_style:
has_or_had_label: Dutch Golden Age
has_or_had_status:
has_or_had_label: Rijksmonument
monument_number: '16284'
is_open_to_public: false
current_use: Administrative offices and events
has_or_had_condition:
has_or_had_type: EXCELLENT
has_or_had_description:
description_text: Well-maintained historic fabric
description_type: condition
has_or_had_area:
- area_value: 450.0
has_or_had_unit:
has_or_had_type: SQUARE_METER
has_or_had_symbol: "m\xB2"
has_or_had_label: Total floor area
- value:
historic_building_id: https://nde.nl/ontology/hc/aux/klooster-ter-apel
has_or_had_label:
- has_or_had_label: Klooster Ter Apel - Gasthuis
has_or_had_type: preferred_name
- has_or_had_label: Kasteel Amerongen landgoed
has_or_had_type: complex_name
has_or_had_type: MONASTERY
construction_date: '1465'
is_part_of_complex: true
current_use: Museum and events
has_or_had_condition:
has_or_had_type: GOOD
has_or_had_description:
description_text: Historic castle in good preservation state
description_type: condition
has_or_had_area:
- area_value: 2500.0
has_or_had_unit:
has_or_had_type: SQUARE_METER
has_or_had_symbol: "m\xB2"
is_estimate: true
has_or_had_label: Castle floor area
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"