query-b34c7d534bcb525984baa66b8ebcd7c7
PropertiesHarvard Index of Botanists ID (P6264)sex or gender (P21)
Use at
- https://query.wikidata.org/sparql
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 ?value
{
?item wdt:P6264 ?value .
?item wdt:P21 wd:Q6581072.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?value"):::projected
c5(["bd:serviceParam"]):::iri
c3(["wd:Q6581072"]):::iri
c7(["en,en"]):::literal
v1 --"wdt:P6264"--> v2
v1 --"wdt:P21"--> c3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end