Add missing link for DataItem provenance #78

Merged
mih merged 1 commit from flatentry into main 2025-05-26 09:50:11 +00:00

View file

@ -37,6 +37,7 @@ prefixes:
linkml: https://w3id.org/linkml/ linkml: https://w3id.org/linkml/
orcid: https://orcid.org/ orcid: https://orcid.org/
owl: http://www.w3.org/2002/07/owl# 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# rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs: http://www.w3.org/2000/01/rdf-schema# rdfs: http://www.w3.org/2000/01/rdf-schema#
sh: http://www.w3.org/ns/shacl# sh: http://www.w3.org/ns/shacl#
@ -118,6 +119,14 @@ slots:
notes: notes:
- When type of the distribution is defined by IANA, `media_type` should be used. - 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: implements:
title: Implemented protocols title: Implemented protocols
description: >- description: >-
@ -231,6 +240,7 @@ classes:
one representation, with differing formats, and serializations. one representation, with differing formats, and serializations.
slots: slots:
- dimensions - dimensions
- generated_by
- part_of - part_of
slot_usage: slot_usage:
part_of: part_of:
@ -238,18 +248,22 @@ classes:
range: Dataset range: Dataset
annotations: annotations:
sh:order: 1 sh:order: 1
generated_by:
required: true
annotations:
sh:order: 2
dimensions: dimensions:
recommended: true recommended: true
annotations: annotations:
sh:order: 2 sh:order: 3
description: description:
annotations: annotations:
sh:order: 3 sh:order: 4
dash:singleLine: false dash:singleLine: false
display_label: display_label:
recommended: true recommended: true
annotations: annotations:
sh:order: 4 sh:order: 5
Distribution: Distribution:
class_uri: inm7fd:Distribution class_uri: inm7fd:Distribution