[tracker/wip/passive-extraction: 5/16] ontologies: Add static nie:DataSource for tracker-extractor



commit 2c1745ec4457e5d26b0ffb7aaaf57d646c1d64a1
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Jan 3 02:14:35 2014 +0100

    ontologies: Add static nie:DataSource for tracker-extractor
    
    This nie:DataSource will be added to resource by tracker-extract,
    in order to mark files already inspected, and recognize the files
    that are still unprocessed if resuming is needed.

 data/ontologies/90-tracker.ontology |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/90-tracker.ontology b/data/ontologies/90-tracker.ontology
index efc5da1..8fd31f2 100644
--- a/data/ontologies/90-tracker.ontology
+++ b/data/ontologies/90-tracker.ontology
@@ -70,3 +70,6 @@ tracker:forceJournal a rdf:Property ;
 
 fts: a tracker:Namespace ;
        tracker:prefix "fts" .
+
+tracker:extractor-data-source a nie:DataSource ;
+       rdfs:label "Tracker extractor data source" .


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]