/usr/share/gtk-doc/html/librdf/reference-manual.html is in librdf0-dev 1.0.17-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Part II. Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Redland RDF Library Manual">
<link rel="up" href="index.html" title="Redland RDF Library Manual">
<link rel="prev" href="tutorial-introduction.html" title="Tutorial Introduction">
<link rel="next" href="objects.html" title="Objects in C">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="tutorial-introduction.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Redland RDF Library Manual</th>
<td><a accesskey="n" href="objects.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="reference-manual"></a>Part II. Reference Manual</h1></div></div></div>
<div class="partintro">
<div></div>
<p>This part contains the Redland Reference Manual
which comprehensively describes every class and function of the API.
</p>
<p>The previous part contains the
<a class="link" href="tutorial.html" title="Part I. Tutorial">Redland Tutorial</a>
explaining how to use the API parts.
</p>
<p>For the latest information, see the
<a class="ulink" href="http://librdf.org/" target="_top">Redland Home Page</a>
</p>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt><span class="chapter"><a href="objects.html">Objects in C</a></span></dt>
<dt>
<span class="refentrytitle"><a href="redland-world.html">World</a></span><span class="refpurpose"> — Initialisation and termination of library</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-general.html">General</a></span><span class="refpurpose"> — Static variables and memory handling.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-concepts.html">Concepts</a></span><span class="refpurpose"> — Pre-defined URIS and Nodes in the RDF namespaces.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-digest.html">Digests</a></span><span class="refpurpose"> — Content digests.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-files.html">Files</a></span><span class="refpurpose"> — File utility functions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-hash.html">Hashes</a></span><span class="refpurpose"> — Key:Value hashes or dictionaries.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-heuristics.html">Heuristics</a></span><span class="refpurpose"> — Utility heuristic functions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-iterator.html">Iterator</a></span><span class="refpurpose"> — Iterate a sequence of objects across some other object.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-list.html">List</a></span><span class="refpurpose"> — Simple list class.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-log.html">Logging</a></span><span class="refpurpose"> — Message and error logging.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-model.html">RDF Graph (librdf_model)</a></span><span class="refpurpose"> — RDF graph (set of triples) API.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-node.html">RDF term (librdf_node)</a></span><span class="refpurpose"> — RDF triple component</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-parser.html">Parsers</a></span><span class="refpurpose"> — RDF parsers from syntax to triples.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-query.html">Querying</a></span><span class="refpurpose"> — RDF query languages and execution.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-query-results.html">Query results</a></span><span class="refpurpose"> — RDF query results.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-serializer.html">Serializers</a></span><span class="refpurpose"> — RDF serializers from triples to syntax.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-statement.html">RDF Triple (librdf_statement)</a></span><span class="refpurpose"> — RDF Triple.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-storage.html">Triple stores</a></span><span class="refpurpose"> — RDF Triple stores</span>
</dt>
<dt><span class="chapter"><a href="redland-storage-modules.html">Storage Modules</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="redland-storage-modules.html#redland-storage-module-intro">Introduction</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-hashes.html">Store 'hashes'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-memory.html">Store 'memory'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-file.html">Store 'file'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-mysql.html">Store 'mysql'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-postgresql.html">Store 'postgresql'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-sqlite.html">Store 'sqlite'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-tstore.html">Store 'tstore'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-uri.html">Store 'uri'</a></span></dt>
<dt><span class="section"><a href="redland-storage-module-virtuoso.html">Store 'virtuoso'</a></span></dt>
</dl></dd>
<dt>
<span class="refentrytitle"><a href="redland-stream.html">Stream of triples (#librdf_statement).</a></span><span class="refpurpose"> — Sequence of RDF Triples.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-unicode.html">Unicode</a></span><span class="refpurpose"> — Unicode utility functions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="redland-uri.html">URI</a></span><span class="refpurpose"> — URI class</span>
</dt>
<dt><span class="chapter"><a href="redland-changes.html">API Changes</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="redland-changes.html#redland-changes-intro">Introduction</a></span></dt>
<dt><span class="section"><a href="redland-changes-1-0-12-to-1-0-13.html">Changes between Redland librdf 1.0.12 and 1.0.13</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="redland-changes-1-0-12-to-1-0-13.html#redland-changes-new-1-0-12-to-1-0-13">New functions, types and enums</a></span></dt>
<dt><span class="section"><a href="redland-changes-1-0-12-to-1-0-13.html#redland-changes-changed-1-0-12-to-1-0-13">Changed functions and types</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="redland-changes-1-0-13-to-1-0-14.html">Changes between Redland librdf 1.0.13 and 1.0.14</a></span></dt>
<dd><dl><dt><span class="section"><a href="redland-changes-1-0-13-to-1-0-14.html#redland-changes-new-1-0-13-to-1-0-14">New functions, types and enums</a></span></dt></dl></dd>
<dt><span class="section"><a href="redland-changes-1-0-14-to-1-0-15.html">Changes between Redland librdf 1.0.14 and 1.0.15</a></span></dt>
<dd><dl><dt><span class="section"><a href="redland-changes-1-0-14-to-1-0-15.html#redland-changes-new-1-0-14-to-1-0-15">New functions, types and enums</a></span></dt></dl></dd>
<dt><span class="section"><a href="redland-changes-1-0-15-to-1-0-16.html">Changes between Redland librdf 1.0.15 and 1.0.16</a></span></dt>
<dd><dl><dt><span class="section"><a href="redland-changes-1-0-15-to-1-0-16.html#redland-changes-new-1-0-15-to-1-0-16">New functions, types and enums</a></span></dt></dl></dd>
<dt><span class="section"><a href="redland-changes-1-0-16-to-1-0-16.html">Changes between Redland librdf 1.0.16 and 1.0.16</a></span></dt>
<dd><dl><dt><span class="section"><a href="redland-changes-1-0-16-to-1-0-16.html#redland-changes-new-1-0-16-to-1-0-16">New functions, types and enums</a></span></dt></dl></dd>
</dl></dd>
</dl>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
</body>
</html>
|