简体   繁体   English

如何在Java应用程序中使用现有的本体?

[英]How to use an existing ontology in a Java application?

I've created an ontology with several instances. 我创建了带有多个实例的本体。 What I'm going to do with it is : 我要用的是:

Using Eclipse, create a searching program. 使用Eclipse创建一个搜索程序。 User can input a string, and if an instance has this string as one of its datatype properties, the name and other properties of this instance will be shown to the user. 用户可以输入一个字符串,如果实例将此字符串作为其数据类型属性之一,则该实例的名称和其他属性将显示给用户。

I really have no idea what plug-ins of eclipse, what grammar, or what other tools I should use. 我真的不知道应该使用什么eclipse插件,什么语法或其他工具。 I'm extremely new to semantic web and the relevant tools, so any help will be great. 我对语义网和相关工具非常陌生,因此任何帮助都会很棒。 Thank you so much! 非常感谢!

You could look at the OWL-API as a starting point for using ontologies in a programmatic fashion. 您可以将OWL-API视为以编程方式使用本体的起点。 It shouldn't be a problem to integrate it with other Eclipse tools. 将其与其他Eclipse工具集成应该不是问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM