w3c / rdf-tests

Repository for the RDF Tests Community Group
w3c.github.io/rdf-tests
Other
44 stars 23 forks source link

feat: add list test with abbreviation in blank node #94

Closed jeswr closed 1 year ago

jeswr commented 1 year ago

Resolves #93

afs commented 1 year ago

https://www.sparql.org/data-validator.html returns

_:B74bcbe02edb3b6bd4f4481ce318eb87f <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2013/TurtleTests/c> .
_:B3a7c450c48a393b08cc37a6fccb5866a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:B74bcbe02edb3b6bd4f4481ce318eb87f .
_:B3a7c450c48a393b08cc37a6fccb5866a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://www.w3.org/2013/TurtleTests/a> <http://www.w3.org/2013/TurtleTests/b> _:B3a7c450c48a393b08cc37a6fccb5866a .

which agrees with @gkellogg's suggestion.

jeswr commented 1 year ago

@gkellogg this is ready to merge