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
Hi Markus,
Just found a very curious behaviour. I'm using JsonLD:toRDF to expand a JSON-LD file, but any field "0" seems to be ignored.
JsonLD:toRDF
"0"
Document:
{ "@context": { "@vocab": "http://example.org/vocab#" }, "0": { "field0": "value0" }, "1": { "field1": "value1" } }
Result:
_:b0 <http://example.org/vocab#1> _:b1 . _:b1 <http://example.org/vocab#field1> "value1" .
Same thing if another field anywhere in the document is named "0", it is always sort of ignored. Have you seen that already? Any idea?
Context:
Thx, Franck.
The text was updated successfully, but these errors were encountered:
Sounds like empty() usage somewhere where a more strict check would be good.
Sorry, something went wrong.
No branches or pull requests
Hi Markus,
Just found a very curious behaviour. I'm using
JsonLD:toRDF
to expand a JSON-LD file, but any field"0"
seems to be ignored.Document:
Result:
Same thing if another field anywhere in the document is named "0", it is always sort of ignored. Have you seen that already? Any idea?
Context:
Thx,
Franck.
The text was updated successfully, but these errors were encountered: