- Updated SocialMediaPostType.yaml: - Renamed class and title for consistency. - Simplified description to focus on controlled vocabulary. - Adjusted slot definitions and removed duplicates. - Enhanced comments for better understanding of class purpose. - Modified SocialMediaProfile.yaml: - Added a reference to Twitter in the see_also section. - Preserved prior description in notes for context. - Revised VideoAudioAnnotation.yaml: - Updated description to clarify the purpose of audio annotations. - Added multilingual alt_descriptions and structured_aliases. - Streamlined slot definitions and removed duplicates. - Enhanced VideoPost.yaml: - Added multilingual alt_descriptions and structured_aliases. - Clarified description to highlight video-specific properties. - Updated slot definitions for better clarity and consistency. - Updated VideoSubtitle.yaml: - Preserved prior description in notes for context. - Revised VideoTranscript.yaml: - Preserved prior description in notes for context.
62 lines
2.5 KiB
YAML
62 lines
2.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/HistoricBuilding
|
|
name: HistoricBuilding
|
|
title: Historic Building
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/constructed_on
|
|
- ../slots/used_for
|
|
- ../slots/in_area
|
|
- ../slots/has_condition
|
|
- ../slots/has_label
|
|
- ../slots/has_operating_hours
|
|
- ../slots/has_score
|
|
- ../slots/has_status
|
|
- ../slots/has_style
|
|
- ../slots/has_type
|
|
- ../slots/has_access_policy
|
|
- ../slots/derive_from
|
|
- ../slots/designed_by
|
|
- ../slots/generated_by
|
|
- ../slots/part_of
|
|
- ../slots/identified_by
|
|
classes:
|
|
HistoricBuilding:
|
|
class_uri: hc:HistoricBuilding
|
|
description: >-
|
|
Architecturally or historically significant building maintained as a
|
|
heritage asset and documented with conservation and access metadata.
|
|
slots:
|
|
- has_style
|
|
- designed_by
|
|
- in_area
|
|
- has_label
|
|
- has_condition
|
|
- constructed_on
|
|
- used_for
|
|
- has_type
|
|
- has_status
|
|
- has_access_policy
|
|
- part_of
|
|
- identified_by
|
|
- has_score
|
|
- has_operating_hours
|
|
- derive_from
|
|
- generated_by
|
|
slot_usage:
|
|
has_type:
|
|
required: true
|
|
broad_mappings:
|
|
- schema:LandmarksOrHistoricalBuildings
|
|
close_mappings:
|
|
- crm:E24_Physical_Human-Made_Thing
|
|
notes:
|
|
- |
|
|
Preserved from prior description (commit 6e634651):
|
|
|
|
"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\
|