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 2828 the ` toRdf ` output.
2929
3030### 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.
3233- Compacting multiple nodes in a graph container places them in ` @included ` .
3334
3435## 1.7.0 - 2019-08-30
Original file line number Diff line number Diff line change @@ -419,7 +419,14 @@ const TEST_TYPES = {
419419 idRegex : [
420420 // blank node properties
421421 / 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
423430 / t o R d f - m a n i f e s t .j s o n l d # t w f 0 1 $ / ,
424431 / t o R d f - m a n i f e s t .j s o n l d # t w f 0 2 $ / ,
425432 / 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