Yocote0111

Results 3 comments of Yocote0111

When I tried with the option `{format: 'application/n-quads'}`, it worked well. Specifically, ```js const jsonld = require('jsonld'); const rdfDoc = ` "this is book 1" . _:b0 . _:b1 ....

I found that using `{Term}.value` to get the value of "@id" in the following code causes this result. https://github.com/digitalbazaar/jsonld.js/blob/20e2286d198ce7d376320306f9df3667f48a4544/lib/fromRdf.js#L57-L119 According to the description of BlankNode interface in [RDF/JS Spec](https://rdf.js.org/data-model-spec/#x2-3-blanknode-interface), the...

Oops! I corrected `rdfDoc` in https://github.com/digitalbazaar/jsonld.js/issues/474#issuecomment-1060193784 . Unfortunately, I tried the setting `blankNodePrefix: '_:'` in the N3 parser but it also returns non-"\_:xxx" form value (despite the id has "\_:xxx"-form...