Returns an instance of the ontology parser created from OWL or OBO file. Reasoning over ontologies and extracting relationships is supported by using HermiT reasoner.
返回本体解析器从OWL或OBO的文件创建的一个实例。对本体和提取关系的推理支持使用隐士推理。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Loads the ontology described in OWL or OBO format from the local file or on the fly by using URL.
加载本体OWL或OBO的格式,通过使用URL从本地文件或动态描述。
用法----------Usage----------
getOntology(pathToURI)
参数----------Arguments----------
参数:pathToURI
a character string giving the URL or local name of the file to load ontology from
一个字符串,使该文件的URL或本地名称载入本体
值----------Value----------
Returns an instance of the Ontology class.
返回Ontology类的一个实例。