Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
16 lines (13 sloc) 478 Bytes
#+ summary: Compound information query
#+ endpoint: https://query.wikidata.org/sparql
#+ method: GET
#+ pagination: 50
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?molecule ?moleculeLabel ?formula
WHERE {
?molecule wdt:P274 ?formula .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
You can’t perform that action at this time.