query-a3aea7c3beb9c56e04ab2180ea15485d
Matching pages in other language WPs 13:22, 17 July 2022 (UTC) )talk (Deborahjay-- , which of the current 35 pages also have a page in the English Wikipedia and any other WP language projects? Category:Haredi Israeli women writersFrom the Hebrew Wikipedia : These, I think:Deborahjay@
Use at
- https://query.wikidata.org/sparql
 
PREFIX mwapi: <http://wikiba.se/ontology#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT distinct ?item ?itemLabel ?article ?sitelink ?part_of where
{
  SERVICE wikibase:mwapi {
     bd:serviceParam wikibase:endpoint "he.wikipedia.org";
                     wikibase:api "Generator";
                     mwapi:generator "categorymembers";
                     mwapi:gcmtitle "קטגוריה:סופרות חרדיות ישראליות" ;         
                     mwapi:gcmprop "ids|title|type";
                     mwapi:gcmlimit "max".
     # out
     ?name wikibase:apiOutput mwapi:title.               # article / category name
     ?item wikibase:apiOutputItem mwapi:item.            # wikidata QId for the item
    }
  filter(bound(?item))
  ?article schema:about ?item ;
  schema:isPartOf ?part_of ; 
  schema:name ?sitelink .
  ?part_of wikibase:wikiGroup "wikipedia" .
  filter(!contains(str(?part_of),"he.wikipedia"))
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
  v4("?article"):::projected 
  v2("?item"):::projected 
  v3("?name")
  v1("?part_of"):::projected 
  v5("?sitelink"):::projected 
  c19(["mwapi:item"]):::iri 
  c5(["he.wikipedia.org"]):::literal 
  c3(["bd:serviceParam"]):::iri 
  c11(["קטגוריה:סופרות חרדיות ישראליות"]):::literal 
  c24(["wikipedia"]):::literal 
  c15(["max"]):::literal 
  c9(["categorymembers"]):::literal 
  c27(["#91;AUTO_LANGUAGE#93;,en"]):::literal 
  c17(["mwapi:title"]):::iri 
  c13(["ids|title|type"]):::literal 
  c7(["Generator"]):::literal 
  f0[["not contains(str(?part_of),'he.wikipedia')"]]
  f0 --> v1
  f1[["bound(?item)"]]
  f1 --> v2
  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"-->  c11
    c3 --"mwapi:gcmprop"-->  c13
    c3 --"mwapi:gcmlimit"-->  c15
    v3 --"mwapi:apiOutput"-->  c17
    v2 --"mwapi:apiOutputItem"-->  c19
  end
  v4 --"schema:about"-->  v2
  v4 --"schema:isPartOf"-->  v1
  v4 --"schema:name"-->  v5
  v1 --"mwapi:wikiGroup"-->  c24
  subgraph s2["http://wikiba.se/ontology#label"]
    style s2 stroke-width:4px;
    c3 --"mwapi:language"-->  c27
  end