Commit 987230f
committed
Fix Turtle syntax error in SHACL shapes file
Fixed invalid Turtle syntax in prefix declarations:
- Lines 5-7 were missing space before final period
- This caused 'Error: Unexpected literal on line 2' when parsing
Turtle syntax requires: @Prefix name: <URI> .
(note the space before the period)
This was preventing the SHACL form from rendering in the CDI previewer.1 parent 952867b commit 987230f
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments