有没有比较成熟的RDF/OWL持久化框架可以使用?
我已经从 openrdf.org 查看了 Elmo,但它似乎不支持在另一个对象中包含对象。例如,Class House 内的 Class Roof,然后允许保留 House 对象。
对于 RDF/OWL 数据,是否还有其他相当成熟且有更好记录的持久性框架可以允许此类操作?或者如果没有,还有其他什么吗?
I have looked at Elmo from openrdf.org, but it doesn't seem to support having object within another object. E.g. Class 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该查看 Empire,它非常接近地实现了 JPA 规范,并且听起来像您正在寻找的东西。
另外,fwiw,我相信 Elmo 可以拥有复合映射对象。
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.