dotNetRDF VS Jena.NEt VS 其他 Dotnet ?
阅读和阅读最常用的工具是什么?使用具有不同端点的 Sparql 编写 RDF 和查询。 到目前为止,我已经找到了
- Jena (jena.net):它是为 Java 开发的,但有些人设法将其转换为程序集
- DotnetRDF
我想知道是否还有其他程序,哪一个最好使用,有什么优点和缺点?
what is the most common tool used for Reading & Writing RDF and Querying with Sparql with different end points .
so far i've found
- Jena (jena.net) : it's developed for Java but some people managed to convert it to Assemblies
- DotnetRDF
i wonder if there are others and which one is best to use what the the pros and cons ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
以上两个都不错。其他包括:
Sesame - Java 涵盖 RDF、SPARQL、OWL。积极开发
Redland、Raptor Rasqal - C & Ruby,涵盖一切,积极开发
ARC2 - PHP、RDF、SPARQL,不再积极
开发我们还获得了许多针对 ORDFM 之类的支持框架,这些框架是基于上述框架构建的:
Jenabean
帝国
阿里巴巴
RDFReactor
RDFBean
Both of the above are good. Other ones include:
Sesame - Java covering RDF, SPARQL, OWL. Actively developed
Redland, Raptor Rasqal - C & Ruby, covers everything, actively developed
ARC2 - PHP, RDF, SPARQL, no longer activel developed
You've also got a lot of supporting frameworks for things like ORDFM that build off the above namely:
Jenabean
Empire
AliBaba
RDFReactor
RDFBean
我在 Answers.semantiweb
我已经开始使用 dotnetRDF,创建者还在网站上留下了很好的文档
http://www.dotnetrdf.org/
和 也有不错的教程
the best answer i've found in Answers.semantiweb
i've started using dotnetRDF the creator also have left a good documentation on the website
http://www.dotnetrdf.org/
and a good tutorials as well
如果您专门寻找 .Net,还有 dotSesame,它是一个 IKVM 端口(基于 Java 的)Sesame 框架。
If you're looking for .Net specifically, there is also dotSesame, which is an IKVM-port of the (Java-based) Sesame framework.
dotnetRdf 提供了一套用于使用 RDF 和 SPARQL 的命令行和 GUI 工具,您可以找到其文档的链接。请访问下面的链接...
https://bitbucket.org/dotnetrdf/dotnetrdf/wiki/UserGuide/Tools
dotnetRdf Provides a suite of command line and GUI tools for working with RDF and SPARQL, you can find links to their documentation.Visit the link below...
https://bitbucket.org/dotnetrdf/dotnetrdf/wiki/UserGuide/Tools
也许您可以在 Microsoft Codeplex (http://rdfsharp.codeplex.com/) 尝试 RDFSharp。
Maybe you can try RDFSharp at Microsoft Codeplex (http://rdfsharp.codeplex.com/).