File tree 1 file changed +20
-3
lines changed
1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 199
199
< body >
200
200
< section id ='abstract '>
201
201
< p >
202
- FIXME.
202
+ In recent years, YAML emerged as a more concise format
203
+ to represent information serialized as JSON,
204
+ including Linked Data.
205
+ This document defines how to serialize linked data
206
+ in YAML documents.
207
+ Moreover, it registers the application/ld+yaml media type.
203
208
</ p >
204
209
</ section >
205
210
211
216
212
217
< section >
213
218
< h2 > Introduction</ h2 >
214
- < p > FIXME.</ p >
215
-
219
+ < p >
220
+ JSON-LD is a JSON-based format to serialize Linked Data.
221
+ In recent years, YAML emerged as a more concise format
222
+ to represent information serialized as JSON,
223
+ including API specification, data schemas and Linked Data.
224
+ </ p >
225
+ < p >
226
+ Since YAML is more expressive than JSON,
227
+ both in the available data types and in the document structure,
228
+ (see I-D.ietf-yaml-mediatypes)
229
+ this document identifies constraints on YAML documents
230
+ so that they can be used to represent JSON-LD documents.
231
+ </ p >
232
+
216
233
< section id ="conformance ">
217
234
< p > A < a > YAML-LD document</ a > complies with this specification if ...</ p >
218
235
You can’t perform that action at this time.
0 commit comments