query-c4338d6fc9f76be2658ea02bf27bf386

rq turtle/ttl

Quackwatch filter: finds focus list items that are published in journals in the "Journals (Fundamentally Flawed)"

section of https://www.quackwatch.org/04ConsumerEducation/nonrecperiodicals.html.

Matching to Wikidata carried out on 2019-04-09

SELECT DISTINCT ?item ?itemLabel ?journal ?journalLabel

WHERE {

?item wdt:P5008 wd:Q55439927;
      wdt:P1433 ?journal.

      {
       VALUES ?journal 
      {wd:Q15754497 wd:Q15279374 wd:Q27720778 wd:Q15756796 wd:Q6294757
       wd:Q15752906 wd:Q27711374 wd:Q10310914 wd:Q15760198 wd:Q10310916
       } 
    }

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

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Quackwatch filter: finds focus list items that are published in journals in the "Journals (Fundamentally Flawed)"
#section of https://www.quackwatch.org/04ConsumerEducation/nonrecperiodicals.html.
#Matching to Wikidata carried out on 2019-04-09
SELECT DISTINCT ?item ?itemLabel ?journal ?journalLabel

  WHERE {

    ?item wdt:P5008 wd:Q55439927;
          wdt:P1433 ?journal.

          {
           VALUES ?journal 
          {wd:Q15754497 wd:Q15279374 wd:Q27720778 wd:Q15756796 wd:Q6294757
           wd:Q15752906 wd:Q27711374 wd:Q10310914 wd:Q15760198 wd:Q10310916
           } 
        }     

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("?item"):::projected v3("?journal"):::projected c5(["bd:serviceParam"]):::iri c2(["wd:Q55439927"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P5008"--> c2 v1 --"wdt:P1433"--> v3 bind0[/VALUES ?journal/] bind0-->v3 bind00(["wd:Q15754497"]) bind00 --> bind0 bind01(["wd:Q15279374"]) bind01 --> bind0 bind02(["wd:Q27720778"]) bind02 --> bind0 bind03(["wd:Q15756796"]) bind03 --> bind0 bind04(["wd:Q6294757"]) bind04 --> bind0 bind05(["wd:Q15752906"]) bind05 --> bind0 bind06(["wd:Q27711374"]) bind06 --> bind0 bind07(["wd:Q10310914"]) bind07 --> bind0 bind08(["wd:Q15760198"]) bind08 --> bind0 bind09(["wd:Q10310916"]) bind09 --> bind0 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end