|
19 | 19 | <link rel="stylesheet" type="text/css" href="static/css/bootstrap/bootstrap.css">
|
20 | 20 | <link rel="stylesheet" type="text/css" href="static/css/bootstrap/bootstrap-responsive.css">
|
21 | 21 | <link rel="stylesheet" type="text/css" href="static/css/bootstrap/font-awesome.css">
|
| 22 | + <style> |
| 23 | + /** bootstrap 2.3.2 overrides **/ |
| 24 | + .alert.alert-success a {color: #3d9400; text-decoration: underline } |
| 25 | + </style> |
| 26 | + |
22 | 27 | <link rel="shortcut icon" href="favicon.ico" />
|
23 | 28 |
|
24 | 29 | <!-- Script tags -->
|
@@ -87,6 +92,19 @@ <h1>JSON for Linking Data</h1>
|
87 | 92 | </div>
|
88 | 93 |
|
89 | 94 | <div class="container">
|
| 95 | + <div class="row"> |
| 96 | + <div class="span12"> |
| 97 | + <div class="alert alert-success"> |
| 98 | + <strong>W3C JSON-LD Working Group Launched!</strong> |
| 99 | + The JSON-LD specification work continues at the |
| 100 | + <a href="https://www.w3.org/2018/json-ld-wg/"><strong>W3C JSON-LD Working Group</strong></a>! |
| 101 | + Please join us there, follow the |
| 102 | + <a href="https://lists.w3.org/Archives/Public/public-json-ld-wg/">mailing list</a>, |
| 103 | + and participate in the |
| 104 | + <a href="https://github.com/search?q=topic%3Ajson-ld-wg+org%3Aw3c&type=Repositories">specification repositories</a>. |
| 105 | + </div> |
| 106 | + </div> |
| 107 | + </div> |
90 | 108 | <div class="row">
|
91 | 109 | <div class="span3">
|
92 | 110 | <h2><span class="icon-exchange"></span> Linked Data </h2>
|
@@ -245,8 +263,19 @@ <h1 class="span12" style="text-align: center;">
|
245 | 263 | </div>
|
246 | 264 |
|
247 | 265 | <div id="collaborating-description" class="row">
|
| 266 | + <div class="offset2 span8" style="text-align: center;"> |
| 267 | + <strong>JSON-LD 1.1</strong> is being formally specified in the |
| 268 | + <a href="https://www.w3.org/2018/json-ld-wg/"><strong>W3C JSON-LD Working Group</strong></a>. |
| 269 | + To participate in this work, please <a href="https://www.w3.org/Consortium/join">join the W3C</a> |
| 270 | + and then join the Working Group. |
| 271 | + The <a href="https://lists.w3.org/Archives/Public/public-json-ld-wg/">Working Group mailing list</a> |
| 272 | + is visible to the public and participation in the |
| 273 | + <a href="https://github.com/search?q=topic%3Ajson-ld-wg+org%3Aw3c&type=Repositories">specification repositories</a> is encouraged. Additionally, discussions and exploration continue |
| 274 | + in the Community Group spaces mentioned below. |
| 275 | + <hr /> |
| 276 | + </div> |
248 | 277 | <p class="offset2 span8" style="text-align: center;">
|
249 |
| - JSON-LD is being developed by the W3C <a |
| 278 | + JSON-LD has been developed by the W3C <a |
250 | 279 | href="http://www.w3.org/community/json-ld/">JSON-LD Community Group</a>.
|
251 | 280 | It is a <a href="http://www.w3.org/TR/json-ld/">W3C Recommendation</a>
|
252 | 281 | as of 16 January 2014. Participation is open
|
|
0 commit comments