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

problem with SPARQL operators #76

Closed
1 of 4 tasks
D063520 opened this issue Jul 28, 2022 · 0 comments
Closed
1 of 4 tasks

problem with SPARQL operators #76

D063520 opened this issue Jul 28, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@D063520
Copy link
Contributor

D063520 commented Jul 28, 2022

Part of the endpoint? (leave empty if you don't know)

  • Backend (hdt-qs-backend)
  • Frontend (hdt-qs-frontend)
  • Benchmark (hdt-qs-benchmark)
  • Other

Description of the issue

Over this dataset:

data-4.ttl.txt

the query

SELECT (MAX(?o2) as ?avg) WHERE { ?s1 http://workingontologist.poolparty.biz/JobsandSkillsDemoApplication/2 http://workingontologist.poolparty.biz/JobsandSkillsDemoApplication/5 . ?s1 https://sharepoint-demo.eu/hr/gross-salary-per-year ?o2 . } LIMIT 1000

SELECT (AVG(?o2) as ?avg) WHERE { ?s1 http://workingontologist.poolparty.biz/JobsandSkillsDemoApplication/2 http://workingontologist.poolparty.biz/JobsandSkillsDemoApplication/5 . ?s1 https://sharepoint-demo.eu/hr/gross-salary-per-year ?o2 . } LIMIT 1000

is not giving the expected results

Excepted behavior

No response

Obtained behavior

No response

How to reproduce

No response

Endpoint version

No response

Do I want to contribute to fix it?

No response

Something else?

No response

@D063520 D063520 added the bug Something isn't working label Jul 28, 2022
ate47 added a commit that referenced this issue Jul 28, 2022
@ate47 ate47 mentioned this issue Jul 28, 2022
5 tasks
ate47 added a commit that referenced this issue Jul 28, 2022
ate47 added a commit that referenced this issue Jul 28, 2022
@ate47 ate47 closed this as completed Jul 28, 2022
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
None yet
Development

No branches or pull requests

2 participants