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