Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道我是否可以在 Protege 中以编程方式使用 DL Query。是否可以在 Java 中输入查询并像在 SQL 中那样检索个人?
例如查询是hasCalorificContentValue value 723,我想检索一个名为QuattroFormaggio.
hasCalorificContentValue value 723
QuattroFormaggio
如果您有 OWL 文件,那么您可以使用OWLAPI以编程方式访问、编辑和查询您的本体,而无需使用 Protege。在OWLAPI 示例页面上有描述如何编码查询的代码示例。