/usr/share/gtk-doc/html/rasqal/index.html is in librasqal3-doc 0.9.32-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 143 144 145 146 147 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Rasqal RDF Query Library 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="next" href="rasqal.html" title="Rasqal Overview">
<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">
<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Rasqal RDF Query Library Manual</p></th></tr></table></div>
<div><div class="author">
<h3 class="author">
<span class="firstname">Dave</span> <span class="surname">Beckett</span>
</h3>
<div class="affiliation"><div class="address"><p><br>
<span class="otheraddr"><a class="ulink" href="http://www.dajobe.org/" target="_top">http://www.dajobe.org/</a></span><br>
</p></div></div>
</div></div>
<div><p class="releaseinfo">Manual for <a class="ulink" href="http://librdf.org/rasqal/" target="_top">Rasqal</a> 0.9.32
</p></div>
<div><p class="copyright">Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Dave Beckett</p></div>
<div><p class="copyright">Copyright © 2003, 2004, 2005 University of Bristol</p></div>
<div><div class="legalnotice">
<a name="idp4550048"></a><p>
This documentation is Free Software / Open Source - you can
redistribute it and/or modify it under the same licenses as
<a class="ulink" href="http://librdf.org/rasqal/" target="_top">Rasqal</a>.
It is licensed under the following three licenses as alternatives:
</p>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem"><p>GNU Lesser General Public License (LGPL) V2.1 or any newer version</p></li>
<li class="listitem"><p>GNU General Public License (GPL) V2 or any newer version</p></li>
<li class="listitem"><p>Apache License, V2.0 or any newer version</p></li>
</ol></div>
<p>
You may not use this documentation except in compliance with at
least one of the above three licenses. See the
<a class="ulink" href="http://librdf.org/rasqal/" target="_top">Rasqal</a>
site for the full license terms.
</p>
</div></div>
</div>
<hr>
</div>
<div class="toc"><dl>
<dt><span class="chapter"><a href="rasqal.html">Rasqal Overview</a></span></dt>
<dt><span class="part"><a href="reference-manual.html">I. Reference Manual</a></span></dt>
<dd><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></dd>
<dt><span class="index"><a href="indexes.html">Index</a></span></dt>
</dl></div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
</body>
</html>
|