[html5] r4613 - [t] (0) Rephrase how the Work vocabulary equivalences are expressed.

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 19 00:22:19 PST 2010


Author: ianh
Date: 2010-01-19 00:22:17 -0800 (Tue, 19 Jan 2010)
New Revision: 4613

Modified:
   complete.html
   index
   source
Log:
[t] (0) Rephrase how the Work vocabulary equivalences are expressed.

Modified: complete.html
===================================================================
--- complete.html	2010-01-19 07:18:26 UTC (rev 4612)
+++ complete.html	2010-01-19 08:22:17 UTC (rev 4613)
@@ -48612,21 +48612,23 @@
 
   </dl><h5 id=conversion-to-rdf><span class=secno>5.4.3.1 </span>Conversion to RDF</h5>
 
-  <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>
+  <p>For the purposes of RDF processors, the triples obtained from the
+  following Turtle must be applied:</p>
 
-  <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>".
+  <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>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
+  <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>".</p>
@@ -49007,7 +49009,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 ;

Modified: index
===================================================================
--- index	2010-01-19 07:18:26 UTC (rev 4612)
+++ index	2010-01-19 08:22:17 UTC (rev 4613)
@@ -48512,21 +48512,23 @@
 
   </dl><h5 id=conversion-to-rdf><span class=secno>5.4.3.1 </span>Conversion to RDF</h5>
 
-  <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>
+  <p>For the purposes of RDF processors, the triples obtained from the
+  following Turtle must be applied:</p>
 
-  <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>".
+  <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>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
+  <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>".</p>
@@ -48907,7 +48909,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 ;

Modified: source
===================================================================
--- source	2010-01-19 07:18:26 UTC (rev 4612)
+++ source	2010-01-19 08:22:17 UTC (rev 4613)
@@ -54619,28 +54619,23 @@
 
   <h5>Conversion to RDF</h5>
 
-  <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>
+  <p>For the purposes of RDF processors, the triples obtained from the
+  following Turtle must be applied:</p>
 
-  <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>".
+  <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>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
+  <p class="note">The subjects of the statements above are the
   predicates that result from <span title="extracting rdf">converting
   to RDF</span> an HTML page containing microdata with an item whose
   <span title="item type">type</span> is "<code
@@ -55127,7 +55122,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 ;




More information about the Commit-Watchers mailing list