Command line interface based RDF processing toolkit to run sequences of SPARQL statements ad-hoc on RDF datasets, streams of bindings and streams of named graphs with support for processing JSON, CSV and XML using function extensions
Currently every startup logs warnings similar to those below:
16:07:56 [INFO] [o.a.j.r.s.SparqlScriptProcessor:406] - Preparing SPARQL statement at line 1, column 1
16:07:56 [WARN] [o.a.j.a.exec:80] - URI <bif:sys_stat> has no registered function factory
16:07:56 [WARN] [o.a.j.a.exec:80] - URI <bif:sys_stat> has no registered function factory
16:07:56 [WARN] [o.a.j.s.u.MappedLoader:54] - Loading function or property function with old style 'jena.hpl.hp.com' used - preferred style is to use 'jena.apache.org': http://jena.hpl.hp.com/ARQ/property#versionARQ => http://jena.apache.org/ARQ/property#versionARQ
16:07:56 [WARN] [o.a.j.s.u.ClsLoader:54] - Class not found: org.apache.jena.sparql.pfunction.library.versionARQ
16:07:56 [WARN] [o.a.j.a.exec:80] - URI <tag:stardog:api:functions:toRadians> has no registered function factory
16:07:56 [WARN] [o.a.j.a.exec:80] - URI <http://www.ontotext.com/sparql/functions/toRadians> has no registered function factory
16:07:56 [INFO] [o.a.s.c.m.SparqlIntegrateCmdImpls:511] - Detected DBMS: jena
Currently every startup logs warnings similar to those below: