Skip to content
Snippets Groups Projects
Commit b34e05e8 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

fix nsdb geof

parent a9041c7d
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ export const federatedSearchSparqlQueries = {
`
},
nsdb: {
geoQuery: `{ ?coordinates geof:within ( <LATMIN> <LONGMIN> <LATMAX> <LONGMAX>) }`,
geoQuery: `{ ?coordinates geof:within ( <LATMIN> <LONGMIN> <LATMAX> <LONGMAX>) .
?place crm:P189i_is_approximated_by ?coordinates .}`,
resultQuery: `
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment