glam/schemas/20251121/linkml/modules/classes/Any.yaml
kempersc a590a8d94b Refactor and enhance descriptions across multiple YAML schemas for improved clarity and consistency.
- Updated descriptions in `WikidataOrganization`, `WikidataRecognition`, `WikidataResolvedEntities`, `WikidataSitelinks`, `WikidataSocialMedia`, `WikidataTemporal`, `WikidataTimeValue`, `WikidataWeb`, `WomensArchives`, `WomensArchivesRecordSetType`, `WomensArchivesRecordSetTypes`, `WordCount`, `WorkRevision`, `WorldCatIdentifier`, `WorldHeritageSite`, `WritingSystem`, `XPath`, `XPathScore`, `YoutubeChannel`, `YoutubeComment`, `YoutubeTranscript`, and `YoutubeVideo` to enhance readability and precision.
- Adjusted mappings and slot usage in various schemas to align with updated descriptions and improve data structure.
- Added new synonyms in multiple languages for better localization support.
2026-02-16 15:53:42 +01:00

80 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
broad_mappings:
- 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: "['*']"