-
Notifications
You must be signed in to change notification settings - Fork 201
RDFJS compliance: the equals method #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The idea would actually be that parsers accept a |
rubensworks
referenced
this issue
in ddvlanck/rdf-parser-jsonld
Aug 31, 2018
Function parse rewrite based on function term
rubensworks
pushed a commit
to ddvlanck/rdf-parser-jsonld
that referenced
this issue
Aug 31, 2018
This contains fixes for the following open non-RDFJS-compliance issues in jsonld: * digitalbazaar/jsonld.js#243 * digitalbazaar/jsonld.js#244
koo5
added a commit
to koo5/understand_humans
that referenced
this issue
Aug 30, 2020
…83b76186740678964e17/lib/ParserStream.js#L38 and digitalbazaar/jsonld.js#243 and
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When using the toRDF method, the jsonld.js library does not return RDFJS spec compliant quads as the quads to not contain an
equals()
function as required by the spec.Hotfixed this using the DataFactory class from the N3.js library as follows:
Fixing this into this library may allow for the N3.js library compatibility and the compatibility to the entire RDF-Ext family.
The text was updated successfully, but these errors were encountered: