-
- [ ] 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)
…
-
So when you do:
``` javascript
rdfstore.create(function(store) {
store.load('sparql', {
endpoint: 'http://dbpedia.org/sparql',
accept: 'text/rdf+n3',
query : 'CONSTRUCT { ?p ?o . } WHER…
-
I'm using rdflib in a project to update an existing graph with new data. This new data contains a bit overhead, because it is possible a certain 'device1' already exists, but when merging with the old…
th1j5 updated
2 years ago
-
I'm reading in a bunch of RDF files, each into their own RdfContext::Graph. The results below show the timings I'm getting. Small files load just fine; larger files take disproportionately long. One f…
-
```
Since SPARQL does not provide any way to reliably determine whether a graph
exists, GraphNodes' fExists function always returns true, which means that if
an in-memory repository is used, and the…
-
Suggested (same for Cancer)
- [x] Create an empty graph ("MRN2Token") within my RDF store and upload the tokens from the Turtle file from #3
- [x] Create an empty graph ("Token") and given my MRN gra…
-
Hi,
as shown in the minimal examples below, there seem to be problems in turtle serialization of various xsd-typed Literals. Problems i identified:
- XSD.integer literal-types are not serialized…
-
I'm starting this so that there's a quick place to put a link that I come across that I don't really have time to categorize and a commit is a hassle. Often I'll come across something interesting but …
-
It came to my attention in #124 that we don't really have a way of talking about triples without implying that they're part of a graph. Since #124 is about a slightly different issue (if `triple` shou…
-
Unless I'm mistaken, there is currently no support in RDF for the querying a [SPARQL 1.1 Graph Store HTTP Protocol](https://www.w3.org/TR/sparql11-http-rdf-update/) endpoint. I think this API is very …