[tracker] Fixes NB#194548, Property needed to link nco:Contact with ncal:Event
- From: Ivan Frade <ifrade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Fixes NB#194548, Property needed to link nco:Contact with ncal:Event
- Date: Tue, 19 Oct 2010 09:42:55 +0000 (UTC)
commit 960f5b7f561a50623769db1c3c35292757c8d334
Author: Ivan Frade <ivan frade nokia com>
Date: Tue Oct 19 12:27:00 2010 +0300
Fixes NB#194548, Property needed to link nco:Contact with ncal:Event
ontologies: Add birthday and anniversary properties between contacts and events in SCAL and NCAL
data/ontologies/35-ncal.ontology | 12 ++++++++++++
data/ontologies/36-scal.ontology | 15 +++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/35-ncal.ontology b/data/ontologies/35-ncal.ontology
index 1719dbf..e58b6a4 100644
--- a/data/ontologies/35-ncal.ontology
+++ b/data/ontologies/35-ncal.ontology
@@ -961,3 +961,15 @@ ncal:relatedToParent a rdf:Property ;
rdfs:domain ncal:UnionParentClass ;
rdfs:range xsd:string .
+# Pending of Nepomuk approval
+ncal:birthday a rdf:Property ;
+ rdfs:label "birthday event" ;
+ rdfs:comment "links a contact with the calendar event of his birthday. (NCAL version)" ;
+ rdfs:domain nco:Contact ;
+ rdfs:range ncal:Event .
+
+ncal:anniversary a rdf:Property ;
+ rdfs:label "anniversary event" ;
+ rdfs:comment "links a contact with the calendar event of an anniversary. (NCAL version)" ;
+ rdfs:domain nco:Contact ;
+ rdfs:range ncal:Event .
diff --git a/data/ontologies/36-scal.ontology b/data/ontologies/36-scal.ontology
index 65eea11..8b610c2 100644
--- a/data/ontologies/36-scal.ontology
+++ b/data/ontologies/36-scal.ontology
@@ -270,6 +270,21 @@ scal:journalStatus a rdf:Property ;
rdfs:domain scal:Journal ;
rdfs:range scal:JournalStatus .
+#
+# Link of contacts with Events
+#
+scal:birthday a rdf:Property ;
+ rdfs:label "birthday event" ;
+ rdfs:comment "links a contact with the calendar event of his birthday. (SCAL version)" ;
+ rdfs:domain nco:Contact ;
+ rdfs:range scal:Event .
+
+scal:anniversary a rdf:Property ;
+ rdfs:label "anniversary event" ;
+ rdfs:comment "links a contact with the calendar event of an anniversary. (SCAL version)" ;
+ rdfs:domain nco:Contact ;
+ rdfs:range scal:Event .
+
#
# Alarms:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]