query-ed134feb360bc276e2641524d07810d5
Statements with specific qualifiers 07:52, 23 April 2020 (UTC)) talk (Steak = "Januar 2000". (P585)point in time that has qualifier (P1087)Elo rating with a statement (Q10873124)chess player I would like to have list of all
Use at
- https://query.wikidata.org/sparql
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT *
WHERE
{
?item p:P1087 / pq:P585 ?d .
FILTER( YEAR(?d) = 2020 )
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?d"):::projected
v2("?item"):::projected
a1((" "))
f0[["year-from-dateTime(?d) = '2020^^xsd:integer'"]]
f0 --> v1
v2 --"p:P1087"--> a1
a1 --"p:qualifier/P585"--> v1