rdfjs / N3.js

Lightning fast, spec-compatible, streaming RDF for JavaScript
http://rdf.js.org/N3.js/
Other
714 stars 133 forks source link

Notation3 parsing : no support for blank nodes as predicate? #262

Closed phochste closed 3 years ago

phochste commented 3 years ago

In version 1.11.1 I get a parsing error when reading:

@prefix : <http://example.org/ex#>.
:Subject  [ a :Predicate ] :Object.

Got a

Error: Expected entity but got [ on line 3.
RubenVerborgh commented 3 years ago

Thanks @phochste, would you be available to test https://github.com/rdfjs/N3.js/pull/263?

phochste commented 3 years ago

Thanks @phochste, would you be available to test #263?

Yes!