Skip to content

Commit 1d528bb

Browse files
authored
Merge pull request #58 from w3c/editorial-updates
Minor editorial updates
2 parents 362549c + 6109d3d commit 1d528bb

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

index.html

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -5791,7 +5791,7 @@ <h2>Relationship to Other Linked Data Formats</h2>
57915791

57925792
<p>The JSON-LD examples below demonstrate how JSON-LD can be used to
57935793
express semantic data marked up in other linked data formats such as Turtle,
5794-
RDFa, Microformats, and Microdata. These sections are merely provided as
5794+
RDFa, and Microdata. These sections are merely provided as
57955795
evidence that JSON-LD is very flexible in what it can express across different
57965796
Linked Data approaches.</p>
57975797

@@ -6023,48 +6023,6 @@ <h3>RDFa</h3>
60236023
</pre>
60246024
</section>
60256025

6026-
<section class="informative">
6027-
<h3>Microformats</h3>
6028-
6029-
<p>The following example uses a simple Microformats hCard example to express
6030-
how Microformats [[MICROFORMATS]] are represented in JSON-LD.</p>
6031-
6032-
<pre class="example" data-transform="updateExample"
6033-
data-content-type="text/html"
6034-
data-ignore
6035-
title="HTML fragment with a simple Microformats hCard">
6036-
<!--
6037-
<div class="vcard">
6038-
<a class="url fn" href="http://tantek.com/">Tantek Çelik</a>
6039-
</div>
6040-
-->
6041-
</pre>
6042-
6043-
<p>The representation of the hCard expresses the Microformat terms in the
6044-
<a>context</a> and uses them directly for the <code>url</code> and <code>fn</code>
6045-
properties. Also note that the Microformat to JSON-LD processor has
6046-
generated the proper URL type for <code>http://tantek.com/</code>.</p>
6047-
6048-
<pre class="example" data-transform="updateExample"
6049-
title="Same hCard representation in JSON-LD">
6050-
<!--
6051-
{
6052-
"@context": {
6053-
"vcard": "http://microformats.org/profile/hcard#vcard",
6054-
"url": {
6055-
"@id": "http://microformats.org/profile/hcard#url",
6056-
"@type": "@id"
6057-
},
6058-
"fn": "http://microformats.org/profile/hcard#fn"
6059-
},
6060-
"@type": "vcard",
6061-
"url": "http://tantek.com/",
6062-
"fn": "Tantek Çelik"
6063-
}
6064-
-->
6065-
</pre>
6066-
</section>
6067-
60686026
<section class="informative">
60696027
<h3>Microdata</h3>
60706028

@@ -6265,7 +6223,6 @@ <h4>Open Issues</h4>
62656223
<p class="issue defer" data-number="7"></p>
62666224
<p class="issue defer" data-number="8"></p>
62676225
<p class="issue defer" data-number="9"></p>
6268-
<p class="issue defer" data-number="12"></p>
62696226
<p class="issue defer" data-number="15"></p>
62706227
<p class="issue defer" data-number="16"></p>
62716228
<p class="issue defer" data-number="17"></p>
@@ -6282,10 +6239,8 @@ <h4>Open Issues</h4>
62826239
<p class="issue defer" data-number="34"></p>
62836240
<p class="issue defer" data-number="37"></p>
62846241
<p class="issue defer" data-number="38"></p>
6285-
<p class="issue defer" data-number="44"></p>
62866242
<p class="issue defer" data-number="46"></p>
62876243
<p class="issue defer" data-number="48"></p>
6288-
<p class="issue defer" data-number="54"></p>
62896244
<p class="issue defer" data-number="55"></p>
62906245
<p class="issue defer" data-number="56"></p>
62916246
<p class="issue defer" data-number="57"></p>

0 commit comments

Comments
 (0)