python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Need help fetching a person's age from wikidata query using sparql
I recently started working on sparql to generate query for getting the age of a specific person (say, Donald Trump)
The only thing I could understand is that it would be an instance of Person class.
C...
Nishant Saraswat
Votes: 0
Answers: 0
How to get IMDb IDs of all films in a list page on Wikipedia?
I want to get the IMDb ID of all films in a list page on Wikipedia, for example: https://en.wikipedia.org/wiki/List_of_neo-noir_films
I've tried making a query like this: (instance of: film, genre: ne...
privil
Votes: 0
Answers: 0
How to get IMDb links of all films in a category page on Wikipedia?
I want to get the IMDb links of all films in a category page on Wikipedia, for example: https://en.wikipedia.org/wiki/Category:American_historical_films. I have heard of Wikidata Query Service and Pet...
privil
Votes: 0
Answers: 1