/usr/share/tracker/ontologies/92-slo.description is in tracker 1.2.4-2.
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 | @prefix dsc: <http://www.tracker-project.org/temp/dsc#> .
<virtual-ontology-uri:40-mlo.ontology> a dsc:Ontology ;
dsc:title "Simplified Maemo Location Ontology (SLO) (experimental/for testing)" ;
dsc:description "Simpler, faster, better ontology for locations and landmarks" ;
dsc:author "Ivan Frade <ivan.frade@nokia.com>" ;
dsc:editor "Ivan Frade <ivan.frade@nokia.com>" ;
dsc:gitlog "http://git.gnome.org/cgit/tracker/log/data/ontologies/92-slo.ontology";
dsc:baseUrl "http://www.tracker-project.org/temp/slo#" ;
dsc:localPrefix "slo" ;
dsc:relativePath "./92-slo.ontology" .
|