Andy Seaborne

Results 454 comments of Andy Seaborne

Hi @brealisty - What interference setup are you using? How many different cycles are there?

A plain argument is a query string. ``` arq --query test.rq --data data/1.ttl --data data/2.ttl "SELECT (Count(*) AS ?C) { ?s ?p ?o }" ```

Just to be clear - this is too late for 4.7.0.

Fuseki admin has a system database. Its not used much (flexible data representation not required! and on disk file are easier or user to work with). That could be repurposed.

For managing fixed structures, an RDF database is probably over-engineering. A basic HTTP PUT/GET to a "prefix store" (persisted by a text file - i.e. human editable) and a URL...

@a14n - Which API resources are you referring to? As @rvesse says, the impact on many Jena API users would be extensive. (Result - they will switch the warnings off...

@a14n - have you observed any effects of not closing partially consumed iterators? The contract is "consume or close (or both)". Using some iterators across transactions boundaries is illegal and...

@tpt - It would be worth raising an issue on the SPARQL query doc for RDF 1.2. IIRC (it was a while ago!) that sentence got added very late in...

There is an issue because `` is not a valid URI. The data shown isn't a factor. A URI either has a scheme, which is at least one character before...

Jena's `Model` API is called "model" and has "Resources" and "Statements" because that was the language back in RDF 1.0 times. Jena has `Dataset`/`DatasetGraph` due to a lack of a...