glam/schemas/20251121/linkml/modules/classes/Animal.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

108 lines
4 KiB
YAML

id: https://nde.nl/ontology/hc/class/Animal
name: Animal
title: Animal
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
wd: http://www.wikidata.org/entity/
dcterms: http://purl.org/dc/terms/
prov: http://www.w3.org/ns/prov#
crm: http://www.cidoc-crm.org/cidoc-crm/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_description
- ../slots/has_label
- ../slots/categorized_as
classes:
Animal:
class_uri: schema:Animal
description: >-
Living organism belonging to the kingdom Animalia, characterized by
voluntary movement, consumption of organic material, and typically
sensory and nervous systems, relevant to natural history collections
and zoological specimens.
alt_descriptions:
nl: >-
Levend organisme behorend tot het dierenrijk, gekenmerkt door
vrijwillige beweging, consumptie van organisch materiaal en typisch
zintuiglijke en zenuwstelsels, relevant voor natuurhistorische
collecties en zoologische specimens.
de: >-
Lebewesen, das zum Tierreich gehoert, gekennzeichnet durch freiwillige
Bewegung, Konsum von organischem Material und typischerweise
Sinnesorgane und Nervensysteme, relevant fuer naturkundliche Sammlungen
und zoologische Exemplare.
fr: >-
Organisme vivant appartenant au regne animal, caracterise par le
mouvement volontaire, la consommation de matiere organique et
generalement des systemes sensoriels et nerveux, pertinent pour les
collections d'histoire naturelle et les specimens zoologiques.
es: >-
Organismo vivo perteneciente al reino animal, caracterizado por
movimiento voluntario, consumo de material organico y tipicamente
sistemas sensoriales y nerviosos, relevante para colecciones de
historia natural y especimenes zoologicos.
ar: >-
كائن حي ينتمي إلى مملكة الحيوان، يتميز بالحركة الإرادية واستهلاك
المواد العضوية وعادة ما يكون له أنظمة حسية وعصبية، ذو صلة بمجموعات
التاريخ الطبيعي والعينات الحيوانية.
id: >-
Organisme hidup yang termasuk dalam kerajaan Animalia, dicirikan oleh
gerakan sukarela, konsumsi bahan organik, dan biasanya memiliki sistem
sensorik dan saraf, relevan untuk koleksi sejarah alam dan spesimen
zoologi.
zh: >-
属于动物界的生物,具有自主运动、消耗有机物质以及通常具有感觉和神经
系统的特征,与自然历史收藏和动物标本相关。
examples:
- value:
has_label: African Elephant
categorized_as: Loxodonta africana
description: A mammal specimen in natural history collection
- value:
has_label: Monarch Butterfly
categorized_as: Danaus plexippus
description: An insect specimen
structured_aliases:
- literal_form: dier
in_language: nl
- literal_form: Tier
in_language: de
- literal_form: animal
in_language: fr
- literal_form: animal
in_language: es
- literal_form: حيوان
in_language: ar
- literal_form: hewan
in_language: id
- literal_form: 动物
in_language: zh
keywords:
- organism
- specimen
- natural history
- zoological
- wildlife
- fauna
exact_mappings:
- schema:Animal
broad_mappings:
- wd:Q729
- schema:Thing
slots:
- has_label
- has_description
- categorized_as
slot_usage:
categorized_as:
range: Species
comments:
- Used for biological specimens in natural history collections
- categorization typically references taxonomic species classification
annotations:
specificity_score: "0.2"
specificity_rationale: Applicable to natural history and zoological contexts
custodian_types: "['NaturalHistoryMuseum', 'Zoo']"