Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RDF databases on Android

I'm working on a project on mobile RDF databases for Android. Therefore I'm looking for open source databases to include in my Android project. However, it's difficult for me to find mobile versions of existing RDF databases.

What I've found so far:

  • Jena TDB database
  • Oracle Berkeley database

Unfortunately I haven't found mobile versions of Sesame, Virtuoso, AllegroGraph, etc.

Does anyone know some other RDF databases for Android?

like image 754
kanathiny Avatar asked Apr 16 '12 13:04

kanathiny


1 Answers

I'm not an Android developer, so perhaps I'm overlooking something, but Sesame comes as a collection of maven modules, each a separate Java jar file. You can pick and choose the jar files you need and as far as I'm aware, you should be able to use them on Android straightaway. I don't think there's any need for a separate "mobile version", is there?

like image 74
Jeen Broekstra Avatar answered Sep 29 '22 15:09

Jeen Broekstra