/usr/share/tracker/ontologies/nepomuk/90-tracker.description is in tracker 2.0.3-1ubuntu4.
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 | @prefix dsc: <http://www.tracker-project.org/temp/dsc#> .
<virtual-ontology-uri:90-tracker.ontology> a dsc:Ontology ;
dsc:title "Tracker-specific annotations Ontology" ;
dsc:description "Internal tracker properties" ;
dsc:author "Tracker developers" ;
dsc:editor "Tracker developers" ;
dsc:gitlog "http://git.gnome.org/cgit/tracker/log/src/ontologies/90-tracker.ontology";
dsc:localPrefix "tracker" ;
dsc:baseUrl "http://www.tracker-project.org/ontologies/tracker#";
dsc:relativePath "./90-tracker.ontology" .
|