query-db38c98e9ebcb9438808be5c67c2ed7a
VIGNERON
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX dct: <http://purl.org/dc/terms/>
SELECT ?l WHERE {
?l dct:language wd:Q150;
wikibase:lemma "maison"@fr.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?l"):::projected
c4([smaison^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]):::literal
c2(["wd:Q150"]):::iri
v1 --"dct:language"--> c2
v1 --"wikibase:lemma"--> c4