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/collection_subject.ttl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/extra/longhand/collection_subject.ttl (limited to 'test/extra/longhand/collection_subject.ttl') diff --git a/test/extra/longhand/collection_subject.ttl b/test/extra/longhand/collection_subject.ttl new file mode 100644 index 00000000..43670620 --- /dev/null +++ b/test/extra/longhand/collection_subject.ttl @@ -0,0 +1,2 @@ +@prefix eg: . +( 1 2 ) eg:p3 3 ; eg:p4 4 . -- cgit v1.2.1