Support value and unit declaration for DataItem #79
1 changed files with 45 additions and 2 deletions
|
|
@ -192,6 +192,12 @@ slots:
|
|||
range: Subject
|
||||
multivalued: true
|
||||
|
||||
unit:
|
||||
title: Unit
|
||||
description: >-
|
||||
Unit of the quantitative value associated with the subject entity.
|
||||
range: Unit
|
||||
|
||||
|
||||
classes:
|
||||
Dataset:
|
||||
|
|
@ -242,6 +248,8 @@ classes:
|
|||
- dimensions
|
||||
- generated_by
|
||||
- part_of
|
||||
- unit
|
||||
- value
|
||||
slot_usage:
|
||||
part_of:
|
||||
required: true
|
||||
|
|
@ -252,13 +260,19 @@ classes:
|
|||
required: true
|
||||
annotations:
|
||||
sh:order: 2
|
||||
value:
|
||||
annotations:
|
||||
sh:order: 3
|
||||
unit:
|
||||
annotations:
|
||||
sh:order: 4
|
||||
dimensions:
|
||||
recommended: true
|
||||
annotations:
|
||||
sh:order: 3
|
||||
sh:order: 5
|
||||
description:
|
||||
annotations:
|
||||
sh:order: 4
|
||||
sh:order: 6
|
||||
dash:singleLine: false
|
||||
display_label:
|
||||
recommended: true
|
||||
|
|
@ -632,3 +646,32 @@ classes:
|
|||
recommended: true
|
||||
annotations:
|
||||
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