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
I noticed that json-ld.org currently lists RDFLib on its front page as supporting JSON-LD 1.0, rather than JSON-LD 1.1. I'm not raising this as a complaint, just more that it helped me realize I don't know how one would find this.
Where is the version of JSON-LD implemented noted?
A quick scan of the Issue tracker shows there's a 1.1 test suite pending implementation (Issue 1833), but I'm not sure I see anything else in the tracker making the declaration one way or the other.
It looks like the code supports 1.1, especially per today's (well, last touched 3 weeks ago's) state of rdflib/plugins/parsers/jsonld.py:
I have written this into the optional parameter of the parser. I dont think there is a way to autodocument this or any other optional parameter of any parser or serializer. There are lots of accepted optional parameter in some parser, that arent listed in the parse function.
I thought i have checked, that jsonld1.1 testsuite is active and working, but apparently its not active at least. And i have to check if json-ld serializer works also on version 1.1
Ah, ok, thank you for finding that (and doing that). Is there a process for communicating that to the json-ld.org maintainers, possibly to see what else they're looking for?
I noticed that json-ld.org currently lists RDFLib on its front page as supporting JSON-LD 1.0, rather than JSON-LD 1.1. I'm not raising this as a complaint, just more that it helped me realize I don't know how one would find this.
Where is the version of JSON-LD implemented noted?
A quick scan of the Issue tracker shows there's a 1.1 test suite pending implementation (Issue 1833), but I'm not sure I see anything else in the tracker making the declaration one way or the other.
It looks like the code supports 1.1, especially per today's (well, last touched 3 weeks ago's) state of
rdflib/plugins/parsers/jsonld.py
:rdflib/rdflib/plugins/parsers/jsonld.py
Line 92 in ac0566f
The text was updated successfully, but these errors were encountered: