rdflib-jsonld
rdflib-jsonld copied to clipboard
Implementation of "full processor" for JSON-LD 1.1
Added code that tries to parse JSON-LD contained in HTML
This should turn rdflib-jsonld into a full processor as defined in the JSON-LD 1.1 WD at https://w3c.github.io/json-ld-syntax/#processor-levels
Code is only triggered in Python 3
Closes #62
This PR still needs tests before merging