linkeddata / rdflib.js

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

Support for RDF-star? #606

Closed benjaminaaron closed 1 year ago

benjaminaaron commented 1 year ago

Are you supporting RDF-star syntax or are planning to? I tried adding a statement about a statement, but couldn't figure it out. Which might mean it's not possible yet? If rdflib.js is not supporting this - do you know another JavaScript library that already has support for it?

bourgeoa commented 1 year ago

Are you supporting RDF-star syntax or are planning to?

Nothing is planned actually

If rdflib.js is not supporting this - do you know another JavaScript library that already has support for it?

You may look to https://github.com/linkeddata/rdflib.js/issues/601

benjaminaaron commented 1 year ago

Alright, I will, thanks @bourgeoa.