Open VladimirAlexiev opened 1 year ago
We can illustrate the problem at the jsonld playground https://tinyurl.com/22vyjbus tab NQuads:
<https://vocabulary.uncefact.org/unlocode#ADALV> <https://vocabulary.uncefact.org/unlocode-vocab/functions> <unlcdf:3> .
<https://vocabulary.uncefact.org/unlocode#ADALV> <https://vocabulary.uncefact.org/unlocode-vocab/functions> <unlcdf:4> .
<https://vocabulary.uncefact.org/unlocode#ADALV> <https://vocabulary.uncefact.org/unlocode-vocab/functions> <unlcdf:6> .
As you can see, the function values resolve to an invalid URI scheme unldcf
curl https://vocabulary.uncefact.org/unlocode# -H 'Accept: application/ld+json'
uses theunlcdf
prefix for "functions":However, it doesn't define such prefix.
unlocode-vocab-context.jsonld
doesn't define the prefix either.