Daniel Gerber

Results 7 comments of Daniel Gerber

There is a [registeredGraphs](http://antoniogarrote.github.io/rdfstore-js/doc/symbols/Store.Store.html#registeredGraphs) method on store: ``` javascript store.registeredGraphs(function(success, graphs){ var graph_uris = graphs.map(function(namedNode){ return namedNode.nominalValue; }); }); ```

@JWorthington, see comments above: to include named graphs in the [rdf dataset](http://www.w3.org/TR/sparql11-query/#rdfDataset) accessible from within the SPARQL query, one has to pass them explicitly to store.execute(). To build an array...

Precision: this is in Alpine Linux. The issue is with `getmntent` in musl -- have reported it [there](https://www.openwall.com/lists/musl/2021/12/14/1).

XP-830 here. Model code is 0x28 0x09. The printer was blocked with "end of life" message a first time; then received a waste ink counter reset with "WIC reset utility"...

So, the suffix in write commands seems to be a (model specific?) opaque key... In what looks like the manufacturer's "adjustment program" for the XP-830, XP-530, XP-630 and XP-635, it's...

To keep things DRY and manageable, I think it's important to separate two steps: 1. the *parsing* of specific formats -- JSON-LD, Microdata, RDFa, turtle, html headers, RDF/XML (this one...

It seems doable, yes. To write to the counter's memory address, you can add an entry in printer.c, recompile reink and then run it. Or maybe simpler, use my [reinkpy](https://codeberg.org/atufi/reinkpy)....