[jira] [Created] (JENA-2110) Add a quick reference section to documentation/tools/

2021-05-23 Thread Bob DuCharme (Jira)
Bob DuCharme created JENA-2110: -- Summary: Add a quick reference section to documentation/tools/ Key: JENA-2110 URL: https://issues.apache.org/jira/browse/JENA-2110 Project: Apache Jena Issue

[jira] [Created] (JENA-2057) Enable arq to read stdin as an alternative to the --data parameter (like riot does)

2021-02-28 Thread Bob DuCharme (Jira)
Bob DuCharme created JENA-2057: -- Summary: Enable arq to read stdin as an alternative to the --data parameter (like riot does) Key: JENA-2057 URL: https://issues.apache.org/jira/browse/JENA-2057 Project

Re: Having arq accept stdin as alternative to --data parameter?

2021-02-27 Thread Bob DuCharme
=/tmp/datapipe.n3; \ rm /tmp/datapipe.n3 Might be worth writing a shell function to wrap the call to arq if this gets done on the fly often. Colin A. Gross On Sat, Feb 27, 2021 at 4:00 PM Bob DuCharme wrote: That looked promising to me, but with Jena 3.3 under Ubuntu it gave me "Faile

Re: Having arq accept stdin as alternative to --data parameter?

2021-02-27 Thread Bob DuCharme
ou need to have multiple --data args, you could make a series of fifo pipes that data was fed into by other processes. Regards, Colin A. Gross On Sat, Feb 27, 2021 at 9:41 AM Bob DuCharme wrote: This is just an idea. I like how jena's riot utility accepts data from stdin as long as yo

Having arq accept stdin as alternative to --data parameter?

2021-02-27 Thread Bob DuCharme
This is just an idea. I like how jena's riot utility accepts data from stdin as long as you provide a --syntax parameter to tell it what serialization the stdin triples are. When I was at TopQuadrant I liked SPARQLMotion, their proprietary system for pipelining RDF through various steps to crea

[jira] [Created] (JENA-1692) Add JSON-LD support to command line utilities

2019-03-22 Thread Bob DuCharme (JIRA)
Bob DuCharme created JENA-1692: -- Summary: Add JSON-LD support to command line utilities Key: JENA-1692 URL: https://issues.apache.org/jira/browse/JENA-1692 Project: Apache Jena Issue Type