[tracker/nmo] NMO: Add indexes for important message properties



commit 30ceac65b696cef75970c345bd441f7b9a420790
Author: Jürg Billeter <j bitron ch>
Date:   Thu Dec 17 18:06:51 2009 +0100

    NMO: Add indexes for important message properties

 data/ontologies/34-nmo.ontology |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/34-nmo.ontology b/data/ontologies/34-nmo.ontology
index 67c9ef8..bf47c13 100644
--- a/data/ontologies/34-nmo.ontology
+++ b/data/ontologies/34-nmo.ontology
@@ -212,12 +212,14 @@ nmo:replyTo a rdf:Property ;
 	rdfs:range nco:Contact .
 
 nmo:sender a rdf:Property ;
+	tracker:indexed true ;
 	rdfs:subPropertyOf nmo:recipient ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nmo:Message ;
 	rdfs:range nco:Contact .
 
 nmo:sentDate a rdf:Property ;
+	tracker:indexed true ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nmo:Message ;
 	rdfs:range xsd:dateTime .
@@ -235,21 +237,25 @@ nmo:cc a rdf:Property ;
 	rdfs:range nco:Contact .
 
 nmo:conversation a rdf:Property ;
+	tracker:indexed true ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nmo:Message ;
 	rdfs:range nmo:Conversation .
 
 nmo:communicationChannel a rdf:Property ;
+	tracker:indexed true ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nmo:Message ;
 	rdfs:range nmo:CommunicationChannel .
 
 nmo:lastMessageDate a rdf:Property ;
+	tracker:indexed true ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nmo:CommunicationChannel ;
 	rdfs:range xsd:dateTime .
 
 nmo:hasParticipant a rdf:Property ;
+	tracker:indexed true ;
 	rdfs:domain nmo:CommunicationChannel ;
 	rdfs:range nco:Contact .
 



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