Update test results to include rdfa:usesVocabulary where appropriate.
--- a/microdata-rdf/tests/0071.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/0071.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,6 +1,8 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
<0071.html> md:item (
[ a <http://contextual.unordered/>;
- <http://www.w3.org/ns/md?type=http://contextual.unordered/&prop=baz> "FooBar"]) .
+ <http://www.w3.org/ns/md?type=http://contextual.unordered/&prop=baz> "FooBar"]);
+ rdfa:usesVocabulary <http://contextual.unordered/> .
--- a/microdata-rdf/tests/0072.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/0072.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,7 +1,9 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
<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"]]) .
+ [ <http://www.w3.org/ns/md?type=http://contextual.unordered/&prop=bar.baz> "Baz"]]);
+ rdfa:usesVocabulary <http://contextual.unordered/> .
--- a/microdata-rdf/tests/sdo_eg_md_1.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_1.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_1.html> md:item (
@@ -19,4 +20,5 @@
schema:jobTitle "Professor";
schema:name "Jane Doe";
schema:telephone "(425) 123-4567";
- schema:url <http://www.janedoe.com>]) .
+ schema:url <http://www.janedoe.com>]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_10.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_10.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_10.html> md:item (
@@ -17,4 +18,5 @@
schema:offers [ a schema:Offer;
schema:url <save-a-lot-monitors.com/dell-30.html>],
[ a schema:Offer;
- schema:url <jondoe-gadgets.com/dell-30.html>]]]) .
+ schema:url <jondoe-gadgets.com/dell-30.html>]]]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_11.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_11.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_11.html> md:item (
@@ -38,4 +39,5 @@
schema:datePublished "2006-06-15";
schema:name "A good read.";
schema:reviewBody "Catcher in the Rye is a fun book. It's a good book to read.";
- schema:reviewRating "4"]]) .
+ schema:reviewRating "4"]]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_12.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_12.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_12.html> md:item (
@@ -24,4 +25,5 @@
Preheat the oven to 350 degrees. Mix in the ingredients in a bowl. Add
the flour last. Pour the mixture into a loaf pan and bake for one hour.
""");
- schema:recipeYield "1 loaf"]) .
+ schema:recipeYield "1 loaf"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_13.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_13.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_13.html> md:item (
@@ -44,4 +45,5 @@
Dave Grohl and the Food Fighters about their new album, Rope.""";
schema:duration "T1M33S";
schema:name "Interview with the Foo Fighters";
- schema:thumbnail "foo-fighters-interview-thumb.jpg"]]) .
+ schema:thumbnail "foo-fighters-interview-thumb.jpg"]]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_14.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_14.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_14.html> md:item (
@@ -7,4 +8,5 @@
schema:itemListElement ("HP Pavilion dv6-6013cl" "Dell XPS 15 (Sandy Bridge)" "Lenovo ThinkPad X220");
schema:itemListOrder "Descending";
schema:mainContentOfPage "true";
- schema:name "Top 10 laptops"]) .
+ schema:name "Top 10 laptops"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_15.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_15.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_15.html> md:item (
@@ -23,4 +24,5 @@
his daughter are after it too.""";
schema:director
[ a schema:Person; schema:name "Rob Marshall"];
- schema:name "Pirates of the Carribean: On Stranger Tides (2011)"]) .
+ schema:name "Pirates of the Carribean: On Stranger Tides (2011)"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_16.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_16.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,8 +1,10 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_16.html> md:item (
[ a schema:Table;
schema:about "list of presidents";
- schema:mainContentOfPage "true"]) .
+ schema:mainContentOfPage "true"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_17.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_17.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_17.html> md:item (
@@ -9,4 +10,5 @@
schema:addressRegion "CA";
schema:name "Google Inc.";
schema:postOfficeBoxNumber "1234";
- schema:postalCode "94043"]) .
+ schema:postalCode "94043"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_18.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_18.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_18.html> md:item (
@@ -7,4 +8,5 @@
schema:author "Sony";
schema:contentRating "Mature";
schema:image <videogame.jpg>;
- schema:name "Resistance 3: Fall of Man"]) .
+ schema:name "Resistance 3: Fall of Man"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_19.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_19.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_19.html> md:item (
@@ -9,4 +10,5 @@
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"]) .
+ schema:name "Beach in Mexico"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_2.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_2.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_2.html> md:item ([ a schema:LocalBusiness;
@@ -10,4 +11,5 @@
schema:description """ A superb collection of fine gifts and clothing
to accent your stay in Mexico Beach.""";
schema:name "Beachwalk Beachwear & Giftware";
- schema:telephone "850-648-4200"]) .
+ schema:telephone "850-648-4200"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_20.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_20.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_20.html> md:item (
@@ -36,4 +37,5 @@
schema:duration "PT3M39S";
schema:inAlbum "American Fool";
schema:name "Hurt So Good";
- schema:url "hurt-so-good"])]) .
+ schema:url "hurt-so-good"])]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_21.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_21.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_21.html> md:item (
@@ -7,4 +8,5 @@
schema:author "John Doe";
schema:interactionCount "UserTweets:1203",
"UserComments:78";
- schema:name "How to Tie a Reef Knot"]) .
+ schema:name "How to Tie a Reef Knot"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_22.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_22.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,9 +1,11 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_22.html> md:item (
[ a schema:CivicStructure;
schema:name "Springfield Town Hall";
schema:openingHours "Mo-Fr 09:00-17:30",
- "Sa 09:00-12:00"]) .
+ "Sa 09:00-12:00"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_23.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_23.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_23.html> md:item (
@@ -13,4 +14,5 @@
schema:name "John Doe"],
[ a schema:Person;
schema:name "Sarah Glames"];
- schema:name "Palo Alto High School"]) .
+ schema:name "Palo Alto High School"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_24.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_24.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_24.html> md:item (
@@ -23,4 +24,5 @@
schema:name "Episode 1"]);
schema:name "Season 2";
schema:numberofEpisodes "27"])]
- [ a schema:Person; schema:author "Shonda Rimes"]) .
+ [ a schema:Person; schema:author "Shonda Rimes"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_25.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_25.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_25.html> md:item (
@@ -19,4 +20,5 @@
schema:duration "PT4M40S";
schema:name "Morning Mr Magpie";
schema:url "/artist/radiohead/album/the-king-of-limbs/track/morning-mr-magpie"]);
- schema:url "/artist/radiohead/album/the-king-of-limbs"]) .
+ schema:url "/artist/radiohead/album/the-king-of-limbs"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_26.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_26.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_26.html> md:item (
@@ -38,4 +39,5 @@
""";
schema:specialCommitments "VeteranCommit";
schema:title "Software Engineer";
- schema:workHours "40 hours per week"]) .
+ schema:workHours "40 hours per week"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_27.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_27.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_27.html> md:item (
@@ -17,4 +18,5 @@
schema:subject [ a schema:MedicalCondition;
schema:name "cardiac failure"],
[ a schema:TherapeuticProcedure;
- schema:name "appendectomy"]]) .
+ schema:name "appendectomy"]]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_28.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_28.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_28.html> md:item (
@@ -21,7 +22,8 @@
schema:evidenceLevel schema:EvidenceLevelA;
schema:recommendationStrength "strong recommendation";
schema:subject "metformin",
- "type 2 diabetes"]) .
+ "type 2 diabetes"]);
+ rdfa:usesVocabulary schema: .
<http://www.ncbi.nlm.nih.gov/mesh/C18.452.394.750.149> a schema:MedicalCode;
schema:code "C18.452.394.750.149";
--- a/microdata-rdf/tests/sdo_eg_md_29.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_29.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_29.html> md:item (
@@ -18,4 +19,5 @@
[ a schema:Drug;
schema:nonProprietaryName "atenolol";
schema:otherName "Tenormin"];
- schema:name "beta-blocker"]) .
+ schema:name "beta-blocker"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_3.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_3.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_3.html> md:item (
@@ -24,4 +25,5 @@
Mediterranean
""";
schema:telephone "(408) 714-1489";
- schema:url <http://www.dishdash.com>]) .
+ schema:url <http://www.dishdash.com>]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_30.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_30.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_30.html> md:item (
@@ -59,4 +60,5 @@
schema:name "chest discomfort"],
[ a schema:MedicalSymptom;
schema:name """feeling of tightness, heaviness,
- or pain in the chest"""]]) .
+ or pain in the chest"""]]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_4.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_4.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_4.html> md:item (
@@ -7,4 +8,5 @@
schema:geo [ a schema:GeoCoordinates;
schema:latitude "40.75";
schema:longitude "73.98"];
- schema:name "Empire State Building"]) .
+ schema:name "Empire State Building"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_5.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_5.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_5.html> md:item (
@@ -8,4 +9,5 @@
schema:description "Recorded on a terrace of Girona a sunday morning";
schema:duration "T0M15S";
schema:encodingFormat "mp3";
- schema:name "12oclock_girona.mp3"]) .
+ schema:name "12oclock_girona.mp3"]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_6.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_6.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_6.html> md:item (
@@ -13,4 +14,5 @@
schema:member [ a schema:Organization],
[ a schema:Organization];
schema:name "Google.org (GOOG)";
- schema:telephone "( 33 1) 42 68 53 00 "]) .
+ schema:telephone "( 33 1) 42 68 53 00 "]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_7.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_7.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_7.html> md:item (
@@ -13,4 +14,5 @@
schema:member [ a schema:Organization],
[ a schema:Organization];
schema:name "Google.org (GOOG)";
- schema:telephone "( 33 1) 42 68 53 00 "]) .
+ schema:telephone "( 33 1) 42 68 53 00 "]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_8.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_8.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_8.html> md:item (
@@ -14,4 +15,5 @@
schema:lowPrice "$35";
schema:offerCount "1938"];
schema:startDate "2016-04-21T20:00";
- schema:url <nba-miami-philidelphia-game3.html>]) .
+ schema:url <nba-miami-philidelphia-game3.html>]);
+ rdfa:usesVocabulary schema: .
--- a/microdata-rdf/tests/sdo_eg_md_9.ttl Wed Sep 19 16:58:18 2012 -0700
+++ b/microdata-rdf/tests/sdo_eg_md_9.ttl Wed Sep 19 17:53:00 2012 -0700
@@ -1,5 +1,6 @@
@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
<sdo_eg_md_9.html> md:item (
@@ -33,4 +34,5 @@
schema:reviewRating [ a schema:Rating;
schema:bestRating "5";
schema:ratingValue "4";
- schema:worstRating "1"]]]) .
+ schema:worstRating "1"]]]);
+ rdfa:usesVocabulary schema: .