query-25bee4607239f3513a5fc2a1998f460d

rq turtle/ttl

title:Lexèmes en suédois manquants dans le plus grand dictionnaire imprimé officiel SAOB

date: 2021-10-12

auteur:So9q

SELECT ?lemma WHERE { ?lexemeId dct:language wd:Q9027; wikibase:lemma ?lemma; wdt:P9660 wd:Q1935308. }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX dct: <http://purl.org/dc/terms/>
#title:Lexèmes en suédois manquants dans le plus grand dictionnaire imprimé officiel SAOB
# date: 2021-10-12
# auteur:So9q
SELECT ?lemma
WHERE {
  ?lexemeId dct:language wd:Q9027;
            wikibase:lemma ?lemma;
            wdt:P9660 wd:Q1935308.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?lemma"):::projected v1("?lexemeId") c2(["wd:Q9027"]):::iri c5(["wd:Q1935308"]):::iri v1 --"dct:language"--> c2 v1 --"wikibase:lemma"--> v2 v1 --"wdt:P9660"--> c5