[tracker] Ontology: Notify about nfo:DataObject changes



commit 34ff749980a3269afdcb5bcfe0d8c3a9a68848ac
Author: Martyn Russell <martyn lanedo com>
Date:   Tue Dec 6 15:41:56 2011 +0000

    Ontology: Notify about nfo:DataObject changes
    
    Fixes GB#664070.

 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 eae96b0..65e4fb9 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 "2011-09-29T11:00:00Z" .
+	nao:lastModified "2011-12-06T15:40:00Z" .
 
 nfo:Document a rdfs:Class ;
 	rdfs:label "Document" ;
@@ -55,6 +55,7 @@ nfo:RasterImage a rdfs:Class ;
 nfo:DataContainer a rdfs:Class ;
 	rdfs:label "DataContainer" ;
 	rdfs:comment "A superclass for all entities, whose primary purpose is to serve as containers for other data object. They usually don't have any 'meaning' by themselves. Examples include folders, archives and optical disc images." ;
+	tracker:notify true ;
 	rdfs:subClassOf nie:InformationElement .
 
 nfo:RemotePortAddress a rdfs:Class ;



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