Closed
Description
And instead I think we would now recommend to use a scoped context, no?
{
"@context": {
...
"@language": "ja"
},
"name": "花澄",
"details": {
"@context": {
"@language": null
},
"occupation": "Ninja"
}
}
Would become
{
"@context": {
...
"details": {
"@context": {
"@language": null
}
},
"@language": "ja"
},
"name": "花澄",
"details": {
"occupation": "Ninja"
}
}
This pattern should at least be demonstrated, even if 67 isn't changed