Jamie McCusker

Results 11 issues of Jamie McCusker

Use with care, especially with MongoDB. This is probably going to be a controversial PR, but I wanted to put it out there. It should be 100% backwards compatible.

If a depot is being stored locally, obviously the backup and restore can just use local archiving tool. But if they're remote and someone wants to either export the depot...

This is an issue in the SPARQL endpoint and through iSQL in Conductor. When I attempt to run the query in [`sio_insert_test.txt`](https://github.com/openlink/virtuoso-opensource/files/457307/sio_insert_test.txt), I get the following error: >`Virtuoso 37000 Error...

Right now, relative URIs are resolved to their absolute form, in some cases, using CWD if there's no other information. In many situations, this is purely an annoyance. Relative URIs...

enhancement
parsing

Shelve is a local keystore database in python that takes native python objects. I have made a simple store with it that optimizes for read and write, while keeping indexing...

enhancement
fix-in-progress
store

According to the IANA record [1], n-quads is only supposed to be interpreted as UTF-8, but currently posting utf-8 data in n-quads results in it being interpreted as ASCII. You...

Especially ones embedded in RDFa. You're probably thinking of N3-based representations, but the s aren't actually part of the URI. I may have missed some edge cases where you were...

Content negotiating (or using the API) for JSON-LD responds with an invalid JSON-LD doc. Specifically, schema.org does not serve a context at `http://schema.org`. The line: ``` "@context" : "http://schema.org", ```...

Unlike trig, the JSON-LD serializer does not maintain distinct graphs when those graphs are identified using BNodes. The expectation should be to preserve the semantics as available, and keep the...