We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unlcdf
curl https://vocabulary.uncefact.org/unlocode# -H 'Accept: application/ld+json' uses the unlcdf prefix for "functions":
curl https://vocabulary.uncefact.org/unlocode# -H 'Accept: application/ld+json'
"unlcdv:functions": [ { "@id": "unlcdf:3" }, { "@id": "unlcdf:4" }, { "@id": "unlcdf:6" } ],
However, it doesn't define such prefix.
unlocode-vocab-context.jsonld doesn't define the prefix either.
unlocode-vocab-context.jsonld
The text was updated successfully, but these errors were encountered:
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
unldcf
Sorry, something went wrong.
unlcdv:functions
No branches or pull requests
curl https://vocabulary.uncefact.org/unlocode# -H 'Accept: application/ld+json'
uses the
unlcdf
prefix for "functions":However, it doesn't define such prefix.
unlocode-vocab-context.jsonld
doesn't define the prefix either.The text was updated successfully, but these errors were encountered: