Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.32 KB | None | 0 0
  1. SELECT * WHERE {
  2.   SERVICE wikibase:mwapi {
  3.       bd:serviceParam wikibase:api "Search" .
  4.       bd:serviceParam wikibase:endpoint "www.wikidata.org" .
  5.       bd:serviceParam mwapi:srsearch "Giovanni" .
  6.       ?item wikibase:apiOutputItem "@title" .
  7.       bd:serviceParam wikibase:LIMIT 20
  8.   }
  9.   ?item wdt:P31 wd:Q12308941.
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement