I found it imposible to use jsonld #51
Unanswered
FdezAriasSara
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These days, I've been trying really hard to try to retrieve data from the pod when it is stored as a .jsonld file.
I've tried several ways, with examples written by hand by myself and also using examples available at schema.org.
Still, I encounter myself stuck with the following error (ALWAYS THE SAME FOR ALL FILES!)
I checked all URIS by hand , both for my handmade files and for the example ones.. but all of them seem to be right? The browser appears to recoginze them correctly
(my handmade file )
(schemaorg file)
I also checked all solid community entires i could find, and reviewed the docs more than a hundred times..
My guess only guess..
it might be related to this, when the getThingAll is executed, the jsonfile is percieved as a turtle file (as seen in the prior error)
When i open it in the inspector.. I might be missing some parsing or something, but I wasnt able to found NOTHING related...
only answer i could find... was using node.js npm library for rdf files... and we are not using node.. :( I even tried to use it, but it crashed right away.
For the moment, I think we will have to stick to turtle files...
Beta Was this translation helpful? Give feedback.
All reactions