I'm new to programming and just learnt python and some django basics. I want to build a website to display wikipedia data in a particular format and also display the connections using plotly dash. However i'm unable to find instructions on how to import dbpedia data into arango db so as to store objects/entities as documents with attributes and map the graph of relationships. Something like relfinder on dbpedia website, offering more info along with it.
Is it possible to first setup arango db in django and then use sparql querying with python to build my own dataset according to requirements? If yes, please provide some instructions or link some resources with info on how to do it.
Is there any other way I could achieve this in an easier way?