rdfjs / N3.js

Lightning fast, spec-compatible, streaming RDF for JavaScript
http://rdf.js.org/N3.js/
Other
676 stars 127 forks source link

Add support for the annotated triples syntax #358

Closed rubensworks closed 1 year ago

rubensworks commented 1 year ago

The RDF-star spec introduces syntatical suggar for annotating triples: https://w3c.github.io/rdf-star/cg-spec/editors_draft.html#annotation-syntax

jeswr commented 1 year ago

Note that support for this is also added as part of https://github.com/rdfjs/N3.js/pull/341; however I am in favor of releasing this as PR as a new minor version - and I will aim to get the next mver out soon.

jeswr commented 1 year ago

Released as v1.17.0 - thanks @rubensworks !