Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for rdf:List #9

Open
bjdmeest opened this issue Aug 6, 2019 · 2 comments
Open

support for rdf:List #9

bjdmeest opened this issue Aug 6, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@bjdmeest
Copy link

bjdmeest commented Aug 6, 2019

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", ...]
}
@rubensworks rubensworks added the enhancement New feature or request label Aug 6, 2019
@pheyvaer
Copy link

Hi @rubensworks

Is there already an update on this?

@rubensworks
Copy link
Owner

No update yet unfortunately.

I'm afraid that this won't be a trivial feature to support though, since it something that would ideally be handled at the SPARQL level. But that would require this first: w3c/sparql-dev#46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants