query-a549868f6798bfb95286f6a252769b4d

rq turtle/ttl

Troubles instead.the WikiProject's talk page. Please post on couldn't be pinged has more than 50 participants and WikiProject Schemas I'm a big fan of shapes, extensively reviewed the "Validating RDF" book, try to use them in my work, and we at Onto are helping with the rdf4j effort (though that's SHACL not SHEX). I'm quite enthusiastic about the Wikidata ShEx project and see a lot of good things. But I tried to validate a realistic list, eg BG painters (this selects 100 of 310 on WD) against E10:

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
select ?item {?item wdt:P106 wd:Q1028181; wdt:P27 wd:Q219} limit 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c2(["wd:Q1028181"]):::iri c4(["wd:Q219"]):::iri v1 --"wdt:P106"--> c2 v1 --"wdt:P27"--> c4