You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenabean-dev
Good morning,
I'm working on putting together ontology reasoning with a rule engine
like Drools.
Drools needs JavaBeans to work and JenaBeans are perfect since they
can be used in both cases!
I read in past messages that some sort of support to property type
annotation was once available (I'm talking about @InverseOf
annotation) but actually I didn't found any reference in group's pages
even though the feature was planned to be introduced again... Could
you please tell me what's the current state of the feature?
Since I have to work with OWL Ontologies, I would find very usefull
some other property type annotation such as @Symmetric and @Transitive
(and so on) without needing to issue model.createSymmetricProperty
(uri); and model.createTransitiveProperty(uri); every time I create a
new Model...
Do you plan to include such annotations in (near) future?
Can you also please list all the annotations supported by JenaBeans (I
also read about @Transient and @Ignore)?
Thank you in advance and sorry for poor English, but today my brain
fails to start up!
Best regards,
Stefano Bragaglia
thewebs...@gmail.com
unread,
Nov 16, 2009, 12:53:24 PM11/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenabean-dev
Hi Stefano,
Yes, there is some support. I'll provide you with details shortly,
however, it's also simple to make the assertion yourself, via RDF
loaded into the model.
This causes the "nextTo" property to be declared as symmetric, and if
you model is inferencing, it'll make the assumptions for you and add
the reverse assertion. There is also support for transitive and
inverse.