glam/schemas/20251121/linkml/modules/classes/WikidataArchitecture.yaml
kempersc 095a3f949c refactor(linkml): apply RiC-O slot naming conventions to /schemas/ (Rule 39)
Apply same RiC-O-style slot naming refactor to /schemas/20251121/linkml/
that was previously applied to frontend/public/schemas/:

- Add 'has_' prefix for possession predicates
- Add 'is_or_was_' prefix for temporal inverse relationships
- Add 'has_or_had_' for bidirectional temporal relations
- Add new slots: is_or_was_aggregated_by, is_or_was_allocated_by, etc.
- Update count slots with proper descriptions

This ensures consistency between the source schema directory and the
frontend-served schemas.

514 files changed, +6,325 insertions, -4,255 deletions
2026-01-10 12:55:45 +01:00

41 lines
1.1 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#
imports:
- linkml:types
- ./WikidataEntity
default_range: string
classes:
WikidataArchitecture:
description: Architecture-related Wikidata properties
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)