remove kcontrolcenter
[kdepim.git] / messagecore / messagetag.trig
blob0e9d7c54c8e13beabfac67660d6778c3720638ba
2 # Copyright (c) 2009 Sebastian Trueg <trueg@kde.org>
3 # All rights reserved, licensed under either CC-BY or BSD.
5 # You are free:
6 #  * to Share - to copy, distribute and transmit the work
7 #  * to Remix - to adapt the work
8 # Under the following conditions:
9 #  * Attribution - You must attribute the work in the manner specified by the author
10 #    or licensor (but not in any way that suggests that they endorse you or your use 
11 #    of the work).
13 # Redistribution and use in source and binary forms, with or without modification, 
14 # are permitted provided that the following conditions are met:
15 #  * Redistributions of source code must retain the above copyright notice, this 
16 #    list of conditions and the following disclaimer.
17 #  * Redistributions in binary form must reproduce the above copyright notice, this 
18 #    list of conditions and the following disclaimer in the documentation and/or 
19 #    other materials provided with the distribution.
20 #  * Neither the names of the authors nor the names of contributors may
21 #    be used to endorse or promote products derived from this ontology without 
22 #    specific prior written permission.
24 # THIS ONTOLOGY IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
25 # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
26 # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
27 # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
28 # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
29 # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
33 # THIS ONTOLOGY, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 @prefix nao:     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
37 @prefix nfo:     <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
38 @prefix nie:     <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#> .
39 @prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
40 @prefix nrl:     <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
41 @prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
42 @prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
43 @prefix kmail:   <http://www.kde.org/kmail-ext#> .
45 kmail: {
46    kmail:priority
47       a rdf:Property ;
48       rdfs:label "priority" ;
49       rdfs:comment "A priority used by KMail to prioritize tags - mainly to sort the tags in the GUI." ;
50       rdfs:domain nao:Tag ;
51       rdfs:range xsd:integer .
53    kmail:font
54       a rdf:Property ;
55       rdfs:label "font" ;
56       rdfs:comment "The font including point size and so on KMail uses to format email headers." ;
57       rdfs:domain nao:Tag ;
58       rdfs:range xsd:string .
60    kmail:textColor
61       a rdf:Property ;
62       rdfs:label "text color" ;
63       rdfs:comment "String value (#RRGGBB) of the text color used by KMail to display email headers." ;
64       rdfs:domain nao:Tag ;
65       rdfs:range xsd:string .
67    kmail:backgroundColor
68       a rdf:Property ;
69       rdfs:label "background color" ;
70       rdfs:comment "String value (#RRGGBB) of the background color used by KMail to display email headers." ;
71       rdfs:domain nao:Tag ;
72       rdfs:range xsd:string .
74    kmail:shortcut
75       a rdf:Property ;
76       rdfs:label "shortcut" ;
77       rdfs:comment "The keyboard shortcut that triggers tagging with this tag." ;
78       rdfs:domain nao:Tag ;
79       rdfs:range xsd:string .
81    kmail:inToolbar
82       a rdf:Property ;
83       rdfs:label "in toolbar" ;
84       rdfs:comment "Whether to show this tag in the toolbar of KMail." ;
85       rdfs:domain nao:Tag ;
86       rdfs:range xsd:boolean .
89 <http://www.kde.org/kmail-ext-metadata#> {
90    kmail:
91       a nrl:Ontology ;
92       nao:hasDefaultNamespace "http://www.kde.org/kmail-ext#" ;
93       nao:hasDefaultNamespaceAbbreviation "kmail" ;
94       nao:lastModified "2010-01-08T14:59:09.500Z" ;
95       nao:status "Unstable" ;
96       nao:updatable "0 " ;
97       nao:version "0.1" .
99     <http://www.kde.org/kmail-ext-metadata#>
100       a nrl:GraphMetadata ;
101       nrl:coreGraphMetadataFor kmail: .