query-1fa821e409ff6d102487148080638074

rq turtle/ttl

Query of all the IDs

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?bacdive
WHERE
{
    ?item wdt:P2946 ?bacdive .
    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; v2("?bacdive"):::projected v1("?item"):::projected c3(["bd:serviceParam"]):::iri c5(["en"]):::literal v1 --"wdt:P2946"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end