Github user jgrzebyta commented on the issue:
https://github.com/apache/any23/pull/24
@lewismc Regarding new low level interface is it planned any higher level
interface? I mean something what might be useful to create RDF graph fulfilling
a custom ontology from raw rdf graph. For example there is csv -> rdf
extractor. But in practice that low level rdf should be converted to the final
one using at least one construct type SPARQL query. I thought it might be
possible to process that using programmable API. Unfortunately RDF4J
QueryBuilder API supports only simple queries.
---