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

Use table in Property aspect should use LIMITed subquery #2570

Open
fnielsen opened this issue Jan 3, 2025 · 0 comments
Open

Use table in Property aspect should use LIMITed subquery #2570

fnielsen opened this issue Jan 3, 2025 · 0 comments
Labels
enhancement some suggestions to improve Scholia

Comments

@fnielsen
Copy link
Collaborator

fnielsen commented Jan 3, 2025

Is your feature request related to a problem? Please describe.
There is a timeout on https://scholia.toolforge.org/P921

The current SPARQL is

# tool: scholia
PREFIX target: <http://www.wikidata.org/prop/direct/P921>

SELECT ?item ?itemLabel ?property_value ?property_valueLabel WHERE {
  ?item target: ?property_value .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" . }
}
LIMIT 500

Describe the solution you'd like
The labeling should be performed after the LIMITing.

@fnielsen fnielsen added the enhancement some suggestions to improve Scholia label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement some suggestions to improve Scholia
Projects
None yet
Development

No branches or pull requests

1 participant