From dd777c54b7585823be1f977e9dd887a5110a74f3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 29 Mar 2023 19:59:47 -0400 Subject: Test URI and blank node manipulation features separately --- test/root/manifest.ttl | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test/root/manifest.ttl (limited to 'test/root/manifest.ttl') diff --git a/test/root/manifest.ttl b/test/root/manifest.ttl new file mode 100644 index 00000000..90c6a527 --- /dev/null +++ b/test/root/manifest.ttl @@ -0,0 +1,27 @@ +@prefix mf: . +@prefix rdfs: . +@prefix rdft: . +@prefix serd: . + +<> + a mf:Manifest ; + rdfs:comment "Serd root URI test suite" ; + mf:entries ( + <#root-inside-base> + <#root-outside-base> + ) . + +<#root-inside-base> + a rdft:TestTurtleEval ; + mf:action ; + mf:name "root-inside-base" ; + mf:result . + +<#root-outside-base> + a rdft:TestTurtleEval ; + mf:action ; + mf:name "root-outside-base" ; + mf:result . + +rdft:Test + rdfs:subClassOf mf:ManifestEntry . -- cgit v1.2.1