Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 714 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 714 Bytes

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