MaloMn / semantic-web

School project: interactive interface to visualize rdfs data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic web

Steps to launch the project

  1. Start the fuseki server, and load output.ttl with the database name paris-shooting. If you change the database name, update the constant at the beginning of index.jsaccordingly: ``http://127.0.0.1:3030/{database-name}/query`
  2. Open index.html in any web browser. It has been tested on Firefox.

About this project

This project aims to demonstrate how we can query multiple available ontologies using SPARQL. Thus, we created our own ontology from a database of film shootings which took place in Paris, and linked it with various other ontologies such as Wikidata and OpenStreetMap via SPARQL queries.

About

School project: interactive interface to visualize rdfs data


Languages

Language:CSS 37.2%Language:JavaScript 36.4%Language:HTML 15.0%Language:Python 11.3%