Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

musicdb - Webapp to navigate through an ontology of music

Notifications You must be signed in to change notification settings

manuelgcsousa/musicdb-SPARQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicDB-SPARQL

MusicDB is a web application that allows the user to navigate through an ontology, which belongs to the music domain. It is possible to filter by "Genre" or "Style", retrieving all the songs based on those filters. The results are presented in a main table, where each line represents an album. When clicked, it will redirect the user to the artists page, with all his albums and respective songs.

Installation

  1. Start GraphDB: http://localhost:7200

    1. Create a repository named "music-db"

    2. Import "ontology/music-db-short.ttl" to that same repository

  2. Start Backend Server (Node.js)

    1. Navigate to "music-backend"

      cd music-backend
    2. Install all components

      npm install
    3. Start backend server: http://localhost:2727

      npm start
  3. Start Frontend Server (Vue.js)

    1. Navigate to "music-frontend"

      cd music-frontend
    2. Install all components

      npm install
    3. Start frontend server: http://localhost:8080

      npm run serve

 

 

University Project - Processamento e Representação de Conhecimento, Universidade do Minho (2018-2019)

About

musicdb - Webapp to navigate through an ontology of music

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published