I am planning to develop a web application in Java which could integrate:
- RDF data model (Protege 5) + Jena Engine + SPARQL or
- Relational data model + MySQL + ORM library (such as MyBatis).
I wonder which development could be faster considering that the data model must be created from scratch. For instance, I have played a bit with Protege editor and it seems not to be quite easy to generate a fully operational model such as the one could be created using tables in a DBRMS.
I would need some comments to consider which is the best approach (currently, I would prefer to work with the relational data model).
Looking forward to hearing your comments.