query-894f9c50da26544e5da0be7b971ae097

rq turtle/ttl

Demonyms on map Demonyms on map Demonyms on map Demonyma na mapě Demonyms on map Demonyms on map Demonyms on map Demonyms on map Demonyms on map Demonimoak mapa batean שמות של עמים על מפה Demonyms on map Demonim dan petanya Demonimi su mappa マップ上の住民の呼称 Demonyms on map Demonyms on map Demonyms on map Demonyms on map Demonyms on map Demonyms on map Demonyms on map Демонимы на карте Demonyms on map Demonymer på en karta Demonyms on map Demonyms on map Демоніми на карті Demonyms on map Demonyms on map

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# <span lang="en" dir="ltr" class="mw-content-ltr">Words describing people from a certain place</span>
# <span lang="en" dir="ltr" class="mw-content-ltr">e.g. swede</span>
# by Vesihiisi
#defaultView:Map
SELECT ?l ?lemma ?demoPlaceLabel ?coords WHERE {
  ?l a ontolex:LexicalEntry ;
       dct:language ?language ;
       wikibase:lemma ?lemma .
  ?language wdt:P218 'sv'. # <span lang="en" dir="ltr" class="mw-content-ltr">language</span>
  ?l ontolex:sense ?sense.
     ?sense wdt:P6271 ?demoPlace.
  ?demoPlace wdt:P625 ?coords
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?coords"):::projected v5("?demoPlace") v1("?l"):::projected v2("?language") v3("?lemma"):::projected v4("?sense") c6(["sv"]):::literal c2(["ontolex:LexicalEntry"]):::iri c13(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal c11(["bd:serviceParam"]):::iri v1 --"a"--> c2 v1 --"dct:language"--> v2 v1 --"wikibase:lemma"--> v3 v2 --"wdt:P218"--> c6 v1 --"ontolex:sense"--> v4 v4 --"wdt:P6271"--> v5 v5 --"wdt:P625"--> v6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end