Building a simple football ontology, dataset and web search.
- Build the Text Index
java -cp $FUSEKI_HOME/fuseki-server.jar jena.textindexer --desc=<path_to_fuseki-config.ttl>
- Run fuseki server
$FUSEKI_HOME/fuseki-server --update --config <path_to_fuseki-config.ttl>
-
Import data to fuseki server
-
Run web server
cd web/
yarn build
yarn start