query-acd8dc55cf21b30619bcbf0c3f4f575a

rq turtle/ttl

How to use property. An example would be:(P2094)competition class Competition class items can then be used to define the competition class of rowing events with the  ⟩  (Q26214799)men's eight ⟨  (P2094)competition class  ⟩  (Q22968987)rowing at the 2016 Summer Olympics – men's eight ⟨ . this query claim can be found with (P2094)competition class Rowing event items with a missing structure it is possible to query events according to specific criteria. For instance “all lightweight rowing events” regardless of gender, age, and boat class can be queried like this: (P2094)competition class Due to the hierarchical

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item WHERE { ?item wdt:P31 wd:Q21246076; wdt:P2094* wd:Q26211786 }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c2(["wd:Q21246076"]):::iri c4(["wd:Q26211786"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P2094"--> c4