query-26353876798dd1dae987efa90fbd35a3
References to Le Figaro website.outdatedThis page is And a query to return all the references that are to a URL which includes 'lefigaro.fr'
Use at
- https://query.wikidata.org/sparql
PREFIX pr: <http://www.wikidata.org/prop/reference/>
SELECT ?ref ?refURL WHERE {
?ref pr:P854 ?refURL .
FILTER (CONTAINS(str(?refURL),'lefigaro.fr')) .
} LIMIT 200
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?ref"):::projected
v1("?refURL"):::projected
f0[["contains(str(?refURL),'lefigaro.fr')"]]
f0 --> v1
v2 --"pr:P854"--> v1