diff options
Diffstat (limited to 'test/extra/longhand/shorthand.ttl')
-rw-r--r-- | test/extra/longhand/shorthand.ttl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/extra/longhand/shorthand.ttl b/test/extra/longhand/shorthand.ttl new file mode 100644 index 00000000..d563021e --- /dev/null +++ b/test/extra/longhand/shorthand.ttl @@ -0,0 +1,13 @@ +@prefix eg: <http://example.org/eg#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . + +[] + a eg:Node ; + eg:with [ + a eg:NodeChild ; + eg:having ( + [ + a eg:ListItem + ] + ) + ] . |