johanwk

Results 24 issues of johanwk

(Motivated by the Elektron Analog Four, where various parameters require NRPN LSB = 0.) Seems Tidal won't send value 0 for CC 38. The midi monitor (on a Mac) shows...

As far as I can see, it's not currently possible to get input from more than one file in a jq block. I propose adding a new header argument, which...

I'm having trouble with utf-8 characters in results from sparql-mode. Here's a query that includes the string "cm²" in the result, running e.g. in eshell: `curl "https://endpoint.dexpi.org/information_model/query?query=describe%20"` Executing the _describe_...

Using `org-ql-query`, I want to find which sections contain source blocks in a specified language. ``` (org-ql-query :select '(list (substring-no-properties (org-get-heading t t)) (src :lang "ttl")) ... etc. ``` However,...

bug

I would like to try out highlighting on "prefixed uris", like "rdfs:label" or "dcterms:license". A regex could easily match these. However, the documentation is very sparse. Could you add an...

A small change to `org-babel-expand-body:sparql` allows for `:prologue` and `:epilogue` header arguments on SPARQL blocks in org-mode. With this, the list of query prefixes can kept in a single place,...

(A word of caution. I don't actually know Haskell or how to build/install modules, so the following is simply a report on following the instructions on the project homepage.) I'm...

ELOT makes it convenient to develop OWL ontologies using Emacs' org-mode. Documentation, diagrams, queries, export to HTML and PDF as well as OWL documents.

I have an ontology with both classes and individuals. It would be good to _not_ inline some cases of rdf:type, to emphasise how various individuals belong to different parts of...

It would be convenient to be able to pipe a file to rdfpuml instead of referring to a file. (This occurred to me while setting up for using rdfpuml in...