Re: Parsing from stdin breaks in 3.9.0

2018-11-22 Thread Andy Seaborne
On 22/11/2018 22:08, Martynas Jusevičius wrote: I can change our CLI scripts, not a problem. But my question is, if the per-syntax scripts still exist in 3.9.0, why are they not parsing from stdin (anymore)? Makes no sense like this. I would say it's a bug :) Sure. Send a PR. Andy

Re: Parsing from stdin breaks in 3.9.0

2018-11-22 Thread Martynas Jusevičius
I can change our CLI scripts, not a problem. But my question is, if the per-syntax scripts still exist in 3.9.0, why are they not parsing from stdin (anymore)? Makes no sense like this. I would say it's a bug :) On Thu, Nov 22, 2018 at 11:05 PM Andy Seaborne wrote: > > Sure - same issue. "riot

Re: Parsing from stdin breaks in 3.9.0

2018-11-22 Thread Andy Seaborne
Sure - same issue. "riot --syntax trix". The issue is in "riot", the superclass of turtle, trix etc. But why not riot kaunas.ttl ? Andy On 22/11/2018 21:58, Martynas Jusevičius wrote: cat kaunas.ttl | riot --syntax ttl --base="https://linkeddatahub.com:4443/demo/city-graph/; That

Re: Parsing from stdin breaks in 3.9.0

2018-11-22 Thread Martynas Jusevičius
cat kaunas.ttl | riot --syntax ttl --base="https://linkeddatahub.com:4443/demo/city-graph/; That worked. trig etc. scripts are broken re. stdin input though. On Thu, Nov 22, 2018 at 10:55 PM Andy Seaborne wrote: > > >> What is happening here? Can't use 3.9.0 as all our CLI scripts would >

Re: Parsing from stdin breaks in 3.9.0

2018-11-22 Thread Andy Seaborne
>> What is happening here? Can't use 3.9.0 as all our CLI scripts would break. You can use "riot --syntax ttl" Andy On 22/11/2018 20:22, Martynas Jusevičius wrote: Sorry, this is the correct Turtle file: @prefix def: . @prefix dct: . @prefix dh:

Re: Parsing from stdin breaks in 3.9.0

2018-11-22 Thread Martynas Jusevičius
Sorry, this is the correct Turtle file: @prefix def: . @prefix dct: . @prefix dh: . _:container a def:Container . _:container dct:title "Kaunas" . _:container dh:slug "kaunas" . On Thu, Nov 22, 2018 at

Parsing from stdin breaks in 3.9.0

2018-11-22 Thread Martynas Jusevičius
Hi, I have such a simple Turtle file called kaunas.ttl: ./create-container.sh \ -b https://linkeddatahub.com:4443/demo/city-graph/ \ -f "cert.pem" \ -p "test1234" \ --title "Kaunas" \ --slug "kaunas" \ https://linkeddatahub.com:4443/demo/city-graph/ It parses from command line using 3.6.0: