Skip to content

Commit

Permalink
[t] (0) Rephrase how the Work vocabulary equivalences are expressed.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4613 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 19, 2010
1 parent 4554ee3 commit 83bafd6
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 55 deletions.
34 changes: 18 additions & 16 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -48612,21 +48612,23 @@ <h4 id=licensing-works><span class=secno>5.4.3 </span>Licensing works</h4>

</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 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
<p>For the purposes of RDF processors, the triples obtained from the
following Turtle must be applied:</p>

<pre class=turtle>&lt;http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Awork&gt;
&lt;http://www.w3.org/2002/07/owl#equivalentProperty&gt;
&lt;http://www.w3.org/2002/07/owl#sameAs&gt; .
&lt;http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Atitle&gt;
&lt;http://www.w3.org/2002/07/owl#equivalentProperty&gt;
&lt;http://purl.org/dc/elements/1.1/title&gt; .
&lt;http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Aauthor&gt;
&lt;http://www.w3.org/2002/07/owl#equivalentProperty&gt;
&lt;http://creativecommons.org/ns#attributionName&gt; .
&lt;http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Alicense&gt;
&lt;http://www.w3.org/2002/07/owl#equivalentProperty&gt;
&lt;http://www.w3.org/1999/xhtml/vocab#license&gt; .</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>".</p>
Expand Down Expand Up @@ -49007,7 +49009,7 @@ <h4 id=json><span class=secno>5.5.1 </span>JSON</h4>

<p>This is equivalent to the following Turtle:</p>

<pre>@prefix dc: &lt;http://purl.org/dc/terms/&gt; .
<pre class=turtle>@prefix dc: &lt;http://purl.org/dc/terms/&gt; .
@prefix frbr: &lt;http://purl.org/vocab/frbr/core#&gt; .

&lt;http://purl.oreilly.com/works/45U8QJGZSQKDH8N&gt; a frbr:Work ;
Expand Down
34 changes: 18 additions & 16 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -48512,21 +48512,23 @@ END:VCARD</pre>

</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 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
<p>For the purposes of RDF processors, the triples obtained from the
following Turtle must be applied:</p>

<pre class=turtle>&lt;http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Awork&gt;
&lt;http://www.w3.org/2002/07/owl#equivalentProperty&gt;
&lt;http://www.w3.org/2002/07/owl#sameAs&gt; .
&lt;http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Atitle&gt;
&lt;http://www.w3.org/2002/07/owl#equivalentProperty&gt;
&lt;http://purl.org/dc/elements/1.1/title&gt; .
&lt;http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Aauthor&gt;
&lt;http://www.w3.org/2002/07/owl#equivalentProperty&gt;
&lt;http://creativecommons.org/ns#attributionName&gt; .
&lt;http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Alicense&gt;
&lt;http://www.w3.org/2002/07/owl#equivalentProperty&gt;
&lt;http://www.w3.org/1999/xhtml/vocab#license&gt; .</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>".</p>
Expand Down Expand Up @@ -48907,7 +48909,7 @@ END:VCARD</pre>

<p>This is equivalent to the following Turtle:</p>

<pre>@prefix dc: &lt;http://purl.org/dc/terms/&gt; .
<pre class=turtle>@prefix dc: &lt;http://purl.org/dc/terms/&gt; .
@prefix frbr: &lt;http://purl.org/vocab/frbr/core#&gt; .

&lt;http://purl.oreilly.com/works/45U8QJGZSQKDH8N&gt; a frbr:Work ;
Expand Down
41 changes: 18 additions & 23 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -54619,28 +54619,23 @@ END:VCARD</pre>

<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 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
<p>For the purposes of RDF processors, the triples obtained from the
following Turtle must be applied:</p>

<pre class="turtle">&lt;http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Awork>
&lt;http://www.w3.org/2002/07/owl#equivalentProperty>
&lt;http://www.w3.org/2002/07/owl#sameAs> .
&lt;http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Atitle>
&lt;http://www.w3.org/2002/07/owl#equivalentProperty>
&lt;http://purl.org/dc/elements/1.1/title> .
&lt;http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Aauthor>
&lt;http://www.w3.org/2002/07/owl#equivalentProperty>
&lt;http://creativecommons.org/ns#attributionName> .
&lt;http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Alicense>
&lt;http://www.w3.org/2002/07/owl#equivalentProperty>
&lt;http://www.w3.org/1999/xhtml/vocab#license> .</pre>

<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
Expand Down Expand Up @@ -55127,7 +55122,7 @@ END:VCARD</pre>

<p>This is equivalent to the following Turtle:</p>

<pre>@prefix dc: &lt;http://purl.org/dc/terms/> .
<pre class="turtle">@prefix dc: &lt;http://purl.org/dc/terms/> .
@prefix frbr: &lt;http://purl.org/vocab/frbr/core#> .

&lt;http://purl.oreilly.com/works/45U8QJGZSQKDH8N> a frbr:Work ;
Expand Down

0 comments on commit 83bafd6

Please sign in to comment.