diff options
Diffstat (limited to 'test/extra/longhand/manifest.ttl')
-rw-r--r-- | test/extra/longhand/manifest.ttl | 16 |
1 files changed, 16 insertions, 0 deletions
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: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix rdft: <http://www.w3.org/ns/rdftest#> . + +<> + a mf:Manifest ; + rdfs:comment "Serd longhand writing test suite" ; + mf:entries ( + <#write-longhand> + ) . + +<#write-longhand> + a rdft:TestTurtleEval ; + mf:action <shorthand.ttl> ; + mf:name "write-longhand" ; + mf:result <longhand.ttl> . |