Permalink
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
Cannot retrieve contributors at this time
#+ 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". } | |
} |