query-7716065e20e63891a52c2492abe9c7f1

rq turtle/ttl

Locating "instance of review article" statements referenced to PubMed Central SELECT DISTINCT ?statement WHERE { ?reference pr:P248 wd:Q229883. ?statement prov:wasDerivedFrom ?reference. ?statement ps:P31 wd:Q7318358.

     SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }

    }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Locating "instance of review article" statements referenced to PubMed Central
SELECT DISTINCT ?statement
  WHERE {
         ?reference pr:P248 wd:Q229883.
         ?statement prov:wasDerivedFrom ?reference.
         ?statement ps:P31 wd:Q7318358.  

         SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }

        }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?reference") v2("?statement"):::projected c7(["bd:serviceParam"]):::iri c5(["wd:Q7318358"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q229883"]):::iri v1 --"pr:P248"--> c2 v2 --"prov:wasDerivedFrom"--> v1 v2 --"ps:P31"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end