forked from pietercolpaert/hardf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…pietercolpaert#41) * N3Lexer: allow typeIRI tokens in line mode (closes pietercolpaert#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 pietercolpaert#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