aboutsummaryrefslogtreecommitdiffstats
path: root/archive/shrdesktopontologies.xml
blob: 057c8c89ab3f4e63a423b3ed3dccd73b200b59f2 (plain)
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!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;

  <!ENTITY shared-desktop-ontologies-download-http
           "&sourceforge-repo;/oscaf/shared-desktop-ontologies-&shared-desktop-ontologies-version;.tar.bz2">
  <!ENTITY shared-desktop-ontologies-download-ftp  " ">
  <!ENTITY shared-desktop-ontologies-md5sum        "db75d155ac9b60e3d187e23544744acc">
  <!ENTITY shared-desktop-ontologies-size          "3.8 MB">
  <!ENTITY shared-desktop-ontologies-buildsize     "6.7 MB">
  <!ENTITY shared-desktop-ontologies-time          "less than 0.1 SBU">
]>

<sect1 id="shared-desktop-ontologies" xreflabel="shared-desktop-ontologies-&shared-desktop-ontologies-version;">
  <?dbhtml filename="shared-desktop-ontologies.html"?>


  <title>Shared-desktop-ontologies-&shared-desktop-ontologies-version;</title>

  <indexterm zone="shared-desktop-ontologies">
    <primary sortas="a-shared-desktop-ontologies">shared-desktop-ontologies</primary>
  </indexterm>

  <sect2 role="package">
    <title>Introduction to Shared-Desktop-Ontologies</title>

    <para>The Shared desktop ontologies provide RDF vocabularies for the
    Semantic Desktop. This includes basic ontologies like RDF and RDFS and all
    the Nepomuk ontologies like NRL, NIE, and NFO, which are also maintained
    and developed in this open-source project.</para>

    &lfs75_checked;

    <bridgehead renderas="sect3">Package Information</bridgehead>
    <itemizedlist spacing="compact">
      <listitem>
        <para>Download (HTTP): <ulink url="&shared-desktop-ontologies-download-http;"/></para>
      </listitem>
      <listitem>
        <para>Download (FTP): <ulink url="&shared-desktop-ontologies-download-ftp;"/></para>
      </listitem>
      <listitem>
        <para>Download MD5 sum: &shared-desktop-ontologies-md5sum;</para>
      </listitem>
      <listitem>
        <para>Download size: &shared-desktop-ontologies-size;</para>
      </listitem>
      <listitem>
        <para>Estimated disk space required: &shared-desktop-ontologies-buildsize;</para>
      </listitem>
      <listitem>
        <para>Estimated build time: &shared-desktop-ontologies-time;</para>
      </listitem>
    </itemizedlist>

    <bridgehead renderas="sect3">Shared-desktop-ontologies Dependencies</bridgehead>

    <bridgehead renderas="sect4">Required</bridgehead>
    <para role="required">
      <xref linkend="cmake"/>
    </para>

    <para condition="html" role="usernotes">User Notes:
    <ulink url="&blfs-wiki;/shared-desktop-ontologies"/></para>

  </sect2>

  <sect2 role="installation">
    <title>Installation of Shared-desktop-ontologies</title>

    <para>Install <application>Shared-desktop-ontologies</application> by
    running the following commands:</para>

<screen><userinput>mkdir build &amp;&amp;
cd    build &amp;&amp;

cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev ..</userinput></screen>

    <para>
      This package does not come with a test suite.
    </para>

    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>

<screen role="root"><userinput>make install</userinput></screen>

  </sect2>

  <sect2 role="content">
    <title>Contents</title>

    <segmentedlist>
      <segtitle>Installed Programs</segtitle>
      <segtitle>Installed Libraries</segtitle>
      <segtitle>Installed Directories</segtitle>

      <seglistitem>
        <seg>none</seg>
        <seg>none</seg>
        <seg>&kde-dir;/share/ontology and
        &kde-dir;/share/cmake/SharedDesktopOntologies</seg>
      </seglistitem>
    </segmentedlist>
  </sect2>

</sect1>