query-8abf125a70ffc0145588268917825a77

rq turtle/ttl

Gene DBFinder for GeneDB main subjects on focus list items

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 ?pub ?itemLabel
     WHERE {?pub wdt:P921 ?item;
                 wdt:P5008 wd:Q55439927.
            ?item wdt:P3382 [ ].

           SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".} }

LIMIT 1000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item") v1("?pub"):::projected a1((" ")) c6(["bd:serviceParam"]):::iri c3(["wd:Q55439927"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P921"--> v2 v1 --"wdt:P5008"--> c3 v2 --"wdt:P3382"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end