query-1d48c6d4f7dd43c9b78a574d1698d004
Automatic list of kea lexemes
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
PREFIX dct: <http://purl.org/dc/terms/>
SELECT ?item ?lexemeLabel WHERE {
?item a ontolex:LexicalEntry ;
dct:language wd:Q35963 ;
wikibase:lemma ?lexemeLabel .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?lexemeLabel"):::projected
c2(["ontolex:LexicalEntry"]):::iri
c4(["wd:Q35963"]):::iri
v1 --"a"--> c2
v1 --"dct:language"--> c4
v1 --"wikibase:lemma"--> v2