[tracker] Swapped the inheritance order between deprecated nmo:Mailbox and nmo:MailAccount
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker] Swapped the inheritance order between deprecated nmo:Mailbox and nmo:MailAccount
- Date: Fri, 11 Dec 2009 10:08:28 +0000 (UTC)
commit b825b7b34302e214c254883fbfc3caec5ec0545c
Author: Philip Van Hoof <philip codeminded be>
Date: Fri Dec 11 11:06:26 2009 +0100
Swapped the inheritance order between deprecated nmo:Mailbox and nmo:MailAccount
data/ontologies/34-nmo.ontology | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/ontologies/34-nmo.ontology b/data/ontologies/34-nmo.ontology
index 92efa4a..cef8cd6 100644
--- a/data/ontologies/34-nmo.ontology
+++ b/data/ontologies/34-nmo.ontology
@@ -45,13 +45,13 @@ nmo:Attachment a rdfs:Class ;
rdfs:subClassOf nmo:MimePart ;
rdfs:subClassOf nfo:Attachment .
+nmo:MailAccount a rdfs:Class ;
+ rdfs:subClassOf nie:InformationElement .
+
# FIXME Remove this one next release
nmo:Mailbox a rdfs:Class ;
nao:deprecated true ;
- rdfs:subClassOf nie:InformationElement .
-
-nmo:MailAccount a rdfs:Class ;
- rdfs:subClassOf nie:InformationElement .
+ rdfs:subClassOf nmo:MailAccount .
nmo:MailboxDataObject a rdfs:Class ;
rdfs:subClassOf nie:DataObject .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]