From c9afaab2a84f592e4567b37b3551511381e734e4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Apr 2023 19:20:23 -0400 Subject: Add "longhand" mode to write rdf:type predicates normally --- test/extra/longhand/longhand.ttl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/extra/longhand/longhand.ttl (limited to 'test/extra/longhand/longhand.ttl') 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: . +@prefix rdf: . + +[] + rdf:type eg:Node ; + eg:with [ + rdf:type eg:NodeChild ; + eg:having ( + [ + rdf:type eg:ListItem + ] + ) + ] . -- cgit v1.2.1