SimpleRDF (PHP5 RDF/XML parser)
SimpleRDF is the
RDF/XML
parser written in PHP5. It allows you to read and manipulate the RDF statements.
What is RDF/XML?
For more information see Google' Definitions of RDF on the Web
or W3C RDF/XML documents
The RDF/XML work is part of the W3C Metadata Activity.
The Resource Description Framework (RDF) Model and Syntax Specification is a W3C Recommendation.
RDF provides the technology for expressing the meaning of terms and concepts in a form that computers can readily process.
RDF can use XML for its syntax and URIs to specify entities, concepts, properties and relations (RDF/XML). It is very often
used as the uderlying technology for RSS feeds (RDF/XML compatible RSS feeds).
About SimpleRDF