我目前正在做一个项目,我必须与 OWL 合作。我有像 Protege 和 OntoStudio 这样的图形工具,但我需要一个非图形工具。我可以直接在 Eclipse 或 Turbo-C 中编写代码时使用的工具,而不是创建图表并将其转换为 owl 代码。我能找到这样的工具吗?
问问题
408 次
1 回答
3
我没有测试过这个,我通常使用 Protege 编辑(它也允许你直接编辑代码)
- 一些 vim owl 工具:https ://github.com/mattpap/vim-owl-tools ,似乎被放弃了
- Protege 插件,可让您直接编辑:http: //www.co-ode.org/downloads/manchesterowlsyntaxeditor/
- 另一种,基于Eclipse: http: //owl-eclipse.projects.semwebcentral.org/html/userguide/tasks-3.1.html
您还可以使用 notepad++ 或任何文本编辑器
我的建议是:将 Protege 与任何插件一起使用以使代码编辑更容易,或者从 protege 开始,然后根据需要编辑生成的文件
于 2012-12-31T22:15:16.657 回答