linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
565 stars 143 forks source link

properly parse JSON-LD resources with a @type property #468

Closed angelo-v closed 3 years ago

angelo-v commented 3 years ago

fixes https://github.com/linkeddata/rdflib.js/issues/408 and https://github.com/linkeddata/rdflib.js/issues/343

angelo-v commented 3 years ago

load() is working properly, but I just found, there is another issue with nowOrWhenFetched, I will take a look at it and see if it fits into this PR or I will do another one

angelo-v commented 3 years ago

ah ok, no parsing with nowOrWhenFetched also works fine, I was just using it wrong (promise instead of callback)