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

Language is ignored #37

Open
pheyvaer opened this issue Oct 21, 2019 · 0 comments
Open

Language is ignored #37

pheyvaer opened this issue Oct 21, 2019 · 0 comments
Labels
bug Something isn't working
Projects

Comments

@pheyvaer
Copy link
Contributor

pheyvaer commented Oct 21, 2019

The SPARQL query does not contain the language tags.

Context is

{
  "@context": {
    "foaf": "http://xmlns.com/foaf/0.1/",
    "givenName": {
      "@id": "foaf:givenName",
      "@language": "en"
    },
    "familyName": {
      "@id": "foaf:familyName",
      "@language": "en"
    },
    "img": {
      "@id": "foaf:img"
    }
  }
}

The GraphQL-LD query is

{
  givenName @single
  familyName @single
  img @single
}
@rubensworks rubensworks added the bug Something isn't working label Oct 21, 2019
@rubensworks rubensworks added this to To do in Work via automation Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Work
  
To do
Development

No branches or pull requests

2 participants