During my studies in Norway, I had the opportunity to discover the web semantic (RDF/RDFS – RDF/XML – OWL – SPARQL and the different Semantic Web Service Framework)
At the end, the project was to create a real ontology (through the software Protégé), and create a software allowing the creation of SPARQL request to browse and filter the data-base.
The choice of the subject was totally free, so I picked an universe I know quite well : the E-Sports.
Teams, players, sponsors, equipements, staff, event (Lan, online competition) .. the subject is full of different kind of data to represent: a perfect example for this project!
Here is the taxonomy of it :
And here is a screenshot of the software I developed (in Java/Jena) to handle the request system:
I used a xsl rule to convert the xml retrieved into a html array.
The project is available here : >Download<
It includes a pdf explaining everything, the jar application + the source code.