Gameinc is an aplication that contains information from a collection of video games. This aplication implements the concept of semantics in the form of a search engine and the dataset is created using RDF. User can simply search for a video game and the aplication will return a list of video games that matched user's input.
- Apache Jena Fuseki
- Ngrok
- PHP
- XAMPP
- Install all dependencies
- Clone repo to (/xampp/htdocs)
git clone https://github.com/ankiprawira/gameinc
- Run Apache Jena Fuseki Server
fuseki-server
- Run Ngrok
ngrok http 3030
- Add dataset.ttl to Apache Jena Fuseki with /gaminc dataset name format
http://localhost:3030/
- Start XAMPP
- Open localhost on local browser
http://localhost/gameinc
Contributors names and contact info
Anki Prawira Hidayat
Github : Anki Prawira
This project is licensed under the Anki Prawira License - see the LICENSE.md file for details