eye
eye copied to clipboard
list in turtle files
the following rule:
# rule.n3
@prefix : <http://www.example.org/> .
{ :a :b ?x } => { :c :d ?x } .
applied to:
# data.ttl
@prefix : <http://www.example.org/> .
:a :b (:1 :2 :3) .
fails when using the --turtle option
eye --nope --quiet --pass-only-new --turtle data.ttl rule.n3
** ERROR ** gre ** malformed_list_invalid_rest(http://www.w3.org/1999/02/22-rdf-syntax-ns#nil)