Platform
Resources
Pricing
Sign in
Get started
Loïc Jaouen
Workspace
Fork
Public
By
Loïc Jaouen
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.
Try it for free
Learn more
Fork
View
Export
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
request
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
result_json
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
knora_search_url
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML