json-ld-bp icon indicating copy to clipboard operation
json-ld-bp copied to clipboard

JSON-LD 1.1 Best Practices Note

Results 24 json-ld-bp issues
Sort by recently updated
recently updated
newest added

As discussed on 2018-07-06 call, one aspect of the work is the extent to which JSON-LD instances can be round tripped through RDF, and vice versa. In particular, questions arose...

Comment on: https://github.com/w3c/json-ld-bp/blob/c79199120d74021cd7ba4bfc9f03c4c6434aab5a/index.html#L66 We have to be careful: these give the impression that the core constituency for JSON-LD is the linked data crowd. I am not sure this is what...

What is the best approach if one needs to maintain JSON list order, but does not want to use the LISP-like RDF Collections idiom? Should the ordering information be added...

Prefer short idiomatic JSON terms.

help wanted
good first issue

I am not sure why it is there (in §3.6); I have the impression it is a copy/paste leftover...

https://github.com/w3c/json-ld-bp/blob/c79199120d74021cd7ba4bfc9f03c4c6434aab5a/index.html#L161 We should use either one of our own GH id-s or somebody anonymous....

Given the best practice to alias @id and @type, it seems valuable to also have an alias without the @ symbol for @none. This would allow javascript like: `alert(object.label.none)` In...

help wanted
good first issue
propose closing

https://github.com/w3c/json-ld-bp/blob/c79199120d74021cd7ba4bfc9f03c4c6434aab5a/index.html#L324 I believe we should add explicit examples on how to add cache control, possibly as `.htaccess` or apache config code.

See: https://github.com/w3c/json-ld-wg/issues/98 https://github.com/w3c/json-ld-wg/issues/100 Given the complexity of resolution in the wild, it's best to use absolute URIs if at all possible, and that is what we should recommend.

help wanted
good first issue

IRIs can be expanded in a few ways depending on their use (e.g. as value or as vocabulary). This is a more-or-less unavoidable [inheritance from JSON](https://json-ld.org/minutes/2012-01-24/#topic-1), but it can be...

help wanted
good first issue