2024-01-20 05:35:53 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-02-09 05:13:13 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2021-04-05 20:36:04 +08:00
|
|
|
<!ENTITY rasqal-download-http "https://download.librdf.org/source/rasqal-&rasqal-version;.tar.gz">
|
2011-02-09 05:13:13 +08:00
|
|
|
<!ENTITY rasqal-download-ftp " ">
|
2014-12-17 19:23:51 +08:00
|
|
|
<!ENTITY rasqal-md5sum "1f5def51ca0026cd192958ef07228b52">
|
|
|
|
<!ENTITY rasqal-size "1.6 MB">
|
2014-03-09 07:28:14 +08:00
|
|
|
<!ENTITY rasqal-buildsize "22 MB (additional 4 MB for the tests)">
|
2014-12-17 19:23:51 +08:00
|
|
|
<!ENTITY rasqal-time "0.3 SBU (additional 0.7 SBU for the tests)">
|
2011-02-09 05:13:13 +08:00
|
|
|
]>
|
|
|
|
|
2013-01-25 21:36:11 +08:00
|
|
|
<sect1 id="rasqal" xreflabel="Rasqal-&rasqal-version;">
|
2011-02-09 05:13:13 +08:00
|
|
|
<?dbhtml filename="rasqal.html"?>
|
|
|
|
|
|
|
|
|
|
|
|
<title>Rasqal-&rasqal-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="rasqal">
|
2013-01-25 21:36:11 +08:00
|
|
|
<primary sortas="a-Rasqal">Rasqal</primary>
|
2011-02-09 05:13:13 +08:00
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Rasqal</title>
|
|
|
|
|
2013-01-25 21:36:11 +08:00
|
|
|
<para>
|
2013-02-12 02:51:17 +08:00
|
|
|
<application>Rasqal</application> is a C library that handles Resource
|
2017-01-13 04:04:50 +08:00
|
|
|
Description Framework (RDF) query language syntaxes, query construction, and
|
2013-02-12 02:51:17 +08:00
|
|
|
execution of queries returning results as bindings, boolean, RDF graphs/triples
|
2017-01-13 04:04:50 +08:00
|
|
|
or syntaxes.
|
2013-01-25 21:36:11 +08:00
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
2024-02-19 08:22:39 +08:00
|
|
|
&lfs121_checked;
|
2011-02-09 05:13:13 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
2013-01-25 21:36:11 +08:00
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&rasqal-download-http;"/>
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2013-01-25 21:36:11 +08:00
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&rasqal-download-ftp;"/>
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2013-01-25 21:36:11 +08:00
|
|
|
<para>
|
|
|
|
Download MD5 sum: &rasqal-md5sum;
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2013-01-25 21:36:11 +08:00
|
|
|
<para>
|
|
|
|
Download size: &rasqal-size;
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2013-01-25 21:36:11 +08:00
|
|
|
<para>
|
|
|
|
Estimated disk space required: &rasqal-buildsize;
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2013-01-25 21:36:11 +08:00
|
|
|
<para>
|
|
|
|
Estimated build time: &rasqal-time;
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2012-03-27 03:13:25 +08:00
|
|
|
<bridgehead renderas="sect3">Rasqal Dependencies</bridgehead>
|
|
|
|
|
2011-02-09 05:13:13 +08:00
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
2013-01-25 21:36:11 +08:00
|
|
|
<xref linkend="raptor"/>
|
2011-02-09 05:13:13 +08:00
|
|
|
</para>
|
|
|
|
|
2013-02-12 08:13:43 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
2024-03-05 22:22:51 +08:00
|
|
|
<!-- <xref linkend="pcre2"/> the next rasqal release will support it -->
|
2013-02-12 08:13:43 +08:00
|
|
|
<xref linkend="libgcrypt"/>
|
|
|
|
</para>
|
|
|
|
|
2011-02-09 05:13:13 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
2012-03-27 03:13:25 +08:00
|
|
|
<title>Installation of Rasqal</title>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
2013-01-25 21:36:11 +08:00
|
|
|
<para>
|
|
|
|
Install <application>Rasqal</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
2013-01-25 21:36:11 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
2011-02-09 05:13:13 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2013-02-12 08:13:43 +08:00
|
|
|
<para>
|
2014-03-09 07:28:14 +08:00
|
|
|
To test the results, issue: <command>make check</command>.
|
2013-02-12 08:13:43 +08:00
|
|
|
</para>
|
|
|
|
|
2013-01-25 21:36:11 +08:00
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
2012-03-27 03:13:25 +08:00
|
|
|
|
2011-02-09 05:13:13 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
2013-02-12 02:51:17 +08:00
|
|
|
|
2013-01-25 21:36:11 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/static-libraries.xml"/>
|
2013-02-12 02:51:17 +08:00
|
|
|
|
2011-02-09 05:13:13 +08:00
|
|
|
</sect2>
|
2012-03-27 03:13:25 +08:00
|
|
|
|
2011-02-09 05:13:13 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
2013-01-25 21:36:11 +08:00
|
|
|
<segtitle>Installed Library</segtitle>
|
2012-03-27 03:13:25 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
2013-01-25 21:36:11 +08:00
|
|
|
<seg>
|
|
|
|
rasqal-config and roqet
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
librasqal.so
|
|
|
|
</seg>
|
2013-02-12 08:13:43 +08:00
|
|
|
<seg>
|
2013-01-25 21:36:11 +08:00
|
|
|
/usr/include/rasqal and
|
|
|
|
/usr/share/gtk-doc/html/rasqal
|
|
|
|
</seg>
|
2011-02-09 05:13:13 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="rasqal-config">
|
|
|
|
<term><command>rasqal-config</command></term>
|
|
|
|
<listitem>
|
2013-01-25 21:36:11 +08:00
|
|
|
<para>
|
2017-01-13 04:04:50 +08:00
|
|
|
is an utility for retrieving the installation options
|
2021-02-19 23:20:16 +08:00
|
|
|
of <application>Rasqal</application>
|
2013-01-25 21:36:11 +08:00
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
<indexterm zone="rasqal rasqal-config">
|
|
|
|
<primary sortas="b-rasqal-config">rasqal-config</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2013-02-12 02:51:17 +08:00
|
|
|
|
2012-03-27 03:13:25 +08:00
|
|
|
<varlistentry id="roqet">
|
|
|
|
<term><command>roqet</command></term>
|
|
|
|
<listitem>
|
2013-01-25 21:36:11 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
is an RDF query utility
|
2013-01-25 21:36:11 +08:00
|
|
|
</para>
|
2012-03-27 03:13:25 +08:00
|
|
|
<indexterm zone="rasqal roqet">
|
|
|
|
<primary sortas="b-roqet">roqet</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|