JDBC URLs
JDBC connects to data source based on a provided JDBC url. data.world JDBC urls have the form
jdbc:data:world:[language]:[user id]:[dataset id]
where:
[language]
is eithersql
orsparql
[user id]
is the data.world id of the dataset owner[dataset id]
is the data.world id of the dataset
You can extract these ids from the dataset home page url: https://data.world/[user id]/[dataset id]
.