Table based RDF viewer to search and display several resources at once, in contrast to single-resource at a time browsers like LodView and Pubby. Configured by default for the research projects SNIK and HITO but the goal was to make it flexible enough to use other knowledge bases with a small configuration effort. Early prototype, development has stopped.
The web application and this readme are based on the Svelte framework SvelteKit template create-svelte
.
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-app
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
. Or just open public/index.html
.
The master branch is automatically deployed in a GitHub Action to the gh-pages branch, which is served at https://imise.github.io/glossar/.