Author: claude
Date: Wed Jul 31 18:22:34 2013
New Revision: 1508980

URL: http://svn.apache.org/r1508980
Log:
Added jdbc4sparql.
Updated pa4rdf

Modified:
    jena/site/trunk/content/about_jena/contributions.mdtext

Modified: jena/site/trunk/content/about_jena/contributions.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/about_jena/contributions.mdtext?rev=1508980&r1=1508979&r2=1508980&view=diff
==============================================================================
--- jena/site/trunk/content/about_jena/contributions.mdtext (original)
+++ jena/site/trunk/content/about_jena/contributions.mdtext Wed Jul 31 18:22:34 
2013
@@ -28,5 +28,6 @@ D2RQ | Treats non-RDF databases as virtu
 GeoSpatialWeb | This projects adds geo-spatial predicates and reasoning 
features to Jena property functions. | GNU GPL License | Marco Neumann and 
Taylor Cowan | [GeoSpatialWeb](http://code.google.com/p/geospatialweb/)
 Jena Derby Driver | Jena driver for the Apache Derby Database | as per Jena | 
Vineet Sinha | [driver 
website](http://people.csail.mit.edu/vineet/jena-derby.html)
 Jenabean | Jenabean uses Jena's flexible RDF/OWL API to persist Java beans. | 
Apache 2.0 | Taylor Cowan and David Donohue | [Jenabean project 
page](http://code.google.com/p/jenabean/)
-Persistence Annotations 4 RDF | Persistence Annotation for RDF (PAR) is a set 
of annotations and an entity manager that provides JPA like functionality on 
top of an RDF store while accounting for and exploiting the fundamental 
differences between graph storage and relational storage. PAR introduces three 
(3) annotations that map a RDF triple (subject, predicate, object) to a Plain 
Old Java Object (POJO) using Java's dynamic proxy capabilities. | Apache 2.0 | 
Claude Warren |  [PAR at Sourceforge](https://sourceforge.net/projects/pa4rdf/)
-JenaSecurity | Security (Permissions) wrapper around Jena RDF implementation. 
| Apache 2.0 | Claude Warren | [JenaSecurity at 
GitHub](https://github.com/Claudenw/JenaSecurity)
\ No newline at end of file
+Persistence Annotations 4 RDF | Persistence Annotation for RDF (PAR) is a set 
of annotations and an entity manager that provides JPA like functionality on 
top of an RDF store while accounting for and exploiting the fundamental 
differences between graph storage and relational storage. PAR introduces three 
(3) annotations that map a RDF triple (subject, predicate, object) to a Plain 
Old Java Object (POJO) using Java's dynamic proxy capabilities. | Apache 2.0 | 
Claude Warren |  [PA4RDF at 
Sourceforge](https://sourceforge.net/projects/pa4rdf/)
+JenaSecurity | Security (Permissions) wrapper around Jena RDF implementation. 
| Apache 2.0 | Claude Warren | [JenaSecurity at 
GitHub](https://github.com/Claudenw/JenaSecurity)
+JDBC 4 SPARQL | JDBC 4 SPARQL is a type 4 JDBC Driver that uses a SPARQL 
endpoint (or Jena Model) as the data store.  Presents graph data as relational 
data to tools that understand SQL and utilize JDBC| Apache 2.0 (Some components 
GNU LGPL V3.0) | Claude Warren | [jdbc4sparql at 
GitHub](https://github.com/Claudenw/jdbc4sparql)
\ No newline at end of file


Reply via email to