You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments