Support value and unit declaration for DataItem #79
1 changed files with 45 additions and 2 deletions
|
|
@ -192,6 +192,12 @@ slots:
|
||||||
range: Subject
|
range: Subject
|
||||||
multivalued: true
|
multivalued: true
|
||||||
|
|
||||||
|
unit:
|
||||||
|
title: Unit
|
||||||
|
description: >-
|
||||||
|
Unit of the quantitative value associated with the subject entity.
|
||||||
|
range: Unit
|
||||||
|
|
||||||
|
|
||||||
classes:
|
classes:
|
||||||
Dataset:
|
Dataset:
|
||||||
|
|
@ -242,6 +248,8 @@ classes:
|
||||||
- dimensions
|
- dimensions
|
||||||
- generated_by
|
- generated_by
|
||||||
- part_of
|
- part_of
|
||||||
|
- unit
|
||||||
|
- value
|
||||||
slot_usage:
|
slot_usage:
|
||||||
part_of:
|
part_of:
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -252,13 +260,19 @@ classes:
|
||||||
required: true
|
required: true
|
||||||
annotations:
|
annotations:
|
||||||
sh:order: 2
|
sh:order: 2
|
||||||
|
value:
|
||||||
|
annotations:
|
||||||
|
sh:order: 3
|
||||||
|
unit:
|
||||||
|
annotations:
|
||||||
|
sh:order: 4
|
||||||
dimensions:
|
dimensions:
|
||||||
recommended: true
|
recommended: true
|
||||||
annotations:
|
annotations:
|
||||||
sh:order: 3
|
sh:order: 5
|
||||||
description:
|
description:
|
||||||
annotations:
|
annotations:
|
||||||
sh:order: 4
|
sh:order: 6
|
||||||
dash:singleLine: false
|
dash:singleLine: false
|
||||||
display_label:
|
display_label:
|
||||||
recommended: true
|
recommended: true
|
||||||
|
|
@ -632,3 +646,32 @@ classes:
|
||||||
recommended: true
|
recommended: true
|
||||||
annotations:
|
annotations:
|
||||||
sh:order: 3
|
sh:order: 3
|
||||||
|
|
||||||
|
Unit:
|
||||||
|
class_uri: inm7fd:Unit
|
||||||
|
is_a: Thing
|
||||||
|
mixins:
|
||||||
|
- CurationAid
|
||||||
|
description: >-
|
||||||
|
Standardized quantity of a physical quality.
|
||||||
|
slots:
|
||||||
|
- name
|
||||||
|
- short_name
|
||||||
|
exact_mappings:
|
||||||
|
- obo:UO_0000000
|
||||||
|
slot_usage:
|
||||||
|
name:
|
||||||
|
recommended: true
|
||||||
|
annotations:
|
||||||
|
sh:order: 1
|
||||||
|
short_name:
|
||||||
|
annotations:
|
||||||
|
sh:order: 2
|
||||||
|
description:
|
||||||
|
annotations:
|
||||||
|
sh:order: 3
|
||||||
|
dash:singleLine: false
|
||||||
|
display_label:
|
||||||
|
recommended: true
|
||||||
|
annotations:
|
||||||
|
sh:order: 4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue