-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* N3Lexer: allow typeIRI tokens in line mode (closes #32) See https://www.w3.org/TR/n-triples/#grammar-production-literal and https://www.w3.org/TR/n-quads/#grammar-production-literal * N3Lexer: allow blank tokens in line mode (closes #34) Blank nodes are allowed as subjects and predicates in n-triples and n-quads - see https://www.w3.org/TR/n-triples/#grammar-production-subject and https://www.w3.org/TR/n-quads/#grammar-production-subject (in n-quads also as graphs).
- Loading branch information
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters