Make all tests and manifests relative, not absolute.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Wed, 19 Sep 2012 16:50:04 -0700
changeset 142 d938fbab38c4
parent 141 8d1da7f9c601
child 143 477dbacdfed0
Make all tests and manifests relative, not absolute.
microdata-rdf/tests/0001.ttl
microdata-rdf/tests/0002.ttl
microdata-rdf/tests/0003.ttl
microdata-rdf/tests/0004.ttl
microdata-rdf/tests/0005.ttl
microdata-rdf/tests/0006.ttl
microdata-rdf/tests/0007.ttl
microdata-rdf/tests/0008.ttl
microdata-rdf/tests/0009.ttl
microdata-rdf/tests/0010.ttl
microdata-rdf/tests/0011.ttl
microdata-rdf/tests/0012.ttl
microdata-rdf/tests/0013.ttl
microdata-rdf/tests/0014.ttl
microdata-rdf/tests/0015.ttl
microdata-rdf/tests/0046.ttl
microdata-rdf/tests/0047.ttl
microdata-rdf/tests/0048.ttl
microdata-rdf/tests/0049.ttl
microdata-rdf/tests/0050.ttl
microdata-rdf/tests/0051.ttl
microdata-rdf/tests/0052.ttl
microdata-rdf/tests/0053.ttl
microdata-rdf/tests/0054.ttl
microdata-rdf/tests/0055.ttl
microdata-rdf/tests/0056.ttl
microdata-rdf/tests/0057.ttl
microdata-rdf/tests/0058.ttl
microdata-rdf/tests/0059.ttl
microdata-rdf/tests/0060.ttl
microdata-rdf/tests/0061.ttl
microdata-rdf/tests/0062.ttl
microdata-rdf/tests/0063.ttl
microdata-rdf/tests/0064.ttl
microdata-rdf/tests/0065.ttl
microdata-rdf/tests/0066.ttl
microdata-rdf/tests/0067.ttl
microdata-rdf/tests/0068.ttl
microdata-rdf/tests/0069.ttl
microdata-rdf/tests/0070.ttl
microdata-rdf/tests/0071.ttl
microdata-rdf/tests/0072.ttl
microdata-rdf/tests/index.html
microdata-rdf/tests/manifest.jsonld
microdata-rdf/tests/manifest.ttl
microdata-rdf/tests/mk-manifest.rb
microdata-rdf/tests/sdo_eg_md_1.ttl
microdata-rdf/tests/sdo_eg_md_10.ttl
microdata-rdf/tests/sdo_eg_md_11.ttl
microdata-rdf/tests/sdo_eg_md_12.ttl
microdata-rdf/tests/sdo_eg_md_13.ttl
microdata-rdf/tests/sdo_eg_md_14.ttl
microdata-rdf/tests/sdo_eg_md_15.ttl
microdata-rdf/tests/sdo_eg_md_16.ttl
microdata-rdf/tests/sdo_eg_md_17.ttl
microdata-rdf/tests/sdo_eg_md_18.ttl
microdata-rdf/tests/sdo_eg_md_19.ttl
microdata-rdf/tests/sdo_eg_md_2.ttl
microdata-rdf/tests/sdo_eg_md_20.ttl
microdata-rdf/tests/sdo_eg_md_21.ttl
microdata-rdf/tests/sdo_eg_md_22.ttl
microdata-rdf/tests/sdo_eg_md_23.ttl
microdata-rdf/tests/sdo_eg_md_24.ttl
microdata-rdf/tests/sdo_eg_md_25.ttl
microdata-rdf/tests/sdo_eg_md_26.ttl
microdata-rdf/tests/sdo_eg_md_27.ttl
microdata-rdf/tests/sdo_eg_md_28.ttl
microdata-rdf/tests/sdo_eg_md_29.ttl
microdata-rdf/tests/sdo_eg_md_3.ttl
microdata-rdf/tests/sdo_eg_md_30.ttl
microdata-rdf/tests/sdo_eg_md_4.ttl
microdata-rdf/tests/sdo_eg_md_5.ttl
microdata-rdf/tests/sdo_eg_md_6.ttl
microdata-rdf/tests/sdo_eg_md_7.ttl
microdata-rdf/tests/sdo_eg_md_8.ttl
microdata-rdf/tests/sdo_eg_md_9.ttl
--- a/microdata-rdf/tests/0001.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0001.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix schema: <http://schema.org/> .
 
--- a/microdata-rdf/tests/0002.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0002.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,5 +1,5 @@
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0002.html> md:item (
- [ <http://www.w3.org/TR/microdata-rdf/tests/0002.html#name> "Gregg", "Kellogg"]) .
+<0002.html> md:item (
+ [ <0002.html#name> "Gregg", "Kellogg"]) .
--- a/microdata-rdf/tests/0003.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0003.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,6 +1,6 @@
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0003.html> md:item (
- [ <http://www.w3.org/TR/microdata-rdf/tests/0003.html#fullName> "Gregg Kellogg";
-   <http://www.w3.org/TR/microdata-rdf/tests/0003.html#name> "Gregg Kellogg"]) .
+<0003.html> md:item (
+ [ <0003.html#fullName> "Gregg Kellogg";
+   <0003.html#name> "Gregg Kellogg"]) .
--- a/microdata-rdf/tests/0004.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0004.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix schema: <http://schema.org/> .
 
--- a/microdata-rdf/tests/0005.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0005.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix schema: <http://schema.org/> .
 
--- a/microdata-rdf/tests/0006.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0006.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix schema: <http://schema.org/> .
 
--- a/microdata-rdf/tests/0007.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0007.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix schema: <http://schema.org/> .
 
--- a/microdata-rdf/tests/0008.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0008.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix schema: <http://schema.org/> .
 
--- a/microdata-rdf/tests/0009.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0009.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix schema: <http://schema.org/> .
 
--- a/microdata-rdf/tests/0010.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0010.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix schema: <http://schema.org/> .
 
--- a/microdata-rdf/tests/0011.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0011.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix schema: <http://schema.org/> .
 
--- a/microdata-rdf/tests/0012.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0012.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix schema: <http://schema.org/> .
 
--- a/microdata-rdf/tests/0013.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0013.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix schema: <http://schema.org/> .
 
--- a/microdata-rdf/tests/0014.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0014.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix schema: <http://schema.org/> .
 
--- a/microdata-rdf/tests/0015.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0015.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix schema: <http://schema.org/> .
 
--- a/microdata-rdf/tests/0046.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0046.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -3,5 +3,5 @@
 @prefix schema: <http://schema.org/> .
 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0046.html> md:item ([ a schema:Thing;
+<0046.html> md:item ([ a schema:Thing;
        schema:time "00:00:00Z"^^xsd:time]) .
--- a/microdata-rdf/tests/0047.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0047.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -3,5 +3,5 @@
 @prefix schema: <http://schema.org/> .
 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0047.html> md:item ([ a schema:Thing;
+<0047.html> md:item ([ a schema:Thing;
        schema:time "2011-06-28T00:00:00Z"^^xsd:dateTime]) .
--- a/microdata-rdf/tests/0048.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0048.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -3,5 +3,5 @@
 @prefix schema: <http://schema.org/> .
 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0048.html> md:item ([ a schema:Thing;
+<0048.html> md:item ([ a schema:Thing;
        schema:time "P2011Y06M28DT00H00M00S"^^xsd:duration]) .
--- a/microdata-rdf/tests/0049.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0049.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,5 +2,5 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0049.html> md:item ([ a schema:Thing;
+<0049.html> md:item ([ a schema:Thing;
        schema:time "foo"]) .
--- a/microdata-rdf/tests/0050.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0050.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,5 +2,5 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0050.html> md:item ([ a schema:Thing;
-       schema:a <http://www.w3.org/TR/microdata-rdf/tests/foo>]) .
+<0050.html> md:item ([ a schema:Thing;
+       schema:a <foo>]) .
--- a/microdata-rdf/tests/0051.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0051.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0051.html> md:item (<http://www.w3.org/TR/microdata-rdf/tests/subj>) .
+<0051.html> md:item (<subj>) .
 
-<http://www.w3.org/TR/microdata-rdf/tests/subj> a schema:Thing;
+<subj> a schema:Thing;
    schema:name "@itemid test" .
--- a/microdata-rdf/tests/0052.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0052.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,5 +1,5 @@
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0052.html> md:item (
-  [ <http://www.w3.org/TR/microdata-rdf/tests/0052.html#name> "Amanda"]) .
+<0052.html> md:item (
+  [ <0052.html#name> "Amanda"]) .
--- a/microdata-rdf/tests/0053.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0053.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,5 +1,5 @@
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0053.html> md:item (
-  [ <http://www.w3.org/TR/microdata-rdf/tests/0053.html#name> "Amanda"]) .
+<0053.html> md:item (
+  [ <0053.html#name> "Amanda"]) .
--- a/microdata-rdf/tests/0054.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0054.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,5 +1,5 @@
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0054.html> md:item (
-  [ <http://www.w3.org/TR/microdata-rdf/tests/0054.html#name> "Amanda"]) .
+<0054.html> md:item (
+  [ <0054.html#name> "Amanda"]) .
--- a/microdata-rdf/tests/0055.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0055.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,6 +2,6 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0055.html> md:item (
+<0055.html> md:item (
   [ a schema:Person;
     schema:name "Amanda"]) .
--- a/microdata-rdf/tests/0056.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0056.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -3,6 +3,6 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0056.html> md:item (
+<0056.html> md:item (
   [ a schema:Person, foaf:Person;
     schema:name "Amanda"]) .
--- a/microdata-rdf/tests/0057.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0057.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,5 +2,5 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0057.html> md:item (
+<0057.html> md:item (
   [ schema:name "Amanda"]) .
--- a/microdata-rdf/tests/0058.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0058.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,5 +2,5 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0058.html> md:item (
+<0058.html> md:item (
   [ schema:name "Amanda"]) .
--- a/microdata-rdf/tests/0059.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0059.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,5 +2,5 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0059.html> md:item (
+<0059.html> md:item (
   [ schema:name "Amanda"]) .
--- a/microdata-rdf/tests/0060.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0060.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,6 +2,6 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0060.html> md:item (
+<0060.html> md:item (
   [ a schema:Person;
     schema:name "Amanda"]) .
--- a/microdata-rdf/tests/0061.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0061.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0061.html> md:item (
+<0061.html> md:item (
   [ a schema:Person;
     schema:knows [ schema:name "Jeni"];
     schema:name "Gregg"]) .
--- a/microdata-rdf/tests/0062.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0062.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,6 +2,6 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0062.html> md:item (
+<0062.html> md:item (
   [ a schema:Person;
     schema:name "Amanda"]) .
--- a/microdata-rdf/tests/0063.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0063.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,6 +2,6 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0063.html> md:item (
+<0063.html> md:item (
   [ a schema:Person;
     schema:name "Gregg", "Kellogg"]) .
--- a/microdata-rdf/tests/0064.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0064.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -3,6 +3,6 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0064.html> md:item (
+<0064.html> md:item (
   [ a foaf:Person; foaf:name "Amanda"]
   [ a schema:Person; schema:name "Amanda"]) .
--- a/microdata-rdf/tests/0065.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0065.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0065.html> md:item (
+<0065.html> md:item (
   [ a schema:Person;
     schema:band "Jazz Band";
     schema:name "Amanda"]) .
--- a/microdata-rdf/tests/0066.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0066.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0066.html> md:item (
+<0066.html> md:item (
   [ a schema:Person;
     schema:band [
       a schema:MusicGroup;
--- a/microdata-rdf/tests/0067.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0067.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,8 +1,8 @@
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0067.html> md:item (
-  [ <http://www.w3.org/TR/microdata-rdf/tests/0067.html#refers-to> _:amanda]
-  [ <http://www.w3.org/TR/microdata-rdf/tests/0067.html#refers-to> _:amanda]) .
+<0067.html> md:item (
+  [ <0067.html#refers-to> _:amanda]
+  [ <0067.html#refers-to> _:amanda]) .
 
-_:amanda <http://www.w3.org/TR/microdata-rdf/tests/0067.html#name> "Amanda" .
+_:amanda <0067.html#name> "Amanda" .
--- a/microdata-rdf/tests/0068.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0068.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,6 +1,6 @@
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0068.html> md:item (
+<0068.html> md:item (
   [ a <http://foo/bar>;
     <http://foo/baz> "FooBar"]) .
--- a/microdata-rdf/tests/0069.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0069.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,6 +1,6 @@
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0069.html> md:item (
+<0069.html> md:item (
   [ a <http://foo#bar>;
     <http://foo#baz> "FooBar"]) .
--- a/microdata-rdf/tests/0070.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0070.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,6 +1,6 @@
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0070.html> md:item (
+<0070.html> md:item (
   [ a <http://foo#Type>;
     <http://foo#bar> [ <http://foo#baz> "Baz"]]) .
--- a/microdata-rdf/tests/0071.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0071.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,6 +1,6 @@
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0071.html> md:item (
+<0071.html> md:item (
   [ a <http://contextual.unordered/>;
     <http://www.w3.org/ns/md?type=http://contextual.unordered/&prop=baz> "FooBar"]) .
--- a/microdata-rdf/tests/0072.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/0072.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,7 +1,7 @@
 @prefix md: <http://www.w3.org/ns/md#> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/0072.html> md:item (
+<0072.html> md:item (
   [ a <http://contextual.unordered/>;
     <http://www.w3.org/ns/md?type=http://contextual.unordered/&prop=bar>
       [ <http://www.w3.org/ns/md?type=http://contextual.unordered/&prop=bar.baz> "Baz"]]) .
--- a/microdata-rdf/tests/index.html	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/index.html	Wed Sep 19 16:50:04 2012 -0700
@@ -80,7 +80,7 @@
     <a href="#positive-tests">Positive processor
     tests</a> tests MUST generate the specified triples and <a href="#negative-tests">Negative processor tests</a>
     MUST NOT generate the specified triples.</p>
-  <p>All tests should be performed with an assumed base of <code>http://www.w3.org/TR/microdata-rdf/tests/</code>
+  <p>All tests should be performed with an assumed base of <code>http://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/tests/</code>
     along with the base-name of the specific test document (excluding any format extension).</p>
   <p>This document serves as the test manifest for both positive and negative parser tests using the
     <a href="http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#">Data Access Test Manifest</a>
--- a/microdata-rdf/tests/manifest.jsonld	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/manifest.jsonld	Wed Sep 19 16:50:04 2012 -0700
@@ -27,35 +27,512 @@
   },
   "@graph": [
     {
-      "@id": "_:ae2",
+      "@id": "_:ag5",
       "@type": "mf:Manifest",
       "comment": "Positive processor tests",
       "entries": [
         {
-          "@id": "_:w1",
+          "@id": "_:v4",
           "@type": "mf:ManifestEntry",
           "action": {
-            "@id": "_:w2",
+            "@id": "_:v5",
             "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0001.html"
+            "data": "0001.html"
           },
           "comment": "Item with no itemtype and literal itemprop",
           "name": "Test 0001",
           "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0001.ttl"
+          "result": "0001.ttl"
         },
         {
-          "@id": "_:x8",
+          "@id": "_:w4",
           "@type": "mf:ManifestEntry",
           "action": {
-            "@id": "_:x9",
+            "@id": "_:w5",
             "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0002.html"
+            "data": "0002.html"
           },
           "comment": "Item with no itemtype and 2 elements with equivalent itemprop",
           "name": "Test 0002",
           "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0002.ttl"
+          "result": "0002.ttl"
+        },
+        {
+          "@id": "_:x0",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:x1",
+            "@type": "mq:QueryTest",
+            "data": "0003.html"
+          },
+          "comment": "Item with itemprop having two properties",
+          "name": "Test 0003",
+          "positiveTest": "true",
+          "result": "0003.ttl"
+        },
+        {
+          "@id": "_:z5",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:x8",
+            "@type": "mq:QueryTest",
+            "data": "0004.html"
+          },
+          "comment": "Use of meta and @content",
+          "name": "Test 0004",
+          "positiveTest": "true",
+          "result": "0004.ttl"
+        },
+        {
+          "@id": "_:z8",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:z9",
+            "@type": "mq:QueryTest",
+            "data": "0005.html"
+          },
+          "comment": "Use of audio and @src",
+          "name": "Test 0005",
+          "positiveTest": "true",
+          "result": "0005.ttl"
+        },
+        {
+          "@id": "_:z1",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:z2",
+            "@type": "mq:QueryTest",
+            "data": "0006.html"
+          },
+          "comment": "Use of embed and @src",
+          "name": "Test 0006",
+          "positiveTest": "true",
+          "result": "0006.ttl"
+        },
+        {
+          "@id": "_:aa4",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:aa5",
+            "@type": "mq:QueryTest",
+            "data": "0007.html"
+          },
+          "comment": "Use of iframe and @src",
+          "name": "Test 0007",
+          "positiveTest": "true",
+          "result": "0007.ttl"
+        },
+        {
+          "@id": "_:ab1",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ab2",
+            "@type": "mq:QueryTest",
+            "data": "0008.html"
+          },
+          "comment": "Use of img and @src",
+          "name": "Test 0008",
+          "positiveTest": "true",
+          "result": "0008.ttl"
+        },
+        {
+          "@id": "_:ac0",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ac1",
+            "@type": "mq:QueryTest",
+            "data": "0009.html"
+          },
+          "comment": "Use of source and @src",
+          "name": "Test 0009",
+          "positiveTest": "true",
+          "result": "0009.ttl"
+        },
+        {
+          "@id": "_:ad0",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ad1",
+            "@type": "mq:QueryTest",
+            "data": "0010.html"
+          },
+          "comment": "Use of track and @src",
+          "name": "Test 0010",
+          "positiveTest": "true",
+          "result": "0010.ttl"
+        },
+        {
+          "@id": "_:ad6",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ad7",
+            "@type": "mq:QueryTest",
+            "data": "0011.html"
+          },
+          "comment": "Use of video and @src",
+          "name": "Test 0011",
+          "positiveTest": "true",
+          "result": "0011.ttl"
+        },
+        {
+          "@id": "_:ae3",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ae4",
+            "@type": "mq:QueryTest",
+            "data": "0012.html"
+          },
+          "comment": "Use of a and @href",
+          "name": "Test 0012",
+          "positiveTest": "true",
+          "result": "0012.ttl"
+        },
+        {
+          "@id": "_:af3",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:af4",
+            "@type": "mq:QueryTest",
+            "data": "0013.html"
+          },
+          "comment": "Use of area and @href",
+          "name": "Test 0013",
+          "positiveTest": "true",
+          "result": "0013.ttl"
+        },
+        {
+          "@id": "_:ag1",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ag2",
+            "@type": "mq:QueryTest",
+            "data": "0014.html"
+          },
+          "comment": "Use of link and @href",
+          "name": "Test 0014",
+          "positiveTest": "true",
+          "result": "0014.ttl"
+        },
+        {
+          "@id": "_:ag6",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ah4",
+            "@type": "mq:QueryTest",
+            "data": "0015.html"
+          },
+          "comment": "Use of object and @data",
+          "name": "Test 0015",
+          "positiveTest": "true",
+          "result": "0015.ttl"
+        },
+        {
+          "@id": "_:ag7",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ah1",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_1.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 1 (format md)",
+          "name": "Test 0016",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_1.ttl"
+        },
+        {
+          "@id": "_:af9",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:af6",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_2.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 2 (format md)",
+          "name": "Test 0017",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_2.ttl"
+        },
+        {
+          "@id": "_:ae9",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ae6",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_3.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 3 (format md)",
+          "name": "Test 0018",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_3.ttl"
+        },
+        {
+          "@id": "_:ae0",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ad4",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_4.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 4 (format md)",
+          "name": "Test 0019",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_4.ttl"
+        },
+        {
+          "@id": "_:ac6",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ac4",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_5.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 5 (format md)",
+          "name": "Test 0020",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_5.ttl"
+        },
+        {
+          "@id": "_:ab9",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ab5",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_6.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 6 (format md)",
+          "name": "Test 0021",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_6.ttl"
+        },
+        {
+          "@id": "_:aa9",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:aa3",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_7.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 7 (format md)",
+          "name": "Test 0022",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_7.ttl"
+        },
+        {
+          "@id": "_:z3",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:z4",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_8.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 8 (format md)",
+          "name": "Test 0023",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_8.ttl"
+        },
+        {
+          "@id": "_:y1",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:y2",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_9.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 9 (format md)",
+          "name": "Test 0024",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_9.ttl"
+        },
+        {
+          "@id": "_:x7",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:x2",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_10.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 10 (format md)",
+          "name": "Test 0025",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_10.ttl"
+        },
+        {
+          "@id": "_:w6",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:w0",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_11.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 11 (format md)",
+          "name": "Test 0026",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_11.ttl"
+        },
+        {
+          "@id": "_:v6",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:v3",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_12.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 12 (format md)",
+          "name": "Test 0027",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_12.ttl"
+        },
+        {
+          "@id": "_:u5",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:u2",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_13.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 13 (format md)",
+          "name": "Test 0028",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_13.ttl"
+        },
+        {
+          "@id": "_:t7",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:t3",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_14.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 14 (format md)",
+          "name": "Test 0029",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_14.ttl"
+        },
+        {
+          "@id": "_:ag8",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ah2",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_15.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 15 (format md)",
+          "name": "Test 0030",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_15.ttl"
+        },
+        {
+          "@id": "_:ag0",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:af7",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_16.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 16 (format md)",
+          "name": "Test 0031",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_16.ttl"
+        },
+        {
+          "@id": "_:af0",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ae7",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_17.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 17 (format md)",
+          "name": "Test 0032",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_17.ttl"
+        },
+        {
+          "@id": "_:ae1",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ad5",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_18.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 18 (format md)",
+          "name": "Test 0033",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_18.ttl"
+        },
+        {
+          "@id": "_:ac7",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ac5",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_19.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 19 (format md)",
+          "name": "Test 0034",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_19.ttl"
+        },
+        {
+          "@id": "_:ab8",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ab4",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_20.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 20 (format md)",
+          "name": "Test 0035",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_20.ttl"
+        },
+        {
+          "@id": "_:aa8",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:aa2",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_21.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 21 (format md)",
+          "name": "Test 0036",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_21.ttl"
+        },
+        {
+          "@id": "_:y9",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:z0",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_22.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 22 (format md)",
+          "name": "Test 0037",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_22.ttl"
         },
         {
           "@id": "_:y5",
@@ -63,25 +540,410 @@
           "action": {
             "@id": "_:y6",
             "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0003.html"
+            "data": "sdo_eg_md_23.html"
           },
-          "comment": "Item with itemprop having two properties",
-          "name": "Test 0003",
+          "comment": "Web Schemas TF: Schema.org tests: test 23 (format md)",
+          "name": "Test 0038",
           "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0003.ttl"
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_23.ttl"
         },
         {
-          "@id": "_:z5",
+          "@id": "_:x5",
           "@type": "mf:ManifestEntry",
           "action": {
-            "@id": "_:z6",
+            "@id": "_:w8",
             "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0004.html"
+            "data": "sdo_eg_md_24.html"
           },
-          "comment": "Use of meta and @content",
-          "name": "Test 0004",
+          "comment": "Web Schemas TF: Schema.org tests: test 24 (format md)",
+          "name": "Test 0039",
           "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0004.ttl"
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_24.ttl"
+        },
+        {
+          "@id": "_:w3",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:v8",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_25.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 25 (format md)",
+          "name": "Test 0040",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_25.ttl"
+        },
+        {
+          "@id": "_:v2",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:u7",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_26.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 26 (format md)",
+          "name": "Test 0041",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_26.ttl"
+        },
+        {
+          "@id": "_:u0",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:t8",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_27.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 27 (format md)",
+          "name": "Test 0042",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_27.ttl"
+        },
+        {
+          "@id": "_:t1",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:t2",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_28.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 28 (format md)",
+          "name": "Test 0043",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_28.ttl"
+        },
+        {
+          "@id": "_:ag9",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ag4",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_29.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 29 (format md)",
+          "name": "Test 0044",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_29.ttl"
+        },
+        {
+          "@id": "_:af5",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:af2",
+            "@type": "mq:QueryTest",
+            "data": "sdo_eg_md_30.html"
+          },
+          "comment": "Web Schemas TF: Schema.org tests: test 30 (format md)",
+          "name": "Test 0045",
+          "positiveTest": "true",
+          "registry": "http://www.w3.org/ns/md",
+          "result": "sdo_eg_md_30.ttl"
+        },
+        {
+          "@id": "_:ae5",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ae2",
+            "@type": "mq:QueryTest",
+            "data": "0046.html"
+          },
+          "comment": "Use of time with @datetime xsd:time",
+          "name": "Test 0046",
+          "positiveTest": "true",
+          "result": "0046.ttl"
+        },
+        {
+          "@id": "_:ad3",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ad2",
+            "@type": "mq:QueryTest",
+            "data": "0047.html"
+          },
+          "comment": "Use of time with @datetime xsd:dateTime",
+          "name": "Test 0047",
+          "positiveTest": "true",
+          "result": "0047.ttl"
+        },
+        {
+          "@id": "_:ac3",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ac2",
+            "@type": "mq:QueryTest",
+            "data": "0048.html"
+          },
+          "comment": "Use of time with @datetime xsd:duration",
+          "name": "Test 0048",
+          "positiveTest": "true",
+          "result": "0048.ttl"
+        },
+        {
+          "@id": "_:ab3",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ab0",
+            "@type": "mq:QueryTest",
+            "data": "0049.html"
+          },
+          "comment": "Use of time with @datetime invalid",
+          "name": "Test 0049",
+          "positiveTest": "true",
+          "result": "0049.ttl"
+        },
+        {
+          "@id": "_:aa1",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:aa0",
+            "@type": "mq:QueryTest",
+            "data": "0050.html"
+          },
+          "comment": "relative URL as object",
+          "name": "Test 0050",
+          "positiveTest": "true",
+          "result": "0050.ttl"
+        },
+        {
+          "@id": "_:z6",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:z7",
+            "@type": "mq:QueryTest",
+            "data": "0051.html"
+          },
+          "comment": "relative URL as itemid",
+          "name": "Test 0051",
+          "positiveTest": "true",
+          "result": "0051.ttl"
+        },
+        {
+          "@id": "_:x9",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:y0",
+            "@type": "mq:QueryTest",
+            "data": "0052.html"
+          },
+          "comment": "token property no @itemtype",
+          "name": "Test 0052",
+          "positiveTest": "true",
+          "result": "0052.ttl"
+        },
+        {
+          "@id": "_:w9",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:w7",
+            "@type": "mq:QueryTest",
+            "data": "0053.html"
+          },
+          "comment": "token property empty @itemtype",
+          "name": "Test 0053",
+          "positiveTest": "true",
+          "result": "0053.ttl"
+        },
+        {
+          "@id": "_:v9",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:v7",
+            "@type": "mq:QueryTest",
+            "data": "0054.html"
+          },
+          "comment": "token property and relative @itemtype",
+          "name": "Test 0054",
+          "positiveTest": "true",
+          "result": "0054.ttl"
+        },
+        {
+          "@id": "_:v1",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:u8",
+            "@type": "mq:QueryTest",
+            "data": "0055.html"
+          },
+          "comment": "token property and single @itemtype",
+          "name": "Test 0055",
+          "positiveTest": "true",
+          "result": "0055.ttl"
+        },
+        {
+          "@id": "_:u1",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:t9",
+            "@type": "mq:QueryTest",
+            "data": "0056.html"
+          },
+          "comment": "token property and multiple @itemtypes from different vocabularies",
+          "name": "Test 0056",
+          "positiveTest": "true",
+          "result": "0056.ttl"
+        },
+        {
+          "@id": "_:t6",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:t0",
+            "@type": "mq:QueryTest",
+            "data": "0057.html"
+          },
+          "comment": "URI property no @itemtype",
+          "name": "Test 0057",
+          "positiveTest": "true",
+          "result": "0057.ttl"
+        },
+        {
+          "@id": "_:ah0",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ah3",
+            "@type": "mq:QueryTest",
+            "data": "0058.html"
+          },
+          "comment": "URI property empty @itemtype",
+          "name": "Test 0058",
+          "positiveTest": "true",
+          "result": "0058.ttl"
+        },
+        {
+          "@id": "_:ag3",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:af8",
+            "@type": "mq:QueryTest",
+            "data": "0059.html"
+          },
+          "comment": "URI property relative @itemtype",
+          "name": "Test 0059",
+          "positiveTest": "true",
+          "result": "0059.ttl"
+        },
+        {
+          "@id": "_:af1",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:ae8",
+            "@type": "mq:QueryTest",
+            "data": "0060.html"
+          },
+          "comment": "URI property single @itemtype",
+          "name": "Test 0060",
+          "positiveTest": "true",
+          "result": "0060.ttl"
+        },
+        {
+          "@id": "_:x6",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:u6",
+            "@type": "mq:QueryTest",
+            "data": "0061.html"
+          },
+          "comment": "inherited type and token property",
+          "name": "Test 0061",
+          "positiveTest": "true",
+          "result": "0061.ttl"
+        },
+        {
+          "@id": "_:t4",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:t5",
+            "@type": "mq:QueryTest",
+            "data": "0062.html"
+          },
+          "comment": "@itemref to single id",
+          "name": "Test 0062",
+          "positiveTest": "true",
+          "result": "0062.ttl"
+        },
+        {
+          "@id": "_:u3",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:u4",
+            "@type": "mq:QueryTest",
+            "data": "0063.html"
+          },
+          "comment": "@itemref generates property values",
+          "name": "Test 0063",
+          "positiveTest": "true",
+          "result": "0063.ttl"
+        },
+        {
+          "@id": "_:u9",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:v0",
+            "@type": "mq:QueryTest",
+            "data": "0064.html"
+          },
+          "comment": "@itemref to single id with different types",
+          "name": "Test 0064",
+          "positiveTest": "true",
+          "result": "0064.ttl"
+        },
+        {
+          "@id": "_:w1",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:w2",
+            "@type": "mq:QueryTest",
+            "data": "0065.html"
+          },
+          "comment": "@itemref to multiple ids",
+          "name": "Test 0065",
+          "positiveTest": "true",
+          "result": "0065.ttl"
+        },
+        {
+          "@id": "_:x3",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:x4",
+            "@type": "mq:QueryTest",
+            "data": "0066.html"
+          },
+          "comment": "@itemref with chaining",
+          "name": "Test 0066",
+          "positiveTest": "true",
+          "result": "0066.ttl"
+        },
+        {
+          "@id": "_:y3",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:y4",
+            "@type": "mq:QueryTest",
+            "data": "0067.html"
+          },
+          "comment": "Shared @itemref",
+          "name": "Test 0067",
+          "positiveTest": "true",
+          "result": "0067.ttl"
+        },
+        {
+          "@id": "_:y7",
+          "@type": "mf:ManifestEntry",
+          "action": {
+            "@id": "_:y8",
+            "@type": "mq:QueryTest",
+            "data": "0068.html"
+          },
+          "comment": "Property URI generation (default) 1",
+          "name": "Test 0068",
+          "positiveTest": "true",
+          "result": "0068.ttl"
         },
         {
           "@id": "_:aa6",
@@ -89,12 +951,12 @@
           "action": {
             "@id": "_:aa7",
             "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0005.html"
+            "data": "0069.html"
           },
-          "comment": "Use of audio and @src",
-          "name": "Test 0005",
+          "comment": "Property URI generation (default) 2",
+          "name": "Test 0069",
           "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0005.ttl"
+          "result": "0069.ttl"
         },
         {
           "@id": "_:ab6",
@@ -102,900 +964,38 @@
           "action": {
             "@id": "_:ab7",
             "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0006.html"
-          },
-          "comment": "Use of embed and @src",
-          "name": "Test 0006",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0006.ttl"
-        },
-        {
-          "@id": "_:ac4",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ac5",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0007.html"
-          },
-          "comment": "Use of iframe and @src",
-          "name": "Test 0007",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0007.ttl"
-        },
-        {
-          "@id": "_:ad9",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ae0",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0008.html"
-          },
-          "comment": "Use of img and @src",
-          "name": "Test 0008",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0008.ttl"
-        },
-        {
-          "@id": "_:ad4",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ad5",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0009.html"
-          },
-          "comment": "Use of source and @src",
-          "name": "Test 0009",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0009.ttl"
-        },
-        {
-          "@id": "_:ae3",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ag5",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0010.html"
-          },
-          "comment": "Use of track and @src",
-          "name": "Test 0010",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0010.ttl"
-        },
-        {
-          "@id": "_:ae4",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ag9",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0011.html"
-          },
-          "comment": "Use of video and @src",
-          "name": "Test 0011",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0011.ttl"
-        },
-        {
-          "@id": "_:ae5",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ah2",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0012.html"
+            "data": "0070.html"
           },
-          "comment": "Use of a and @href",
-          "name": "Test 0012",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0012.ttl"
-        },
-        {
-          "@id": "_:ae6",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ah1",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0013.html"
-          },
-          "comment": "Use of area and @href",
-          "name": "Test 0013",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0013.ttl"
-        },
-        {
-          "@id": "_:ae7",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ag6",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0014.html"
-          },
-          "comment": "Use of link and @href",
-          "name": "Test 0014",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0014.ttl"
-        },
-        {
-          "@id": "_:ae8",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ad7",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0015.html"
-          },
-          "comment": "Use of object and @data",
-          "name": "Test 0015",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0015.ttl"
-        },
-        {
-          "@id": "_:ae9",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ag2",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_1.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 1 (format md)",
-          "name": "Test 0016",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_1.ttl"
-        },
-        {
-          "@id": "_:ac9",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ac3",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_2.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 2 (format md)",
-          "name": "Test 0017",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_2.ttl"
-        },
-        {
-          "@id": "_:ab5",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ab0",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_3.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 3 (format md)",
-          "name": "Test 0018",
+          "comment": "Property URI generation (default) 3",
+          "name": "Test 0070",
           "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_3.ttl"
-        },
-        {
-          "@id": "_:aa5",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:z9",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_4.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 4 (format md)",
-          "name": "Test 0019",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_4.ttl"
-        },
-        {
-          "@id": "_:z3",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:y8",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_5.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 5 (format md)",
-          "name": "Test 0020",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_5.ttl"
-        },
-        {
-          "@id": "_:y1",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:x7",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_6.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 6 (format md)",
-          "name": "Test 0021",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_6.ttl"
-        },
-        {
-          "@id": "_:w5",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:w0",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_7.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 7 (format md)",
-          "name": "Test 0022",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_7.ttl"
-        },
-        {
-          "@id": "_:x0",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:v5",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_8.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 8 (format md)",
-          "name": "Test 0023",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_8.ttl"
-        },
-        {
-          "@id": "_:v0",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:u8",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_9.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 9 (format md)",
-          "name": "Test 0024",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_9.ttl"
-        },
-        {
-          "@id": "_:t8",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:t5",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_10.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 10 (format md)",
-          "name": "Test 0025",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_10.ttl"
-        },
-        {
-          "@id": "_:u2",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:t9",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_11.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 11 (format md)",
-          "name": "Test 0026",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_11.ttl"
-        },
-        {
-          "@id": "_:af0",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ah4",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_12.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 12 (format md)",
-          "name": "Test 0027",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_12.ttl"
-        },
-        {
-          "@id": "_:af1",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ag8",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_13.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 13 (format md)",
-          "name": "Test 0028",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_13.ttl"
-        },
-        {
-          "@id": "_:af2",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ad8",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_14.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 14 (format md)",
-          "name": "Test 0029",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_14.ttl"
-        },
-        {
-          "@id": "_:af3",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ae1",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_15.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 15 (format md)",
-          "name": "Test 0030",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_15.ttl"
+          "result": "0070.ttl"
         },
         {
           "@id": "_:ac8",
           "@type": "mf:ManifestEntry",
           "action": {
-            "@id": "_:ac2",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_16.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 16 (format md)",
-          "name": "Test 0031",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_16.ttl"
-        },
-        {
-          "@id": "_:ab3",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:aa9",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_17.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 17 (format md)",
-          "name": "Test 0032",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_17.ttl"
-        },
-        {
-          "@id": "_:aa3",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:z7",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_18.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 18 (format md)",
-          "name": "Test 0033",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_18.ttl"
-        },
-        {
-          "@id": "_:y9",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:y3",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_19.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 19 (format md)",
-          "name": "Test 0034",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_19.ttl"
-        },
-        {
-          "@id": "_:x6",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:w8",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_20.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 20 (format md)",
-          "name": "Test 0035",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_20.ttl"
-        },
-        {
-          "@id": "_:v8",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:v9",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_21.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 21 (format md)",
-          "name": "Test 0036",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_21.ttl"
-        },
-        {
-          "@id": "_:v4",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:v2",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_22.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 22 (format md)",
-          "name": "Test 0037",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_22.ttl"
-        },
-        {
-          "@id": "_:u5",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:u4",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_23.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 23 (format md)",
-          "name": "Test 0038",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_23.ttl"
-        },
-        {
-          "@id": "_:t1",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:t2",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_24.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 24 (format md)",
-          "name": "Test 0039",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_24.ttl"
-        },
-        {
-          "@id": "_:ad2",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:t0",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_25.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 25 (format md)",
-          "name": "Test 0040",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_25.ttl"
-        },
-        {
-          "@id": "_:af4",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ah0",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_26.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 26 (format md)",
-          "name": "Test 0041",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_26.ttl"
-        },
-        {
-          "@id": "_:af5",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ag4",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_27.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 27 (format md)",
-          "name": "Test 0042",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_27.ttl"
-        },
-        {
-          "@id": "_:af6",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ag3",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_28.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 28 (format md)",
-          "name": "Test 0043",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_28.ttl"
-        },
-        {
-          "@id": "_:ad0",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ac6",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_29.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 29 (format md)",
-          "name": "Test 0044",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_29.ttl"
-        },
-        {
-          "@id": "_:ab8",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ab1",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_30.html"
-          },
-          "comment": "Web Schemas TF: Schema.org tests: test 30 (format md)",
-          "name": "Test 0045",
-          "positiveTest": "true",
-          "registry": "http://www.w3.org/ns/md",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_30.ttl"
-        },
-        {
-          "@id": "_:aa4",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:z8",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0046.html"
-          },
-          "comment": "Use of time with @datetime xsd:time",
-          "name": "Test 0046",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0046.ttl"
-        },
-        {
-          "@id": "_:z2",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:y4",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0047.html"
-          },
-          "comment": "Use of time with @datetime xsd:dateTime",
-          "name": "Test 0047",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0047.ttl"
-        },
-        {
-          "@id": "_:y0",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:x2",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0048.html"
-          },
-          "comment": "Use of time with @datetime xsd:duration",
-          "name": "Test 0048",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0048.ttl"
-        },
-        {
-          "@id": "_:w3",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:w4",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0049.html"
-          },
-          "comment": "Use of time with @datetime invalid",
-          "name": "Test 0049",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0049.ttl"
-        },
-        {
-          "@id": "_:w9",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:v3",
+            "@id": "_:ac9",
             "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0050.html"
-          },
-          "comment": "relative URL as object",
-          "name": "Test 0050",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0050.ttl"
-        },
-        {
-          "@id": "_:v1",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:u9",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0051.html"
-          },
-          "comment": "relative URL as itemid",
-          "name": "Test 0051",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0051.ttl"
-        },
-        {
-          "@id": "_:u3",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:t6",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0052.html"
-          },
-          "comment": "token property no @itemtype",
-          "name": "Test 0052",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0052.ttl"
-        },
-        {
-          "@id": "_:u1",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:t7",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0053.html"
-          },
-          "comment": "token property empty @itemtype",
-          "name": "Test 0053",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0053.ttl"
-        },
-        {
-          "@id": "_:af7",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ah3",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0054.html"
-          },
-          "comment": "token property and relative @itemtype",
-          "name": "Test 0054",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0054.ttl"
-        },
-        {
-          "@id": "_:af8",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ag7",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0055.html"
-          },
-          "comment": "token property and single @itemtype",
-          "name": "Test 0055",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0055.ttl"
-        },
-        {
-          "@id": "_:af9",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ad6",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0056.html"
-          },
-          "comment": "token property and multiple @itemtypes from different vocabularies",
-          "name": "Test 0056",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0056.ttl"
-        },
-        {
-          "@id": "_:ag0",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ad1",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0057.html"
-          },
-          "comment": "URI property no @itemtype",
-          "name": "Test 0057",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0057.ttl"
-        },
-        {
-          "@id": "_:ac7",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ac1",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0058.html"
-          },
-          "comment": "URI property empty @itemtype",
-          "name": "Test 0058",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0058.ttl"
-        },
-        {
-          "@id": "_:ab2",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:aa8",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0059.html"
-          },
-          "comment": "URI property relative @itemtype",
-          "name": "Test 0059",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0059.ttl"
-        },
-        {
-          "@id": "_:aa0",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:z4",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0060.html"
-          },
-          "comment": "URI property single @itemtype",
-          "name": "Test 0060",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0060.ttl"
-        },
-        {
-          "@id": "_:y7",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:y2",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0061.html"
-          },
-          "comment": "inherited type and token property",
-          "name": "Test 0061",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0061.ttl"
-        },
-        {
-          "@id": "_:x5",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:w7",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0062.html"
-          },
-          "comment": "@itemref to single id",
-          "name": "Test 0062",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0062.ttl"
-        },
-        {
-          "@id": "_:ag1",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:ab4",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0063.html"
-          },
-          "comment": "@itemref generates property values",
-          "name": "Test 0063",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0063.ttl"
-        },
-        {
-          "@id": "_:ad3",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:u0",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0064.html"
-          },
-          "comment": "@itemref to single id with different types",
-          "name": "Test 0064",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0064.ttl"
-        },
-        {
-          "@id": "_:t3",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:t4",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0065.html"
-          },
-          "comment": "@itemref to multiple ids",
-          "name": "Test 0065",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0065.ttl"
-        },
-        {
-          "@id": "_:u6",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:u7",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0066.html"
-          },
-          "comment": "@itemref with chaining",
-          "name": "Test 0066",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0066.ttl"
-        },
-        {
-          "@id": "_:v6",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:v7",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0067.html"
-          },
-          "comment": "Shared @itemref",
-          "name": "Test 0067",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0067.ttl"
-        },
-        {
-          "@id": "_:x1",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:w6",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0068.html"
-          },
-          "comment": "Property URI generation (default) 1",
-          "name": "Test 0068",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0068.ttl"
-        },
-        {
-          "@id": "_:x3",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:x4",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0069.html"
-          },
-          "comment": "Property URI generation (default) 2",
-          "name": "Test 0069",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0069.ttl"
-        },
-        {
-          "@id": "_:z0",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:z1",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0070.html"
-          },
-          "comment": "Property URI generation (default) 3",
-          "name": "Test 0070",
-          "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0070.ttl"
-        },
-        {
-          "@id": "_:aa1",
-          "@type": "mf:ManifestEntry",
-          "action": {
-            "@id": "_:aa2",
-            "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0071.html"
+            "data": "0071.html"
           },
           "comment": "Property URI generation (contextual) 1",
           "name": "Test 0071",
           "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0071.ttl"
+          "result": "0071.ttl"
         },
         {
-          "@id": "_:ab9",
+          "@id": "_:ad8",
           "@type": "mf:ManifestEntry",
           "action": {
-            "@id": "_:ac0",
+            "@id": "_:ad9",
             "@type": "mq:QueryTest",
-            "data": "http://www.w3.org/TR/microdata-rdf/tests/0072.html"
+            "data": "0072.html"
           },
           "comment": "Property URI generation (contextual) 2",
           "name": "Test 0072",
           "positiveTest": "true",
-          "result": "http://www.w3.org/TR/microdata-rdf/tests/0072.ttl"
+          "result": "0072.ttl"
         }
       ]
     }
