diff options
Diffstat (limited to 'test/full/manifest.ttl')
-rw-r--r-- | test/full/manifest.ttl | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/full/manifest.ttl b/test/full/manifest.ttl deleted file mode 100644 index a7cfac4a..00000000 --- a/test/full/manifest.ttl +++ /dev/null @@ -1,17 +0,0 @@ -@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#> . -@prefix serd: <http://drobilla.net/ns/serd#> . - -<> - a mf:Manifest ; - rdfs:comment "Serd full URI test suite" ; - mf:entries ( - <#full-uris> - ) . - -<#full-uris> - a rdft:TestTurtleEval ; - mf:action <full-uris.ttl> ; - mf:name "full-uris" ; - mf:result <full-uris.ttl> . |