summaryrefslogtreecommitdiff
path: root/src/ontologies/nepomuk/34-nmo.description
blob: 56721eefeb9e3673e4a523fd44de03334679f43d (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
@prefix dsc: <http://tracker.api.gnome.org/ontology/v3/dsc#> .

<virtual-ontology-uri:34-nmo.ontology> a dsc:Ontology ;
	dsc:title "Nepomuk Messaging Ontology (NMO)" ;
	dsc:description "Model for messages and communications, including Email, SMS, MMS and phone calls" ;

	dsc:author "Antoni Mylka, DFKI, &lt;antoni.mylka@dfki.de&gt;";
	dsc:author "Leo Sauermann, DFKI,  &lt;leo.sauermann@dfki.de&gt;";
	dsc:author "Michael Sintek, DFKI,  &lt;michael.sintek@dfki.de&gt;";
	dsc:author "Ludger van Elst, DFKI,  &lt;elst@dfki.uni-kl.de&gt;";
	dsc:author "Tracker Developers" ;

	dsc:editor "Tracker developers (translation into turtle)" ;
	dsc:editor "Antoni Mylka, DFKI, &lt;antoni.mylka@dfki.de&gt;";

	dsc:contributor "Evgeny 'phreedom' Egorochkin, KDE Strigi Developer, &lt;stexx@mail.ru&gt;";
	dsc:contributor "Christiaan Fluit, Aduna, &lt;christiaan.fluit@aduna-software.com&gt;";

	dsc:gitlog "http://git.gnome.org/cgit/tracker/log/data/ontologies/34-nmo.ontology";

	dsc:localPrefix "nmo" ;
	dsc:baseUrl "http://tracker.api.gnome.org/ontology/v3/nmo#" ;
	dsc:relativePath "./34-nmo.ontology" ;

	dsc:upstream "http://www.semanticdesktop.org/ontologies/nmo/";

	dsc:copyright "&copy; 2007 <ulink url=\"http://www.dfki.de/\">DFKI</ulink> &copy; 2009 <ulink url=\"http://www.nokia.com/\">Nokia</ulink>. The ontologies are made available under the terms of NEPOMUK <ulink url=\"http://www.semanticdesktop.org/ontologies/nfo/LICENSE.txt\">software license</ulink> (FIXME verify)".