summaryrefslogtreecommitdiff
path: root/docs/reference/ontology/ontology-docs.xml
blob: d79a7f9438b0f8c7ef3151f4f83ebe1a2dcf1aae (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
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
               "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Tracker Ontology Reference Manual</title>
    <releaseinfo>
	  for Tracker &version;.
	  The latest version of this documentation can be found on-line at
	  <ulink role="online-location" url="http://library.gnome.org/devel/ontology/unstable">
		http://library.gnome.org/devel/ontology/unstable
	  </ulink>.
	</releaseinfo>
  </bookinfo>

  <part id="overview">
    <title>Overview</title>
    <partintro>
      <para>
        <ulink url="http://www.tracker-project.org">Tracker</ulink> is a central repository of user information, that provides two big benefits for the desktop: <emphasis>Share</emphasis> data between applications (it doesn't matter the source once it is stored in the repository) and <emphasis>Link</emphasis> information from different sources (mixing contacts with files, location, activities and whatnot).
      </para>
      <para>
        This central repository can work only with a very well defined data model, that applications can rely to store and recover their information. That data model is defined using a semantic web artifact called <emphasis>ontology</emphasis>. An ontology defines the concepts (classes) and properties (attributes) that the items in the repository can be/have.
      </para>
      <para>
        There is an EU-funded project called <ulink url="http://nepomuk.semanticdesktop.org/">Nepomuk</ulink>, where a core of ontologies to model the Desktop were defined. This set was a very good starting point for Tracker but new requirements and heavy development in collaboration with applications provided a very valuable feedback, in form of fixes and extensions. Some of this work is already submitted for approval in the upstream version, but the process is long and hard, so the Tracker ontologies are diverging slowly.
      </para>
      <para>
        This documentation describes the Tracker flavour of Nepomuk ontologies. The big picture and basic concepts are the same as in the original Nepomuk, but "hell and heaven are in the details". All classes, properties and restrictions included in these pages should work in Tracker. Any error in this documentation can be reported in the Tracker <ulink url="http://mail.gnome.org/mailman/listinfo/tracker-list">Mailing list</ulink> or <ulink url="https://bugzilla.gnome.org/enter_bug.cgi?product=tracker">bugzilla</ulink>.
      </para>
      <para>
        This is just documentation about the ontologies. For more information about Tracker technical details and implementation, please refer to the Tracker <ulink url="http://live.gnome.org/Tracker/Documentation/">Documentation wiki</ulink> page in GNOME.
      </para>
    </partintro>
  </part>

  <part id="ontology">
    <title>Ontology</title>
    <xi:include href="xml/nie-ontology.xml" />
    <xi:include href="xml/nao-ontology.xml"/>
    <xi:include href="xml/nfo-ontology.xml" />
    <xi:include href="xml/nco-ontology.xml" />
    <xi:include href="xml/nmo-ontology.xml" />
    <xi:include href="xml/ncal-ontology.xml" />
    <xi:include href="xml/scal-ontology.xml" />
    <xi:include href="xml/nmm-ontology.xml" />
    <xi:include href="xml/mto-ontology.xml" />
    <xi:include href="xml/mlo-ontology.xml" />
    <xi:include href="xml/mfo-ontology.xml" />
    <xi:include href="xml/mtp-ontology.xml" />
    <xi:include href="xml/slo-ontology.xml" />
    <xi:include href="xml/tracker-ontology.xml" />
    <xi:include href="xml/osinfo-ontology.xml" />
    <xi:include href="xml/nid3-ontology.xml" />
  </part>
</book>