[tracker/rss-enclosures] Fixes NB#194548, Property needed to link nco:Contact with ncal:Event
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] Fixes NB#194548, Property needed to link nco:Contact with ncal:Event
- Date: Wed, 24 Nov 2010 02:05:02 +0000 (UTC)
commit 75ba6391b710cdc613e9b401de870956dae209cb
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]