开发者

Are there any relatively mature RDF/OWL Persistence Frameworks I can use?

开发者 https://www.devze.com 2023-01-11 06:40 出处:网络
I have looked at Elmo from openrdf.org, but it doesn\'t seem to support having object within another object.E.g. Cla开发者_运维百科ss Roof within the Class House and then allow persisting House object

I have looked at Elmo from openrdf.org, but it doesn't seem to support having object within another object. E.g. Cla开发者_运维百科ss Roof within the Class House and then allow persisting House object.

Is there any other fairly mature and better documented persistence framework out there for RDF/OWL data that will allow such operations? Or if not, is there anything else at all out there?


  • RDF triple stores
  • Native OWL persistence:
    • OWLDB: http://owldb.sourceforge.net
    • Owlgres: http://pellet.owldl.com/owlgres/


You should check out Empire, it pretty closely implements the JPA spec and sounds like what you are looking for.

Also, fwiw, I believe Elmo can have composite mapped objects.

0

精彩评论

暂无评论...
验证码 换一张
取 消