query-a344ceceb01ee973aeac16c5db38fb16

rq turtle/ttl

القراء الإلكترونيون الذين يدعمون صيغة الملفات mobipocket E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format Elektronické čtečky podporující formát souborů mobipocket E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format Liseuses pouvant lire les fichiers mobipocket E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format Lettori elettronici che supportano il formato di file mobipocket E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-readers die het mobipocket-bestandsformaat ondersteunen E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-läsare som stödjer filformatet mobipocket E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format E-Readers that support the mobipocket file format 支持mobipocket文件格式的电子书阅读器

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?ereader ?ereaderLabel

WHERE {
  ?ereader wdt:P31 wd:Q726235 .
  ?ereader wdt:P1072 wd:Q1941622 .

  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" .

}
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?ereader"):::projected c2(["wd:Q726235"]):::iri c6(["bd:serviceParam"]):::iri c4(["wd:Q1941622"]):::iri c8(["en"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P1072"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end