Public
Edited
Oct 31, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
loading.data
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
json = JSON.stringify(loading.data.slice(0, 1000)) //temporary
Insert cell
Insert cell
Insert cell
store = {
return new Promise((resolve, reject) => {
try {
const store = $rdf.graph();
const uri = "https://uclab.fh-potsdam.de/refa-catalog/api-context/";
const contentType = "application/ld+json";
$rdf.parse(cleanedTriples, store, uri, contentType, (err) => {
if (err) {
reject(err);
}
resolve(store);
});
} catch (err) {
console.log(err);
reject(err);
}
});
}
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