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/blank_subject.ttl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/extra/longhand/blank_subject.ttl (limited to 'test/extra/longhand/blank_subject.ttl') diff --git a/test/extra/longhand/blank_subject.ttl b/test/extra/longhand/blank_subject.ttl new file mode 100644 index 00000000..5e3303f9 --- /dev/null +++ b/test/extra/longhand/blank_subject.ttl @@ -0,0 +1,2 @@ +@prefix eg: . +[] eg:p1 1 ; eg:p2 2 . -- cgit v1.2.1