BorderCloud/TFT-tests

syntax-update-54.ru : missing a absolute IRI ?

BorderCloud opened this issue · 5 comments

in 'syntax-update-53.ru' test the IRI's of the graphs are not absolute( for g1 and g2). The absolute IRI's must have a mandatory 'schema' part ...

PREFIX : <http://www.example.org/>

INSERT DATA {
              GRAPH<g1> { _:b1 :p :o }
              GRAPH<g2> { _:b1 :p :o }
            }

see the test

There is not a bug.

The syntax is correct:

PREFIX : <http://www.example.org/>

INSERT DATA { _:b1 :p :o }
;
INSERT DATA { _:b1 :p :o } 

See doc

The bug report is about GRAPH so I don't understand the last comment. The reason I'm asking is because I'll now post a similar bug #4 for another query

You can post a new bug. It's possible, I didn't understand exactly the problem about this test. In one month, I will aggregate all the problems and ask the working group of W3C to change several tests.

Sorry, I see in #4 that you prepend a base before running the queries. Keep it closed. Eg:

BASE <https://github.com/BorderCloud/TFT-tests/blob/master/sparql11-test-suite/property-path/>