- From: Vladimir Alexiev <vladimir.alexiev@ontotext.com>
- Date: Mon, 17 Feb 2020 15:49:16 +0200
- To: public-json-ld@w3.org
Received on Monday, 17 February 2020 13:49:44 UTC
I get the same error "invalid value object: Attempt to add illegal key to
value object: ex:pfx" with this context:
{
"@context": {
"@vocab": "http://example.org/",
"ex": "http://example.org/",
"prefixes" : {
"@container": "@index",
"@index": "ex:pfx"
},
"ex:pfx": {
"@container": "@index",
"@index": "ex:iri"
}
}
}
Received on Monday, 17 February 2020 13:49:44 UTC