query-b3f56036c9dbc8cd35bca33bcddd87a1

rq turtle/ttl

title: Kategorie Person (Religion,München) inclusive Unterkategorien SELECT DISTINCT ?kategorie ?page_title ?article ?item ?statements (GROUP_CONCAT(DISTINCT ?klasse;separator=", ") as ?art) ?geboren_in ?gestorben_in (GROUP_CONCAT(DISTINCT ?wirkortLabel;separator=", ") as ?arbeitsorte) (GROUP_CONCAT(DISTINCT ?beruf;separator=", ") as ?berufe) WHERE { VALUES ?kategorie { "Kategorie:Person(Religion,München)" "Kategorie:Erzbischof_von_München_und_Freising" "Kategorie:Person_des_Judentums(München)" "Kategorie:Domherr_(München)" "Kategorie:Person_des_Christentums_(München)" "Kategorie:Abt_(St.Bonifaz_München)" "Kategorie:Landesbischof_der_Evangelisch-Lutherischen_Kirche_in_Bayern" "Kategorie:Person_des_Islam(München)" "Kategorie:Evangelischer_Geistlicher_(München)" } SERVICE wikibase:mwapi { bd:serviceParam wikibase:endpoint "de.wikipedia.org"; wikibase:api "Generator"; mwapi:generator "categorymembers"; mwapi:gcmtitle ?kategorie; mwapi:gcmprop "ids%7Ctitle%7Ctype"; mwapi:gcmlimit "max". ?member wikibase:apiOutput mwapi:title. ?ns wikibase:apiOutput "@ns". ?item wikibase:apiOutputItem mwapi:item. } FILTER(BOUND(?item) && ?ns = "0") OPTIONAL { ?article schema:about ?item; schema:isPartOf https://de.wikipedia.org/; schema:name ?page_title. }
OPTIONAL { ?item wikibase:statements ?statements. }
OPTIONAL { ?item wdt:P19 ?geburtsort. } OPTIONAL { ?item wdt:P569 ?geboren_am. } OPTIONAL { ?item wdt:P20 ?sterbeort. } OPTIONAL { ?item wdt:P937 ?wirkort. } OPTIONAL { ?item wdt:P21 ?gender. } OPTIONAL { ?item wdt:P106 ?occupation. }
OPTIONAL { ?item wdt:P31 ?class. }
FILTER(BOUND(?class)) BIND(IF((?class = wd:Q5),?gender,?class) AS ?cl). SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". ?geburtsort rdfs:label ?geboren_in . ?sterbeort rdfs:label ?gestorben_in . ?wirkort rdfs:label ?wirkortLabel . ?gender rdfs:label ?geschlecht. ?occupation rdfs:label ?beruf. ?cl rdfs:label ?klasse. } } group by ?kategorie ?page_title ?article ?item ?statements ?geboren_in ?gestorben_in order by ?kategorie ?page_title

Use at

PREFIX mwapi: <http://wikiba.se/ontology#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title: Kategorie Person (Religion,_München) inclusive Unterkategorien
SELECT DISTINCT ?kategorie ?page_title ?article ?item ?statements (GROUP_CONCAT(DISTINCT ?klasse;separator=", ") as ?art) ?geboren_in ?gestorben_in (GROUP_CONCAT(DISTINCT ?wirkortLabel;separator=", ") as ?arbeitsorte) (GROUP_CONCAT(DISTINCT ?beruf;separator=", ") as ?berufe) WHERE {
   VALUES ?kategorie { "Kategorie:Person_(Religion,_München)" 
"Kategorie:Erzbischof_von_München_und_Freising" 
"Kategorie:Person_des_Judentums_(München)" 
"Kategorie:Domherr_(München)" 
"Kategorie:Person_des_Christentums_(München)" 
"Kategorie:Abt_(St._Bonifaz_München)" 
"Kategorie:Landesbischof_der_Evangelisch-Lutherischen_Kirche_in_Bayern" 
"Kategorie:Person_des_Islam_(München)" 
"Kategorie:Evangelischer_Geistlicher_(München)"  }
    SERVICE wikibase:mwapi {
     bd:serviceParam wikibase:endpoint "de.wikipedia.org";
                     wikibase:api "Generator";
                     mwapi:generator "categorymembers";
                     mwapi:gcmtitle ?kategorie;
                     mwapi:gcmprop "ids%7Ctitle%7Ctype";
                     mwapi:gcmlimit "max".
     ?member wikibase:apiOutput mwapi:title.
     ?ns wikibase:apiOutput "@ns".
     ?item wikibase:apiOutputItem mwapi:item.
  }
FILTER(BOUND(?item) && ?ns = "0")
  OPTIONAL {   ?article schema:about ?item;
      schema:isPartOf <https://de.wikipedia.org/>;
      schema:name ?page_title.
            }  
  OPTIONAL { ?item wikibase:statements ?statements. }  
    OPTIONAL {
    ?item wdt:P19 ?geburtsort.
    }
    OPTIONAL {
    ?item wdt:P569 ?geboren_am.
    }
  OPTIONAL {
    ?item wdt:P20 ?sterbeort.
    }
  OPTIONAL {
    ?item wdt:P937 ?wirkort.
    }
  OPTIONAL {
    ?item wdt:P21 ?gender.
    }
  OPTIONAL {
    ?item wdt:P106 ?occupation.
    }  
  OPTIONAL {
    ?item wdt:P31 ?class.
    }  
  FILTER(BOUND(?class))
  BIND(IF((?class = wd:Q5),?gender,?class) AS ?cl).
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". 
            ?geburtsort rdfs:label ?geboren_in .
            ?sterbeort rdfs:label ?gestorben_in .
            ?wirkort rdfs:label ?wirkortLabel .
            ?gender rdfs:label ?geschlecht.
            ?occupation rdfs:label ?beruf.
            ?cl rdfs:label ?klasse.
    }
}
group by ?kategorie ?page_title ?article ?item ?statements ?geboren_in ?gestorben_in
order by ?kategorie ?page_title

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v23("?arbeitsorte") v22("?art") v7("?article"):::projected v20("?beruf"):::projected v24("?berufe") v15("?cl") v3("?class") v10("?geboren_am") v16("?geboren_in"):::projected v9("?geburtsort") v13("?gender") v19("?geschlecht") v17("?gestorben_in"):::projected v4("?item"):::projected v6("?kategorie"):::projected v21("?klasse"):::projected v6("?member") v5("?ns") v14("?occupation") v2("?page_title"):::projected v8("?statements"):::projected v11("?sterbeort") v12("?wirkort") v18("?wirkortLabel"):::projected c22([https://de.wikipedia.org/]):::iri c19(["mwapi:item"]):::iri c17(["@ns"]):::literal c3(["bd:serviceParam"]):::iri c12(["ids%7Ctitle%7Ctype"]):::literal c14(["max"]):::literal c9(["categorymembers"]):::literal c5(["de.wikipedia.org"]):::literal c34(["#91;AUTO_LANGUAGE#93;,en"]):::literal c16(["mwapi:title"]):::iri c7(["Generator"]):::literal f0[["bound(?class)"]] f0 --> v3 f1[["bound(?item)?ns = '0'"]] f1 --> v4 f1 --> v5 bind2[/VALUES ?kategorie/] bind2-->v6 bind20(["Kategorie:Person_(Religion,_München)"]) bind20 --> bind2 bind21(["Kategorie:Erzbischof_von_München_und_Freising"]) bind21 --> bind2 bind22(["Kategorie:Person_des_Judentums_(München)"]) bind22 --> bind2 bind23(["Kategorie:Domherr_(München)"]) bind23 --> bind2 bind24(["Kategorie:Person_des_Christentums_(München)"]) bind24 --> bind2 bind25(["Kategorie:Abt_(St._Bonifaz_München)"]) bind25 --> bind2 bind26(["Kategorie:Landesbischof_der_Evangelisch-Lutherischen_Kirche_in_Bayern"]) bind26 --> bind2 bind27(["Kategorie:Person_des_Islam_(München)"]) bind27 --> bind2 bind28(["Kategorie:Evangelischer_Geistlicher_(München)"]) bind28 --> bind2 subgraph s1["http://wikiba.se/ontology#mwapi"] style s1 stroke-width:4px; c3 --"mwapi:endpoint"--> c5 c3 --"mwapi:api"--> c7 c3 --"mwapi:generator"--> c9 c3 --"mwapi:gcmtitle"--> v6 c3 --"mwapi:gcmprop"--> c12 c3 --"mwapi:gcmlimit"--> c14 v6 --"mwapi:apiOutput"--> c16 v5 --"mwapi:apiOutput"--> c17 v4 --"mwapi:apiOutputItem"--> c19 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v7 -."schema:about".-> v4 v7 --"schema:isPartOf"--> c22 v7 --"schema:name"--> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v4 -."mwapi:statements".-> v8 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v4 -."wdt:P19".-> v9 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v4 -."wdt:P569".-> v10 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v4 -."wdt:P20".-> v11 end subgraph optional5["(optional)"] style optional5 fill:#bbf,stroke-dasharray: 5 5; v4 -."wdt:P937".-> v12 end subgraph optional6["(optional)"] style optional6 fill:#bbf,stroke-dasharray: 5 5; v4 -."wdt:P21".-> v13 end subgraph optional7["(optional)"] style optional7 fill:#bbf,stroke-dasharray: 5 5; v4 -."wdt:P106".-> v14 end subgraph optional8["(optional)"] style optional8 fill:#bbf,stroke-dasharray: 5 5; v4 -."wdt:P31".-> v3 end bind3[/"if(?class = 'wd:Q5',?gender,?class)"/] v3 --o bind3 v13 --o bind3 bind3 --as--o v15 subgraph s2["http://wikiba.se/ontology#label"] style s2 stroke-width:4px; c3 --"mwapi:language"--> c34 v9 --"rdfs:label"--> v16 v11 --"rdfs:label"--> v17 v12 --"rdfs:label"--> v18 v13 --"rdfs:label"--> v19 v14 --"rdfs:label"--> v20 v15 --"rdfs:label"--> v21 end bind7[/"?klasse"/] v21 --o bind7 bind7 --as--o v22 bind8[/"?wirkortLabel"/] v18 --o bind8 bind8 --as--o v23 bind9[/"?beruf"/] v20 --o bind9 bind9 --as--o v24