How to extend ontology with other standard ontologies in Protégé?

你。 提交于 2019-11-30 20:33:37
Joshua Taylor

Unless I'm missing something about your question (which didn't really provide enough information to diagnose the problem that you're actually having), this is what owl:imports is for. You can import other (OWL) ontologies into your own. In Protégé, you just use the Ontology imports under the Active Ontology tab to specify ontologies that you want to import.

Remember that Protégé is an OWL tool, so if you're importing something with that feature, that something should be an OWL ontology too. You'll have mixed luck if you try to import RDF(S) vocabularies. E.g., you might get the properties, but as annotation properties rather than object and datatype properties.

There are some related questions and answers on answers.semanticweb.com:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!