summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-04-18 01:06:47 +0200
committerSam Thursfield <sam@afuera.me.uk>2020-05-01 12:18:33 +0200
commit04f3e4b9a9859c90a1b7f29fe68d942106b24336 (patch)
tree155d598137355d27ec5eaf83031d1d138a52ddb2 /examples
parent88ec7fe7af7207a852da0aeef2cfd9ff0dfecceb (diff)
downloadtracker-04f3e4b9a9859c90a1b7f29fe68d942106b24336.tar.gz
Remove unused ontologies
All of these are unused within tracker-miners, and as far as we know they are also unused in GNOME. Each ontology has a cost on database size and on time to create a new database, so it's good to limit these as much as we can. Alternatives: - nid3: use nmm ontology - ncal, scal: use evolution-data-server as GNOME Calendar does - mlo: use slo ontology
Diffstat (limited to 'examples')
-rw-r--r--examples/rss-reader/initial-data.ttl4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/rss-reader/initial-data.ttl b/examples/rss-reader/initial-data.ttl
index 786e6d8ba..530affc1a 100644
--- a/examples/rss-reader/initial-data.ttl
+++ b/examples/rss-reader/initial-data.ttl
@@ -1,12 +1,8 @@
@prefix rdf: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix nrl: <http://tracker.api.gnome.org/ontology/v3/nrl#>.
-@prefix nid3: <http://tracker.api.gnome.org/ontology/v3/nid3#>.
@prefix nao: <http://tracker.api.gnome.org/ontology/v3/nao#>.
-@prefix nco: <http://tracker.api.gnome.org/ontology/v3/nco#>.
-@prefix nmo: <http://tracker.api.gnome.org/ontology/v3/nmo#>.
@prefix nfo: <http://tracker.api.gnome.org/ontology/v3/nfo#>.
@prefix nie: <http://tracker.api.gnome.org/ontology/v3/nie#>.
-@prefix ncal: <http://tracker.api.gnome.org/ontology/v3/ncal#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix mfo: <http://tracker.api.gnome.org/ontology/v3/mfo#>.