eye icon indicating copy to clipboard operation
eye copied to clipboard

list in turtle files

Open giacomociti opened this issue 2 years ago • 0 comments

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)

giacomociti avatar Feb 12 '24 18:02 giacomociti