Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > contrib > by-pkgid > 2bad935ea66cb72919ca71dacaec7a89 > files > 16

redland-0.9.12-2mdk.ppc.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
  <title>Redland RDF Application Framework</title>
</head>
<body bgcolor="#ffffff" text="#000085">

<h1 align="center">Redland RDF Application Framework</h1>
<h2 align="center"><a href="http://purl.org/net/dajobe/">Dave Beckett</a><br /><a href="http://www.ilrt.bristol.ac.uk/">Institute for Learning and Research Technology</a><br /><a href="http://www.bristol.ac.uk/">University of Bristol</a></h2>
  

<h2>OVERVIEW</h2>

<p><a href="http://www.redland.opensource.ac.uk/">Redland</a> is a
library that provides a high-level interface for RDF allowing the RDF
graph to be parsed from XML, stored, queried and manipulated.
Redland implements each of the RDF concepts in its own class via an
object based API, reflected into the other language APIs - Perl,
Python, Tcl, Java and Ruby.  Some of the classes providing the
parsers, storage mechanisms and other elements are built as modules
that can be added or removed as required.</p>

<p>This library is mature and has been used in large systems.  See the
<a href="TODO.html">todo list</a> or the <a href="http://www.redland.opensource.ac.uk/TODO.html">website version</a> for an up-to-date copy,
and the <a href="FAQS.html">FAQS</a> for more information.  Changes
can be found in the <a href="NEWS.html">NEWS</a> file or more
detailed changes in the <a href="ChangeLog">ChangeLog</a>.</p>

<p>Redland provides:</p>
<ul>
<li>A modular, <a href="docs/api/objects.html">object based</a> library written in C</li>
<li><a href="docs/perl.html">Perl</a>, <a href="docs/python.html">Python</a>, <a href="docs/tcl.html">Tcl</a>, <a href="docs/java.html">Java</a>, <a href="docs/ruby.html">Ruby</a> and <a href="docs/php.html">PHP</a> interfaces for manipulating the RDF <a href="docs/api/model.html">graph</a> and parts - <a href="docs/api/statement.html">Statements</a>, <a href="docs/api/node.html">Resources and Literals</a></li>
<li><a href="docs/api/parser.html">Parsers</a> and <a href="docs/api/serializer.html">Serializers</a> for reading and writing RDF as syntax.</li>
<li><a href="docs/api/storage.html">Storage</a> for graphs in memory and on disk via Sleepcat / Berkeley DB.</li>
<li>Query APIs for the graph by Statement (triples) or by Nodes and Arcs</li>
<li><a href="docs/api/stream.html">Statement Streams</a> for construction, parsing, de/serialisation of graphs</li>
<li>Start of <a href="docs/api/query.html">query language</a> support.</li>
<li>No memory leaks so far.</li>
</ul>


<h2>SOURCES</h2>

<p>The packaged sources are available from
<a href="http://www.redland.opensource.ac.uk/dist/source/">http://www.redland.opensource.ac.uk/dist/source/</a> (master site) and also from the
<a href="http://sourceforge.net/projects/librdf/">SourceForge site</a>.
There are 
<a href="http://www.redland.opensource.ac.uk/dist/snapshots/source/">nightly snapshots</a> of the development version which is can also be browsed via
<a href="http://cvs.ilrt.org/cvsweb/redland/librdf/">CVSweb</a>.
</p>


<h2>LICENSE</h2>

<p>This library is free software / open source software released
under the LGPL or MPL licenses.  See 
<a href="LICENSE.html">LICENSE.html</a> for full details.</p>


<h2>INSTALLATION</h2>

<p>See <a href="INSTALL.html">INSTALL.html</a> for general
installation and configuration information and the
language specific documents for installing the
interfaces in <a href="docs/perl.html">Perl</a>,
<a href="docs/python.html">Python</a>,
<a href="docs/tcl.html">Tcl</a>,
<a href="docs/java.html">Java</a> or
<a href="docs/ruby.html">Ruby</a>.</p>

<p>Further documentation is available in the
<a href="docs/README.html">documents area</a> including the
<a href="docs/api/index.html">API document.</a>
</p>


<h2>MAILING LISTS</h2>

<p>The
<a href="http://www.redland.opensource.ac.uk/lists/">Redland mailing lists</a>
discuss the development and use of Redland and Raptor as well as
future plans and announcement of releases.</p>


<h2>SEE ALSO</h2>

<p>If you want to know more about RDF and related work, 
try some of these sites:</p>
<ul>
<li><a href="http://www.w3.org/RDF/">W3C Resource Description Framework (RDF) </a> activity page (official home page)</li>
<li><a href="http://www.ilrt.bristol.ac.uk/discovery/rdf/resources/">Dave Beckett's Resource Description Framework (RDF) Resource Guide</a> (yes that's me)</li>
</ul>

<hr />

<p>Copyright 2000-2003 <a href="http://purl.org/net/dajobe/">Dave Beckett</a>, <a href="http://www.ilrt.bristol.ac.uk/">Institute for Learning and Research Technology</a>, <a href="http://www.bristol.ac.uk/">University of Bristol</a></p>

</body>
</html>