File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 28
28
the ` toRdf ` output.
29
29
30
30
### Fixed
31
- - Expanding the value of a graph container which is already a graph object generates a recursive graph object.
31
+ - Expanding the value of a graph container which is already
32
+ a graph object generates a recursive graph object.
32
33
- Compacting multiple nodes in a graph container places them in ` @included ` .
33
34
34
35
## 1.7.0 - 2019-08-30
Original file line number Diff line number Diff line change @@ -419,7 +419,14 @@ const TEST_TYPES = {
419
419
idRegex : [
420
420
// blank node properties
421
421
/ t o R d f - m a n i f e s t .j s o n l d # t 0 1 1 8 $ / ,
422
- // well formed
422
+ // terms beginning with ':'
423
+ / t o R d f - m a n i f e s t .j s o n l d # t e 1 1 7 $ / ,
424
+ / t o R d f - m a n i f e s t .j s o n l d # t e 1 1 8 $ / ,
425
+ // terms having form of keyword
426
+ / t o R d f - m a n i f e s t .j s o n l d # t e 1 1 9 $ / ,
427
+ / t o R d f - m a n i f e s t .j s o n l d # t e 1 2 0 $ / ,
428
+ / t o R d f - m a n i f e s t .j s o n l d # t e 1 2 2 $ / ,
429
+ // well formed
423
430
/ t o R d f - m a n i f e s t .j s o n l d # t w f 0 1 $ / ,
424
431
/ t o R d f - m a n i f e s t .j s o n l d # t w f 0 2 $ / ,
425
432
/ t o R d f - m a n i f e s t .j s o n l d # t w f 0 3 $ / ,
You can’t perform that action at this time.
0 commit comments