BonnWestCoast / Semantify.io-jena

Semantify.io backend
0 stars 1 forks source link

RDF Store integration #2

Open shinhokang opened 8 years ago

shinhokang commented 8 years ago

two functions and RDF store should be integrated.

getIDOntologies(): GET /ontologies getOntology(): GET /ontologies/{id}

shinhokang commented 8 years ago

I think this can be done without using another database (for the xml)

storing RDF would be another task

for RDF store - check this out. https://jena.apache.org/documentation/tdb/

omartrinidad commented 8 years ago

I implemented the first version of the RDFStore and the correspondent endpoints listed below, three points to take into account: