[tracker/sam/file-data-object-notifications] ontology: Enable notifications for nfo:FileDataObject



commit 141abe2d569ebe3c89871dab8acdf7a5b8a36e50
Author: Sam Thursfield <sam afuera me uk>
Date:   Fri May 1 20:09:52 2020 +0200

    ontology: Enable notifications for nfo:FileDataObject
    
    This is needed so we continue to get notifications for
    data created by the miner-fs.

 src/ontologies/nepomuk/33-nfo.ontology | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/ontologies/nepomuk/33-nfo.ontology b/src/ontologies/nepomuk/33-nfo.ontology
index 06f970409..99bb938f2 100644
--- a/src/ontologies/nepomuk/33-nfo.ontology
+++ b/src/ontologies/nepomuk/33-nfo.ontology
@@ -21,7 +21,8 @@ nfo:Document a rdfs:Class ;
 nfo:FileDataObject a rdfs:Class ;
        rdfs:label "FileDataObject" ;
        rdfs:comment "A resource containing a finite sequence of bytes with arbitrary information, that is 
available to a computer program and is usually based on some kind of durable storage. A file is durable in 
the sense that it remains available for programs to use after the current program has finished." ;
-       rdfs:subClassOf nie:DataObject .
+       rdfs:subClassOf nie:DataObject ;
+       tracker:notify true .
 
 nfo:Software a rdfs:Class ;
        rdfs:label "Software" ;


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