OpenEnergyPlatform / omi

Repository for the Open Metadata Integration (OMI). For metadata definition see metadata repo:
https://github.com/OpenEnergyPlatform/metadata
GNU Affero General Public License v3.0
7 stars 4 forks source link

Ordered lists in RDF #5

Closed MGlauer closed 5 years ago

MGlauer commented 5 years ago

JSON lists are inherently ordered. The RDF-based metadata use mostly properties which does not preserve orderings. We could use RDFS list semantics, but those are (imo) mostly unneeded for the metadata as is.

Are (explicit) orderings necessary or can they be omitted?

Ludee commented 5 years ago

For the JSON-String we decided for an explicit ordering to improve readability. I'm not sure if this is necessary for RDF as well. If it is easy to implement I would always suggest ordered metadata strings.