From: Chris B. <bi...@ze...> - 2006-01-16 09:54:21
|
Hi all, we have released RAP - RDF API for PHP V0.93 today. The new version includes: + support for the SPARQL query language. + support for a subset of SPARQL protocol. + multiple bug fixes. RAP's new SPARQL package allows you to execute SPARQL queries against = RDF graphs and RDF datasets which may be stored in memory or in a relational database. We have also included SPARQL as additional query language into RAP's NetAPI RDF server, which allows you to query remote RDF = repositories using W3C SPARQL protocol. An introduction into the usage of RAP's SPARQL features is given in: http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/tutorial/usingtheSparqlE= ngi ne.htm More information about RAP is found at: http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/ Lots of thanks to=20 + Tobias Gauss for implementing SPARQL engine. + Daniel Westphal for implementing the RDF dataset API. + all users of RAP for their bug reports and bug fixes. Cheers, Chris Bizer --=20 Chris Bizer Freie Universit=E4t Berlin Phone: +49 30 838 54057 Mail: ch...@bi... Web: www.bizer.de |
From: Ghislain <ghi...@lo...> - 2006-01-16 20:56:22
|
Hi thanks for this new version. In few places, you use reference when calling function or method (for instance l420 in DatasetDb.php This produces warning on some php version. Ghislain Chris Bizer wrote: > Hi all, > > we have released RAP - RDF API for PHP V0.93 today. > > The new version includes: > > + support for the SPARQL query language. > + support for a subset of SPARQL protocol. > + multiple bug fixes. > > RAP's new SPARQL package allows you to execute SPARQL queries against RDF > graphs and RDF datasets which may be stored in memory or in a relational > database. We have also included SPARQL as additional query language into > RAP's NetAPI RDF server, which allows you to query remote RDF repositories > using W3C SPARQL protocol. > > An introduction into the usage of RAP's SPARQL features is given in: > http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/tutorial/usingtheSparqlEngi > ne.htm > > More information about RAP is found at: > http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/ > > Lots of thanks to > + Tobias Gauss for implementing SPARQL engine. > + Daniel Westphal for implementing the RDF dataset API. > + all users of RAP for their bug reports and bug fixes. > > Cheers, > > Chris Bizer > > |
From: Chris B. <bi...@ze...> - 2006-01-17 11:29:11
|
Hi Ghislain, yes, we are still using the old PHP4 syntax at some places in RAP as we = want most of the package to work with PHP4 as well. If you use RAP with PHP5 = you can remove all the &s. We are considering to move completely to PHP5 with the next version and = will remove the references then. Cheers Chris =20 --=20 Chris Bizer Freie Universit=E4t Berlin Phone: +49 30 838 54057 Mail: ch...@bi... Web: www.bizer.de > -----Urspr=FCngliche Nachricht----- > Von: rdf...@li... = [mailto:rdfapi-php- > int...@li...] Im Auftrag von Ghislain > Gesendet: Montag, 16. Januar 2006 21:54 > Cc: rdf...@li... > Betreff: Re: [Rdfapi-php-interest] ANN: RAP - RDF API for PHP V0.93 > released including support for SPARQL >=20 >=20 > Hi thanks for this new version. >=20 > In few places, you use reference when calling function or method (for > instance l420 in DatasetDb.php > This produces warning on some php version. >=20 > Ghislain >=20 >=20 >=20 > Chris Bizer wrote: > > Hi all, > > > > we have released RAP - RDF API for PHP V0.93 today. > > > > The new version includes: > > > > + support for the SPARQL query language. > > + support for a subset of SPARQL protocol. > > + multiple bug fixes. > > > > RAP's new SPARQL package allows you to execute SPARQL queries = against > RDF > > graphs and RDF datasets which may be stored in memory or in a = relational > > database. We have also included SPARQL as additional query language = into > > RAP's NetAPI RDF server, which allows you to query remote RDF > repositories > > using W3C SPARQL protocol. > > > > An introduction into the usage of RAP's SPARQL features is given in: > > http://www.wiwiss.fu- > berlin.de/suhl/bizer/rdfapi/tutorial/usingtheSparqlEngi > > ne.htm > > > > More information about RAP is found at: > > http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/ > > > > Lots of thanks to > > + Tobias Gauss for implementing SPARQL engine. > > + Daniel Westphal for implementing the RDF dataset API. > > + all users of RAP for their bug reports and bug fixes. > > > > Cheers, > > > > Chris Bizer > > > > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD = SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > Rdfapi-php-interest mailing list > Rdf...@li... > https://lists.sourceforge.net/lists/listinfo/rdfapi-php-interest |
From: Chris B. <bi...@ze...> - 2006-01-17 15:33:51
|
Hi all, we have released RAP - RDF API for PHP V0.93 today. The new version includes: + support for the SPARQL query language. + support for a subset of SPARQL protocol. + multiple bug fixes. RAP's new SPARQL package allows you to execute SPARQL queries against = RDF graphs and RDF datasets which may be stored in memory or in a relational database. We have also included SPARQL as additional query language into RAP's NetAPI RDF server, which allows you to query remote RDF = repositories using W3C SPARQL protocol. An introduction into the usage of RAP's SPARQL features is given in: http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/tutorial/usingtheSparqlE= ngi ne.htm More information about RAP is found at: http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/ Lots of thanks to=20 + Tobias Gauss for implementing SPARQL engine. + Daniel Westphal for implementing the RDF dataset API. + all users of RAP for their bug reports and bug fixes. Cheers, Chris Bizer --=20 Chris Bizer Freie Universit=E4t Berlin Phone: +49 30 838 54057 Mail: ch...@bi... Web: www.bizer.de |