[tracker] Fixes NB#164822, property to link contact with video



commit a387eb33f319f9b8485e627b057a8ace730fbf5b
Author: Ivan Frade <ivan frade nokia com>
Date:   Tue May 25 12:59:30 2010 +0300

    Fixes NB#164822, property to link contact with video

 data/ontologies/32-nco.ontology |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index 740a31e..076bd05 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -826,3 +826,10 @@ nco:hasIMAddress a rdf:Property ;
 	rdfs:subPropertyOf nco:hasContactMedium ;
 	rdfs:domain nco:Role ;
 	rdfs:range nco:IMAddress .
+
+# Proposal for Nepomuk
+nco:video a rdf:Property ;
+        rdfs:label "Contact video";
+        rdfs:comment "Video avatar of a contact. Note that is an icon/avatar, not a generic 'present in video' property";
+        rdfs:domain nco:Role ;
+        rdfs:range nie:DataObject.



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