[tracker] Maemo: properties to link contact with ringtones
- From: Ivan Frade <ifrade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Maemo: properties to link contact with ringtones
- Date: Thu, 20 May 2010 13:14:46 +0000 (UTC)
commit 73d828a0c04a7cc1f3a0f2318f9bcdf4d665a38b
Author: Ivan Frade <ivan frade nokia com>
Date: Thu May 20 16:10:30 2010 +0300
Maemo: properties to link contact with ringtones
data/ontologies/91-maemo.ontology | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/91-maemo.ontology b/data/ontologies/91-maemo.ontology
index f35bf4a..6649f16 100644
--- a/data/ontologies/91-maemo.ontology
+++ b/data/ontologies/91-maemo.ontology
@@ -60,3 +60,24 @@ maemo:localPhoneNumber a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain nco:PhoneNumber ;
rdfs:range xsd:string .
+
+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: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: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:range nfo:FileDataObject .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]