[tracker/nmo] NMO: Add nmo:Conversation class and nmo:conversation property
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker/nmo] NMO: Add nmo:Conversation class and nmo:conversation property
- Date: Thu, 17 Dec 2009 17:01:22 +0000 (UTC)
commit 15f9da413f57f2d469b9d9408e17e972b5d8e33e
Author: Jürg Billeter <j bitron ch>
Date: Thu Dec 17 18:00:41 2009 +0100
NMO: Add nmo:Conversation class and nmo:conversation property
data/ontologies/34-nmo.ontology | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/34-nmo.ontology b/data/ontologies/34-nmo.ontology
index a9d0e50..4530c4d 100644
--- a/data/ontologies/34-nmo.ontology
+++ b/data/ontologies/34-nmo.ontology
@@ -62,6 +62,9 @@ nmo:MessageHeader a rdfs:Class ;
nmo:IMMessage a rdfs:Class ;
rdfs:subClassOf nmo:Message .
+nmo:Conversation a rdfs:Class ;
+ rdfs:subClassOf nie:InformationElement .
+
nmo:CommunicationChannel a rdfs:Class ;
rdfs:subClassOf nie:InformationElement .
@@ -231,6 +234,11 @@ nmo:cc a rdf:Property ;
rdfs:domain nmo:Message ;
rdfs:range nco:Contact .
+nmo:conversation a rdf:Property ;
+ nrl:maxCardinality 1 ;
+ rdfs:domain nmo:Message ;
+ rdfs:range nmo:Conversation .
+
nmo:communicationChannel a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain nmo:Message ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]