Sounds like we don't want that sequence, but instead a simple plural
property. Would you be willing to share the full person class as an
attachment or code past? That'll help me figure out how to help.
Taylor
> --
> You received this message because you are subscribed to the Google Groups
> "jenabean-dev" group.
> To post to this group, send email to jenabe...@googlegroups.com.
> To unsubscribe from this group, send email to
> jenabean-dev...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/jenabean-dev?hl=en.
>
ontModel = ModelFactory.createOntologyModel(OntModelSpec.OWL_MEM_MICRO_RULE_INF);
RDF2Bean reader = new RDF2Bean( ontModel );
item = reader.loadDeep(Sibling.class, id);
There are some test cases along those lines (Apples.java, Oranges.java
are used in an inverse relationship example).
So it's up to you, you can bind the reader to an inferencing or
non-inferencing model, your call. Jenabean does not assist...it stays
out of the way. The idea is that it should make it easier to read
what's in the model, inferences and all, as well as write to the
model.