- From: Ivan Herman <ivan@w3.org>
- Date: Mon, 30 Sep 2019 10:29:09 +0200
- To: W3C JSON-LD Working Group <public-json-ld-wg@w3.org>
Maybe I did not remember right, but we thought that "@direction" should be absorbed by a JSON-LD 1.0 processor, ie, we can deploy it safely. However, the construction:
{
"@context":"https://schema.org",
"name" : {
"@value": "na mi van",
"@language": "hu",
"@direction": "ltr"
}
}
will not work either; there will be an error message due to the presence of value and direction in one object (see [1]).
I guess we cannot do anything about it, but it is a bit of a pain:-)
[1] https://tinyurl.com/y6goh76p
----
Ivan Herman, W3C
Home: http://www.w3.org/People/Ivan/
mobile: +31-641044153
ORCID ID: https://orcid.org/0000-0003-0782-2704
Received on Monday, 30 September 2019 08:29:11 UTC