json-ld-bp
json-ld-bp copied to clipboard
examples
Hi,
the examples use "@context": "http://schema.org" while schema.org states that the context is found elsewhere:
https://schema.org/docs/developers.html
It should be "@context": "https://schema.org/docs/jsonldcontext.json",
Retrieving http:/;schema.org will provide metadata for finding the context, as described in Alternate Document Location, in this case I believe they use the Link HTTP header.
Maybe it does, but then I think the json-ld playground should also support that, which is not the case. Today all examples not processable by it.
I think the playground has some special provisions for loading the schema.org context, @davidlehn would know.