Skip to content

Commit 19d0256

Browse files
authored
Update demo.md
1 parent 137c001 commit 19d0256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/graphql/demo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ layout: default
88
The following demonstrators showcase the use of GraphQL to query and present data from a SPARQL enpdoint.
99
Inspect the source code to see the underlying queries.
1010

11-
* A simple [WikiData Movies Browser.](https://smartdataanalytics.github.io/RdfProcessingToolkit/demos/movies/). This is a HTML one-pager that queries the GraphQL endpoint of a demo RPT instance loaded with movies from Wikidata.
11+
* A simple [WikiData Movies Browser.](https://scaseco.github.io/RdfProcessingToolkit/demos/movies/). This is a HTML one-pager that queries the GraphQL endpoint of a demo RPT instance loaded with movies from Wikidata.
1212

1313
![Screenshot](../images/2024-09-27-demo-wikidata-movie-browser-screenshot.png)
1414

15-
* A simple [GraphQL-to-GeoJSON Demo.](https://smartdataanalytics.github.io/RdfProcessingToolkit/demos/leaflet-graphql/). This is a HTML one-pager that uses GraphQL to transform GeoSPARQL data to a customizable GeoJSON structure. It also demonstrates:
15+
* A simple [GraphQL-to-GeoJSON Demo.](https://scaseco.github.io/RdfProcessingToolkit/demos/leaflet-graphql/). This is a HTML one-pager that uses GraphQL to transform GeoSPARQL data to a customizable GeoJSON structure. It also demonstrates:
1616
* Ad-hoc simplification of GeoSPARQL polygons using our `geof:simplifyDp` extension function.
1717
* Use of caching cardinalities of properties across a dataset using `SERVICE <cache:>`, which is part of Apache Jena's [Service Enhancer extension](https://jena.apache.org/documentation/query/service_enhancer.html).
1818

0 commit comments

Comments
 (0)