56 lines
1.9 KiB
YAML
56 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/SourceWork
|
|
name: SourceWork
|
|
title: Source Work
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_uri
|
|
- ../slots/has_type
|
|
classes:
|
|
SourceWork:
|
|
class_uri: prov:Entity
|
|
description: >-
|
|
Original work, dataset, or resource from which derived content or
|
|
transformations originate.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Oorspronkelijk werk, gegevensset of bron waarvan afgeleide inhoud of
|
|
transformaties voortkomen.
|
|
de: >-
|
|
Ursprüngliches Werk, Datensatz oder Ressource, aus dem abgeleitete Inhalte
|
|
oder Transformationen stammen.
|
|
fr: >-
|
|
Œuvre, jeu de données ou ressource original dont proviennent les contenus
|
|
dérivés ou les transformations.
|
|
es: >-
|
|
Obra, conjunto de datos o recurso original del que provienen contenidos
|
|
derivados o transformaciones.
|
|
ar: >-
|
|
العمل أو مجموعة البيانات أو المورد الأصلي الذي تنشأ منه المحتويات المشتقة أو التحولات.
|
|
id: >-
|
|
Karya, kumpulan data, atau sumber asli yang berasal konten turunan atau transformasi.
|
|
zh: >-
|
|
派生内容或转换所源自的原始作品、数据集或资源。
|
|
broad_mappings:
|
|
- prov:Entity
|
|
close_mappings:
|
|
- schema:CreativeWork
|
|
annotations:
|
|
specificity_score: '0.40'
|
|
specificity_rationale: Moderately specific - source tracking common in data management.
|
|
custodian_types: "['*']"
|
|
examples:
|
|
- value:
|
|
has_uri: https://nde.nl/dataset/original-v1
|
|
has_type: DATASET
|
|
description: Source dataset reference.
|
|
slots:
|
|
- has_uri
|
|
- has_type
|
|
comments:
|
|
- 'Preserved from prior description: Work or dataset from which another work is derived.'
|