query-e05398778e27d3cd78ac3c6c25c4e301

rq turtle/ttl

Request process 17:58, 25 May 2022 (UTC)) talk (William Avery 17:10, 3 June 2022 (UTC)) talk (William Avery WD:BRFA ยง William Avery Bot 5 BRFA filed at and under process)17:58, 25 May 2022 (UTC)) talk (William Avery(Accepted by After running the update there are a couple of hundred references to individual documents.

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
SELECT DISTINCT ?item ?url WHERE {
  ?item ?prop ?claim.
  ?claim prov:wasDerivedFrom [ pr:P248 wd:Q104074149 ; pr:P854 ?url ].
 FILTER IF (CONTAINS(STR(?url),"/obet/"), FALSE, TRUE)
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?claim") v2("?item"):::projected v3("?prop") v1("?url"):::projected a1((" ")) c5(["wd:Q104074149"]):::iri f0[["if(contains(str(?url),'/obet/'),'false^^xsd:boolean','true^^xsd:boolean')"]] f0 --> v1 v2 -->v3--> v4 a1 --"pr:P248"--> c5 a1 --"pr:P854"--> v1 v4 --"prov:wasDerivedFrom"--> a1