Jena 2.11.0 包含如下四个新模块:
* Spatial search, using Lucene or Solr indexes:
http://jena.apache.org/documentation/query/spatial-query.html
* Text search, using Lucene or Solr indexes:
http://jena.apache.org/documentation/query/text-query.html
* SPARQL over JDBC, a type 4 JDBC driver
http://jena.apache.org/documentation/jdbc/index.html
* Security Permissions Framework for RDF data.
http://jena.apache.org/documentation/security/
Jena是一个Java工具箱用于开发基于RDF与OWL语义(semantic)Web应用程序。它提供了一个RDF API;ARP,一个RDF解析器;SPARQL,W3C RDF查询语言;一个OWL API;和基于规则的RDFS与OWL接口。
来自:开源中国社区

