Open timbl opened 4 years ago
Since rdflib doesn't have its own JSON-LD parser, it might not be worth mechanically including much of the json-ld test suite. Instead, I'd suggest a few to make sure the API is managed effectively: 1. embedded @context
It's possible fuller coverage might still be useful - rdflib now uses jsonld.flatten
and then adds triples individually using kb.addStatement
.
This has already caused one regression #408 and it's not clear whether json-ld to RDF deserialisation is as yet fully implemented (https://w3c.github.io/json-ld-api/#deserialize-json-ld-to-rdf-algorithm)
JSON-LD tests for rdflib
https://w3c.github.io/json-ld-api/tests/
Points to manifest
https://w3c.github.io/json-ld-api/tests/manifest.jsonld