- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 Jan 2010 08:22:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv31558
Modified Files:
Overview.html
Log Message:
Rephrase how the Work vocabulary equivalences are expressed. (whatwg r4613)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Overview.html 18 Jan 2010 12:58:05 -0000 1.26
+++ Overview.html 19 Jan 2010 08:22:21 -0000 1.27
@@ -262,7 +262,7 @@
<h1>HTML5 Microdata</h1>
<h2 class="no-num no-toc" id="generatedID"></h2>
- <h2 class="no-num no-toc" id="editor-s-draft-18-january-2010">Editor's Draft 18 January 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-19-january-2010">Editor's Draft 19 January 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/md/">http://www.w3.org/TR/md/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -350,7 +350,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 18 January 2010 Editor's Draft.
+ This specification is the 19 January 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>.
<!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
@@ -3954,19 +3954,19 @@
</dd>
- </dl><h4 id="conversion-to-rdf"><span class="secno">7.3.1 </span>Conversion to RDF</h4><p>For the purposes of RDF processors, blank nodes that are the
- subject of a triple with the predicate "<code title="">http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Awork</code>"
- and the object <var title="">s</var> must be treated as if the node
- was identified by <var title="">s</var>.<p>For the purposes of RDF processors, the predicate "<code title="">http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Atitle</code>"
- must be considered equivalent to the predicate "<code title="">http://purl.org/dc/elements/1.1/title</code>".
-
- <p>For the purposes of RDF processors, the predicate "<code title="">http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Aauthor</code>"
- must be considered equivalent to the predicate "<code title="">http://creativecommons.org/ns#attributionName</code>".
-
- <p>For the purposes of RDF processors, the predicate "<code title="">http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Alicense</code>"
- must be considered equivalent to the predicate "<code title="">http://www.w3.org/1999/xhtml/vocab#license</code>".
-
- <p class="note">The predicates mentioned in this section are the
+ </dl><h4 id="conversion-to-rdf"><span class="secno">7.3.1 </span>Conversion to RDF</h4><p>For the purposes of RDF processors, the triples obtained from the
+ following Turtle must be applied:<pre class="turtle"><http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Awork>
+ <http://www.w3.org/2002/07/owl#equivalentProperty>
+ <http://www.w3.org/2002/07/owl#sameAs> .
+<http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Atitle>
+ <http://www.w3.org/2002/07/owl#equivalentProperty>
+ <http://purl.org/dc/elements/1.1/title> .
+<http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Aauthor>
+ <http://www.w3.org/2002/07/owl#equivalentProperty>
+ <http://creativecommons.org/ns#attributionName> .
+<http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Alicense>
+ <http://www.w3.org/2002/07/owl#equivalentProperty>
+ <http://www.w3.org/1999/xhtml/vocab#license> .</pre><p class="note">The subjects of the statements above are the
predicates that result from <a href="#extracting-rdf" title="extracting rdf">converting
to RDF</a> an HTML page containing microdata with an item whose
<a href="#item-type" title="item type">type</a> is "<code title="md-work"><a href="#md-work">http://n.whatwg.org/work</a></code>".<h4 id="examples-1"><span class="secno">7.3.2 </span>Examples</h4><div class="example">
@@ -4332,7 +4332,7 @@
<p>This is equivalent to the following Turtle:</p>
- <pre>@prefix dc: <http://purl.org/dc/terms/> .
+ <pre class="turtle">@prefix dc: <http://purl.org/dc/terms/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
<http://purl.oreilly.com/works/45U8QJGZSQKDH8N> a frbr:Work ;
Received on Tuesday, 19 January 2010 08:22:25 UTC