Currently the @list keyword is not dealt with properly.
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.