You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetching a JSON-LD document does not appear to put anything into the store.
I tested this out with 1.0.4 by trying to fetch various urls with nowOrWhenFetched and dumping the store with toString when fetched.
I verified my test for fetching data worked by fetching Turtle (application/x-turtle) data. This worked, dumping a pile of data from Book.ttl into the store.
But trying to fetch the JSON-LD version of the document also failed. This failure was not expected because the server correctly sends back a application/ld+json; charset=utf-8 content-type.
Fetching a JSON-LD document does not appear to put anything into the store.
I tested this out with 1.0.4 by trying to fetch various urls with
nowOrWhenFetched
and dumping the store with toString when fetched.I verified my test for fetching data worked by fetching Turtle (application/x-turtle) data. This worked, dumping a pile of data from Book.ttl into the store.
Fetching RDF data failed, however that's fine because schema.org is incorrectly returned a application/xml content-type.
But trying to fetch the JSON-LD version of the document also failed. This failure was not expected because the server correctly sends back a
application/ld+json; charset=utf-8
content-type.The text was updated successfully, but these errors were encountered: