Allotrope Data Format
(Created page with "{{FormatInfo |formattype=electronic |subcat=Scientific Data formats |extensions={{ext|adf}} |wikidata={{wikidata|Q131232034}} |maintained by=Allotrope Foundation }} The '''Al...") |
Ross-spencer (Talk | contribs) (Intro to ASM, NB. ASM will need its own Just Solve It Page as well) |
||
(One intermediate revision by one user not shown) | |||
Line 8: | Line 8: | ||
The '''Allotrope Data Format''' (ADF) is a [[HDF5]] based format for storing data from analytical instruments. The data is annotated with an [[RDF]] based triple store following the W3C RDF Data Cube vocabulary. A manifest defines the instrument type. The Allotrope Foundation Ontology (AFO) defines the data description. Data to be plotted is stored in multidimensional arrays. A scale (or dimension) denotes the X axis and measures the Y axis. If an explicit scale is missing, it might be defined by a range of values in the data description instead. Original data in vendor-specific formats may be included in the data package. | The '''Allotrope Data Format''' (ADF) is a [[HDF5]] based format for storing data from analytical instruments. The data is annotated with an [[RDF]] based triple store following the W3C RDF Data Cube vocabulary. A manifest defines the instrument type. The Allotrope Foundation Ontology (AFO) defines the data description. Data to be plotted is stored in multidimensional arrays. A scale (or dimension) denotes the X axis and measures the Y axis. If an explicit scale is missing, it might be defined by a range of values in the data description instead. Original data in vendor-specific formats may be included in the data package. | ||
+ | |||
+ | === Allotrope Simple Model === | ||
+ | |||
+ | Allotrope Simple Model (ASM) was [https://www.sciencedirect.com/science/article/abs/pii/S1359644624000692# recently introduced] and is differentiated from ADF in terms of licensing and simplicity. ASM uses JSON and is licensed under a creative commons mode. See more on their [https://gitlab.com/allotrope-public/asm GitLab]. | ||
== Format information == | == Format information == | ||
Line 13: | Line 17: | ||
* [https://docs.allotrope.org/Allotrope%20Data%20Format.html Allotrope Data Format] | * [https://docs.allotrope.org/Allotrope%20Data%20Format.html Allotrope Data Format] | ||
* [https://docs.allotrope.org/ADF%20Data%20Cube%20to%20HDF5%20Mapping%20Ontology.html ADF Data Cube to HDF5 Mapping Ontology v1.5.3 RF] | * [https://docs.allotrope.org/ADF%20Data%20Cube%20to%20HDF5%20Mapping%20Ontology.html ADF Data Cube to HDF5 Mapping Ontology v1.5.3 RF] | ||
+ | |||
+ | [[Category:HDF based file formats]] |
Latest revision as of 16:48, 29 May 2025
The Allotrope Data Format (ADF) is a HDF5 based format for storing data from analytical instruments. The data is annotated with an RDF based triple store following the W3C RDF Data Cube vocabulary. A manifest defines the instrument type. The Allotrope Foundation Ontology (AFO) defines the data description. Data to be plotted is stored in multidimensional arrays. A scale (or dimension) denotes the X axis and measures the Y axis. If an explicit scale is missing, it might be defined by a range of values in the data description instead. Original data in vendor-specific formats may be included in the data package.
[edit] Allotrope Simple Model
Allotrope Simple Model (ASM) was recently introduced and is differentiated from ADF in terms of licensing and simplicity. ASM uses JSON and is licensed under a creative commons mode. See more on their GitLab.