[tracker/rss-enclosures] NCO: Add nco:contactLocalID
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] NCO: Add nco:contactLocalID
- Date: Mon, 3 May 2010 00:47:16 +0000 (UTC)
commit e95243fbbb4834838fa860f3e0b6aa333d12039c
Author: Ivan Frade <ivan frade nokia com>
Date: Thu Apr 29 14:30:36 2010 +0300
NCO: Add nco:contactLocalID
Help implementing the qtmobility contacts API
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 4da0838..589e0f8 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -277,6 +277,13 @@ nco:contactUID a rdf:Property ;
rdfs:range xsd:string ;
tracker:weight 5 .
+nco:contactLocalUID a rdf:Property;
+ rdfs:label "local contact UID";
+ rdfs:comment "Unique ID for the contact in the local storage" ;
+ nrl:maxCardinality 1;
+ rdfs:domain nco:Contact ;
+ rdfs:range xsd:integer .
+
nco:publisher a rdf:Property ;
rdfs:label "publisher" ;
rdfs:comment "An entity responsible for making the InformationElement available." ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]