query-f050696803b85d837442309f573dc4b6

rq turtle/ttl

osh-psychosocial-hazardsdata refresh rate: 3600 preferred output format: Table query title: Subclass of mental disorder

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:P279 wd:Q20899861.
  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:Q20899861"]):::iri v1 --"wdt:P279"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."schema:about".-> v1 v2 --"schema:isPartOf"--> c5 end