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