query-dd9df027f1d0e3401f564511f70ee084

rq turtle/ttl

worldnews-industry-journalismdata refresh rate: 3600 preferred output format: Table query title: World News: Organizations with industry of journalism

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
select ?item ?article where {
  ?item wdt:P452 wd:Q11030.
  OPTIONAL {
    ?article schema:about ?item;
             schema:isPartOf <https://en.wikipedia.org/>.
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?article"):::projected v1("?item"):::projected c5([https://en.wikipedia.org/]):::iri c2(["wd:Q11030"]):::iri v1 --"wdt:P452"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."schema:about".-> v1 v2 --"schema:isPartOf"--> c5 end