67 lines
2.2 KiB
YAML
67 lines
2.2 KiB
YAML
# WikidataArchitecture - Architecture-related Wikidata properties
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/WikidataArchitecture
|
|
name: WikidataArchitecture
|
|
title: WikidataArchitecture
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
- ./WikidataEntity
|
|
default_range: string
|
|
|
|
classes:
|
|
WikidataArchitecture:
|
|
description: >-
|
|
Architecture-related properties extracted from Wikidata including
|
|
architects (P84), architectural styles (P149), and structural
|
|
engineers (P631). Used for heritage buildings and cultural sites.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is prov:Entity because this is an extracted data bundle
|
|
about architectural attributes, not a building itself
|
|
- close_mappings includes crm:E22_Human-Made_Object as architectural
|
|
properties relate to designed physical structures
|
|
- related_mappings includes schema:Place (architecture relates to
|
|
places) and crm:E7_Activity (design/construction activities)
|
|
class_uri: prov:Entity
|
|
close_mappings:
|
|
- crm:E22_Human-Made_Object
|
|
related_mappings:
|
|
- schema:Place
|
|
- crm:E7_Activity
|
|
attributes:
|
|
has_or_had_architect:
|
|
range: WikidataEntity
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Architect(s) (P84)
|
|
has_architectural_style:
|
|
range: WikidataEntity
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Architectural style (P149)
|
|
structural_engineer:
|
|
range: WikidataEntity
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Structural engineer(s) (P631)
|
|
architect:
|
|
range: Any
|
|
any_of:
|
|
- range: string
|
|
- range: WikidataEntity
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Architect(s) (P84) - simplified format, can be string or WikidataEntity
|