Ini paragraph
- list 1
- list 2
| [ | |
| { | |
| "Q1142886$59F13861-CBDF-41D9-B58A-D53457088E99": { | |
| "P248": [ | |
| { | |
| "snaktype": "value", | |
| "property": "P248", | |
| "datavalue": { | |
| "value": { | |
| "entity-type": "item", |
| node | |
| ["name"!~"^Posyandu"] | |
| [amenity=clinic] | |
| ({{bbox}}); | |
| out; |
| select ?rumahSakit ?rumahSakitLabel where { | |
| ?rumahSakit wdt:P31 wd:Q16917. | |
| ?rumahSakit wdt:P131 wd:Q10109 | |
| SERVICE wikibase:label { | |
| bd:serviceParam wikibase:language 'en, id' | |
| } | |
| } |
| select ?klinik ?klinikLabel ?koordinat where { | |
| ?klinik wdt:P31 wd:Q1774898. | |
| ?klinik wdt:P131 wd:Q10109. | |
| ?klinik wdt:P625 ?koordinat | |
| SERVICE wikibase:label { | |
| bd:serviceParam wikibase:language 'en, id' | |
| } | |
| } |
| SELECT ?desa ?desaLabel ?lat ?long ?kodeDesa WHERE { | |
| ?desa p:P625 ?statement . # coordinate-location statement | |
| ?desa wdt:P1588 ?kodeDesa . | |
| ?statement psv:P625 ?coordinate_node . | |
| ?coordinate_node wikibase:geoLatitude ?lat . | |
| ?coordinate_node wikibase:geoLongitude ?long . | |
| FILTER (ABS(?lat - -6.976437) < 0.05) | |
| FILTER (ABS(?long - 107.631003) < 0.05) |
| id | species | name | |
|---|---|---|---|
| 0 | Capra hircus | Goat | |
| 1 | Panthera pardus | Leopard | |
| 2 | Equus zebra | Zebra |
| [ | |
| { | |
| "id": 4684694029860864, | |
| "name": "3DTK", | |
| "slug": "3dtk", | |
| "website_url": "http://threedtk.de", | |
| "category": "science_and_medicine", | |
| "contact_email": "[email protected]", | |
| "mailing_list": "https://sourceforge.net/p/slam6d/discussion/", | |
| "irc_channel": null, |
| require 'net/http' | |
| require 'irb' | |
| require 'json' | |
| require 'active_support/core_ext/hash/conversions' | |
| require 'active_support/core_ext/array/grouping.rb' | |
| require 'irb' | |
| require 'thread' | |
| require 'yaml' | |
| def identify(links) |