query-e5f774f48e38aff722ef3b8fa86f1853

rq turtle/ttl

step races (or not), the query in the talk page saying that races are eiher one day race or have several steps. Together with the item documentation template, (Q15091377)cycling race Hi, added a statement in

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
select ?item where {
    ?item wdt:P31/wdt:P279* wd:Q15091377 .
    {
        ?item wdt:P31/wdt:P279* wd:Q2912397 .
        ?item wdt:P31/wdt:P279* wd:Q1318941 .
    } .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) a2((" ")) a3((" ")) c4(["wd:Q2912397"]):::iri c5(["wd:Q1318941"]):::iri c3(["wd:Q15091377"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c4 v1 --"wdt:P31"--> a3 a3 --"wdt:P279"--> c5