搜索资源列表
owlapi-3.1.0
- OWL API最新版本3.1,2010年8月20日发布,支持对OBO本体的分析。-The OWL API is a Java API and reference implmentation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2
Jena
- Jena is Java toolkit for developing semantic web applications based on W3C recommendations for RDF and OWL. It provides an RDF API ARP, an RDF parser SPARQL, the W3C RDF query language an OWL API and rule-based inference for RDFS and OWL. -Jena is
owl_api-2.2.0
- 本体类文件的JAVA开发API,用于对*.owl文件进行操作的API。-Ontology class files JAVA Developer API, used for*. owl file operation API.
Jena-API
- ena对应用程序就像Protege 对我们,我们使用Protege操作 本体,应用程序则是使用Jena来做同样的工作,当然这些应用程序还是得由我 们来编写。其实Protege本身也是在Jena的基础上开发的,你看如果Protege 的console里报异常的话,多半会和Jena有关。最近出了一个Protege OWL API,相当于对Jena的包装,据说使用起来更方便,这个API就是Protege 的OWL Plugin所使用的,相信作者经过OWL Plugin的开发以后,
Jena-2-Inference-support-on-Ontology
- Jena对本体推理的支持This section of the documentation describes the current support for inference available within Jena2. It includes an outline of the general inference API, together with details of the specific rule engines and configurations for RDFS and
source-for-ontology-programing
- 也是从网上下载的本体编程源代码,基于 protege owl api 的。-source code for Ontology programing download from other website. And all of the programs are based on Protege OWL API.
Jena-2.5
- jena是一个java 的API,用来支持语义网的有关应用,学习jena需要了解XML 、RDF、 Ontology、OWL等方面的知识。-jena is a java API to support the Semantic Web application, learning the jena need to understand the knowledge of XML, RDF, Ontology OWL.
jena-2.6.4
- ena是一个java 的API,用来支持语义网的有关应用,学习jena需要了解XML 、RDF、 Ontology、OWL等方面的知识。具体来讲,需要知道什么是本体以及如何利用工具(如protege等)建立本体,要能读懂和手动编写RDF、XML,对OWL也要熟悉。 jena是用java实现的,其应用也通常是采用java的,所以初学者还需要一定的java技术基础,否则学起来会很麻烦。如果不具备这些基础,就想立马动手解析,那只是浪费时间,并且会感到失败和沮丧,甚至丧失进一步学习的信心。-Apac
jena+API查询OWL本体(重要)
- 这是一个jena api解析owl文件的简单案例。(This is a simple case of the jena API parsing the owl file.)