Skip to content

Semantic

Naamane Ilias edited this page Feb 16, 2018 · 5 revisions

Getting Started

  • You should download Apache Jena Fuseki 3.6.0 https://jena.apache.org/download/
  • Put the config.ttl in the folder after unzipping the downloaded file
  • Run ./fuseki-server --update --mem /ds
  • Stop the server and run ./fuseki-server --update config=config.ttl
  • You will have a localhost address for the fuseki server as http://localhost:3030
  • You will now be able to have your own admin interface on localhost
  • You have to import the output.ttl file ( You must be able to test a query from the localhost:3000 interface, just do a select all so you can be sure that everything works fine )

### Back-end

Front-end

Clone this wiki locally