Skip to content

Vocabolangelo/vocabolangelo-site

Repository files navigation

vocabolangelo-site

Run in Local

To run the project in local just execute the commands:

npm install
npm start

Notes

The application will search for an inferred Turtle file at the location schema/vocabolangelo-merged.ttl. If not present, the original turtle file at location schema/vocabolangelo.ttl will be used. In developement mode, the presence of the inferred file won't probably be necessary. However, keep in mind that to infer data it is possible to execute the infer.sh script (only available for unix-based machine for now).

./infer.sh

Alt