query-17c47f01c656281030dce19bea5e9600

rq turtle/ttl

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

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

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?author"):::projected v8("?firstDescription"):::projected v10("?isSynonymOf"):::projected v2("?item"):::projected v1("?itemLabel"):::projected v3("?rank") v7("?reference") v9("?speciesSitelink"):::projected v4("?st") v6("?statement") c2(["wd:Q44631"]):::iri c10(["wd:Q1361864"]):::iri c13([https://species.wikimedia.org/]):::iri c4(["wd:Q34740"]):::iri c16(["bd:serviceParam"]):::iri c18(["#91;AUTO_LANGUAGE#93;,en"]):::literal v2 --"p:direct/P171"--> c2 v2 --"p:direct/P105"--> v3 v2 --"p:direct/P105"--> c4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:P225".-> v4 v4 --"p:qualifier/P405"--> v5 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:P225".-> v6 v6 --"prov:wasDerivedFrom"--> v7 v7 --"p:reference/P248"--> v8 v7 --"p:reference/P6184"--> c10 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v9 -."schema:about".-> v2 v9 --"schema:isPartOf"--> c13 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v10 -."p:direct/P1420".-> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c16 --"wikibase:language"--> c18 end