--- a/microdata-rdf/tests/manifest.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/manifest.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -1,4 +1,3 @@
-@base <http://www.w3.org/TR/microdata-rdf/tests/> .
 @prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
 @prefix mq: <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
--- a/microdata-rdf/tests/mk-manifest.rb	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/mk-manifest.rb	Wed Sep 19 16:50:04 2012 -0700
@@ -3,25 +3,29 @@
 require 'rdf/turtle'
 require 'json/ld'
 
+BASE = "http://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/tests/"
 graph = RDF::Graph.load("./index.html",
-  :base_uri => "http://www.w3.org/TR/microdata-rdf/tests/",
+  :base_uri => BASE,
   :registry_uri => "./test-registry.json")
 
 # Turtle version
-RDF::Turtle::Writer.open("./manifest.ttl",
-  :base_uri => "http://www.w3.org/TR/microdata-rdf/tests/",
-  :prefixes => {
-    :rdfs => "http://www.w3.org/2000/01/rdf-schema#",
-    :mf => "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#",
-    :mq => "http://www.w3.org/2001/sw/DataAccess/tests/test-query#"}) do |w|
-  w << graph
+ttl = graph.dump(:ttl,
+:base_uri => BASE,
+:prefixes => {
+  :rdfs => "http://www.w3.org/2000/01/rdf-schema#",
+  :mf => "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#",
+  :mq => "http://www.w3.org/2001/sw/DataAccess/tests/test-query#"}
+)
+File.open("./manifest.ttl", "w") do |f|
+  f.write(ttl.lines.to_a[1..-1].join(""))
 end
 
 # JSON-LD version
