query-4c70061ecc24bb87e464e13ef164a553

rq turtle/ttl

جميع بيانات pKa في ويكي بيانات وعناوين المصدر All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles Všechny údaje o pKa ve Wikidatech a názvy zdrojů All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles Toutes les données pKa de Wikidata et les titres des sources All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles Tutti i dati pKa in Wikidata e i titoli delle fonti All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles Alle pKa-gegevens in Wikidata en de brontitels All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa-data på Wikidata och källtitlarna All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles All pKa data in Wikidata and the source titles 维基数据中的所有pKa数据和源标题

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
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#>
SELECT ?compound ?compoundLabel ?pKa ?source ?sourceLabel ?doi
WHERE
{
  ?compound wdt:P31 wd:Q11173 ; p:P1117 ?statement .
  ?statement rdf:type wikibase:BestRank ;
    ps:P1117 ?pKa .
  OPTIONAL {
    ?statement prov:wasDerivedFrom/pr:P248 ?source .
    OPTIONAL { ?source wdt:P356 ?doi . }
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } #English label
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?compound"):::projected v5("?doi"):::projected v3("?pKa"):::projected v4("?source"):::projected v2("?statement") a1((" ")) c5(["wikibase:BestRank"]):::iri c13(["en"]):::literal c11(["bd:serviceParam"]):::iri c2(["wd:Q11173"]):::iri v1 --"p:direct/P31"--> c2 v1 --"p:P1117"--> v2 v2 --"a"--> c5 v2 --"p:statement/P1117"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."prov:wasDerivedFrom".-> a1 a1 --"p:reference/P248"--> v4 subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v4 -."p:direct/P356".-> v5 end end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end