query-9e425dbeccd20c135fe8eef48dfb6c51

rq turtle/ttl

Linking type specimens to taxa ]reply[13:43, 31 January 2021 (UTC)) talk (Rdmpage . I'm constantly amazed by the richness of possibilities that Wikidata offers once we start linking more and more things together. --https://alec-demo.herokuapp.com/?id=Q21276570 and its type specimens, and that this inspired me to add the ability to display these links to a toy app I've been working on, see (Q21276570)Leucothoe amamiensis : Just wanted to say that I stumbled across your pages on Christian Ferrer@), the types for all species within the genus. Note that the number of items of the types specimens is very limited, because it is hard to find the time to make them...https://alec-demo.herokuapp.com/?id=Q6534429: Thanks you, I did not know that tool, that's interesting, and a nice way to display it. You may push the concept a bit more and display the types within the parent taxon too. I mean, when you are in the page for the genus (Rdmpage@

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 ?item ?itemLabel 
WHERE 
{
  ?item wdt:P31 wd:Q51255340.
  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; v1("?item"):::projected c4(["bd:serviceParam"]):::iri c2(["wd:Q51255340"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end