Add missing link for DataItem provenance #78
1 changed files with 17 additions and 3 deletions
|
|
@ -37,6 +37,7 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
orcid: https://orcid.org/
|
||||
owl: http://www.w3.org/2002/07/owl#
|
||||
prov: http://www.w3.org/ns/prov#
|
||||
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
||||
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
||||
sh: http://www.w3.org/ns/shacl#
|
||||
|
|
@ -118,6 +119,14 @@ slots:
|
|||
notes:
|
||||
- When type of the distribution is defined by IANA, `media_type` should be used.
|
||||
|
||||
generated_by:
|
||||
title: Generated by
|
||||
description: >-
|
||||
Identification of the process that led to the production of the subject entity.
|
||||
range: StudyActivity
|
||||
exact_mappings:
|
||||
- prov:wasGeneratedBy
|
||||
|
||||
implements:
|
||||
title: Implemented protocols
|
||||
description: >-
|
||||
|
|
@ -231,6 +240,7 @@ classes:
|
|||
one representation, with differing formats, and serializations.
|
||||
slots:
|
||||
- dimensions
|
||||
- generated_by
|
||||
- part_of
|
||||
slot_usage:
|
||||
part_of:
|
||||
|
|
@ -238,18 +248,22 @@ classes:
|
|||
range: Dataset
|
||||
annotations:
|
||||
sh:order: 1
|
||||
generated_by:
|
||||
required: true
|
||||
annotations:
|
||||
sh:order: 2
|
||||
dimensions:
|
||||
recommended: true
|
||||
annotations:
|
||||
sh:order: 2
|
||||
sh:order: 3
|
||||
description:
|
||||
annotations:
|
||||
sh:order: 3
|
||||
sh:order: 4
|
||||
dash:singleLine: false
|
||||
display_label:
|
||||
recommended: true
|
||||
annotations:
|
||||
sh:order: 4
|
||||
sh:order: 5
|
||||
|
||||
Distribution:
|
||||
class_uri: inm7fd:Distribution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue