Determine level of detail
proycon opened this issue · 3 comments
@dgarijo What level of detail do we want to go into in this repository?
Right now we have an initial software-types.jsonld
with a JSON-LD context and software-types.ttl
that goes a bit deeper. I think ideally the jsonld
file should have the same expressivity as the turtle file, right? (e.g. just two serializations of the same thing). Or do we want to keep the jsonld
file only for the context? I don't really know what is customary and if json-ld files that contain more than context (i.e. a @graph
) can also be referenced without issue from the `@context' of another.
I think both files should have equivalent information, i.e., the json-ld file should be self sufficient. In fact, we should probably maintain one and create the other one automatically. Thoughts?
Agreed!
Hmm, now I think they are not in sync