Skip to content

support for rdf:List #9

@bjdmeest

Description

@bjdmeest

If I have something such as following TTL:

:me :hobbies (:first :second :third)

:first :label "hobby 1"
...

I think I would expect

query {
  id
  hobbies {
    label
  }
}

to return

{
id: ":me",
hobbies: ["hobby 1", ...]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions