Skip to content

Commit 5b8137d

Browse files
committed
data, time, time_unit in MeasurementData not mandatory anymore
1 parent b7763ef commit 5b8137d

File tree

7 files changed

+458
-460
lines changed

7 files changed

+458
-460
lines changed

docs/model.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ This page provides comprehensive information about the structure and components
4646
measurement(Measurement) --> measurementdata(MeasurementData)
4747
measurement(Measurement) --> unitdefinition(UnitDefinition)
4848
measurementdata(MeasurementData) --> unitdefinition(UnitDefinition)
49-
measurementdata(MeasurementData) --> unitdefinition(UnitDefinition)
5049
measurementdata(MeasurementData) --> datatypes(DataTypes)
50+
measurementdata(MeasurementData) --> unitdefinition(UnitDefinition)
5151
unitdefinition(UnitDefinition) --> baseunit(BaseUnit)
5252
baseunit(BaseUnit) --> unittype(UnitType)
5353

@@ -73,8 +73,8 @@ This page provides comprehensive information about the structure and components
7373

7474

7575
## Ontologies
76-
- [schema](https://schema.org/)
7776
- [OBO](http://purl.obolibrary.org/obo/)
77+
- [schema](https://schema.org/)
7878

7979

8080
## Types
@@ -525,11 +525,6 @@ __data_unit__* [`UnitDefinition`](#unitdefinition)
525525
- SI unit of the data that was measured.
526526

527527

528-
__time_unit__* [`UnitDefinition`](#unitdefinition)
529-
530-
- Time unit of the replicate.
531-
532-
533528
__data_type__* [`DataTypes`](#datatypes)
534529

535530
- Type of data that was measured (e.g. concentration)
@@ -540,16 +535,21 @@ __prepared__ `float`
540535
- Amount of the reactant before the measurement. This field should be used for specifying the prepared amount of a species in the reaction mix. Not to be confused with
541536

542537

543-
__data__* `list[float]`
538+
__data__ `list[float]`
544539

545540
- Data that was measured.
546541

547542

548-
__time__* `list[float]`
543+
__time__ `list[float]`
549544

550545
- Time steps of the replicate.
551546

552547

548+
__time_unit__ [`UnitDefinition`](#unitdefinition)
549+
550+
- Time unit of the replicate.
551+
552+
553553
__is_simulated__* `boolean`
554554

555555
- Whether or not the data has been generated by simulation.

0 commit comments

Comments
 (0)