query-a01a8d6a2d3794b11c505c2d05c5b36f
Masjid di Indonesia
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#added 2017-08
#defaultView:Map
SELECT ?item ?itemLabel ?koordinat_tempat ?sejak ?gambar WHERE {
?item wdt:P31 wd:Q32815.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?item wdt:P17 wd:Q252.
OPTIONAL { ?item wdt:P625 ?koordinat_tempat. }
OPTIONAL{?item wdt:P571 ?sejak .}
OPTIONAL{?item wdt:P18 ?gambar.}
FILTER((?sejak >= "1900-01-01T00:00:00Z"^^xsd:dateTime) && (?sejak <= "1990-12-31T00:00:00Z"^^xsd:dateTime))
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?gambar"):::projected
v2("?item"):::projected
v3("?koordinat_tempat"):::projected
v1("?sejak"):::projected
c4(["wd:Q32815"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c10(["wd:Q252"]):::iri
f0[["?sejak >= '1900-01-01T00:00:00Z^^xsd:dateTime'?sejak <= '1990-12-31T00:00:00Z^^xsd:dateTime'"]]
f0 --> v1
v2 --"wdt:P31"--> c4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end
v2 --"wdt:P17"--> c10
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P625".-> v3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P571".-> v1
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P18".-> v4
end