Browse studies and software products of HITO using the HITO SPARQL Endpoint. Published at:
- https://hitontology.eu/search/
- https://hitontology.eu/search/softwareproduct.html
- https://hitontology.github.io/facetedbrowsing
- https://hitontology.github.io/facetedbrowsing/softwareproduct.html
Based on the SPARQL Faceter DBpedia demo.
The faceted search is automatically built and deployed to the gh-pages branch using a GitHub Action. Testing the action locally with act is not supported as the deployment needs rsync and push rights.
npm install
You will need to serve the files with a server, for example python's built-in HTTP server:
python3 -m http.server
Then navigate to http://localhost:8000 or http://localhost:8000/softwareproduct.html.
You can also execute the run
script.
docker build -t hito-search .
docker run --network="host" hito-search
Then open http://0.0.0.0:8043 or http://0.0.0.0:8043/softwareproduct.html in a browser.
CORS needs to be activated in the SPARQL endpoint. How to activate CORS in Virtuoso SPARQL.