delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / nepomuk / ontologies / nao.trig
blob4ab0617ebde8673ee86b8ebb9de0b5018be801e0
1 @prefix dc:      <http://purl.org/dc/elements/1.1/> .
2 @prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
3 @prefix nao:     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
4 @prefix nrl:     <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
5 @prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
6 @prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 @prefix dcterms:  <http://purl.org/dc/terms/> .
9 <http://www.semanticdesktop.org/ontologies/2007/08/15/nao> {
10     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasDefaultNamespaceAbbreviation>
11           a       rdf:Property ;
12           rdfs:comment "Defines the default static namespace abbreviation for a graph" ;
13           rdfs:domain nrl:Data ;
14           rdfs:label "has default namespace abbreviation" ;
15           rdfs:range rdfs:Literal ;
16           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> ;
17           nrl:maxCardinality "1"^^xsd:nonNegativeInteger .
19     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Symbol>
20           a       rdfs:Class ;
21           rdfs:comment "Represents a symbol" ;
22           rdfs:label "symbol" ;
23           rdfs:subClassOf rdfs:Resource .
25     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#FreeDesktopIcon>
26           a       rdfs:Class ;
27           rdfs:comment "Represents a desktop icon as defined in the FreeDesktop Icon Naming Standard" ;
28           rdfs:label "freedesktopicon" ;
29           rdfs:subClassOf nao:Symbol .
31     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#iconName>
32           a       rdf:Property ;
33           rdfs:comment "Defines a name for a FreeDesktop Icon as defined in the FreeDesktop Icon Naming Standard" ;
34           rdfs:domain nao:FreeDesktopIcon ;
35           rdfs:label "iconname" ;
36           rdfs:range rdfs:Literal ;
37           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#identifier> ;
38           nrl:minCardinality "1"^^xsd:nonNegativeInteger .
40     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#score>
41           a       rdf:Property ;
42           rdfs:comment "An authorative score for an item valued between 0 and 1" ;
43           rdfs:domain rdfs:Resource ;
44           rdfs:label "score" ;
45           rdfs:range xsd:float ;
46           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> .
48     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#scoreParameter>
49           a       rdf:Property ;
50           rdfs:comment "A marker property to mark selected properties which are input to a mathematical algorithm to generate scores for resources. Properties are marked by being defined as subproperties of this property" ;
51           rdfs:domain rdfs:Resource ;
52           rdfs:label "scoreparameter" ;
53           rdfs:range xsd:float ;
54           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> .
57     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#isTopicOf>
58           a       rdf:Property ;
59           rdfs:comment "Defines a relationship between two resources, where the subject is a topic of the object" ;
60           rdfs:label "is topic of" ;
61           rdfs:range rdfs:Resource ;
62           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#isRelated> ;
63           nrl:inverseProperty nao:hasTopic .
65     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#isTagFor>
66           a       rdf:Property ;
67           rdfs:comment "States which resources a tag is associated with" ;
68           rdfs:domain <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Tag> ;
69           rdfs:label "is tag for" ;
70           rdfs:range rdfs:Resource ;
71           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> ;
72           nrl:inverseProperty nao:hasTag .
74     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#version>
75           a       rdf:Property ;
76           rdfs:comment "Specifies the version of a graph, in numeric format" ;
77           rdfs:domain nrl:Data ;
78           rdfs:label "version" ;
79           rdfs:range xsd:float ;
80           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> ;
81           nrl:maxCardinality "1"^^xsd:nonNegativeInteger .
83     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#altLabel>
84           a       rdf:Property ;
85           rdfs:comment "An alternative label alongside the preferred label for a resource" ;
86           rdfs:label "alternative label" ;
87           rdfs:range rdfs:Literal ;
88           rdfs:subPropertyOf rdfs:label .
90     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasSymbol>
91           a       rdf:Property ;
92           rdfs:comment "Annotation for a resource in the form of a symbol representation" ;
93           rdfs:domain rdfs:Resource ;
94           rdfs:label "has symbol" ;
95           rdfs:range <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Symbol> .
97     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#prefSymbol>
98           a       rdf:Property ;
99           rdfs:comment "A unique preferred symbol representation for a resource" ;
100           rdfs:domain rdfs:Resource ;
101           rdfs:label "preferred symbol" ;
102           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasSymbol> ;
103           rdfs:range <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Symbol> .
105     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#altSymbol>
106           a       rdf:Property ;
107           rdfs:comment "An alternative symbol representation for a resource" ;
108           rdfs:domain rdfs:Resource ;
109           rdfs:label "alternative symbol" ;
110             rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasSymbol> ;
111           rdfs:range <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Symbol> .
113     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasTopic>
114           a       rdf:Property ;
115           rdfs:comment "Defines a relationship between two resources, where the object is a topic of the subject" ;
116           rdfs:label "has topic" ;
117           rdfs:range rdfs:Resource ;
118           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#isRelated> ;
119           nrl:inverseProperty nao:isTopicOf .
121     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#serializationLanguage>
122           a       rdf:Property ;
123           rdfs:comment "States the serialization language for a named graph that is represented within a document" ;
124           rdfs:domain nrl:DocumentGraph ;
125           rdfs:label "serialization language" ;
126           rdfs:range rdfs:Literal ;
127           nrl:maxCardinality "1"^^xsd:nonNegativeInteger .
129     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#creator>
130           a       rdf:Property ;
131           rdfs:comment "Refers to the single or group of individuals that created the resource" ;
132           rdfs:domain rdfs:Resource ;
133           rdfs:label "creator" ;
134           rdfs:range <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Party> ;
135           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> , dc:creator .
137     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation>
138           a       rdf:Property ;
139           rdfs:comment "Generic annotation for a resource" ;
140           rdfs:domain rdfs:Resource ;
141           rdfs:label "annotation" .
143     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#rating>
144           a       rdf:Property ;
145           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> ;
146           rdfs:comment "Annotation for a resource in the form of an unrestricted rating" ;
147           rdfs:domain rdfs:Resource ;
148           rdfs:label "rating" .
150     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#numericRating>
151           a       rdf:Property ;
152           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#rating> ,
153                                      <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#scoreParameter> ;
154           rdfs:comment "Annotation for a resource in the form of a numeric rating, allowed values are between 1 and 10 whereas 0 is interpreted as not set" ;
155           rdfs:domain rdfs:Resource ;
156           rdfs:label "numeric rating" ;
157           rdfs:range xsd:unsignedInt ;
158           nrl:maxCardinality "1"^^xsd:nonNegativeInteger .
160     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Tag>
161           a       rdfs:Class ;
162           rdfs:comment "Represents a generic tag" ;
163           rdfs:label "tag" ;
164           rdfs:subClassOf rdfs:Resource .
166     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#contributor>
167           a       rdf:Property ;
168           rdfs:comment "Refers to a single or a group of individuals that contributed to a resource" ;
169           rdfs:domain rdfs:Resource ;
170           rdfs:label "contributor" ;
171           rdfs:range <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Party> ;
172           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> , dc:contributor .
174     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasDefaultNamespace>
175           a       rdf:Property ;
176           rdfs:comment "Defines the default static namespace for a graph" ;
177           rdfs:domain nrl:Data ;
178           rdfs:label "has default namespace" ;
179           rdfs:range rdfs:Literal ;
180           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> ;
181           nrl:maxCardinality "1"^^xsd:nonNegativeInteger .
183     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#modified>
184           a       rdf:Property ;
185           rdfs:comment "States the modification time for a resource" ;
186           rdfs:domain rdfs:Resource ;
187           rdfs:label "modified at" ;
188           rdfs:range xsd:dateTime ;
189           rdfs:subPropertyOf dcterms:modified , <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> .
191     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#created>
192           a       rdf:Property ;
193           rdfs:comment "States the creation, or first modification time for a resource" ;
194           rdfs:domain rdfs:Resource ;
195           rdfs:label "created at" ;
196           rdfs:range xsd:dateTime ;
197           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#modified> ;
198           nrl:maxCardinality "1"^^xsd:nonNegativeInteger .
200     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#lastModified>
201           a       rdf:Property ;
202           rdfs:comment "States the last modification time for a resource" ;
203           rdfs:domain rdfs:Resource ;
204           rdfs:label "last modified at" ;
205           rdfs:range xsd:dateTime ;
206           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#modified> ;
207           nrl:maxCardinality "1"^^xsd:nonNegativeInteger .
209     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#identifier>
210           a       rdf:Property ;
211           rdfs:comment "Defines a generic identifier for a resource" ;
212           rdfs:domain rdfs:Resource ;
213           rdfs:label "identifier" .
215     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#status>
216           a       rdf:Property ;
217           rdfs:comment "Specifies the status of a graph, stable, unstable or testing" ;
218           rdfs:domain nrl:Data ;
219           rdfs:label "status" ;
220           rdfs:range rdfs:Literal ;
221           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> ;
222           nrl:maxCardinality "1"^^xsd:nonNegativeInteger .
224     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#description>
225           a       rdf:Property ;
226           rdfs:comment "A non-technical textual annotation for a resource" ;
227           rdfs:label "description" ;
228           rdfs:range rdfs:Literal ;
229           rdfs:subPropertyOf rdfs:comment , <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> .
230           
232     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#prefLabel>
233           a       rdf:Property ;
234           rdfs:comment "A preferred label for a resource" ;
235           rdfs:label "preferred label" ;
236           rdfs:range rdfs:Literal ;
237           rdfs:subPropertyOf rdfs:label .
239     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#pluralPrefLabel>
240           a       rdf:Property ;
241           rdfs:comment "The plural form of the preferred label for a resource" ;
242           rdfs:label "preferred label plural form" ;
243           rdfs:range rdfs:Literal ;
244           rdfs:subPropertyOf rdfs:label .
246     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#engineeringTool>
247           a       rdf:Property ;
248           rdfs:comment "Specifies the engineering tool used to generate the graph" ;
249           rdfs:domain nrl:Data ;
250           rdfs:label "engineering tool" ;
251           rdfs:range rdfs:Literal ;
252           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> .
254     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasTag>
255           a       rdf:Property ;
256           rdfs:comment "Defines an existing tag for a resource" ;
257           rdfs:domain rdfs:Resource ;
258           rdfs:label "has tag" ;
259           rdfs:range <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Tag> ;
260           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> ;
261           nrl:inverseProperty nao:isTagFor .
263     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#isRelated>
264           a       rdf:Property , nrl:SymmetricProperty ;
265           rdfs:comment "Defines an annotation for a resource in the form of a relationship between the subject resource and another resource" ;
266           rdfs:label "is related to" ;
267           rdfs:range rdfs:Resource ;
268           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation> .
270     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#personalIdentifier>
271           a       rdf:Property , nrl:InverseFunctionalProperty ;
272           rdfs:comment "Defines a personal string identifier for a resource" ;
273           rdfs:label "personal identifier" ;
274           rdfs:range rdfs:Literal ;
275           rdfs:subPropertyOf <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#identifier> .
277     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Party>
278           a       rdfs:Class ;
279           rdfs:comment "Represents a single or a group of individuals" ;
280           rdfs:label "party" ;
281           rdfs:subClassOf rdfs:Resource .
284 <http://www.semanticdesktop.org/ontologies/2007/08/15/nao/metadata> {
285     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao/metadata>
286           a       nrl:GraphMetadata ;
287           nrl:coreGraphMetadataFor <http://www.semanticdesktop.org/ontologies/2007/08/15/nao> .
290     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao>
291           a       nrl:Ontology , nrl:DocumentGraph ;
292           nao:hasDefaultNamespace "http://www.semanticdesktop.org/ontologies/2007/08/15/nao#" ;
293           nao:hasDefaultNamespaceAbbreviation "nao" ;
294           nao:lastModified "2008-09-03T18:34:34.881Z" ;
295           nao:serializationLanguage "TriG" ;
296           nao:status "Unstable" ;
297           nrl:updatable "0" ;
298           nao:version "2" .