Skip to content

Manage @list #58

Description

@jmatsushita

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:

image

And using .get() returns an empty list.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions