32
32
} ] ,
33
33
34
34
localBiblio : {
35
- "I-D.ietf-httpapi-yaml-mediatypes" : {
36
- title : "YAML Media Type" ,
37
- href : "https://www.ietf.org/archive/id/draft-ietf-httpapi-yaml-mediatypes-03.html" ,
38
- publisher : "IETF" ,
39
- date : "2022-08-05" ,
40
- status : "WG Document" ,
41
- authors : [
42
- "Roberto Polli" ,
43
- "Erik Wilde" ,
44
- "Eemeli Aro"
45
- ]
46
- } ,
47
-
48
35
"json-ld-bp" : {
49
36
title : "JSON-LD Best Practices" ,
50
37
href : "https://w3c.github.io/json-ld-bp/" ,
61
48
"Philippe Le Hegaret" ,
62
49
] ,
63
50
} ,
64
-
65
- "YAML" : {
66
- title : "YAML Ain’t Markup Language (YAML™) version 1.2.2" ,
67
- href : "https://yaml.org/spec/1.2.2/" ,
68
- date : "2021-10-01" ,
69
- authors : [
70
- "Oren Ben-Kiki" ,
71
- "Clark Evans" ,
72
- "Ingy döt Net"
73
- ]
74
- }
75
51
} ,
76
52
77
53
// Cross-reference definitions
@@ -355,7 +331,7 @@ <h2>Introduction</h2>
355
331
< p >
356
332
Since YAML is more expressive than JSON,
357
333
both in the available data types and in the document structure
358
- (see [[I-D.ietf-httpapi-yaml-mediatypes ]]),
334
+ (see [[RFC9512 ]]),
359
335
this document identifies constraints on YAML
360
336
such that any < a > YAML-LD document</ a > can be represented in JSON-LD.
361
337
</ p >
@@ -902,7 +878,7 @@ <h2>Comments</h2>
902
878
</ p >
903
879
904
880
< p >
905
- See Interoperability considerations of [[I-D.ietf-httpapi- yaml-mediatypes]]
881
+ See Interoperability considerations of "+ yaml" structured syntax suffix
906
882
for more details.
907
883
</ p >
908
884
</ section >
@@ -1036,8 +1012,8 @@ <h2>Mapping Key Types</h2>
1036
1012
< section id ="sec " class ="informative ">
1037
1013
< h2 > Security Considerations</ h2 >
1038
1014
1039
- < p > See < a data-cite ="JSON-LD11#iana-security "> Security considerations in JSON-LD 1.1</ a > .
1040
- Also, see the YAML media type registration .</ p >
1015
+ < p > See < a data-cite ="JSON-LD11#iana-security "> Security considerations in JSON-LD 1.1</ a >
1016
+ and < code > +yaml </ code > structured syntax suffix .</ p >
1041
1017
</ section >
1042
1018
1043
1019
< section id ="int " class ="informative ">
@@ -1046,7 +1022,7 @@ <h2>Interoperability Considerations</h2>
1046
1022
< p >
1047
1023
For general interoperability considerations on the serialization of
1048
1024
< a > JSON documents</ a > in [[YAML]], see YAML
1049
- and the Interoperability consideration of < code > application/ yaml</ code > [[I-D.ietf-httpapi-yaml-mediatypes]] .
1025
+ and the Interoperability considerations of the < code > + yaml</ code > structured syntax suffix .
1050
1026
</ p >
1051
1027
< p >
1052
1028
The YAML-LD format and the media type registration are not restricted to a specific
@@ -1146,7 +1122,7 @@ <h2>Streams</h2>
1146
1122
1147
1123
< p class ="note " title ="Interoperability considerations on YAML streams ">
1148
1124
For interoperability considerations on YAML streams,
1149
- see < a data-cite ="I-D.ietf-httpapi-yaml-mediatypes #section-3.2 "> the relevant section in YAML Media Type</ a > .
1125
+ see < a data-cite ="RFC9512 #section-3.2 "> the relevant section in YAML Media Type</ a > .
1150
1126
</ p >
1151
1127
</ section >
1152
1128
@@ -1212,7 +1188,7 @@ <h3>application/ld+yaml</h3>
1212
1188
</ dl >
1213
1189
</ dd >
1214
1190
< dt > Encoding considerations:</ dt >
1215
- < dd > See < a data-cite =" I-D.ietf-httpapi-yaml-mediatypes# " > YAML media type </ a > .</ dd >
1191
+ < dd > Same as < code > +yaml </ code > .</ dd >
1216
1192
< dt id ="iana-security "> Security considerations:</ dt >
1217
1193
< dd > See < a href ="#sec " class ="sectionRef "> </ a > .</ dd >
1218
1194
< dt > Interoperability considerations:</ dt >
@@ -1226,8 +1202,10 @@ <h3>application/ld+yaml</h3>
1226
1202
< dt > Additional information:</ dt >
1227
1203
< dd >
1228
1204
< dl >
1205
+ < dt > Deprecated alias names for this type:</ dt >
1206
+ < dd > N/A</ code > </ dd >
1229
1207
< dt > Magic number(s):</ dt >
1230
- < dd > See < code > application/yaml</ code > </ dd >
1208
+ < dd > Same as < code > application/yaml</ code > </ dd >
1231
1209
< dt > File extension(s):</ dt >
1232
1210
< dd >
1233
1211
< ul >
@@ -1236,11 +1214,13 @@ <h3>application/ld+yaml</h3>
1236
1214
</ ul >
1237
1215
</ dd >
1238
1216
< dt > Macintosh file type code(s):</ dt >
1239
- < dd > TEXT</ dd >
1217
+ < dd > Same as < code > application/yaml</ code > </ dd >
1218
+ < dt > Windows Clipboard Name:</ dt >
1219
+ < dd > Same as < code > application/yaml</ code > </ dd >
1240
1220
</ dl >
1241
1221
</ dd >
1242
1222
< dt > Person & email address to contact for further information:</ dt >
1243
- < dd > Philippe Le Hégaret <plh @w3.org></ dd >
1223
+ < dd > W3C JSON-LD Working Group <public-json-ld-wg @w3.org></ dd >
1244
1224
< dt > Intended usage:</ dt >
1245
1225
< dd > Common</ dd >
1246
1226
< dt > Restrictions on usage:</ dt >
0 commit comments