Replies: 1 comment 5 replies
-
|
@stuchalk Great, thanks for the guidance! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In some of the example files (https://stuchalk.github.io/scidata/examples/ph.jsonld) and I had included 'property' and 'type' underneath the 'SciData' section. In the current version of the library as I thought that it was not needed if the 'ids' JSON array was populated.
In addition, I have been considering updating scidatalib to have every metadata element (as appropriate) be represented as text or as an id (JSON-LD '@id'). For example 'unit': 'kg' or '#unit': 'qudt:KiloGM'. Then all the '#labels' would be 'ids' section at the top of the file.
Thoughts? Is there something else useful that might be stored in 'type' and/or 'property' that would not be in some other part of the document?
Beta Was this translation helpful? Give feedback.
All reactions