[html5] r5706 - [e] (0) update spec as suggested in http://www.w3.org/mid/20100827190608.GA2112@ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 6 18:42:05 PST 2010
Author: ianh
Date: 2010-12-06 18:42:04 -0800 (Mon, 06 Dec 2010)
New Revision: 5706
Modified:
complete.html
index
source
Log:
[e] (0) update spec as suggested in http://www.w3.org/mid/20100827190608.GA2112@octavius
Modified: complete.html
===================================================================
--- complete.html 2010-12-07 00:44:48 UTC (rev 5705)
+++ complete.html 2010-12-07 02:42:04 UTC (rev 5706)
@@ -56102,7 +56102,7 @@
<dt>Title</dt>
<dd><cite itemprop="http://purl.org/dc/terms/title">Just a Geek</cite></dd>
<dt>By</dt>
- <dd><span itemprop="http://purl.org/dc/terms/creator">Wil Wheaton</span></dd>
+ <dd><span itemprop="http://purl.org/dc/elements/1.1/creator">Wil Wheaton</span></dd>
<dt>Format</dt>
<dd itemprop="http://purl.org/vocab/frbr/core#realization"
itemscope
@@ -56122,20 +56122,21 @@
<p>This is equivalent to the following Turtle:</p>
- <pre class=turtle>@prefix dc: <http://purl.org/dc/terms/> .
+ <pre class=turtle>@prefix dct: <http://purl.org/dc/terms/> .
+ @prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
<http://purl.oreilly.com/works/45U8QJGZSQKDH8N> a frbr:Work ;
- dc:creator "Wil Wheaton"@en ;
- dc:title "Just a Geek"@en ;
+ dce:creator "Wil Wheaton"@en ;
+ dct:title "Just a Geek"@en ;
frbr:realization <http://purl.oreilly.com/products/9780596007683.BOOK>,
<http://purl.oreilly.com/products/9780596802189.EBOOK> .
<http://purl.oreilly.com/products/9780596007683.BOOK> a frbr:Expression ;
- dc:type <http://purl.oreilly.com/product-types/BOOK> .
+ dct:type <http://purl.oreilly.com/product-types/BOOK> .
<http://purl.oreilly.com/products/9780596802189.EBOOK> a frbr:Expression ;
- dc:type <http://purl.oreilly.com/product-types/EBOOK> .</pre>
+ dct:type <http://purl.oreilly.com/product-types/EBOOK> .</pre>
</div>
@@ -93436,6 +93437,7 @@
Tim Johansson,
Toby Inkster,
Todd Moody,
+ Tom Baker,
Tom Pike,
Tommy Thorsen,
Travis Leithead,
Modified: index
===================================================================
--- index 2010-12-07 00:44:48 UTC (rev 5705)
+++ index 2010-12-07 02:42:04 UTC (rev 5706)
@@ -56083,7 +56083,7 @@
<dt>Title</dt>
<dd><cite itemprop="http://purl.org/dc/terms/title">Just a Geek</cite></dd>
<dt>By</dt>
- <dd><span itemprop="http://purl.org/dc/terms/creator">Wil Wheaton</span></dd>
+ <dd><span itemprop="http://purl.org/dc/elements/1.1/creator">Wil Wheaton</span></dd>
<dt>Format</dt>
<dd itemprop="http://purl.org/vocab/frbr/core#realization"
itemscope
@@ -56103,20 +56103,21 @@
<p>This is equivalent to the following Turtle:</p>
- <pre class=turtle>@prefix dc: <http://purl.org/dc/terms/> .
+ <pre class=turtle>@prefix dct: <http://purl.org/dc/terms/> .
+ @prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
<http://purl.oreilly.com/works/45U8QJGZSQKDH8N> a frbr:Work ;
- dc:creator "Wil Wheaton"@en ;
- dc:title "Just a Geek"@en ;
+ dce:creator "Wil Wheaton"@en ;
+ dct:title "Just a Geek"@en ;
frbr:realization <http://purl.oreilly.com/products/9780596007683.BOOK>,
<http://purl.oreilly.com/products/9780596802189.EBOOK> .
<http://purl.oreilly.com/products/9780596007683.BOOK> a frbr:Expression ;
- dc:type <http://purl.oreilly.com/product-types/BOOK> .
+ dct:type <http://purl.oreilly.com/product-types/BOOK> .
<http://purl.oreilly.com/products/9780596802189.EBOOK> a frbr:Expression ;
- dc:type <http://purl.oreilly.com/product-types/EBOOK> .</pre>
+ dct:type <http://purl.oreilly.com/product-types/EBOOK> .</pre>
</div>
@@ -89504,6 +89505,7 @@
Tim Johansson,
Toby Inkster,
Todd Moody,
+ Tom Baker,
Tom Pike,
Tommy Thorsen,
Travis Leithead,
Modified: source
===================================================================
--- source 2010-12-07 00:44:48 UTC (rev 5705)
+++ source 2010-12-07 02:42:04 UTC (rev 5706)
@@ -63703,7 +63703,7 @@
<dt>Title</dt>
<dd><cite itemprop="http://purl.org/dc/terms/title">Just a Geek</cite></dd>
<dt>By</dt>
- <dd><span itemprop="http://purl.org/dc/terms/creator">Wil Wheaton</span></dd>
+ <dd><span itemprop="http://purl.org/dc/elements/1.1/creator">Wil Wheaton</span></dd>
<dt>Format</dt>
<dd itemprop="http://purl.org/vocab/frbr/core#realization"
itemscope
@@ -63723,20 +63723,21 @@
<p>This is equivalent to the following Turtle:</p>
- <pre class="turtle">@prefix dc: <http://purl.org/dc/terms/> .
+ <pre class="turtle">@prefix dct: <http://purl.org/dc/terms/> .
+ @prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
<http://purl.oreilly.com/works/45U8QJGZSQKDH8N> a frbr:Work ;
- dc:creator "Wil Wheaton"@en ;
- dc:title "Just a Geek"@en ;
+ dce:creator "Wil Wheaton"@en ;
+ dct:title "Just a Geek"@en ;
frbr:realization <http://purl.oreilly.com/products/9780596007683.BOOK>,
<http://purl.oreilly.com/products/9780596802189.EBOOK> .
<http://purl.oreilly.com/products/9780596007683.BOOK> a frbr:Expression ;
- dc:type <http://purl.oreilly.com/product-types/BOOK> .
+ dct:type <http://purl.oreilly.com/product-types/BOOK> .
<http://purl.oreilly.com/products/9780596802189.EBOOK> a frbr:Expression ;
- dc:type <http://purl.oreilly.com/product-types/EBOOK> .</pre>
+ dct:type <http://purl.oreilly.com/product-types/EBOOK> .</pre>
</div>
@@ -107632,6 +107633,7 @@
Tim Johansson,
Toby Inkster,
Todd Moody,
+ Tom Baker,
Tom Pike,
Tommy Thorsen,
Travis Leithead,
More information about the Commit-Watchers
mailing list