-
e.g. what if a function returns an RDF literal with language tag?
-
Update rdflib.js to match the [RDFJS Representation Task Force spec](https://github.com/rdfjs/representation-task-force). Road map:
##### Core (Terms, Quads, Graphs)
- [x] Implement basic [DataFactory…
-
http://www.w3.org/community/rdfjs/wiki/Comparison_of_RDFJS_libraries
-
It is good to know that rdf-ext is developing. Thanks for your efforts! We’ve been using this library in our project, and it’s very exciting for us to know that the latest version has more powerful pa…
-
There is lots of room for optimisation in methods such as `union` and `difference`; in particular, whenever `other` is also an `N3Store` and they share an index we can just merge / diff / compare the …
jeswr updated
3 months ago
-
Usage of `@types/rdf-js` should be `@rdfjs/types` instead. See https://github.com/rdfjs/types?tab=readme-ov-file#what-about-typesrdf-js
This was discovered in the same way as https://github.com/jac…
jeswr updated
9 months ago
-
It seems that the [RDFJS Community Group](https://www.w3.org/community/rdfjs/) is more active than I thought; there are some initial specs for [RDFJS](https://www.bergnet.org/2017/08/rdf-ext-v1-releas…
-
Main topics include:
- [x] formulas inside lists (https://github.com/rdfjs/N3.js/pull/194)
- [x] literals as subjects (https://github.com/rdfjs/N3.js/pull/193)
- [ ] N3 path syntax
-
Related to #49, there has been a discussion in rdfjs/N3.js#311 and rdfjs/types#34 about representing quoted triples.
The winning alternative is to assume that a quoted triple `>` gets parsed as a `…
-
- [ ] implement [RDFJS Representation Task Force spec](https://github.com/rdfjs/representation-task-force)
- [x] [core](https://github.com/rdf-ext/rdf-ext/tree/develop) (Terms, Quads, Graphs)
…