Public
Edited
Mar 30, 2023
Insert cell
md`# GravSearch
basic gravsearch query and json-ld response
`
Insert cell
Insert cell
result_json = fetch(knora_search_url, {
method: 'POST',
body: request})
.then(response => response.text())
//.then(response => response.json())
;
Insert cell
knora_search_url = "https://api.ls-prod-server.dasch.swiss/v2/searchextended";
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