Replies: 1 comment
-
@ebreitmo, prefixes are included in the context file (https://github.com/EVERSE-ResearchSoftware/schemas/blob/main/software/0.0.1/context.jsonld). If you resolve the prefix asking for json-ld, you will get the context file: So yes, it's a convenience to avoid populating the json-ld with multiple prefixes. Everything is set up so the properties used in the JSON-LD files resolve to the right prefix automatically. |
Beta Was this translation helpful? Give feedback.
0 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.
-
At https://github.com/EVERSE-ResearchSoftware/schemas/blob/main/software/0.0.1/README.md there are 5 Namespace Prefixes in total. Looking at the example in
https://github.com/EVERSE-ResearchSoftware/schemas/blob/main/software/0.0.1/example.json the namespace prefixes 'rsqd' & 'rsqi' are not used. The same applies for tools listed in https://github.com/EVERSE-ResearchSoftware/TechRadar/tree/main/data/software-tools (I haven't checked them all).
Is this a conscious decision that we limit ourselves to 'rs' for now?
If not, would it be good to have a more comprehensive example, which includes the other two?
Beta Was this translation helpful? Give feedback.
All reactions