[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:23 UTC 2016


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

The following commit has been merged in the master branch:
commit 69a8eacdfa8094f424dce6d4f6ec9437ddbc0a77
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Sun Jun 21 09:10:05 2009 +0000

    Add a hack-draft of the tpaccount ontology, which provides a resource for the telepathy account identifier.
    
    svn path=/trunk/playground/network/telepathy-integration-daemon/; revision=984606
---
 kpeople/nepomuk-feeder/CMakeLists.txt |  2 ++
 kpeople/nepomuk-feeder/tpaccount.trig | 38 +++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/kpeople/nepomuk-feeder/CMakeLists.txt b/kpeople/nepomuk-feeder/CMakeLists.txt
index 8f1611b..90df369 100644
--- a/kpeople/nepomuk-feeder/CMakeLists.txt
+++ b/kpeople/nepomuk-feeder/CMakeLists.txt
@@ -65,10 +65,12 @@ set(telepathy_integration_daemon_SRCS
 
 kde4_add_ontology(pimo_SRCS ${PIMO_TRIG_SOURCE} "PIMO" "Nepomuk::Vocabulary" "trig")
 kde4_add_ontology(nco_SRCS ${NCO_TRIG_SOURCE} "NCO" "Nepomuk::Vocabulary" "trig")
+kde4_add_ontology(tpaccount_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/tpaccount.trig "TPACCOUNT" "Nepomuk::Vocabulary" "trig")
 
 kde4_add_executable(telepathy-integration-daemon ${telepathy_integration_daemon_SRCS}
                                                  ${pimo_SRCS}
                                                  ${nco_SRCS}
+                                                 ${tpaccount_SRCS}
 )
 
 target_link_libraries(telepathy-integration-daemon ${KDE4_AKONADI_LIBS}
diff --git a/kpeople/nepomuk-feeder/tpaccount.trig b/kpeople/nepomuk-feeder/tpaccount.trig
new file mode 100644
index 0000000..091744a
--- /dev/null
+++ b/kpeople/nepomuk-feeder/tpaccount.trig
@@ -0,0 +1,38 @@
+ at prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+ at prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+ at prefix tpaccount:     <http://nepomuk.kde.org/ontologies/2009/06/20/tpaccount#> .
+ at prefix nao:     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
+ at prefix nrl:     <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
+ at prefix nco:     <http://www.semtaicdesktop.org/ontologies/2997/03/22/nco#> .
+ at prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+
+
+<http://nepomuk.kde.org/ontologies/2009/06/20/tpaccount> {
+
+tpaccount:identifier
+    a nao:identifier;
+    rdfs:comment "Identifier of a Local Telepathy Account (as given by the Telepathy Account Manaager).";
+    rdfs:domain nco:Contact;
+    rdfs:label "nao:identifier";
+    rdfs:range xsd:string .
+
+}
+    
+
+<http://nepomuk.kde.org/ontologies/2009/06/20/tpaccount/metadata>
+{
+    <http://nepomuk.kde.org/ontologies/2009/06/20/tpaccount>
+          a       nrl:DocumentGraph , nrl:Ontology ;
+          nao:hasDefaultNamespace "http://nepomuk.kde.org/ontologies/2009/06/20/tpaccount#" ;
+          nao:hasDefaultNamespaceAbbreviation "tpaccount" ;
+          nao:lastModified "2009-06-20T20:46:32.866Z" ;
+          nao:serializationLanguage "TriG" ;
+          nao:status "Testing" ;
+          nrl:updatable "0" ;
+          nao:version "1" .
+
+    <http://nepomuk.kde.org/ontologies/2009/06/20/tpaccount/metadata>
+          a       nrl:GraphMetadata , nrl:Ontology ;
+          nao:serializationLanguage "TriG" ;
+          nrl:coreGraphMetadataFor <http://nepomuk.kde.org/ontologies/2009/06/20/tpaccount> .
+}

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list