query-7bf11808c4181849a33140e292b601a7

rq turtle/ttl

الأشياء التي تقع عند خط الاستواء مع خط الطول الرئيسي Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Věci, které se nacházejí v místě, kde se rovník setkává s hlavním poledníkem. Things located where the equator meets the prime meridian Orte an Schnittpunkt des Nullmeridians mit dem Äquator Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Objets localisés à l’intersection de l’équateur et du premier méridien Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Entità situate tra l'equatore e il primo meridiano Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Dingen die zich bevinden waar de evenaar de nulmeridiaan kruist Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Saker som ligger på platser där ekvatorn korsar meridianen Things located where the equator meets the prime meridian Things located where the equator meets the prime meridian Об'єкти на перетині екватора з нульовим меридіаном Things located where the equator meets the prime meridian 位于赤道与本初子午线交汇处的物

Use at

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#>
SELECT ?place ?placeLabel ?location
WHERE
{
  wd:Q24041662 wdt:P625 ?loc00 .
  SERVICE wikibase:around {
    ?place wdt:P625 ?location .
    bd:serviceParam wikibase:center ?loc00 .
    bd:serviceParam wikibase:radius "0.001" .
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
}
ORDER BY ?placeLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?loc00") v4("?location"):::projected v3("?place"):::projected v1("?placeLabel"):::projected c4(["bd:serviceParam"]):::iri c7(["0.001"]):::literal c10(["en"]):::literal c1(["wd:Q24041662"]):::iri c1 --"wdt:P625"--> v2 subgraph s1["http://wikiba.se/ontology#around"] style s1 stroke-width:4px; v3 --"wdt:P625"--> v4 c4 --"wikibase:center"--> v2 c4 --"wikibase:radius"--> c7 end subgraph s2["http://wikiba.se/ontology#label"] style s2 stroke-width:4px; c4 --"wikibase:language"--> c10 end