@@ -5791,7 +5791,7 @@ <h2>Relationship to Other Linked Data Formats</h2>
5791
5791
5792
5792
< p > The JSON-LD examples below demonstrate how JSON-LD can be used to
5793
5793
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
5795
5795
evidence that JSON-LD is very flexible in what it can express across different
5796
5796
Linked Data approaches.</ p >
5797
5797
@@ -6023,48 +6023,6 @@ <h3>RDFa</h3>
6023
6023
</ pre >
6024
6024
</ section >
6025
6025
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
-
6068
6026
< section class ="informative ">
6069
6027
< h3 > Microdata</ h3 >
6070
6028
@@ -6265,7 +6223,6 @@ <h4>Open Issues</h4>
6265
6223
< p class ="issue defer " data-number ="7 "> </ p >
6266
6224
< p class ="issue defer " data-number ="8 "> </ p >
6267
6225
< p class ="issue defer " data-number ="9 "> </ p >
6268
- < p class ="issue defer " data-number ="12 "> </ p >
6269
6226
< p class ="issue defer " data-number ="15 "> </ p >
6270
6227
< p class ="issue defer " data-number ="16 "> </ p >
6271
6228
< p class ="issue defer " data-number ="17 "> </ p >
@@ -6282,10 +6239,8 @@ <h4>Open Issues</h4>
6282
6239
< p class ="issue defer " data-number ="34 "> </ p >
6283
6240
< p class ="issue defer " data-number ="37 "> </ p >
6284
6241
< p class ="issue defer " data-number ="38 "> </ p >
6285
- < p class ="issue defer " data-number ="44 "> </ p >
6286
6242
< p class ="issue defer " data-number ="46 "> </ p >
6287
6243
< p class ="issue defer " data-number ="48 "> </ p >
6288
- < p class ="issue defer " data-number ="54 "> </ p >
6289
6244
< p class ="issue defer " data-number ="55 "> </ p >
6290
6245
< p class ="issue defer " data-number ="56 "> </ p >
6291
6246
< p class ="issue defer " data-number ="57 "> </ p >
0 commit comments