This file is indexed.

/usr/share/gtk-doc/html/rasqal/reference-manual.html is in librasqal3-doc 0.9.32-1.

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
<!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 I. Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Rasqal RDF Query Library Manual">
<link rel="up" href="index.html" title="Rasqal RDF Query Library Manual">
<link rel="prev" href="rasqal.html" title="Rasqal Overview">
<link rel="next" href="rasqal-section-general.html" title="General library facilities">
<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="rasqal.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">Rasqal RDF Query Library Manual</th>
<td><a accesskey="n" href="rasqal-section-general.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 I. Reference Manual</h1></div></div></div>
<div class="partintro">
<div></div>
<p>This part contains the Rasqal Reference Manual
      which comprehensively describes every class and function of the API.
      </p>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt>
<span class="refentrytitle"><a href="rasqal-section-general.html">General library facilities</a></span><span class="refpurpose"> — Startup and shutdown, memory handling, version checks and misc functions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-data.html">Data Graphs</a></span><span class="refpurpose"> — RDF graph sources for triples.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-expression.html">Expressions</a></span><span class="refpurpose"> — Query language expressions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-graph-pattern.html">Graph patterns</a></span><span class="refpurpose"> — Collections of triple patterns, sub-graph patterns with operators.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-literal.html">Literal</a></span><span class="refpurpose"> — RDF literals and RDF query-specific literals.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-prefix.html">Prefixes</a></span><span class="refpurpose"> — XML QName-style prefixes made from a URI and a short text prefix.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-query.html">Query</a></span><span class="refpurpose"> — Query object API, parsing and execution</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-query-results.html">Query Results</a></span><span class="refpurpose"> — Query results as variable bindings, boolean or RDF graphs.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-query-results-formatter.html">Query Results Formatter</a></span><span class="refpurpose"> — Query results formatted into a syntax.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-row.html">Query Result Row</a></span><span class="refpurpose"> — Result row in a query result set containing a set of literals that are bound to variables.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-service.html">Service</a></span><span class="refpurpose"> — Execute queries remotely via a SPARQL HTTP Protocol service.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-triple.html">Triples</a></span><span class="refpurpose"> — Triple pattern or RDF triple.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-triples-source.html">Triples Source</a></span><span class="refpurpose"> — Source of matches to a triple pattern.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-variable.html">Variables</a></span><span class="refpurpose"> — Variable with names and literal value.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-variables-table.html">Variables Table</a></span><span class="refpurpose"> — A table of variables with optional bound literal values.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-updates.html">Updates</a></span><span class="refpurpose"> — Graph update operations</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-utilities.html">Utilities</a></span><span class="refpurpose"> — Utility functions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="rasqal-section-xsd.html">XML Schema Datetime and Decimals</a></span><span class="refpurpose"> — XML Schema datetime and arbitrary length decimal number arithmetic.</span>
</dt>
<dt><span class="chapter"><a href="rasqal-changes.html">API Changes</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="rasqal-changes.html#rasqal-changes-intro">Introduction</a></span></dt>
<dt><span class="section"><a href="rasqal-changes-0-9-21-to-0-9-22.html">Changes between Rasqal 0.9.21 and 0.9.22</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="rasqal-changes-0-9-21-to-0-9-22.html#rasqal-changes-new-0-9-21-to-0-9-22">New functions, types and enums</a></span></dt>
<dt><span class="section"><a href="rasqal-changes-0-9-21-to-0-9-22.html#rasqal-changes-deleted-0-9-21-to-0-9-22">Deleted functions, types and enums</a></span></dt>
<dt><span class="section"><a href="rasqal-changes-0-9-21-to-0-9-22.html#rasqal-changes-renamed-0-9-21-to-0-9-22">Renamed function and enums</a></span></dt>
<dt><span class="section"><a href="rasqal-changes-0-9-21-to-0-9-22.html#rasqal-changes-changed-0-9-21-to-0-9-22">Changed functions and types</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="rasqal-changes-0-9-22-to-0-9-23.html">Changes between Rasqal 0.9.22 and 0.9.23</a></span></dt>
<dd><dl><dt><span class="section"><a href="rasqal-changes-0-9-22-to-0-9-23.html#rasqal-changes-new-0-9-22-to-0-9-23">New functions, types and enums</a></span></dt></dl></dd>
<dt><span class="section"><a href="rasqal-changes-0-9-23-to-0-9-24.html">Changes between Rasqal 0.9.23 and 0.9.24</a></span></dt>
<dd><dl><dt><span class="section"><a href="rasqal-changes-0-9-23-to-0-9-24.html#rasqal-changes-new-0-9-23-to-0-9-24">New functions, types and enums</a></span></dt></dl></dd>
<dt><span class="section"><a href="rasqal-changes-0-9-25-to-0-9-26.html">Changes between Rasqal 0.9.25 and 0.9.26</a></span></dt>
<dd><dl><dt><span class="section"><a href="rasqal-changes-0-9-25-to-0-9-26.html#rasqal-changes-new-0-9-25-to-0-9-26">New functions, types and enums</a></span></dt></dl></dd>
<dt><span class="section"><a href="rasqal-changes-0-9-26-to-0-9-27.html">Changes between Rasqal 0.9.26 and 0.9.27</a></span></dt>
<dd><dl><dt><span class="section"><a href="rasqal-changes-0-9-26-to-0-9-27.html#rasqal-changes-new-0-9-26-to-0-9-27">New functions, types and enums</a></span></dt></dl></dd>
<dt><span class="section"><a href="rasqal-changes-0-9-28-to-0-9-29.html">Changes between Rasqal 0.9.28 and 0.9.29</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="rasqal-changes-0-9-28-to-0-9-29.html#rasqal-changes-new-0-9-28-to-0-9-29">New functions, types and enums</a></span></dt>
<dt><span class="section"><a href="rasqal-changes-0-9-28-to-0-9-29.html#rasqal-changes-changed-0-9-28-to-0-9-29">Changed functions and types</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="rasqal-changes-0-9-29-to-0-9-30.html">Changes between Rasqal 0.9.29 and 0.9.30</a></span></dt>
<dd><dl><dt><span class="section"><a href="rasqal-changes-0-9-29-to-0-9-30.html#rasqal-changes-new-0-9-29-to-0-9-30">New functions, types and enums</a></span></dt></dl></dd>
<dt><span class="section"><a href="rasqal-changes-0-9-30-to-0-9-31.html">Changes between Rasqal 0.9.30 and 0.9.31</a></span></dt>
<dd><dl><dt><span class="section"><a href="rasqal-changes-0-9-30-to-0-9-31.html#rasqal-changes-new-0-9-30-to-0-9-31">New functions, types and enums</a></span></dt></dl></dd>
<dt><span class="section"><a href="rasqal-changes-0-9-24-to-0-9-25.html">Changes between Rasqal 0.9.24 and 0.9.25</a></span></dt>
<dd><dl><dt><span class="section"><a href="rasqal-changes-0-9-24-to-0-9-25.html#rasqal-changes-new-0-9-24-to-0-9-25">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>