- Updated descriptions and comments across multiple classes to improve clarity and provide additional context. - Added alternative descriptions and structured aliases for multilingual support in classes such as Restriction, RetrievalAgent, RetrievalEvent, and others. - Improved the organization of comments and examples for better understanding of class usage and relationships. - Introduced new enum for OAI-PMH verbs and a corresponding slot to indicate supported verbs by repository endpoints. - Enhanced the RoomUnit class to clarify its purpose and usage patterns, including migration notes. - General cleanup and standardization of annotations and slot usages across various classes.
113 lines
4.1 KiB
YAML
113 lines
4.1 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
|
|
- |
|
|
Preserved from prior description:
|
|
|
|
**Ontological Alignment**:
|
|
- `schema:Animal`: Generic animal class.
|
|
annotations:
|
|
specificity_score: "0.2"
|
|
specificity_rationale: Applicable to natural history and zoological contexts
|
|
custodian_types: "['NaturalHistoryMuseum', 'Zoo']"
|