-JSON::LD::API.fromRDF(graph) do |expanded|
-  JSON::LD::API.frame(expanded, "./manifest-frame.jsonld") do |framed|
-    File.open("./manifest.jsonld", "w") do |f|
-      f.write framed.to_json(JSON::LD::JSON_STATE)
+File.open("./manifest.jsonld", "w") do |f|
+  JSON::LD::API.fromRDF(graph) do |expanded|
+    JSON::LD::API.frame(expanded, "./manifest-frame.jsonld") do |framed|
+      json = framed.to_json(JSON::LD::JSON_STATE).gsub(BASE, "")
+      f.write json
     end
   end
 end
--- a/microdata-rdf/tests/sdo_eg_md_1.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_1.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_1.html> md:item (
+<sdo_eg_md_1.html> md:item (
  [ a schema:Person;
    schema:address [ a schema:PostalAddress;
      schema:addressLocality "Seattle";
@@ -15,7 +15,7 @@
      schema:colleague <http://www.xyz.edu/students/alicejones.html>,
        <http://www.xyz.edu/students/bobsmith.html>;
      schema:email <mailto:jane-doe@xyz.edu>;
-     schema:image <http://www.w3.org/TR/microdata-rdf/tests/janedoe.jpg>;
+     schema:image <janedoe.jpg>;
      schema:jobTitle "Professor";
      schema:name "Jane Doe";
      schema:telephone "(425) 123-4567";
--- a/microdata-rdf/tests/sdo_eg_md_10.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_10.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,19 +2,19 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_10.html> md:item (
+<sdo_eg_md_10.html> md:item (
  [ a schema:Product;
    schema:aggregateRating [ a schema:AggregateRating;
      schema:bestRating "100";
      schema:ratingCount "24";
      schema:ratingValue "87"];
-   schema:image <http://www.w3.org/TR/microdata-rdf/tests/dell-30in-lcd.jpg>;
+   schema:image <dell-30in-lcd.jpg>;
    schema:name "Dell UltraSharp 30\" LCD Monitor";
    schema:offers [ a schema:AggregateOffer;
      schema:highPrice "$1495";
      schema:lowPrice "$1250";
      schema:offerCount "8";
      schema:offers [ a schema:Offer;
-       schema:url <http://www.w3.org/TR/microdata-rdf/tests/save-a-lot-monitors.com/dell-30.html>],
+       schema:url <save-a-lot-monitors.com/dell-30.html>],
        [ a schema:Offer;
-       schema:url <http://www.w3.org/TR/microdata-rdf/tests/jondoe-gadgets.com/dell-30.html>]]]) .
+       schema:url <jondoe-gadgets.com/dell-30.html>]]]) .
--- a/microdata-rdf/tests/sdo_eg_md_11.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_11.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_11.html> md:item (
+<sdo_eg_md_11.html> md:item (
  [ a schema:WebPage;
    schema:breadcrumb ("""
   Books >
@@ -13,10 +13,10 @@
    schema:aggregateRating [ a schema:AggregateRating;
      schema:ratingValue "4";
      schema:reviewCount "3077"];
-   schema:author <http://www.w3.org/author/jd_salinger.html>;
+   schema:author <http://dvcs.w3.org/author/jd_salinger.html>;
    schema:bookFormat schema:Paperback;
    schema:datePublished "1991-05-01";
-   schema:image <http://www.w3.org/TR/microdata-rdf/tests/catcher-in-the-rye-book-cover.jpg>;
+   schema:image <catcher-in-the-rye-book-cover.jpg>;
    schema:inLanguage "English";
    schema:isbn "0316769487";
    schema:name "The Catcher in the Rye";
--- a/microdata-rdf/tests/sdo_eg_md_12.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_12.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_12.html> md:item (
+<sdo_eg_md_12.html> md:item (
  [ a schema:Recipe;
    schema:author "John Smith";
    schema:cookTime "PT1H";
@@ -10,7 +10,7 @@
    schema:description """This classic banana bread recipe comes
   from my mom -- the walnuts add a nice texture and flavor to the banana
   bread.""";
-   schema:image <http://www.w3.org/TR/microdata-rdf/tests/bananabread.jpg>;
+   schema:image <bananabread.jpg>;
    schema:ingredients "3 or 4 ripe bananas, smashed",
      "1 egg",
      "3/4 cup of sugar";
--- a/microdata-rdf/tests/sdo_eg_md_13.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_13.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,40 +2,40 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_13.html> md:item (
+<sdo_eg_md_13.html> md:item (
  [ a schema:MusicGroup;
    schema:event (
      [ a schema:Event;
        schema:location "Memphis, TN, US";
        schema:name "FedExForum";
-       schema:offers <http://www.w3.org/TR/microdata-rdf/tests/ticketmaster.com/foofighters/may20-2011>;
+       schema:offers <ticketmaster.com/foofighters/may20-2011>;
        schema:startDate "2011-05-20";
-       schema:url <http://www.w3.org/TR/microdata-rdf/tests/foo-fighters-may20-fedexforum>]
+       schema:url <foo-fighters-may20-fedexforum>]
      [ a schema:Event;
        schema:location "Council Bluffs, IA, US";
        schema:name "Mid America Center";
-       schema:offers <http://www.w3.org/TR/microdata-rdf/tests/ticketmaster.com/foofighters/may23-2011>;
+       schema:offers <ticketmaster.com/foofighters/may23-2011>;
        schema:startDate "2011-05-23";
-       schema:url <http://www.w3.org/TR/microdata-rdf/tests/foo-fighters-may23-midamericacenter>]);
-       schema:image <http://www.w3.org/TR/microdata-rdf/tests/foofighters-1.jpg>,
-         <http://www.w3.org/TR/microdata-rdf/tests/foofighters-2.jpg>,
-         <http://www.w3.org/TR/microdata-rdf/tests/foofighters-3.jpg>;
+       schema:url <foo-fighters-may23-midamericacenter>]);
+       schema:image <foofighters-1.jpg>,
+         <foofighters-2.jpg>,
+         <foofighters-3.jpg>;
        schema:interactionCount "UserComments:18";
        schema:name "Foo Fighters";
        schema:track (
          [ a schema:MusicRecording;
-           schema:audio <http://www.w3.org/TR/microdata-rdf/tests/foo-fighters-rope-play.html>;
+           schema:audio <foo-fighters-rope-play.html>;
            schema:duration "PT4M5S";
-           schema:inAlbum <http://www.w3.org/TR/microdata-rdf/tests/foo-fighters-wasting-light.html>;
+           schema:inAlbum <foo-fighters-wasting-light.html>;
            schema:interactionCount "UserPlays:14300";
            schema:name "Rope";
-           schema:offers <http://www.w3.org/TR/microdata-rdf/tests/foo-fighters-rope-buy.html>;
+           schema:offers <foo-fighters-rope-buy.html>;
            schema:url "foo-fighters-rope.html"] [ a schema:MusicRecording;
-           schema:audio <http://www.w3.org/TR/microdata-rdf/tests/foo-fighters-everlong-play.html>;
+           schema:audio <foo-fighters-everlong-play.html>;
            schema:duration "PT6M33S";
-           schema:inAlbum <http://www.w3.org/TR/microdata-rdf/tests/foo-fighters-color-and-shape.html>;
+           schema:inAlbum <foo-fighters-color-and-shape.html>;
            schema:name "Everlong";
-           schema:offers <http://www.w3.org/TR/microdata-rdf/tests/foo-fighters-everlong-buy.html>;
+           schema:offers <foo-fighters-everlong-buy.html>;
            schema:playCount "11700";
            schema:url "foo-fighters-everlong.html"]);
        schema:video
--- a/microdata-rdf/tests/sdo_eg_md_14.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_14.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_14.html> md:item (
+<sdo_eg_md_14.html> md:item (
  [ a schema:ItemList;
    schema:itemListElement ("HP Pavilion dv6-6013cl" "Dell XPS 15 (Sandy Bridge)" "Lenovo ThinkPad X220");
    schema:itemListOrder "Descending";
--- a/microdata-rdf/tests/sdo_eg_md_15.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_15.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_15.html> md:item (
+<sdo_eg_md_15.html> md:item (
  [ a schema:Movie;
    schema:actor (
      [ a schema:Person;
--- a/microdata-rdf/tests/sdo_eg_md_16.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_16.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_16.html> md:item (
+<sdo_eg_md_16.html> md:item (
  [ a schema:Table;
    schema:about "list of presidents";
    schema:mainContentOfPage "true"]) .
--- a/microdata-rdf/tests/sdo_eg_md_17.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_17.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_17.html> md:item (
+<sdo_eg_md_17.html> md:item (
  [ a schema:PostalAddress;
    schema:addressCountry "United States";
    schema:addressLocality "Mountain View";
--- a/microdata-rdf/tests/sdo_eg_md_18.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_18.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,9 +2,9 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_18.html> md:item (
+<sdo_eg_md_18.html> md:item (
  [ a schema:CreativeWork;
    schema:author "Sony";
    schema:contentRating "Mature";
-   schema:image <http://www.w3.org/TR/microdata-rdf/tests/videogame.jpg>;
+   schema:image <videogame.jpg>;
    schema:name "Resistance 3: Fall of Man"]) .
--- a/microdata-rdf/tests/sdo_eg_md_19.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_19.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,11 +2,11 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_19.html> md:item (
+<sdo_eg_md_19.html> md:item (
  [ a schema:ImageObject;
    schema:author "Jane Doe";
    schema:contentLocation "Puerto Vallarta, Mexico";
-   schema:contentURL <http://www.w3.org/TR/microdata-rdf/tests/mexico-beach.jpg>;
+   schema:contentURL <mexico-beach.jpg>;
    schema:datePublished "2008-01-25";
    schema:description "I took this picture while on vacation last year.";
    schema:name "Beach in Mexico"]) .
--- a/microdata-rdf/tests/sdo_eg_md_2.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_2.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_2.html> md:item ([ a schema:LocalBusiness;
+<sdo_eg_md_2.html> md:item ([ a schema:LocalBusiness;
        schema:address [ a schema:PostalAddress;
          schema:addressLocality "Mexico Beach";
          schema:addressRegion "FL";
--- a/microdata-rdf/tests/sdo_eg_md_20.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_20.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_20.html> md:item (
+<sdo_eg_md_20.html> md:item (
  [ a schema:MusicPlaylist;
    schema:name "Classic Rock Playlist";
    schema:numTracks "5";
--- a/microdata-rdf/tests/sdo_eg_md_21.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_21.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_21.html> md:item (
+<sdo_eg_md_21.html> md:item (
  [ a schema:Article;
    schema:author "John Doe";
    schema:interactionCount "UserTweets:1203",
--- a/microdata-rdf/tests/sdo_eg_md_22.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_22.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_22.html> md:item (
+<sdo_eg_md_22.html> md:item (
  [ a schema:CivicStructure;
    schema:name "Springfield Town Hall";
    schema:openingHours "Mo-Fr 09:00-17:30",
--- a/microdata-rdf/tests/sdo_eg_md_23.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_23.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_23.html> md:item (
+<sdo_eg_md_23.html> md:item (
  [ a schema:EducationalOrganization;
    schema:address [ a schema:PostalAddress;
      schema:addressLocality "Palo Alto";
--- a/microdata-rdf/tests/sdo_eg_md_24.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_24.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_24.html> md:item (
+<sdo_eg_md_24.html> md:item (
  [ a schema:TVSeries;
    schema:actor (
      [ a schema:Person;
--- a/microdata-rdf/tests/sdo_eg_md_25.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_25.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,12 +2,12 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_25.html> md:item (
+<sdo_eg_md_25.html> md:item (
  [ a schema:MusicAlbum;
    schema:byArtist (
      [ a schema:MusicGroup; schema:name "Radiohead"]);
    schema:genre "Alt/Punk";
-   schema:image <http://www.w3.org/TR/microdata-rdf/tests/king-of-limbs.jpg>;
+   schema:image <king-of-limbs.jpg>;
    schema:name " King of Limbs ";
    schema:numTracks "8";
    schema:track (
--- a/microdata-rdf/tests/sdo_eg_md_26.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_26.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_26.html> md:item (
+<sdo_eg_md_26.html> md:item (
  [ a schema:JobPosting;
    schema:baseSalary "100000";
    schema:benefits " Medical, Life, Dental";
--- a/microdata-rdf/tests/sdo_eg_md_27.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_27.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_27.html> md:item (
+<sdo_eg_md_27.html> md:item (
  [ a schema:MedicalGuidelineRecommendation;
    schema:evidenceLevel schema:EvidenceLevelA;
    schema:evidenceOrigin "multiple randomized clinical trials";
--- a/microdata-rdf/tests/sdo_eg_md_28.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_28.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_28.html> md:item (
+<sdo_eg_md_28.html> md:item (
  [ a schema:MedicalScholarlyArticle;
    schema:about [ a schema:Drug;
      schema:code <http://www.ncbi.nlm.nih.gov/mesh/D02.078.370.141.450>;
--- a/microdata-rdf/tests/sdo_eg_md_29.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_29.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_29.html> md:item (
+<sdo_eg_md_29.html> md:item (
  [ a schema:MedicalWebPage;
    schema:about [ a schema:MedicalCondition;
      schema:name "High Blood Pressure",
--- a/microdata-rdf/tests/sdo_eg_md_3.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_3.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_3.html> md:item (
+<sdo_eg_md_3.html> md:item (
  [ a schema:Restaurant;
    schema:address [ a schema:PostalAddress;
      schema:addressLocality "Sunnyvale";
--- a/microdata-rdf/tests/sdo_eg_md_30.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_30.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_30.html> md:item (
+<sdo_eg_md_30.html> md:item (
  [ a schema:MedicalCondition;
    schema:alternateName "angina pectoris";
    schema:associatedAnatomy [ a schema:AnatomicalStructure;
--- a/microdata-rdf/tests/sdo_eg_md_4.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_4.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_4.html> md:item (
+<sdo_eg_md_4.html> md:item (
  [ a schema:Place;
    schema:geo [ a schema:GeoCoordinates;
      schema:latitude "40.75";
--- a/microdata-rdf/tests/sdo_eg_md_5.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_5.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_5.html> md:item (
+<sdo_eg_md_5.html> md:item (
  [ a schema:AudioObject;
    schema:contentURL "http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3";
    schema:description "Recorded on a terrace of Girona a sunday morning";
--- a/microdata-rdf/tests/sdo_eg_md_6.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_6.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_6.html> md:item (
+<sdo_eg_md_6.html> md:item (
  [ a schema:Organization;
    schema:address [ a schema:PostalAddress;
      schema:addressLocality "Paris, France";
--- a/microdata-rdf/tests/sdo_eg_md_7.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_7.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_7.html> md:item (
+<sdo_eg_md_7.html> md:item (
  [ a schema:NGO;
    schema:address [ a schema:PostalAddress;
      schema:addressLocality "Paris, France";
--- a/microdata-rdf/tests/sdo_eg_md_8.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_8.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,16 +2,16 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_8.html> md:item (
+<sdo_eg_md_8.html> md:item (
  [ a schema:Event;
    schema:location [ a schema:Place;
      schema:address [ a schema:PostalAddress;
        schema:addressLocality "Philadelphia";
        schema:addressRegion "PA"];
-     schema:url <http://www.w3.org/TR/microdata-rdf/tests/wells-fargo-center.html>];
+     schema:url <wells-fargo-center.html>];
    schema:name " Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) ";
    schema:offers [ a schema:AggregateOffer;
      schema:lowPrice "$35";
      schema:offerCount "1938"];
    schema:startDate "2016-04-21T20:00";
-   schema:url <http://www.w3.org/TR/microdata-rdf/tests/nba-miami-philidelphia-game3.html>]) .
+   schema:url <nba-miami-philidelphia-game3.html>]) .
--- a/microdata-rdf/tests/sdo_eg_md_9.ttl	Wed Sep 19 14:41:20 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_9.ttl	Wed Sep 19 16:50:04 2012 -0700
@@ -2,7 +2,7 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix schema: <http://schema.org/> .
 
-<http://www.w3.org/TR/microdata-rdf/tests/sdo_eg_md_9.html> md:item (
+<sdo_eg_md_9.html> md:item (
  [ a schema:Product;
    schema:aggregateRating [ a schema:AggregateRating;
      schema:ratingValue "3.5";