Closed alexdutton closed 9 years ago
The N3 parser incorrectly expected punctuation after a datatype (but not after a langcode). This meant that N3/Turtle like the following didn't parse:
_:a foo:bar [ skos:notation "123"^^foo:baz ]
In fact, https://github.com/antoniogarrote/rdfstore-js/pull/49 looks to fix this.
The N3 parser incorrectly expected punctuation after a datatype (but not after a langcode). This meant that N3/Turtle like the following didn't parse: