query-17c47f01c656281030dce19bea5e9600
genera of Echinodermata showing potential: authors, fisrt description, Wikispecies links and synonymy
SELECT DISTINCT ?item ?itemLabel ?author ?firstDescription ?speciesSitelink ?isSynonymOf ?isSynonymOfLabel WHERE { ?item wdt:P171+ wd:Q44631 . ?item wdt:P105 ?rank . ?item wdt:P105 wd:Q34740 . OPTIONAL { ?item p:P225 ?st . ?st pq:P405 ?author . } OPTIONAL { ?item p:P225 ?statement . ?statement prov:wasDerivedFrom ?reference . ?reference pr:P248 ?firstDescription . ?reference pr:P6184 wd:Q1361864 . } OPTIONAL { ?speciesSitelink schema:about ?item ; schema:isPartOf https://species.wikimedia.org/ . } OPTIONAL { ?item ^wdt:P1420 ?isSynonymOf . } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" . } } order by ?itemLabel
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 schema: <http://schema.org/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#genera of Echinodermata showing potential: authors, fisrt description, Wikispecies links and synonymy
SELECT DISTINCT ?item ?itemLabel ?author ?firstDescription ?speciesSitelink ?isSynonymOf ?isSynonymOfLabel
WHERE
{
?item wdt:P171+ wd:Q44631 .
?item wdt:P105 ?rank .
?item wdt:P105 wd:Q34740 .
OPTIONAL { ?item p:P225 ?st .
?st pq:P405 ?author . }
OPTIONAL { ?item p:P225 ?statement .
?statement prov:wasDerivedFrom ?reference .
?reference pr:P248 ?firstDescription .
?reference pr:P6184 wd:Q1361864 . }
OPTIONAL { ?speciesSitelink schema:about ?item ; schema:isPartOf <https://species.wikimedia.org/> . }
OPTIONAL { ?item ^wdt:P1420 ?isSynonymOf . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" . }
}
order by ?itemLabel