- Introduced Rule 42: No Ontology Prefixes in Slot Names to enforce clean naming conventions. - Established Rule: No Rough Edits in Schema Files to ensure structural integrity during modifications. - Implemented Rule: No Version Indicators in Names to maintain stable semantic naming. - Created Rule: Ontology Detection vs Heuristics to emphasize the importance of verifying ontology definitions. - Defined Rule 50: Ontology-to-LinkML Mapping Convention to standardize mapping practices. - Added Rule: Polished Slot Storage Location to specify directory structure for polished slot files. - Enforced Rule: Preserve Bespoke Slots Until Refactoring to prevent unintended migrations during slot updates. - Instituted Rule 56: Semantic Consistency Over Simplicity to mandate execution of revisions in slot_fixes.yaml. - Added new Genealogy Archives Registry Enrichment class with multilingual support and structured aliases.
51 lines
1.7 KiB
YAML
51 lines
1.7 KiB
YAML
id: https://nde.nl/ontology/hc/class/Gallery
|
|
name: Gallery
|
|
title: Gallery
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
- ../slots/has_type
|
|
classes:
|
|
Gallery:
|
|
class_uri: hc:Gallery
|
|
description: >-
|
|
Institution or venue dedicated to exhibiting visual art through curated
|
|
programs.
|
|
alt_descriptions:
|
|
nl: Instelling of locatie gewijd aan het tonen van beeldende kunst via gecureerde programma's.
|
|
de: Einrichtung oder Ort, der sich der Praesentation bildender Kunst in kuratierten Programmen widmet.
|
|
fr: Institution ou lieu dedie a l'exposition d'arts visuels au moyen de programmes cures.
|
|
es: Institucion o espacio dedicado a exhibir artes visuales mediante programas curados.
|
|
ar: مؤسسة أو فضاء مخصص لعرض الفنون البصرية عبر برامج تقييم/تنسيق فني.
|
|
id: Institusi atau tempat yang didedikasikan untuk memamerkan seni visual melalui program kurasi.
|
|
zh: 通过策展项目展示视觉艺术的机构或场所。
|
|
structured_aliases:
|
|
- literal_form: galerie
|
|
in_language: nl
|
|
- literal_form: Galerie
|
|
in_language: de
|
|
- literal_form: galerie d'art
|
|
in_language: fr
|
|
- literal_form: galeria de arte
|
|
in_language: es
|
|
- literal_form: معرض فني
|
|
in_language: ar
|
|
- literal_form: galeri seni
|
|
in_language: id
|
|
- literal_form: 美术馆
|
|
in_language: zh
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
- has_type
|
|
slot_usage:
|
|
has_type:
|
|
required: true
|
|
exact_mappings:
|
|
- schema:ArtGallery
|