Open kshychko opened 6 months ago
Fixed for code lists that are defined within a domain, but isn't working for external codelists because of JSON-LD vocabulary issue #9
Using an example from #9 originCountry
in the context should look like:
{
"originCountry": {
"@id": "dpp:originCountry",
"@type": "@vocab",
"@context": {
"@vocab": "https://vocabulary.uncefact.org/CountryId"
}
}
}
{
"originCountry": {
"@id": "dpp:originCountry",
"@type": "@vocab",
"@context": {
"@vocab": "https://test.uncefact.org/vocabulary/untp/dpp/countryCode#"
}
}
}
and