summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <mrgarnacho@gmail.com>2020-05-02 14:21:59 +0000
committerCarlos Garnacho <mrgarnacho@gmail.com>2020-05-02 14:21:59 +0000
commitee139483cc90531f79dba43a5675a9a39d1ff523 (patch)
tree3cfa2047359958a10752fc7c6655623d613f7590
parent15dac2aee707135b15f06befee2c814f7e6a1dc3 (diff)
parent141abe2d569ebe3c89871dab8acdf7a5b8a36e50 (diff)
downloadtracker-ee139483cc90531f79dba43a5675a9a39d1ff523.tar.gz
Merge branch 'sam/file-data-object-notifications' into 'master'
ontology: Enable notifications for nfo:FileDataObject See merge request GNOME/tracker!237
-rw-r--r--src/ontologies/nepomuk/33-nfo.ontology3
1 files changed, 2 insertions, 1 deletions
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" ;