Add derived_from property as a standard provenance aspect annotation #83
1 changed files with 20 additions and 13 deletions
|
|
@ -83,6 +83,11 @@ slots:
|
|||
exact_mappings:
|
||||
- spdx:checksum
|
||||
|
||||
derived_from:
|
||||
title: Derived from
|
||||
description: >-
|
||||
A entity from which the subject was created through some kind of process.
|
||||
|
||||
dimensions:
|
||||
title: Outcomes variables
|
||||
description: >-
|
||||
|
|
@ -173,12 +178,6 @@ slots:
|
|||
of the source subject.
|
||||
range: SubjectType
|
||||
|
||||
specimen_of:
|
||||
title: Speciment of
|
||||
description: >-
|
||||
Source subject.
|
||||
range: Subject
|
||||
|
||||
study:
|
||||
title: Study context
|
||||
description: >-
|
||||
|
|
@ -245,6 +244,7 @@ classes:
|
|||
conceptual entity. A DataItem might be available in more than
|
||||
one representation, with differing formats, and serializations.
|
||||
slots:
|
||||
- derived_from
|
||||
- dimensions
|
||||
- generated_by
|
||||
- part_of
|
||||
|
|
@ -260,24 +260,28 @@ classes:
|
|||
required: true
|
||||
annotations:
|
||||
sh:order: 2
|
||||
value:
|
||||
derived_from:
|
||||
range: Subject
|
||||
annotations:
|
||||
sh:order: 3
|
||||
unit:
|
||||
value:
|
||||
annotations:
|
||||
sh:order: 4
|
||||
unit:
|
||||
annotations:
|
||||
sh:order: 5
|
||||
dimensions:
|
||||
recommended: true
|
||||
annotations:
|
||||
sh:order: 5
|
||||
sh:order: 6
|
||||
description:
|
||||
annotations:
|
||||
sh:order: 6
|
||||
sh:order: 7
|
||||
dash:singleLine: false
|
||||
display_label:
|
||||
recommended: true
|
||||
annotations:
|
||||
sh:order: 5
|
||||
sh:order: 8
|
||||
|
||||
Distribution:
|
||||
class_uri: inm7fd:Distribution
|
||||
|
|
@ -594,8 +598,8 @@ classes:
|
|||
contextual entity. One and the same entity can be different
|
||||
subjects in two different studies.
|
||||
slots:
|
||||
- derived_from
|
||||
- name
|
||||
- specimen_of
|
||||
- study
|
||||
- subject_type
|
||||
slot_usage:
|
||||
|
|
@ -611,8 +615,11 @@ classes:
|
|||
recommended: true
|
||||
annotations:
|
||||
sh:order: 3
|
||||
specimen_of:
|
||||
derived_from:
|
||||
range: Subject
|
||||
title: Specimen of
|
||||
description: >-
|
||||
Source subject.
|
||||
annotations:
|
||||
sh:order: 4
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue