https://github.com/p2m2/tp-discovery-websempilot
https://github.com/p2m2/tp-discovery-websempilot
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/p2m2/tp-discovery-websempilot
- Owner: p2m2
- Created: 2024-06-24T13:32:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T13:18:18.000Z (almost 2 years ago)
- Last Synced: 2024-06-25T16:02:35.451Z (almost 2 years ago)
- Language: HTML
- Size: 8.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TP Discovery Websempilot
- [Repository GitHub](https://github.com/p2m2/discovery)
- [Documentation GitHub Pages](https://p2m2.github.io/discovery/)
## Interfaces
- [SWDiscoveryHelperJs.scala](https://github.com/p2m2/discovery/blob/master/js/src/main/scala/fr/inrae/metabohub/semantic_web/SWDiscoveryHelperJs.scala)
- [SWDiscoveryJs.scala](https://github.com/p2m2/discovery/blob/master/js/src/main/scala/fr/inrae/metabohub/semantic_web/SWDiscoveryJs.scala)
## Features
- Programming/building request with immutable objects
- Querying several RDF contents (SPARQL Endpoint, RDF File, RDF content)
- Federated Query
- Handling lazy page results
- Subscribe to SPARQL query status events
- Stringify request and configuration to ease transport
- Decorating the building nodes with additional information
## Slide
[Slides](https://p2m2.github.io/tp-discovery-websempilot/)
## Template for exercice
1. [empty.html](./exercices/empty.html)
- Exercice slide 11
- Exercice slide 17
- Exercice slide 23
2. [ux.html](./exercices/ux.html)
- Exercice slide 28
## Solutions
- [Exercice slide 11](./docs/solutions/count_ressources.html)
- [Exercice slide 17](./docs/solutions/get_subjects.html)
- [Exercice slide 23](./docs/solutions/datatype_endpoint.html)
- [Exercice slide 28](./docs/samples/ux.html)