38 lines
998 B
YAML
38 lines
998 B
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: A collection of data.
|
|
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: '["*"]'
|