This is a newbie design question. I'm trying to create a CRUD (Create Read Update Delete) web-application for an RDF db. I've been playing with the various modules in Jena and it looks great, but I have not found a module that could deal with updates from HTML forms or generate HTML from the ontology. Of course I could fabricate something myself, transforming RDFS/OWL XML into HTML, and deal with data coming in from HTML forms, but I guess others have tried this before.
Does anybody have any recommendation on what tools/modules to use to make a CRUD application using an RDF db?
