query-cb375069d056ae07bfa1bb684da3e22c

rq turtle/ttl

more then 35s?while this shorter query takes

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
SELECT ?url ?item WHERE {
  VALUES ?url {
    <https://en.wikipedia.org/wiki/Double_bond>
    <https://en.wikipedia.org/wiki/Double_bond/>
    <http://en.wikipedia.org/wiki/Double_bond>
    <http://en.wikipedia.org/wiki/Double_bond/>
    <https://en.wikipedia.org/>
    <http://en.wikipedia.org/>
    <https://en.wikipedia.org>
    <http://en.wikipedia.org>
  }
  ?item ?predicate ?url.
  ?property wikibase:directClaim ?predicate.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v3("?predicate") v4("?property") v1("?url"):::projected bind0[/VALUES ?url/] bind0-->v1 bind00([https://en.wikipedia.org/wiki/Double_bond]) bind00 --> bind0 bind01([https://en.wikipedia.org/wiki/Double_bond/]) bind01 --> bind0 bind02([http://en.wikipedia.org/wiki/Double_bond]) bind02 --> bind0 bind03([http://en.wikipedia.org/wiki/Double_bond/]) bind03 --> bind0 bind04([https://en.wikipedia.org/]) bind04 --> bind0 bind05([http://en.wikipedia.org/]) bind05 --> bind0 bind06([https://en.wikipedia.org]) bind06 --> bind0 bind07([http://en.wikipedia.org]) bind07 --> bind0 v2 -->v3--> v1 v4 --"wikibase:directClaim"--> v3