We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently the @list keyword is not dealt with properly.
@list
For instance when using the levelgraph playground
{ "@context": { "@vocab": "http://xmlns.com/foaf/0.1/" }, "@id": "http://example.org/people#joebob", "nick": { "@list": [ "joe", "bob", "jaybee" ] } }
Reuses the same identifier for blank nodes:
And using .get() returns an empty list.
.get()
Currently the
@listkeyword is not dealt with properly.For instance when using the levelgraph playground
Reuses the same identifier for blank nodes:
And using
.get()returns an empty list.