query-2272308a461f492f614426eae244462f

rq turtle/ttl

title: Quantenphysik mit Unterkategorien SELECT ?kategorie ?member ?item ?article (GROUP_CONCAT(DISTINCT ?class; SEPARATOR = ", ") AS ?ist_ein) WHERE { VALUES ?kategorie { "Kategorie:Quantenphysik" "Kategorie:Nichtlineare Optik" "Kategorie:Photonik" "Kategorie:Quantenmechanik" "Kategorie:Quantenfeldtheorie" "Kategorie:Laserphysik" "Kategorie:Quantenoptik" "Kategorie:Quasiteilchen" "Kategorie:Streutheorie" "Kategorie:Schwache Wechselwirkung" } 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 wdt:P31 ?instance. } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". ?instance rdfs:label ?class.} } group by ?kategorie ?member ?item ?article order by ?kategorie ?member

Use at

PREFIX mwapi: <http://wikiba.se/ontology#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title: Quantenphysik mit Unterkategorien
SELECT ?kategorie ?member ?item ?article (GROUP_CONCAT(DISTINCT ?class; SEPARATOR = ", ") AS ?ist_ein) WHERE {
    VALUES ?kategorie { "Kategorie:Quantenphysik"
"Kategorie:Nichtlineare Optik"
"Kategorie:Photonik"
"Kategorie:Quantenmechanik"
"Kategorie:Quantenfeldtheorie"
"Kategorie:Laserphysik"
"Kategorie:Quantenoptik"
"Kategorie:Quasiteilchen"
"Kategorie:Streutheorie"
"Kategorie:Schwache Wechselwirkung"   }
        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 wdt:P31 ?instance. }
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". 
            ?instance rdfs:label ?class.} 
}
group by ?kategorie ?member ?item ?article 
order by ?kategorie ?member

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?article"):::projected v8("?class"):::projected v7("?instance") v9("?ist_ein") v3("?item"):::projected v5("?kategorie"):::projected v2("?member"):::projected v4("?ns") v6("?page_title") 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 c27(["#91;AUTO_LANGUAGE#93;,en"]):::literal c16(["mwapi:title"]):::iri c7(["Generator"]):::literal f0[["bound(?item)?ns = '0'"]] f0 --> v3 f0 --> v4 bind1[/VALUES ?kategorie/] bind1-->v5 bind10(["Kategorie:Quantenphysik"]) bind10 --> bind1 bind11(["Kategorie:Nichtlineare Optik"]) bind11 --> bind1 bind12(["Kategorie:Photonik"]) bind12 --> bind1 bind13(["Kategorie:Quantenmechanik"]) bind13 --> bind1 bind14(["Kategorie:Quantenfeldtheorie"]) bind14 --> bind1 bind15(["Kategorie:Laserphysik"]) bind15 --> bind1 bind16(["Kategorie:Quantenoptik"]) bind16 --> bind1 bind17(["Kategorie:Quasiteilchen"]) bind17 --> bind1 bind18(["Kategorie:Streutheorie"]) bind18 --> bind1 bind19(["Kategorie:Schwache Wechselwirkung"]) bind19 --> bind1 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"--> v5 c3 --"mwapi:gcmprop"--> c12 c3 --"mwapi:gcmlimit"--> c14 v2 --"mwapi:apiOutput"--> c16 v4 --"mwapi:apiOutput"--> c17 v3 --"mwapi:apiOutputItem"--> c19 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v5 -."schema:about".-> v3 v5 --"schema:isPartOf"--> c22 v5 --"schema:name"--> v6 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P31".-> v7 end subgraph s2["http://wikiba.se/ontology#label"] style s2 stroke-width:4px; c3 --"mwapi:language"--> c27 v7 --"rdfs:label"--> v8 end bind3[/"?class"/] v8 --o bind3 bind3 --as--o v9