NinePts / OntoGraph

OWL ontology graphing program
30 stars 7 forks source link

Update code to follow a DAO pattern #37

Open NinePts opened 6 years ago

NinePts commented 6 years ago

Currently, the code is written assuming a backing Stardog triple store. All of the triple-processing is restricted to the file, GraphDBAccess, but the code does not use a DAO pattern.

This change would make it straightforward to substitute other APIs and repositories.