aboutsummaryrefslogtreecommitdiffstats
path: root/test/qualify
diff options
context:
space:
mode:
Diffstat (limited to 'test/qualify')
-rw-r--r--test/qualify/README.md4
-rw-r--r--test/qualify/manifest.ttl20
-rw-r--r--test/qualify/qualify-in.ttl10
-rw-r--r--test/qualify/qualify-out.ttl10
4 files changed, 0 insertions, 44 deletions
diff --git a/test/qualify/README.md b/test/qualify/README.md
deleted file mode 100644
index c345f242..00000000
--- a/test/qualify/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-Qualify Test Suite
-==================
-
-This small suite tests qualifying full URIs into shortened forms.
diff --git a/test/qualify/manifest.ttl b/test/qualify/manifest.ttl
deleted file mode 100644
index 0a2fb698..00000000
--- a/test/qualify/manifest.ttl
+++ /dev/null
@@ -1,20 +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 URI qualification test suite" ;
- mf:entries (
- <#qualify>
- ) .
-
-<#qualify>
- a rdft:TestTurtleEval ;
- mf:action <qualify-in.ttl> ;
- mf:name "qualify" ;
- mf:result <qualify-out.ttl> .
-
-rdft:Test
- rdfs:subClassOf mf:ManifestEntry .
diff --git a/test/qualify/qualify-in.ttl b/test/qualify/qualify-in.ttl
deleted file mode 100644
index 04afc07f..00000000
--- a/test/qualify/qualify-in.ttl
+++ /dev/null
@@ -1,10 +0,0 @@
-@prefix eg: <http://example.org/> .
-
-<http://example.org/s>
- <http://example.org/p> <http://example.org/o> .
-
-<http://example.org/a-subject>
- <http://example.org/a-predicate> <http://example.org/a-object> .
-
-<http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>
- <http://www.w3.org/2000/01/rdf-schema#label> "nil" .
diff --git a/test/qualify/qualify-out.ttl b/test/qualify/qualify-out.ttl
deleted file mode 100644
index f4dd15d4..00000000
--- a/test/qualify/qualify-out.ttl
+++ /dev/null
@@ -1,10 +0,0 @@
-@prefix eg: <http://example.org/> .
-
-eg:s
- eg:p eg:o .
-
-<http://example.org/a-subject>
- <http://example.org/a-predicate> <http://example.org/a-object> .
-
-()
- <http://www.w3.org/2000/01/rdf-schema#label> "nil" .