query-633e16bd1e57f94ddbcc9a40438d4ece

rq turtle/ttl

opera utique oppressa SELECT ?item ?title WHERE { ?item p:P31 ?taxonNameStatement . ?taxonNameStatement prov:wasDerivedFrom ?ref . ?ref pr:P248 wd:Q65690812 . ?item wdt:P1476 ?title . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". } } ORDER BY ASC(?title)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# opera utique oppressa
SELECT ?item ?title  WHERE {
      ?item p:P31 ?taxonNameStatement .
      ?taxonNameStatement prov:wasDerivedFrom ?ref .
      ?ref pr:P248 wd:Q65690812 .
      ?item wdt:P1476 ?title .
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY ASC(?title)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v4("?ref") v3("?taxonNameStatement") v1("?title"):::projected c4(["wd:Q65690812"]):::iri c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;"]):::literal v2 --"p:P31"--> v3 v3 --"prov:wasDerivedFrom"--> v4 v4 --"p:reference/P248"--> c4 v2 --"p:direct/P1476"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end