@@ -3225,22 +3225,22 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3225
3225
"Type1": {
3226
3226
"@id": "http://example.com/vocab/Type1",
3227
3227
"@context": {
3228
- "term2": "http://example.com/vocab/term2 "
3229
- #### ↑ Scoped context for "Type1" defines term2
3228
+ "term2": "http://example.com/vocab/term3 "
3229
+ #### ↑ Scoped context for "Type1" defines term3
3230
3230
},
3231
3231
},
3232
3232
"Type2": {
3233
3233
"@id": "http://example.com/vocab/Type2",
3234
3234
"@context": {
3235
- "term3": "http://example.com/vocab/term3 "
3236
- #### ↑ Scoped context for "Type2" defines term3
3235
+ "term3": "http://example.com/vocab/term4 "
3236
+ #### ↑ Scoped context for "Type2" defines term4
3237
3237
},
3238
3238
},
3239
3239
},
3240
3240
"property": {
3241
3241
"@context": {
3242
- "term4 ": "http://example.com/vocab/term4 "
3243
- #### ↑ Embedded context defines term4
3242
+ "term2 ": "http://example.com/vocab/term2 "
3243
+ #### ↑ Embedded context defines term2
3244
3244
},
3245
3245
"@type": ["Type2", "Type1"],
3246
3246
"term1": "a",
@@ -3252,9 +3252,9 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3252
3252
-->
3253
3253
</ pre >
3254
3254
3255
- < p > Contexts are processed depending on how their defined. A scoped context
3256
- for a property is processed first, followed by the scoped contexts for any
3257
- types, in the appropriate order, followed lastly by any embedded context .
3255
+ < p > Contexts are processed depending on how they are defined. A scoped context
3256
+ for a property is processed first, followed by any embedded context,
3257
+ followed lastly by the scoped contexts for any types, in the appropriate order .
3258
3258
The previous example is logically equivalent to the following:</ p >
3259
3259
< pre data-transform ="updateExample ">
3260
3260
<!--
@@ -3271,13 +3271,13 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3271
3271
#### ↑ Scoped context for "property" defines term1
3272
3272
}, {
3273
3273
"term2": "http://example.com/vocab/term2"
3274
- #### ↑ Scoped context for "Type1" defines term2
3274
+ #### ↑ Embedded context defines term2
3275
3275
}, {
3276
3276
"term3": "http://example.com/vocab/term3"
3277
- #### ↑ Scoped context for "Type2 " defines term3
3277
+ #### ↑ Scoped context for "Type1 " defines term3
3278
3278
}, {
3279
3279
"term4": "http://example.com/vocab/term4"
3280
- #### ↑ Embedded context defines term4
3280
+ #### ↑ Scoped context for "Type2" defines term4
3281
3281
}],
3282
3282
"@type": ["Type2", "Type1"],
3283
3283
"term1": "a",
0 commit comments