query-59643369cff3e810860c7d42975feea9

rq turtle/ttl

Propertiesmaintained by WikiProject (P6104)main subject (P921)subclass of (P279)title (P1476)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT 
  DISTINCT
  ?item ?title
  (REPLACE(STR(?item), ".*Q", "-Q") AS ?qid) 
  ("P6104" AS ?property)
  ("Q56241615" AS ?WikiProjectQID)

WHERE {
  ?item wdt:P6104 wd:Q56241615 .

  { ?item wdt:P921 wd:Q122674206 .}
  UNION
  { ?item wdt:P921 [ wdt:P279*  wd:Q122208643 ].}
  UNION
  { ?item wdt:P921 wd:Q24902133 .}

  ?item wdt:P1476 ?title .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?WikiProjectQID") v1("?item"):::projected v4("?property") v3("?qid") v2("?title"):::projected a1((" ")) c2(["wd:Q56241615"]):::iri c4(["wd:Q122674206"]):::iri c6(["wd:Q122208643"]):::iri c7(["wd:Q24902133"]):::iri v1 --"wdt:P6104"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P921"--> c7 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; a1 --"wdt:P279"--> c6 v1 --"wdt:P921"--> a1 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P921"--> c4 end union0r <== or ==> union0l end v1 --"wdt:P1476"--> v2 bind0[/"replace(str(?item),'.*Q','-Q')"/] v1 --o bind0 bind0 --as--o v3 bind1[/"'P6104'"/] bind1 --as--o v4 bind2[/"'Q56241615'"/] bind2 --as--o v5