在Android上使用Protege owl本体

发布于 2024-09-09 09:40:55 字数 158 浏览 1 评论 0原文

这学期我有一个实践研讨会,我想在Android应用程序上使用本体。 我选择Protege owl本体作为本体API,这个工具在普通的Java项目中工作。但是当我尝试在 Android 项目中导入 owl 本体 API 的 jar 文件时。它会失败,而且我在互联网上没有找到任何解决方案。你能帮助我吗?

I have a practical seminar this semester, and I want to use ontology on Android application.
I choose Protege owl ontology as a ontology API and this tool worked in normal Java project. But when I tried to import this jar files which for the owl ontology API in Android project.It will fail and I haven't found any solutions in the Internet.Can you help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

绝不服输 2024-09-16 09:40:55

如果您想使用 Java 以编程方式访问 OWL 本体,您可以直接使用 OWL-API, Protege 的顶部首先被建造。

如果您的本体遵循 OWL 2EL 配置文件,您还可以使用 Brain

If you want to have a programmatic access to OWL ontologies using Java, you could use the OWL-API directly, on the top of which Protege is built in the first place.

If your ontology follows a OWL 2EL profile you have also the possibility to use Brain.

屌丝范 2024-09-16 09:40:55

我前段时间尝试过这个方法,效果很好。

Android Java 不是标准 Java,因此您可能需要将 OWL-API(或您选择的任何库,也可以是 Jena)java 源代码移植到 android 平台。这可能需要对源代码进行一些更改,因为所有标准 java 类在 android Java 中都不可用。这项工作包括库源 jar(如果有)。

Android 上可用的移植库很少。请参考此链接

请注意,本体较大的设备上的性能不会很好。

I have tried this some time ago and it worked well.

Android Java is not standard Java, so you may need to port OWL-API (or whatever the library you choose, it can be Jena as well) java source code to android platform. This may require some changes in source code as all the standard java classes are not available in android Java. This effort includes the library source jars if there are any.

Few ported libraries are available on android already. please refer this link

Please note that performance wouldn't be good on device with the bigger ontologies.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文