query-85cdfd872f166d373ab5a6a69cf4cd7f
simple, article published in Liberation SELECT $q $label WHERE { $q wdt:P1433 wd:Q13717; rdfs:label ?label . }
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
# simple, article published in Liberation
SELECT $q $label
WHERE {
$q wdt:P1433 wd:Q13717; rdfs:label ?label .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?label"):::projected
v1("?q"):::projected
c2(["wd:Q13717"]):::iri
v1 --"wdt:P1433"--> c2
v1 --"rdfs:label"--> v2