Jamie McCusker

Results 40 comments of Jamie McCusker

I'm using a depot as the backup itself. I guess it's intended to be as much import/export as backup and restore, so I wanted to be able to pull the...

> Will setting a custom ID not conflict with the logic in `_check_file_id`? No, since everything uses UUIDs and validates them as such. If you're inserting a UUID, you'll be...

This query inserted 12k triples. I would want to be able to insert triples, in my case, from graphs generated by RDFlib directly into SPARQLUpdateStore or Virtuoso store-backed Graphs and...

Is there any progress on this? This is preventing me from using Virtuoso in my knowledge graph framework, since we use SPARQL update as a standardized interface for graph edits.

Any progress with this? It's been 4 years, and it would be good to have a reliable online method of adding to knowledge graphs.

We've worked around it, and will be retiring support for Blazegraph with Whyis 2.0. We will be moving over to Fuseki, which is easier for us to extend and control....

That's reasonable. I think that the library should focus on keeping the s in JSON-LD without pulling them into the library itself. I'll look again at toJSONLD and isReference and...

For what it's worth, here's the argument against using the https: URI prefix. https://www.w3.org/DesignIssues/Security-NotTheS.html

This is still an issue. Please reopen: ``` import datetime import pandas as pd from vega import VegaLite test_data = pd.DataFrame([[datetime.date(year=2019,month=1,day=i),i] for i in range(1,10)], columns=['date','value']) VegaLite({ "$schema": "https://vega.github.io/schema/vega-lite/v3.json", "mark":...