-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels
