Terms #15
Replies: 4 comments 2 replies
-
No, I'd say we are currently version 0 and working toward a version 1.
I'm not sure I understand what you mean, but see my examples folder README:
There are concepts that can fit perfectly in the json (like comments, or user -> person) and others that might be too specific (like steps in elab). My point is that we should use as much as possible the metadata file to store information in a defined manner and for the rest it can be done in another json file (which could have a comon name btw!). I believe we are also close to a point where doing a meeting with all involved via zoom could help discuss things. |
Beta Was this translation helpful? Give feedback.
-
I think we should try to keep following the schema.org nomenclature for these, e.g. for a Person there's a list of all instances where this entity may be referenced/used, including the |
Beta Was this translation helpful? Give feedback.
-
I guess it is rather simple now that we all have a common format, to parse each entity, get all keys and then use set-operations to find a list of all used keys in all entities. |
Beta Was this translation helpful? Give feedback.
-
eln_validator has now the '-c' = '--count' option to report the count of entities. |
Beta Was this translation helpful? Give feedback.
-
As continuation of the PR from @FlorianRhiem, ...
Until now we have not discussed any key-naming-conventions and then people started talking 'comment', and 'person', ....
I would suggest to keep version 1.0 of the scheme without any conventions. That allows everybody to reach level 1 (having non-moving targets is great for that)
version 2.0 is thereby the eln that has agreed-upon key-names. Do you agree?
Could we create a list of keys and their synonyms: {"person": ["author","creator"...]} which is json and can be parsed?
Beta Was this translation helpful? Give feedback.
All reactions