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
|
<?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>Raptor RDF Syntax Parsing and Serializing Library Manual</title>
<releaseinfo>for Raptor &version;</releaseinfo>
</bookinfo>
<chapter id="introduction">
<title>Raptor Overview</title>
<para>
<ulink url="http://librdf.org/raptor/">Raptor</ulink> is a library for RDF syntax parsing and serializing providing
APIs to turn syntax to and from RDF triples. It also includes supporting
functionality for Unicode, UTF-8, URIs, WWW retrieval and XML writing.
</para>
</chapter>
<part id="tutorial">
<title>Raptor Tutorial</title>
<partintro id="tutorial-introduction">
<para>This part describes how to use the
<ulink url="http://librdf.org/raptor/">Raptor</ulink> APIs to
turn syntaxes into RDF triples and RDF triples into syntaxes.</para>
<para>The next part contains the
<link linkend="reference-manual">Raptor Reference Manual</link>
which comprehensively describes every class and function of the API.
</para>
<para>For the latest information, see the
<ulink url="http://librdf.org/raptor/">Raptor Home Page</ulink>
and the <ulink url="../README.html">main document overview</ulink>
in this document tree.
</para>
</partintro>
<xi:include href="raptor-tutorial-intro.xml"/>
<xi:include href="raptor-tutorial-querying-functionality.xml"/>
<xi:include href="raptor-tutorial-parsing.xml"/>
<xi:include href="raptor-tutorial-serializing.xml"/>
</part>
<part id="reference-manual">
<title>Raptor Reference Manual</title>
<partintro id="reference-manual-introduction">
<para>This part contains the Raptor Reference Manual
which comprehensively describes every class and function of the API.
</para>
<para>The previous part contains the
<link linkend="tutorial">Raptor Tutorial</link>
explaining how to use the API parts.
</para>
<para>For the latest information, see the
<ulink url="http://librdf.org/raptor/">Raptor Home Page</ulink>
and the <ulink url="../README.html">main document overview</ulink>
in this document tree.
</para>
</partintro>
<xi:include href="raptor-parsers.xml"/>
<xi:include href="raptor-serializers.xml"/>
<xi:include href="xml/section-general.xml"/>
<xi:include href="xml/section-memory.xml"/>
<xi:include href="xml/section-constants.xml"/>
<xi:include href="xml/section-feature.xml"/>
<xi:include href="xml/section-iostream.xml"/>
<xi:include href="xml/section-locator.xml"/>
<xi:include href="xml/section-parser.xml"/>
<xi:include href="xml/section-sequence.xml"/>
<xi:include href="xml/section-serializer.xml"/>
<xi:include href="xml/section-stringbuffer.xml"/>
<xi:include href="xml/section-triples.xml"/>
<xi:include href="xml/section-unicode.xml"/>
<xi:include href="xml/section-uri-factory.xml"/>
<xi:include href="xml/section-uri.xml"/>
<xi:include href="xml/section-www.xml"/>
<xi:include href="xml/section-xml-namespace.xml"/>
<xi:include href="xml/section-xml-qname.xml"/>
<xi:include href="xml/section-xml.xml"/>
<!-- <xi:include href="xml/section-unused.xml"/> -->
</part>
<index>
<title>Index</title>
</index>
</book>
|