-
Notifications
You must be signed in to change notification settings - Fork 32
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
Speed of looking up properties #7
Comments
Am I incorrectly using the library, or is there an issue in the library? I left my program running for days, and it did not finish. |
I would probably use a SPARQL query instead (https://query.wikidata.org/). |
I used SPARQL to get the IDs such as Q498805 to feed into Wikidata, but I could not figure out how to get all the metadata out of SPARQL. |
Use the "wdt" prefix in the predicate.
|
@k----n I expanded on that, and it helps. I will continue working with it to add the labels and filters I was trying. Thanks |
I am looping through entities and looking up multiple properties for each (7 in my real project, 3 in the attached toy example). Each property slows it down, so it will take hours to go through all the entities. Is there a way to speed this up please?
The text was updated successfully, but these errors were encountered: