glam/schemas/20251121/linkml/modules/classes/Dataset.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form.
- Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format.
- Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
2026-02-16 10:16:51 +01:00

58 lines
2.4 KiB
YAML

id: https://nde.nl/ontology/hc/class/Dataset
name: Dataset
title: Dataset
description: >-
A collection of data, published or curated by a single agent, and available for access or download in one or more formats.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcat: http://www.w3.org/ns/dcat#
dcterms: http://purl.org/dc/terms/
default_prefix: hc
imports:
- linkml:types
- ../slots/retrieved_from
- ../slots/has_description
- ../slots/identified_by
- ../slots/has_label
- ../slots/has_score
- ../slots/has_title
- ../slots/published_by
- ../slots/queryable
classes:
Dataset:
class_uri: dcat:Dataset
description: >-
Curated information package published as a coherent unit and made
available for retrieval, query, or download.
alt_descriptions:
nl: Gecureerde informatieverzameling die als samenhangende eenheid wordt gepubliceerd en beschikbaar gesteld voor opvraging bevraging of download.
de: Kuratiertes Informationspaket das als zusammenhaengende Einheit veroeffentlicht und fuer Abruf Abfrage oder Download bereitgestellt wird.
fr: Ensemble d information cure publie comme unite coherente et mis a disposition pour recuperation requete ou telechargement.
es: Paquete de informacion curado publicado como unidad coherente y disponible para recuperacion consulta o descarga.
ar: حزمة معلومات منسقة تُنشر كوحدة متماسكة وتتاح للاسترجاع أو الاستعلام أو التنزيل.
id: Paket informasi terkurasi yang dipublikasikan sebagai satuan koheren dan tersedia untuk pengambilan kueri atau unduhan.
zh: 作为连贯单元发布并可检索、查询或下载的策展化信息包。
structured_aliases:
- {literal_form: gegevensset, in_language: nl}
- {literal_form: Datensatz, in_language: de}
- {literal_form: jeu de donnees, in_language: fr}
- {literal_form: conjunto de datos, in_language: es}
- {literal_form: مجموعة بيانات, in_language: ar}
- {literal_form: himpunan data, in_language: id}
- {literal_form: 数据集, in_language: zh}
broad_mappings:
- dcat:Dataset
slots:
- has_label
- has_description
- identified_by
- has_title
- retrieved_from
- queryable
- published_by
- has_score
annotations:
specificity_score: 0.5
specificity_rationale: "Core data entity"
custodian_types: '["*"]'