[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:04:27 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=c2f7fa3

The following commit has been merged in the master branch:
commit c2f7fa361018b7aefb048a10a5e12743078e1796
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Thu Feb 11 22:52:53 2010 +0000

    Add the isBuddyOf relationship to the telepathy ontology.
    
    This is to allow linking my IM Accounts to their Contact List contacts.
    
    svn path=/trunk/playground/network/telepathy-integration-daemon/; revision=1088929
---
 kpeople/nepomuk-feeder/telepathy.trig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/kpeople/nepomuk-feeder/telepathy.trig b/kpeople/nepomuk-feeder/telepathy.trig
index 20f876a..db4d327 100644
--- a/kpeople/nepomuk-feeder/telepathy.trig
+++ b/kpeople/nepomuk-feeder/telepathy.trig
@@ -20,6 +20,13 @@ telepathy: {telepathy:accountIdentifier
           rdfs:domain nco:IMAccount ;
           rdfs:label "statusType" ;
           rdfs:range xsd:integer .
+
+            telepathy:isBuddyOf
+        a       rdf:Property ;
+          rdfs:comment "Indicates the local IM Account on whose buddy list this IM Account appears." ;
+          rdfs:domain nco:IMAccount ;
+          rdfs:label "isBuddyOf" ;
+          rdfs:range nco:IMAccount .
 }
 
 <http://nepomuk.kde.org/ontologies/2009/06/20/telepathy/metadata>

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list