query-d819380fa496fbe288c934358e1a1ad0
Map of lexemes
Use at
- https://query.wikidata.org/sparql
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#>
#defaultView:Map
PREFIX target: <http://www.wikidata.org/entity/Q9035>
SELECT
?lexeme ?lemma
?location ?locationLabel
?geo
WHERE {
?lexeme dct:language target: ;
wikibase:lemma ?lemma ;
ontolex:sense / wdt:P5137 ?location .
?location wdt:P625 ?geo .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?geo"):::projected
v2("?lemma"):::projected
v1("?lexeme"):::projected
v3("?location"):::projected
a1((" "))
c2([http://www.wikidata.org/entity/Q9035]):::iri
c8(["bd:serviceParam"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"dct:language"--> c2
v1 --"wikibase:lemma"--> v2
v1 --"ontolex:sense"--> a1
a1 --"wdt:P5137"--> v3
v3 --"wdt:P625"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end