Website

The website allows to query a generated knowledge graph from the Face-Hunter project.

It allows to search for scenes of entities or to write own SPARQL-queries and is build on Angular. For usage follow the installation instructions on Angular-Setup.

How to run locally

In the dictionary of the website run:

$  ng serve

How to build for production

In the dictionary of the website run:

$  ng build

Afterwards the generated files can be found in a newly generated dist-folder.