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/manifest.ttl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/extra/longhand/manifest.ttl (limited to 'test/extra/longhand/manifest.ttl') diff --git a/test/extra/longhand/manifest.ttl b/test/extra/longhand/manifest.ttl new file mode 100644 index 00000000..313ca846 --- /dev/null +++ b/test/extra/longhand/manifest.ttl @@ -0,0 +1,16 @@ +@prefix mf: . +@prefix rdfs: . +@prefix rdft: . + +<> + a mf:Manifest ; + rdfs:comment "Serd longhand writing test suite" ; + mf:entries ( + <#write-longhand> + ) . + +<#write-longhand> + a rdft:TestTurtleEval ; + mf:action ; + mf:name "write-longhand" ; + mf:result . -- cgit v1.2.1