query-56aa3bd29ae2bfabc1c5a8497c976eed

rq turtle/ttl

عند استخدام الكلمة الأساسية السحرية مثال: When using the magic keyword Example: When using the magic keyword Example: When using the magic keyword Example: When using the magic keyword Eksempel: When using the magic keyword Beispiel: When using the magic keyword Example: When using the magic keyword Example: When using the magic keyword Example: When using the magic keyword Ekzemple: When using the magic keyword Ejemplo: Lorsque vous utilisez le mot clé magique Exemple : When using the magic keyword Example: When using the magic keyword Օրինակ՝ When using the magic keyword Example: When using the magic keyword Example: マジックキーワード 例: When using the magic keyword Beispill: Bij het gebruik van het magische woord Voorbeeld: When using the magic keyword Przykład: When using the magic keyword Пример: When using the magic keyword Example: När man använder det magiska nyckelordet Exempel: Örnek: When using the magic keyword Приклад: When using the magic keyword Example: When using the magic keyword Example:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT ?place ?coordinate_location ?dist {
SERVICE wikibase:around {
    ?place wdt:P625 ?coordinate_location.
    bd:serviceParam wikibase:center "[AUTO_COORDINATES]".
    bd:serviceParam wikibase:radius "1".
    bd:serviceParam wikibase:distance ?dist.
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coordinate_location"):::projected v3("?dist"):::projected v1("?place"):::projected c7(["1"]):::literal c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_COORDINATES#93;"]):::literal subgraph s1["http://wikiba.se/ontology#around"] style s1 stroke-width:4px; v1 --"wdt:P625"--> v2 c3 --"wikibase:center"--> c5 c3 --"wikibase:radius"--> c7 c3 --"wikibase:distance"--> v3 end