[tracker] NMO: Move nmo:sentDate above nmo:Call
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] NMO: Move nmo:sentDate above nmo:Call
- Date: Thu, 20 Jan 2011 12:55:27 +0000 (UTC)
commit 54a56f510459119ff48b24473abdc4dfbae485b2
Author: Jürg Billeter <j bitron ch>
Date: Thu Jan 20 13:48:45 2011 +0100
NMO: Move nmo:sentDate above nmo:Call
nmo:Call refers to nmo:sentDate via tracker:domainIndex.
data/ontologies/34-nmo.ontology | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/ontologies/34-nmo.ontology b/data/ontologies/34-nmo.ontology
index 31a6284..c53b9aa 100644
--- a/data/ontologies/34-nmo.ontology
+++ b/data/ontologies/34-nmo.ontology
@@ -12,7 +12,7 @@
nmo: a tracker:Namespace, tracker:Ontology ;
tracker:prefix "nmo" ;
- nao:lastModified "2011-01-20T10:45:00Z" .
+ nao:lastModified "2011-01-20T12:45:00Z" .
# FIXME Extension requested in Nepomuk
nmo:MimePart a rdfs:Class ;
@@ -86,6 +86,13 @@ nmo:TransientChannel a rdfs:Class ;
rdfs:comment "Channel created ad-hoc for the communication like a multi chat in some systems" ;
rdfs:subClassOf nmo:CommunicationChannel .
+nmo:sentDate a rdf:Property ;
+ rdfs:comment "Date when this message was sent." ;
+ tracker:indexed true ;
+ nrl:maxCardinality 1 ;
+ rdfs:domain nmo:Message ;
+ rdfs:range xsd:dateTime .
+
nmo:Call a rdfs:Class ;
rdfs:label "Call" ;
rdfs:comment "Phone call. Voice communication with the user with somebody else." ;
@@ -255,13 +262,6 @@ nmo:sender a rdf:Property ;
rdfs:domain nmo:Message ;
rdfs:range nco:Contact .
-nmo:sentDate a rdf:Property ;
- rdfs:comment "Date when this message was sent." ;
- tracker:indexed true ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:dateTime .
-
nmo:to a rdf:Property ;
rdfs:domain nmo:Message ;
tracker:indexed true ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]