Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For the tbox rule `{?X :src_advisor ?Y} => {?X :advisor ?Y}.` we currently get ``` Loading data ABox and TBox thread 'main' panicked at 'Unable to read: Error { variant: ParsingError { positives: [WS], negatives: [] }, location: Pos(161), line_col: Pos((5, 9)), path: None, line: "{?X :src_advisor ?Y} => {?X :advisor ?Y}.␊", continued_line: None }', lib/src/n3_parser.rs:44:71 ``` Underscores are allowed in local name part of a qname and this PR is a quick hack to adsress that.
- Loading branch information