Advertisement
thomaskekeisen

Untitled

Dec 28th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. SELECT
  2. ?town
  3. ?area
  4. ?capital
  5. ?population
  6. ?Postleitzahl
  7. ?H_he__ber_dem_Meeresspiegel
  8. ?Ortsvorwahl
  9. ?liegt_in_der_Verwaltungseinheit
  10. ?capital_Kfz_Kennzeichen
  11. ?capitalcapital_Kfz_Kennzeichen
  12. ?capitalcapital
  13. WHERE {
  14. ?town ?label "Ravensburg"@de.
  15. ?town wdt:P2046 ?area.
  16. ?town wdt:P1082 ?population.
  17. OPTIONAL { ?town wdt:P131 ?capital. }
  18. OPTIONAL { ?capital wdt:P36 ?capitalcapital. }
  19. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". }
  20. OPTIONAL { ?town wdt:P281 ?Postleitzahl. }
  21. OPTIONAL { ?town wdt:P2044 ?H_he__ber_dem_Meeresspiegel. }
  22. OPTIONAL { ?town wdt:P473 ?Ortsvorwahl. }
  23. OPTIONAL { ?town wdt:P27 ?Land_der_Staatsangeh_rigkeit. }
  24. OPTIONAL { ?town wdt:P131 ?liegt_in_der_Verwaltungseinheit. }
  25. OPTIONAL { ?capital wdt:P395 ?capital_Kfz_Kennzeichen. }
  26. OPTIONAL { ?capitalcapital wdt:P395 ?capitalcapital_Kfz_Kennzeichen. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement