Pierre-Antoine Champin
Pierre-Antoine Champin
> > [@pchampin] I believe the JSON-LD is the expected behaviour > > It is not _my_ expected behavior, especially given that when you go to [JSON-LD 1.0](https://www.w3.org/TR/json-ld1/), it has...
@herminiogg and @ericprud you both seem to be assuming that a shape applying to a node should constrain the asserted triples *and* the embedded triples involving that node. I am...
I don't quite follow what exactly the problem would be with language maps. Can you provide a small concrete example?
> JSON-LD cannot capture GeoJSON because that uses nested arrays. This is not the case anymore with JSON-LD 1.1 ([example](https://json-ld.org/playground/#startTab=tab-nquads&json-ld=%7B%22%40context%22%3A%7B%22%40vocab%22%3A%22http%3A%2F%2Fexample.org%2Fgeo%2F%22%2C%22type%22%3A%22%40type%22%2C%22coordinates%22%3A%7B%22%40container%22%3A%22%40list%22%7D%7D%2C%22type%22%3A%22Feature%22%2C%22geometry%22%3A%7B%22type%22%3A%22MultiLineString%22%2C%22coordinates%22%3A%5B%5B%5B-1000000%2C-750000%5D%2C%5B-1000000%2C750000%5D%5D%2C%5B%5B1000000%2C-750000%5D%2C%5B1000000%2C750000%5D%5D%2C%5B%5B-750000%2C-1000000%5D%2C%5B750000%2C-1000000%5D%5D%2C%5B%5B-750000%2C1000000%5D%2C%5B750000%2C1000000%5D%5D%5D%7D%7D))
@anatoly-scherbakov > My feeling is this: why don't we delegate that task to the context? Of course we can, and that's an important role of JSON-LD contexts: making explicit some...
It seems to be that the two YAML snippets above serialize to the *same* JSON (and this is confirmed by a quick test on https://www.convertjson.com/yaml-to-json.htm), so I don't understand where...
One point where I believe YAML anchors can help are the description complex of contexts. E.g. ``` { "@context": { "xsd": "http://www.w3.org/2001/XMLSchema#", "@vocab": "http://example.com/ns/Company/", "founder": { "@context": { "@vocab": "http://example.com/ns/Person/",...
A concrete proposal in that direction would be to use a tag at the top-level of any "idiomatic" YAML-LD document, applying to the whole object/array that makes the document. E.g....
@ioggstream > 1. Why should we replace "@" with "$" ? because `@`-keywords need to be in quotes, while `$`-keywords don't → easier to manually author > 2. not sure...
@anatoly-scherbakov > how would you characterize the particular use case where we would like to avoid such a conversion? I don't want to *avoid* it, but I want to ensure...