Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
1 contributor

Users who have contributed to this file

13 lines (11 sloc) 208 Bytes
#+ summary: Testing DBpedia endpoint
#+ endpoint: http://dbpedia.org/sparql
#+ tags:
#+ - test
#+ method: GET
#+ pagination: 50
SELECT ?molecule ?formula
WHERE {
?molecule wdt:P274 ?formula .
}
LIMIT 10
You can’t perform that action at this time.