[tracker: 5/30] ontologies: Add static nie:DataSource for tracker-extractor



commit 7128e322323563d5b24b5777d61517842c91707b
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 |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/90-tracker.ontology b/data/ontologies/90-tracker.ontology
index efc5da1..565268c 100644
--- a/data/ontologies/90-tracker.ontology
+++ b/data/ontologies/90-tracker.ontology
@@ -8,7 +8,7 @@
 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 
 tracker: a tracker:Ontology ;
-       nao:lastModified "2011-02-01T08:00:00Z" .
+       nao:lastModified "2014-01-03T02:14:35Z" .
 
 tracker:isDefaultTag a rdf:Property ;
        rdfs:domain nao:Tag ;
@@ -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]