Closed alexdutton closed 11 years ago
https://github.com/antoniogarrote/rdfstore-js/blob/master/src/js-communication/src/n3_parser.js#L641 forbids '.' in prefixes, but they are allowed in the W3C's Candidate Recommendation for Turtle: http://www.w3.org/TR/turtle/#grammar-production-PN_PREFIX
Can the regex in the N3 parser be relaxed?
Scratch that; it does allow them, and I'm being a fool.
https://github.com/antoniogarrote/rdfstore-js/blob/master/src/js-communication/src/n3_parser.js#L641 forbids '.' in prefixes, but they are allowed in the W3C's Candidate Recommendation for Turtle: http://www.w3.org/TR/turtle/#grammar-production-PN_PREFIX
Can the regex in the N3 parser be relaxed?