Closed linonetwo closed 4 years ago
Runkit playground: https://runkit.com/linonetwo/5e018eb5b3a641001a406dbe
I'm trying to parse https://linonetwo.solid.authing.cn/public/tiddlywiki/main/ with the method: https://forum.solidproject.org/t/is-there-a-converter-between-json-ld-and-turtle-n3/1817/3
Seems in rdflib.parse( turtleString, store, uri, the uri cannot be '' empty string. Don't know why.
rdflib.parse( turtleString, store, uri
uri
''
I just want to transfer it to JSON-LD, which is easier to use in JS.
Runkit playground: https://runkit.com/linonetwo/5e018eb5b3a641001a406dbe
I'm trying to parse https://linonetwo.solid.authing.cn/public/tiddlywiki/main/ with the method: https://forum.solidproject.org/t/is-there-a-converter-between-json-ld-and-turtle-n3/1817/3