glam/schemas/20251121/linkml/modules/classes/Any.yaml
kempersc d356aa77b7 Enhance LinkML class definitions for GLAM ontology
- Updated AppraisalPolicy.yaml with improved descriptions, multilingual support, structured aliases, and refined mappings.
- Revised AppreciationEvent.yaml to include detailed descriptions, alt_descriptions in multiple languages, and structured data for engagement metrics.
- Enhanced ApprovalTimeType.yaml and ApprovalTimeTypes.yaml with comprehensive descriptions, multilingual support, and structured aliases for approval durations.
- Improved Approver.yaml by refining the description, adding multilingual support, and clarifying mappings for approval agents.
- Created check_class_prompt-20260214.md to outline goals and rules for improving class file quality, including description standards, multilingual support, and mapping verification.
2026-02-14 23:59:33 +01:00

79 lines
2.8 KiB
YAML

id: https://nde.nl/ontology/hc/class/Any
name: Any
title: Any Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
owl: http://www.w3.org/2002/07/owl#
rdfs: http://www.w3.org/2000/01/rdf-schema#
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
classes:
Any:
class_uri: owl:Thing
description: >-
Universal root class representing any entity or literal value.
Used as a wildcard range when slot values can be of any type.
alt_descriptions:
nl: >-
Universele basisklasse die elke entiteit of letterlijke waarde vertegenwoordigt.
Gebruikt als wildcard-bereik wanneer slotwaarden van elk type kunnen zijn.
de: >-
Universelle Basisklasse, die jede Entitat oder jeden Literalwert darstellt.
Wird als Wildcard-Bereich verwendet, wenn Slot-Werte von jedem Typ sein konnen.
fr: >-
Classe racine universelle representant n'importe quelle entite ou valeur litterale.
Utilisee comme plage generique lorsque les valeurs de slot peuvent etre de n'importe quel type.
es: >-
Clase raiz universal que representa cualquier entidad o valor literal.
Se utiliza como rango comodin cuando los valores de slot pueden ser de cualquier tipo.
ar: >-
فئة جذر عالمية تمثل أي كيان أو قيمة حرفية.
تُستخدم كنطاق حرف بدل عندما يمكن أن تكون قيم الفتحة من أي نوع.
id: >-
Kelas akar universal yang mewakili entitas atau nilai literal apa pun.
Digunakan sebagai rentang wildcard ketika nilai slot dapat berupa tipe apa pun.
zh: >-
通用根类,表示任何实体或字面值。
当槽值可以是任何类型时用作通配符范围。
structured_aliases:
- literal_form: elk
in_language: nl
- literal_form: beliebig
in_language: de
- literal_form: tout
in_language: fr
- literal_form: cualquiera
in_language: es
- literal_form: أي
in_language: ar
- literal_form: apapun
in_language: id
- literal_form: 任意
in_language: zh
exact_mappings:
- owl:Thing
- rdfs:Resource
comments:
- Universal root class in OWL/RDF semantics
- Use sparingly - prefer specific types when possible
- Useful for polymorphic slot ranges
see_also:
- https://www.w3.org/TR/owl2-syntax/#Class_Expressions
examples:
- value: "any string value"
description: Any string is valid
- value: 42
description: Any number is valid
keywords:
- universal
- root
- wildcard
- polymorphic
- any type
annotations:
specificity_score: "0.0"
specificity_rationale: Universal root class - no specificity
custodian_types: "['*']"