如何添加耶拿语词汇?

发布于 2024-11-06 23:51:02 字数 201 浏览 0 评论 0原文

在耶拿有一些默认的本体,如 RDF、FOAF...

因此我们可以向资源添加属性,例如:

resource.addProperty(FOAF.name, person.getMFirstName());

但我需要耶拿中不存在的另一个本体,如 SIOC、pimo,我有 URI。

我该怎么做?

In Jena there are some default ontologies like RDF, FOAF...

So we can add property to resource like:

resource.addProperty(FOAF.name, person.getMFirstName());

But I need another ontology that does not exist in Jena like SIOC, pimo that I have the URI for.

How can I do this?

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

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

发布评论

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

评论(1

慕巷 2024-11-13 23:51:02

Jena 有一个工具用于生成包含本体和 RDF 模式常量的 Java 类:schemagen

Jena has a tool for generating Java classes that contain the constants from ontologies and RDF schemas: schemagen

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