- Introduced the ImageTilingServiceEndpoint class for tiled high-resolution image delivery, including deep-zoom and transformation capabilities, with multilingual descriptions and structured aliases. - Archived the ID class as a backwards-compatible alias for Identifier, marking it as deprecated to enforce the use of the canonical Identifier model.
57 lines
1.4 KiB
YAML
57 lines
1.4 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
|