On Tue, Nov 30, 2010 at 16:57, Jeff <manh
...@gmail.com> wrote:
> Is it possible to generated RDFReactor classes that support ModelSet?
No, RDFReactor is very model-centric.
> Otherwise are there any examples or recommended practice for adding
> context to RDFReactor-generated data? Are there any other examples of
> ModelSet usage in general? Thanks, Jeff
You can create a ModelSet with RDF2Go, create a specific Model (which
represents a certain context) and use that Model in RDFReactor.
All writes to the RDFReactor-generated wrapper-classes will then write back
to the given Model which in turn just updates the ModelSet underneath.
A (partially outdated) tutorial on ModelSets can be found at [1]
[1] http://semanticweb.org/wiki/Semweb4j/multipleModels
Feel free to correct mistakes ;-)
Regards,
Max