query-c6de0825f9d46705c288257d5f0c6e3a
ListsTaxon con iNaturalist, Plants of the world, NCBI Edizioni in italiano con autore/i ed editore ordinate per anno Premi ricevuti da Ursula Le Guin in ordine di identificativo proprietàLista delle proprietà riferibili a external-ID
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 DISTINCT ?item ?itemLabel ?iNAT ?POW ?NCBI ?image
WHERE
{
?item wdt:P31 wd:Q16521.
?item wdt:P5037 ?POW.
?item wdt:P3151 ?iNAT.
?item wdt:P685 ?NCBI.
?item wdt:P18 ?image.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
LIMIT 20
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?NCBI"):::projected
v2("?POW"):::projected
v3("?iNAT"):::projected
v5("?image"):::projected
v1("?item"):::projected
c8(["bd:serviceParam"]):::iri
c10(["en"]):::literal
c2(["wd:Q16521"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P5037"--> v2
v1 --"wdt:P3151"--> v3
v1 --"wdt:P685"--> v4
v1 --"wdt:P18"--> v5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end