[tracker/qt-contact-groups] Reorganize contact ringtone properties.



commit 8ac8b954e8852afd04ed3cdd27d9cb20bf5c951a
Author: Mathias Hasselmann <hasselmm gnome org>
Date:   Fri Jul 30 16:35:17 2010 +0200

    Reorganize contact ringtone properties.
    
    Move nco:contact(Audio|Video|Vibration)Ringtone from nco:PersonContact
    to nco:Contact, and drop its nco:contactGroup* counter parts.

 data/ontologies/91-maemo.ontology |   27 ++++-----------------------
 1 files changed, 4 insertions(+), 23 deletions(-)
---
diff --git a/data/ontologies/91-maemo.ontology b/data/ontologies/91-maemo.ontology
index e2e8447..8844b6b 100644
--- a/data/ontologies/91-maemo.ontology
+++ b/data/ontologies/91-maemo.ontology
@@ -12,7 +12,7 @@
 
 maemo: a tracker:Namespace, tracker:Ontology ;
 	tracker:prefix "maemo" ;
-	nao:lastModified "2010-07-22T09:00:00Z" .
+	nao:lastModified "2010-07-30T15:34:00Z" .
 
 maemo:SoftwareWidget a rdfs:Class ;
 	rdfs:label "Widget" ;
@@ -66,40 +66,21 @@ maemo:contactAudioRingtone a rdf:Property ;
 	rdfs:label "Audio ringtone" ;
 	rdfs:comment "Audio file linked with a contact";
 	nrl:maxCardinality 1 ;
-	rdfs:domain nco:PersonContact ;
+	rdfs:domain nco:Contact ;
 	rdfs:range nfo:FileDataObject .
 
 maemo:contactVideoRingtone a rdf:Property ;
 	rdfs:label "Video ringtone" ;
 	rdfs:comment "Video file linked with a contact";
 	nrl:maxCardinality 1 ;
-	rdfs:domain nco:PersonContact ;
+	rdfs:domain nco:Contact ;
 	rdfs:range nfo:FileDataObject .
 
 maemo:contactVibrationRingtone a rdf:Property ;
 	rdfs:label "Vibration ringtone";
 	rdfs:comment "File linked with a contact to vibrate on a pleasant frequency";
 	nrl:maxCardinality 1 ;
-	rdfs:domain nco:PersonContact ;
+	rdfs:domain nco:Contact ;
 	rdfs:range nfo:FileDataObject .
 
-maemo:contactGroupAudioRingtone a rdf:Property ;
-	rdfs:label "Audio ringtone" ;
-	rdfs:comment "Audio file linked with a contact group";
-	nrl:maxCardinality 1 ;
-	rdfs:domain nco:ContactGroup ;
-	rdfs:range nfo:FileDataObject .
-
-maemo:contactGroupVideoRingtone a rdf:Property ;
-	rdfs:label "Video ringtone" ;
-	rdfs:comment "Video file linked with a contact group";
-	nrl:maxCardinality 1 ;
-	rdfs:domain nco:ContactGroup ;
-	rdfs:range nfo:FileDataObject .
 
-maemo:contactGroupVibrationRingtone a rdf:Property ;
-	rdfs:label "Vibration ringtone";
-	rdfs:comment "File linked with a contact group to vibrate on a pleasant frequency";
-	nrl:maxCardinality 1 ;
-	rdfs:domain nco:ContactGroup ;
-	rdfs:range nfo:FileDataObject .



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