Skip to content

mathiasmoeller/LinkedMovieApp

Repository files navigation

Linked Movie App

This is an university project for the lecture Semantic Web & Linked Data.

The goal was to utilize Semantic Web technologies. We decided to built an app that allows you to create a graph similar to the Google Knowledge Graph based on the movie data on LinkedMDB.

Demo

See the demo. Might not work if LinkedMDB is offline.

Technologies

Temporal fixes

As long as LinkedMDB is down we query a local blazegraph endpoint. You have to set up the endpoint using the LinkedMDB Dump. As blazegraph does not support CORS or JsonP you have to start your browser without websecurites (google-chrome --disable-web-security --user-data-dir=/someDir/). When LinkedMDB is back replace the query call in sparql-endpoint.js with the jsonP call.