File tree 4 files changed +579
-264
lines changed 4 files changed +579
-264
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,21 @@ function getDrafts($spec)
129
129
<li><a href="latest/rdf-graph-normalization/">latest</a></li>
130
130
<?php
131
131
132
+ $ drafts = getDrafts ('json-ld-rdf ' );
133
+
134
+ foreach ($ drafts as $ date => $ dir ) {
135
+ print (" <li><a href= \"$ dir/ \"> $ date</a></li> " );
136
+ }
137
+
138
+ ?>
139
+ </ul>
140
+
141
+
142
+ <h2>JSON-LD RDF API</h2>
143
+ <ul>
144
+ <li><a href="latest/json-ld-rdf/">latest</a></li>
145
+ <?php
146
+
132
147
$ drafts = getDrafts ('rdf-graph-normalization ' );
133
148
134
149
foreach ($ drafts as $ date => $ dir ) {
Original file line number Diff line number Diff line change 46
46
<li><a href="json-ld-framing/">JSON-LD Framing</a> - JSON-LD
47
47
Framing describes the Application Programming Interface for
48
48
flattening and framing JSON-LD documents.</li>
49
+ <li><a href="json-ld-rdf/">JSON-LD RDF API</a> - JSON-LD
50
+ RDF AP describes the Application Programming Interface for
51
+ transforming JSON-LD to RDF.</li>
49
52
<li><a href="rdf-graph-normalization/">RDF Graph Normalization</a> -
50
53
The RDF Graph Normalization document is a general algorithm for
51
54
serializing RDF graphs. It is most useful when comparing
You can’t perform that action at this time.
0 commit comments