1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>Redland RDF Library Manual</title>
<releaseinfo>Manual for <ulink url="http://librdf.org/">Redland</ulink> &version;</releaseinfo>
<author>
<firstname>Dave</firstname>
<surname>Beckett</surname>
<affiliation>
<address>
<otheraddr><ulink url="http://www.dajobe.org/">http://www.dajobe.org/</ulink></otheraddr>
</address>
</affiliation>
</author>
<legalnotice>
<para>
This documentation is Free Software / Open Source - you can
redistribute it and/or modify it under the same licenses as
<ulink url="http://librdf.org/">Redland</ulink>.
It is licensed under the following three licenses as alternatives:
<orderedlist>
<listitem><para>GNU Lesser General Public License (LGPL) V2.1 or any newer version</para></listitem>
<listitem><para>GNU General Public License (GPL) V2 or any newer version</para></listitem>
<listitem><para>Apache License, V2.0 or any newer version</para></listitem>
</orderedlist>
You may not use this documentation except in compliance with at
least one of the above three licenses. See the
<ulink url="http://librdf.org/">Redland</ulink>
site for the full license terms.
</para>
</legalnotice>
<copyright>
<year>2000</year>
<year>2001</year>
<year>2002</year>
<year>2003</year>
<year>2004</year>
<year>2005</year>
<year>2006</year>
<year>2007</year>
<year>2008</year>
<year>2009</year>
<year>2010</year>
<year>2011</year>
<year>2012</year>
<holder>Dave Beckett</holder>
</copyright>
<copyright>
<year>2000</year>
<year>2001</year>
<year>2002</year>
<year>2003</year>
<year>2004</year>
<year>2005</year>
<holder>University of Bristol</holder>
</copyright>
</bookinfo>
<chapter id="redland">
<title>Redland Overview</title>
<para>
Redland is a general-purpose Resource Description Framework (RDF)
library providing APIs to the RDF model and it's concepts.
</para>
</chapter>
<xi:include href="redland-chapter-intro.xml"/>
<part id="tutorial">
<title>Tutorial</title>
<partintro id="tutorial-overview">
<para>This part will describe how to use the
<ulink url="http://librdf.org/">Redland</ulink> APIs.
once it is written.
</para>
<para>The next part contains the
<link linkend="tutorial">Redland Reference Manual</link>
explaining the API in detail.
</para>
<para>For the latest information, see the
<ulink url="http://librdf.org/">Redland Home Page</ulink>
</para>
</partintro>
<chapter id="tutorial-introduction">
<title>Tutorial Introduction</title>
<para>
This chapter will describe how to use the
<ulink url="http://librdf.org/">Redland</ulink> APIs.
once it is written.
</para>
</chapter>
</part>
<part id="reference-manual">
<title>Reference Manual</title>
<partintro id="reference-manual-introduction">
<para>This part contains the Redland Reference Manual
which comprehensively describes every class and function of the API.
</para>
<para>The previous part contains the
<link linkend="tutorial">Redland Tutorial</link>
explaining how to use the API parts.
</para>
<para>For the latest information, see the
<ulink url="http://librdf.org/">Redland Home Page</ulink>
</para>
</partintro>
<xi:include href="redland-chapter-objects.xml"/>
<xi:include href="xml/world.xml"/>
<xi:include href="xml/general.xml"/>
<xi:include href="xml/concepts.xml"/>
<xi:include href="xml/digest.xml"/>
<xi:include href="xml/files.xml"/>
<xi:include href="xml/hash.xml"/>
<xi:include href="xml/heuristics.xml"/>
<xi:include href="xml/iterator.xml"/>
<xi:include href="xml/list.xml"/>
<xi:include href="xml/log.xml"/>
<xi:include href="xml/model.xml"/>
<xi:include href="xml/node.xml"/>
<xi:include href="xml/parser.xml"/>
<xi:include href="xml/query.xml"/>
<xi:include href="xml/query_results.xml"/>
<xi:include href="xml/serializer.xml"/>
<xi:include href="xml/statement.xml"/>
<xi:include href="xml/storage.xml"/>
<xi:include href="redland-chapter-storage-modules.xml"/>
<xi:include href="xml/stream.xml"/>
<xi:include href="xml/unicode.xml"/>
<xi:include href="xml/uri.xml"/>
<!-- <xi:include href="xml/unused.xml"/> -->
<xi:include href="redland-changes.xml"/>
</part>
<index id="indexes">
<title>Index</title>
</index>
</book>
|