Published
Edited
Jul 30, 2020
Importers
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
json_query_results = fetch(proxy_URL + URL_withQuery, {
headers: { accept: "application/sparql-results+json" }
}).then(response => response.json())
Insert cell
query_results_extract = parseSPARQL(json_query_results, prefixes)
Insert cell
Insert cell
prefixes = parseSPARQLPrefixes(SPARQL_query)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
hierarchical_data
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
div = {
let div = DOM.element('div');
div.style.border = '1px solid #000';
div.style.height = '500px';
return div;
}
Insert cell
html`<input name=submit type=submit style="margin: 0 0.75em" value="Submit" />`
Insert cell
Insert cell
editor
Insert cell
stylesheet = html`<style>${await (await fetch(
'https://unpkg.com/codemirror/lib/codemirror.css'
)).text()}</style>`
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more