[tracker: 11/30] ontology: set tracker:notify on nfo:Video



commit a1934fdaa0ae73033835caf9e20ae78011498594
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Jan 7 22:26:21 2014 +0100

    ontology: set tracker:notify on nfo:Video
    
    This is to cover all basic classes that tracker-extract needs
    to do piggyback indexing.

 data/ontologies/33-nfo.ontology |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
index 0ab079f..ac4155f 100644
--- a/data/ontologies/33-nfo.ontology
+++ b/data/ontologies/33-nfo.ontology
@@ -12,7 +12,7 @@
 
 nfo: a tracker:Namespace, tracker:Ontology ;
        tracker:prefix "nfo" ;
-       nao:lastModified "2013-10-08T14:00:00Z" .
+       nao:lastModified "2014-01-03T02:14:35Z" .
 
 nfo:Document a rdfs:Class ;
        rdfs:label "Document" ;
@@ -161,6 +161,7 @@ nfo:PaginatedTextDocument a rdfs:Class ;
 nfo:Video a rdfs:Class ;
        rdfs:label "Video" ;
        rdfs:comment "A video file." ;
+       tracker:notify true ;
        rdfs:subClassOf nfo:Visual .
 
 nfo:Spreadsheet a rdfs:Class ;


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