Ask a Question related to PHP Development, Design and Development.
-
Chris Bizer #1
ANN: RAP - RDF API for PHP (Semantic Web Toolkit) Version 0.9 released
Hi,
we have released RAP - RDF API for PHP V0.9 today.
Version 0.9 is a major release and includes the following new features:
+ A resource-centric API similar to the Jena Model API
+ A ontology-centric API similar to the Jena Ontology API.
+ Inference support for RDF-S and some OWL constructs
+ A database administration tool for database-backed RDF models
The new ResModel API allows developers to manipulate an RDF graph as a set
of resources having properties. The ResModel API is very similar to the Jena
Model API enabling developers, which are used to Jena, to easily write RAP
code.
RAP included two RDF-S reasoning engines: InfModelF, which uses a forward
chaining inference algorithm and InfModelB, which uses a backward chaining
inference algorithm. Up to our knowledge, they are the only reasoning
engines implemented in PHP. The performance of InfModel can't compete with
the performance of reasoning engines implemented in Java or C, because PHP
still isn't a very fast language. But for medium sized models InfModel works
fine.
An overview about the new API structure is given in:
Introduction to RAP:
[url]http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/tutorial/introductionToRAP.htm[/url]
More information about RAP is found at:
[url]http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/[/url] and
[url]http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/tests.html[/url]
Lots of thanks to
+ Daniel Westphal for the ResModel and OntModel APIs and the inference
support.
+ Gunnar AA. Grimnes for the database admin tool.
+ Tobias Gauss for lots of new test cases.
+ Many users for multiple bug reports and fixes.
Cheers,
Chris Bizer
Chris Bizer Guest
-
Version 1 of 3D Training Toolkit released
Hi all, CanDo Interactive have just released version 1 of their training application, which aims to revolutionise how 3D modelling is taught to... -
ANN:the-TAB 2.2 Released!!New Mac OSX version
A new version (2.2) of "the TAB" software has been released. It is available now only for Windows but even for Macintosh OS X. Now is possible on... -
LILO version 22.5.7 released
LILO release 22.5.7 is based upon Werner Almesberger's LILO version 21. Version 22.5.7 is a minor update to version 22.5.6 o Include several... -
New Krysalis version released
Hello, For the ones interested in XML/XSL publishing with PHP, we've just released the Krysalis 2.4.1 version. Includes a lot of features, fixes... -
LILO version 22.5.6 is released
LILO release 22.5.6 is based upon Werner Almesberger's LILO version 21. Version 22.5.6 is a bugfix update to version 22.5.5 o Cranky raid...



Reply With Quote

