[tracker] Move nmo:isDeleted to the superclass nmo:Message



commit 04f139c5ab9258ece3b87a483261e4f80bcf3f3f
Author: Ivan Frade <ivan frade nokia com>
Date:   Thu Nov 19 18:22:03 2009 +0200

    Move nmo:isDeleted to the superclass nmo:Message
    
    So it can be used for different kind of messages

 data/ontologies/34-nmo.ontology |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/34-nmo.ontology b/data/ontologies/34-nmo.ontology
index 4391811..1945ad6 100644
--- a/data/ontologies/34-nmo.ontology
+++ b/data/ontologies/34-nmo.ontology
@@ -107,7 +107,7 @@ nmo:isFlagged a rdf:Property ;
 
 nmo:isDeleted a rdf:Property ;
 	nrl:maxCardinality 1 ;
-	rdfs:domain nmo:Email ;
+	rdfs:domain nmo:Message ;
 	rdfs:range xsd:boolean .
 
 nmo:isDraft a rdf:Property ;



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