skos2html 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/lib/dcterms.rdf +1089 -0
  2. data/lib/rdf-schema.rdf +131 -0
  3. data/lib/skos.rdf +558 -0
  4. data/lib/skos2html.rb +416 -0
  5. metadata +161 -0
data/lib/skos.rdf ADDED
@@ -0,0 +1,558 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <rdf:RDF xmlns:dct="http://purl.org/dc/terms/"
3
+ xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#"
5
+ xml:base="http://www.w3.org/2004/02/skos/core">
6
+ <!-- This schema represents a formalisation of a subset of the semantic conditions
7
+ described in the SKOS Reference document dated 18 August 2009, accessible
8
+ at http://www.w3.org/TR/2009/REC-skos-reference-20090818/. XML comments of the form Sn are used to
9
+ indicate the semantic conditions that are being expressed. Comments of the form
10
+ [Sn] refer to assertions that are, strictly speaking, redundant as they follow
11
+ from the RDF(S) or OWL semantics.
12
+
13
+ A number of semantic conditions are *not* expressed formally in this schema. These are:
14
+
15
+ S12
16
+ S13
17
+ S14
18
+ S27
19
+ S36
20
+ S46
21
+
22
+ For the conditions listed above, rdfs:comments are used to indicate the conditions.
23
+
24
+ -->
25
+ <owl:Ontology rdf:about="http://www.w3.org/2004/02/skos/core">
26
+ <dct:title xml:lang="en">SKOS Vocabulary</dct:title>
27
+ <dct:title xml:lang="sv">SKOS begreppsmodell</dct:title>
28
+ <dct:contributor>Dave Beckett</dct:contributor>
29
+ <dct:contributor>Nikki Rogers</dct:contributor>
30
+ <dct:contributor>Participants in W3C's Semantic Web Deployment Working Group.</dct:contributor>
31
+ <dct:description xml:lang="en">An RDF vocabulary for describing the basic structure and content of concept schemes such as thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', other types of controlled vocabulary, and also concept schemes embedded in glossaries and terminologies.</dct:description>
32
+ <dct:description xml:lang="sv">En RDF-vokabulär för att beskriva grundläggande struktur och innehåll i begreppsmodeller såsom tesaurusar, klassifikationsscheman, ämnesordsförteckningar, taxonomier, folksonomier och andra typer av kontrollerade ordlistor. Omfattar även sådana begreppsmodeller som finns inlemmade i ordlistor och terminologier.</dct:description>
33
+ <dct:creator>Alistair Miles</dct:creator>
34
+ <dct:creator>Sean Bechhofer</dct:creator>
35
+ <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/skos-reference/"/>
36
+ </owl:Ontology>
37
+ <rdf:Description rdf:about="#Concept">
38
+ <rdfs:label xml:lang="en">Concept</rdfs:label>
39
+ <rdfs:label xml:lang="sv">Begrepp</rdfs:label>
40
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
41
+ <skos:definition xml:lang="en">An idea or notion; a unit of thought.</skos:definition>
42
+ <skos:definition xml:lang="sv">En abstrakt idé eller föreställning om något. Kunskapsenhet.</skos:definition>
43
+ <!-- S1 -->
44
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
45
+ </rdf:Description>
46
+ <rdf:Description rdf:about="#ConceptScheme">
47
+ <rdfs:label xml:lang="en">Concept Scheme</rdfs:label>
48
+ <rdfs:label xml:lang="sv">begreppsmodell</rdfs:label>
49
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
50
+ <skos:definition xml:lang="en">A set of concepts, optionally including statements about semantic relationships between those concepts.</skos:definition>
51
+ <skos:definition xml:lang="sv">En uppsättning begrepp som även kan innehålla beskrivningar av deras inbördes relationer.</skos:definition>
52
+
53
+ <skos:scopeNote xml:lang="en">A concept scheme may be defined to include concepts from different sources.</skos:scopeNote>
54
+ <skos:scopeNote xml:lang="sv">En begreppsmodell kan även designas så att den innehåller begrepp från andra källor.</skos:scopeNote>
55
+ <skos:example xml:lang="en">Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes. Concept schemes are also embedded in glossaries and terminologies.</skos:example>
56
+ <skos:example xml:lang="sv">Tesaurusar, klassifikationsscheman, ämnesordsförteckningar, taxonomier, folksonomier och andra typer av kontrollerade ordlistor är samtliga exempel på begrepssystem. Begreppsmodeller kan även vara ingå i ordlistor och terminologier.</skos:example>
57
+ <!-- S2 -->
58
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
59
+ <!-- S9 -->
60
+ <owl:disjointWith rdf:resource="#Concept"/>
61
+ </rdf:Description>
62
+ <rdf:Description rdf:about="#Collection">
63
+ <rdfs:label xml:lang="en">Collection</rdfs:label>
64
+ <rdfs:label xml:lang="sv">Samling</rdfs:label>
65
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
66
+ <skos:definition xml:lang="en">A meaningful collection of concepts.</skos:definition>
67
+ <skos:definition xml:lang="sv">En meningsfull samling av begrepp.</skos:definition>
68
+ <skos:scopeNote xml:lang="en">Labelled collections can be used where you would like a set of concepts to be displayed under a 'node label' in the hierarchy.</skos:scopeNote>
69
+ <skos:scopeNote xml:lang="sv">Namngivna samlingar kan användas ihop med semantiska relationer som t.ex. skos:narrower när man vill presentera en uppsättning begrepp under en "nodetikett" i en hierarki.</skos:scopeNote>
70
+ <!-- S28 -->
71
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
72
+ <!-- S37 -->
73
+ <owl:disjointWith rdf:resource="#Concept"/>
74
+ <!-- S37 -->
75
+ <owl:disjointWith rdf:resource="#ConceptScheme"/>
76
+ </rdf:Description>
77
+ <rdf:Description rdf:about="#OrderedCollection">
78
+ <rdfs:label xml:lang="en">Ordered Collection</rdfs:label>
79
+ <rdfs:label xml:lang="sv">Ordnad samling</rdfs:label>
80
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
81
+ <skos:definition xml:lang="en">An ordered collection of concepts, where both the grouping and the ordering are meaningful.</skos:definition>
82
+ <skos:definition xml:lang="sv">En ordnat samling begrepp där både ordningen och grupperingen av begrepp har betydelse.</skos:definition>
83
+ <skos:scopeNote xml:lang="en">Ordered collections can be used where you would like a set of concepts to be displayed in a specific order, and optionally under a 'node label'.</skos:scopeNote>
84
+ <skos:scopeNote xml:lang="sv">En ordnad samling kan användas ihop med semantiska relationer när man vill att en samling begrepp ska presenteras i en viss ordning, eventuellt tillsammans med presentation under en "nodetikett".</skos:scopeNote>
85
+ <!-- S28 -->
86
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
87
+ <!-- S29 -->
88
+ <rdfs:subClassOf rdf:resource="#Collection"/>
89
+ </rdf:Description>
90
+ <rdf:Description rdf:about="#inScheme">
91
+ <rdfs:label xml:lang="en">is in scheme</rdfs:label>
92
+ <rdfs:label xml:lang="sv">ingår i modell</rdfs:label>
93
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
94
+ <skos:definition xml:lang="en">Relates a resource (for example a concept) to a concept scheme in which it is included.</skos:definition>
95
+ <skos:definition xml:lang="sv">Kopplar en resurs (t.ex. ett begrepp) till en begreppsmodell i vilken den ingår.</skos:definition>
96
+ <skos:scopeNote xml:lang="en">A concept may be a member of more than one concept scheme.</skos:scopeNote>
97
+ <skos:scopeNote xml:lang="sv">Ett begrepp kan ingå i flera begreppsmodeller.</skos:scopeNote>
98
+ <!-- S3 -->
99
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
100
+ <!-- S4 -->
101
+ <rdfs:range rdf:resource="#ConceptScheme"/>
102
+ <!-- For non-OWL aware applications -->
103
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
104
+ </rdf:Description>
105
+ <rdf:Description rdf:about="#hasTopConcept">
106
+ <rdfs:label xml:lang="en">has top concept</rdfs:label>
107
+ <rdfs:label xml:lang="sv">har huvudbegrepp</rdfs:label>
108
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
109
+ <skos:definition xml:lang="en">Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies.</skos:definition>
110
+ <skos:definition xml:lang="sv">Kopplar en begreppsmodell till ett begrepp som är överst i hierarkin i modellen.</skos:definition>
111
+ <!-- S3 -->
112
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
113
+ <!-- S5 -->
114
+ <rdfs:domain rdf:resource="#ConceptScheme"/>
115
+ <!-- S6 -->
116
+ <rdfs:range rdf:resource="#Concept"/>
117
+ <!-- S8 -->
118
+ <owl:inverseOf rdf:resource="#topConceptOf"/>
119
+ <!-- For non-OWL aware applications -->
120
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
121
+ </rdf:Description>
122
+ <rdf:Description rdf:about="#topConceptOf">
123
+ <rdfs:label xml:lang="en">is top concept in scheme</rdfs:label>
124
+ <rdfs:label xml:lang="sv">är huvudbegrepp i modellen</rdfs:label>
125
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
126
+ <skos:definition xml:lang="en">Relates a concept to the concept scheme that it is a top level concept of.</skos:definition>
127
+ <skos:definition xml:lang="sv">Kopplar ett begrepp till en begreppsmodell för vilket begreppet är huvudbegrepp.</skos:definition>
128
+ <!-- S3 -->
129
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
130
+ <!-- S7 -->
131
+ <rdfs:subPropertyOf rdf:resource="#inScheme"/>
132
+ <!-- S8 -->
133
+ <owl:inverseOf rdf:resource="#hasTopConcept"/>
134
+ <!-- For non-OWL aware applications -->
135
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
136
+ <rdfs:domain rdf:resource="#Concept"/>
137
+ <rdfs:range rdf:resource="#ConceptScheme"/>
138
+ </rdf:Description>
139
+ <rdf:Description rdf:about="#prefLabel">
140
+ <rdfs:label xml:lang="en">preferred label</rdfs:label>
141
+ <rdfs:label xml:lang="sv">föredragen term</rdfs:label>
142
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
143
+ <skos:definition xml:lang="en">The preferred lexical label for a resource, in a given language.</skos:definition>
144
+ <skos:definition xml:lang="sv">Den föredragna termen för en resurs på ett visst språk.</skos:definition>
145
+ <!-- S10 -->
146
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
147
+ <!-- S11 -->
148
+ <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
149
+ <!-- S14 (not formally stated) -->
150
+ <rdfs:comment xml:lang="en">A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag.</rdfs:comment>
151
+ <rdfs:comment xml:lang="sv">En resurs har maximalt en skos:prefLabel per språk och en skos:prefLabel utan språkangivelse.</rdfs:comment>
152
+ <!-- S12 (not formally stated) -->
153
+ <rdfs:comment xml:lang="en">The range of skos:prefLabel is the class of RDF plain literals.</rdfs:comment>
154
+ <rdfs:comment xml:lang="sv">Omfattningen av skos:prefLabel är klassen RDF plain literals.</rdfs:comment>
155
+ <!-- S13 (not formally stated) -->
156
+ <rdfs:comment xml:lang="en">skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.</rdfs:comment>
157
+ <rdfs:comment xml:lang="sv">skos:prefLabel, skos:altLabel och skos:hiddenLabel är parvis åtskilda egenskaper.</rdfs:comment>
158
+ <!-- For non-OWL aware applications -->
159
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
160
+ </rdf:Description>
161
+ <rdf:Description rdf:about="#altLabel">
162
+ <rdfs:label xml:lang="en">alternative label</rdfs:label>
163
+ <rdfs:label xml:lang="sv">alternativ term</rdfs:label>
164
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
165
+ <skos:definition xml:lang="en">An alternative lexical label for a resource.</skos:definition>
166
+ <skos:definition xml:lang="sv">En alternativ term för en resurs.</skos:definition>
167
+ <skos:example xml:lang="en">Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel).</skos:example>
168
+ <skos:example xml:lang="sv">Akronymer, förkortningar, alternativa stavningar och oregelbundna plural- och singularformer kan ingå bland alternativa termer för ett begrepp. Felstavningar anges vanligen som dolda termer (se skos:hiddenLabel).</skos:example>
169
+ <!-- S10 -->
170
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
171
+ <!-- S11 -->
172
+ <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
173
+ <!-- S12 (not formally stated) -->
174
+ <rdfs:comment xml:lang="en">The range of skos:altLabel is the class of RDF plain literals.</rdfs:comment>
175
+ <rdfs:comment xml:lang="sv">Omfattningen av skos:altLabel är klassen RDF plain literals.</rdfs:comment>
176
+ <!-- S13 (not formally stated) -->
177
+ <rdfs:comment xml:lang="en">skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.</rdfs:comment>
178
+ <rdfs:comment xml:lang="sv">skos:prefLabel, skos:altLabel och skos:hiddenLabel är parvis åtskilda egenskaper.</rdfs:comment>
179
+ <!-- For non-OWL aware applications -->
180
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
181
+ </rdf:Description>
182
+ <rdf:Description rdf:about="#hiddenLabel">
183
+ <rdfs:label xml:lang="en">hidden label</rdfs:label>
184
+ <rdfs:label xml:lang="sv">dold term</rdfs:label>
185
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
186
+ <skos:definition xml:lang="en">A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations.</skos:definition>
187
+ <skos:definition xml:lang="sv">En term som bör döljas när man presenterar en resurs men som ska ingå som underlag för fritextsökningar.</skos:definition>
188
+ <!-- S10 -->
189
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
190
+ <!-- S11 -->
191
+ <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
192
+ <!-- S12 (not formally stated) -->
193
+ <rdfs:comment xml:lang="en">The range of skos:hiddenLabel is the class of RDF plain literals.</rdfs:comment>
194
+ <rdfs:comment xml:lang="sv">Omfattningen av skos:altLabel är klassen RDF plain literals.</rdfs:comment>
195
+ <!-- S13 (not formally stated) -->
196
+ <rdfs:comment xml:lang="en">skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.</rdfs:comment>
197
+ <rdfs:comment xml:lang="sv">skos:prefLabel, skos:altLabel och skos:hiddenLabel är parvis åtskilda egenskaper.</rdfs:comment>
198
+ <!-- For non-OWL aware applications -->
199
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
200
+ </rdf:Description>
201
+ <rdf:Description rdf:about="#notation">
202
+ <rdfs:label xml:lang="en">notation</rdfs:label>
203
+ <rdfs:label xml:lang="sv">identifierare</rdfs:label>
204
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
205
+ <skos:definition xml:lang="en">A notation, also known as classification code, is a string of characters such as "T58.5" or "303.4833" used to uniquely identify a concept within the scope of a given concept scheme.</skos:definition>
206
+ <skos:definition xml:lang="en">En identifierare eller kod är en uppsättning tecken som t.ex. "T58.5" eller "303.4833" och används för att unikt identifiera ett begrepp i en begreppsmodell.</skos:definition>
207
+ <skos:scopeNote xml:lang="en">By convention, skos:notation is used with a typed literal in the object position of the triple.</skos:scopeNote>
208
+ <skos:scopeNote xml:lang="sv">Vanligen används skos:notation i form av en typed literal som objekt i en trippel.</skos:scopeNote>
209
+ <!-- S15 -->
210
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
211
+ <!-- For non-OWL aware applications -->
212
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
213
+ </rdf:Description>
214
+ <rdf:Description rdf:about="#note">
215
+ <rdfs:label xml:lang="en">note</rdfs:label>
216
+ <rdfs:label xml:lang="sv">anmärkning</rdfs:label>
217
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
218
+ <skos:definition xml:lang="en">A general note, for any purpose.</skos:definition>
219
+ <skos:definition xml:lang="sv">En allmän anmärkning i vilket syfte som helst.</skos:definition>
220
+ <skos:scopeNote xml:lang="en">This property may be used directly, or as a super-property for more specific note types.</skos:scopeNote>
221
+ <skos:scopeNote xml:lang="sv">Denna egenskap kan användas direkt eller som en överordnad egenskap för mer specifika anmärkningstyper.</skos:scopeNote>
222
+ <!-- S16 -->
223
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
224
+ <!-- For non-OWL aware applications -->
225
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
226
+ </rdf:Description>
227
+ <rdf:Description rdf:about="#changeNote">
228
+ <rdfs:label xml:lang="en">change note</rdfs:label>
229
+ <rdfs:label xml:lang="sv">förändringsanmärkning</rdfs:label>
230
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
231
+ <skos:definition xml:lang="en">A note about a modification to a concept.</skos:definition>
232
+ <skos:definition xml:lang="sv">Anmärkning om förändringar av ett begrepp.</skos:definition>
233
+ <!-- S16 -->
234
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
235
+ <!-- S17 -->
236
+ <rdfs:subPropertyOf rdf:resource="#note"/>
237
+ <!-- For non-OWL aware applications -->
238
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
239
+ </rdf:Description>
240
+ <rdf:Description rdf:about="#definition">
241
+ <rdfs:label xml:lang="en">definition</rdfs:label>
242
+ <rdfs:label xml:lang="sv">definition</rdfs:label>
243
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
244
+ <skos:definition xml:lang="en">A statement or formal explanation of the meaning of a concept.</skos:definition>
245
+ <skos:definition xml:lang="sv">En beskrivning eller förklaring av ett begrepps innebörd.</skos:definition>
246
+ <!-- S16 -->
247
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
248
+ <!-- S17 -->
249
+ <rdfs:subPropertyOf rdf:resource="#note"/>
250
+ <!-- For non-OWL aware applications -->
251
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
252
+ </rdf:Description>
253
+ <rdf:Description rdf:about="#editorialNote">
254
+ <rdfs:label xml:lang="en">editorial note</rdfs:label>
255
+ <rdfs:label xml:lang="sv">redaktionell anmärkning</rdfs:label>
256
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
257
+ <skos:definition xml:lang="en">A note for an editor, translator or maintainer of the vocabulary.</skos:definition>
258
+ <skos:definition xml:lang="sv">Information avsedd för redaktör, översättare elleter förvaltare av begreppsmodellen.</skos:definition>
259
+ <!-- S16 -->
260
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
261
+ <!-- S17 -->
262
+ <rdfs:subPropertyOf rdf:resource="#note"/>
263
+ <!-- For non-OWL aware applications -->
264
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
265
+ </rdf:Description>
266
+ <rdf:Description rdf:about="#example">
267
+ <rdfs:label xml:lang="en">example</rdfs:label>
268
+ <rdfs:label xml:lang="sv">exempel</rdfs:label>
269
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
270
+ <skos:definition xml:lang="en">An example of the use of a concept.</skos:definition>
271
+ <skos:definition xml:lang="sv">Exempel på hur ett begrepp kan användas.</skos:definition>
272
+ <!-- S16 -->
273
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
274
+ <!-- S17 -->
275
+ <rdfs:subPropertyOf rdf:resource="#note"/>
276
+ <!-- For non-OWL aware applications -->
277
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
278
+ </rdf:Description>
279
+ <rdf:Description rdf:about="#historyNote">
280
+ <rdfs:label xml:lang="en">history note</rdfs:label>
281
+ <rdfs:label xml:lang="sv">historisk anmärkning</rdfs:label>
282
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
283
+ <skos:definition xml:lang="en">A note about the past state/use/meaning of a concept.</skos:definition>
284
+ <skos:definition xml:lang="sv">Information om tidigare status/användning/innebörd av ett begrepp.</skos:definition>
285
+ <!-- S16 -->
286
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
287
+ <!-- S17 -->
288
+ <rdfs:subPropertyOf rdf:resource="#note"/>
289
+ <!-- For non-OWL aware applications -->
290
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
291
+ </rdf:Description>
292
+ <rdf:Description rdf:about="#scopeNote">
293
+ <rdfs:label xml:lang="en">scope note</rdfs:label>
294
+ <rdfs:label xml:lang="sv">användningsanmärkning</rdfs:label>
295
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
296
+ <skos:definition xml:lang="en">A note that helps to clarify the meaning and/or the use of a concept.</skos:definition>
297
+ <skos:definition xml:lang="sv">Information som förtydligar betyldelsen av och/eller användningen av ett begrepp.</skos:definition>
298
+ <!-- S16 -->
299
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
300
+ <!-- S17 -->
301
+ <rdfs:subPropertyOf rdf:resource="#note"/>
302
+ <!-- For non-OWL aware applications -->
303
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
304
+ </rdf:Description>
305
+ <rdf:Description rdf:about="#semanticRelation">
306
+ <rdfs:label xml:lang="en">is in semantic relation with</rdfs:label>
307
+ <rdfs:label xml:lang="sv">är semantiskt relaterat till</rdfs:label>
308
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
309
+ <skos:definition xml:lang="en">Links a concept to a concept related by meaning.</skos:definition>
310
+ <skos:definition xml:lang="sv">Kopplar ihop två begrepp som har en meningsfull relation.</skos:definition>
311
+ <skos:scopeNote xml:lang="en">This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts.</skos:scopeNote>
312
+ <skos:scopeNote xml:lang="sv">Denna egenskap ska inte användas direkt. Den är en abstrakt egenskap för de egenskaper som beskriver inbördes förhållanden mellan begrepp.</skos:scopeNote>
313
+ <!-- S18 -->
314
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
315
+ <!-- S19 -->
316
+ <rdfs:domain rdf:resource="#Concept"/>
317
+ <!-- S20 -->
318
+ <rdfs:range rdf:resource="#Concept"/>
319
+ <!-- For non-OWL aware applications -->
320
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
321
+ </rdf:Description>
322
+ <rdf:Description rdf:about="#broader">
323
+ <rdfs:label xml:lang="en">has broader</rdfs:label>
324
+ <rdfs:label xml:lang="sv">har överordnat begrepp</rdfs:label>
325
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
326
+ <skos:definition xml:lang="en">Relates a concept to a concept that is more general in meaning.</skos:definition>
327
+ <skos:definition xml:lang="sv">Kopplar samman ett begrepp med ett annat som är mer generellt definierat.</skos:definition>
328
+ <rdfs:comment xml:lang="en">Broader concepts are typically rendered as parents in a concept hierarchy (tree).</rdfs:comment>
329
+ <rdfs:comment xml:lang="sv">Överordnade begrepp visas vanligen som föräldrar i ett begreppsdiagram (träd).</rdfs:comment>
330
+ <skos:scopeNote xml:lang="en">By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources.</skos:scopeNote>
331
+ <skos:scopeNote xml:lang="sv">Vanligen används skos:broader enbart för direkta relationer mellan två begrepp.</skos:scopeNote>
332
+ <!-- S18 -->
333
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
334
+ <!-- S22 -->
335
+ <rdfs:subPropertyOf rdf:resource="#broaderTransitive"/>
336
+ <!-- S25 -->
337
+ <owl:inverseOf rdf:resource="#narrower"/>
338
+ <!-- For non-OWL aware applications -->
339
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
340
+ </rdf:Description>
341
+ <rdf:Description rdf:about="#narrower">
342
+ <rdfs:label xml:lang="en">has narrower</rdfs:label>
343
+ <rdfs:label xml:lang="sv">har underordnat begrepp</rdfs:label>
344
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
345
+ <skos:definition xml:lang="en">Relates a concept to a concept that is more specific in meaning.</skos:definition>
346
+ <skos:definition xml:lang="sv">Ett begrepp som har en mer specifik definition.</skos:definition>
347
+ <skos:scopeNote xml:lang="en">By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources.</skos:scopeNote>
348
+ <skos:scopeNote xml:lang="sv">Vanligtvis används skos:broader enbart för att uttrycka ett direkt hierarkiskt förhållande mellan två begrepp.</skos:scopeNote>
349
+ <rdfs:comment xml:lang="en">Narrower concepts are typically rendered as children in a concept hierarchy (tree).</rdfs:comment>
350
+ <rdfs:comment xml:lang="sv">Underordnade begrepp visas vanligen som barn i ett begreppsdiagram (träd).</rdfs:comment>
351
+ <!-- S18 -->
352
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
353
+ <!-- S22 -->
354
+ <rdfs:subPropertyOf rdf:resource="#narrowerTransitive"/>
355
+ <!-- S25 -->
356
+ <owl:inverseOf rdf:resource="#broader"/>
357
+ <!-- For non-OWL aware applications -->
358
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
359
+ </rdf:Description>
360
+ <rdf:Description rdf:about="#related">
361
+ <rdfs:label xml:lang="en">has related</rdfs:label>
362
+ <rdfs:label xml:lang="sv">är relaterat med</rdfs:label>
363
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
364
+ <skos:definition xml:lang="en">Relates a concept to a concept with which there is an associative semantic relationship.</skos:definition>
365
+ <skos:definition xml:lang="sv">Ett begrepp till vilket det finns en associativ begreppsrelation.</skos:definition>
366
+ <!-- S18 -->
367
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
368
+ <!-- S21 -->
369
+ <rdfs:subPropertyOf rdf:resource="#semanticRelation"/>
370
+ <!-- S23 -->
371
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
372
+ <!-- S27 (not formally stated) -->
373
+ <rdfs:comment xml:lang="en">skos:related is disjoint with skos:broaderTransitive</rdfs:comment>
374
+ <rdfs:comment xml:lang="sv">skos:related är åtskilt från skos:broaderTransitive</rdfs:comment>
375
+ <!-- For non-OWL aware applications -->
376
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
377
+ </rdf:Description>
378
+ <rdf:Description rdf:about="#broaderTransitive">
379
+ <rdfs:label xml:lang="en">has broader transitive</rdfs:label>
380
+ <rdfs:label xml:lang="sv">har transitivt överordnat begrepp</rdfs:label>
381
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
382
+ <skos:definition>skos:broaderTransitive is a transitive superproperty of skos:broader.</skos:definition>
383
+ <skos:definition xml:lang="sv">skos:broaderTransitive är en transitiv överordnad egenskap för skos:broader.</skos:definition>
384
+ <skos:scopeNote xml:lang="en">By convention, skos:broaderTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application.</skos:scopeNote>
385
+ <skos:scopeNote xml:lang="sv">Vanligen används inte skos:broaderTransitive för påståenden. Istället kan dessa egenskaper användas för att härleda trasitiva egenskaper för en hierarkisk relation, t.ex. vid implementation av frågealgoritmer i sökapplikationer.</skos:scopeNote>
386
+ <!-- S18 -->
387
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
388
+ <!-- S21 -->
389
+ <rdfs:subPropertyOf rdf:resource="#semanticRelation"/>
390
+ <!-- S24 -->
391
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
392
+ <!-- S26 -->
393
+ <owl:inverseOf rdf:resource="#narrowerTransitive"/>
394
+ <!-- For non-OWL aware applications -->
395
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
396
+ </rdf:Description>
397
+ <rdf:Description rdf:about="#narrowerTransitive">
398
+ <rdfs:label xml:lang="en">has narrower transitive</rdfs:label>
399
+ <rdfs:label xml:lang="sv">har transitivt underordnat begrepp</rdfs:label>
400
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
401
+ <skos:definition>skos:narrowerTransitive is a transitive superproperty of skos:narrower.</skos:definition>
402
+ <skos:definition xml:lang="sv">skos:narrowerTransitive är en transitiv överordnad egenskap för skos:narrower.</skos:definition>
403
+ <skos:scopeNote xml:lang="en">By convention, skos:narrowerTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application.</skos:scopeNote>
404
+ <skos:scopeNote xml:lang="sv">Vanligen används inte skos:narrowerTransitive för påståenden. Istället kan dessa egenskaper användas för att härleda trasitiva egenskaper för en hierarkisk relation, t.ex. vid implementation av frågealgoritmer i sökapplikationer.</skos:scopeNote>
405
+ <!-- S18 -->
406
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
407
+ <!-- S21 -->
408
+ <rdfs:subPropertyOf rdf:resource="#semanticRelation"/>
409
+ <!-- S24 -->
410
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
411
+ <!-- S26 -->
412
+ <owl:inverseOf rdf:resource="#broaderTransitive"/>
413
+ <!-- For non-OWL aware applications -->
414
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
415
+ </rdf:Description>
416
+ <rdf:Description rdf:about="#member">
417
+ <rdfs:label xml:lang="en">has member</rdfs:label>
418
+ <rdfs:label xml:lang="sv">har medlem</rdfs:label>
419
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
420
+ <skos:definition xml:lang="en">Relates a collection to one of its members.</skos:definition>
421
+ <skos:definition xml:lang="sv">kopplar en samling till en medlem.</skos:definition>
422
+ <!-- S30 -->
423
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
424
+ <!-- S31 -->
425
+ <rdfs:domain rdf:resource="#Collection"/>
426
+ <!-- S32 -->
427
+ <rdfs:range>
428
+ <owl:Class>
429
+ <owl:unionOf rdf:parseType="Collection">
430
+ <owl:Class rdf:about="#Concept"/>
431
+ <owl:Class rdf:about="#Collection"/>
432
+ </owl:unionOf>
433
+ </owl:Class>
434
+ </rdfs:range>
435
+ <!-- For non-OWL aware applications -->
436
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
437
+ </rdf:Description>
438
+ <rdf:Description rdf:about="#memberList">
439
+ <rdfs:label xml:lang="en">has member list</rdfs:label>
440
+ <rdfs:label xml:lang="sv">har medlemsförteckning</rdfs:label>
441
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
442
+ <skos:definition xml:lang="en">Relates an ordered collection to the RDF list containing its members.</skos:definition>
443
+ <skos:definition xml:lang="sv">Kopplar en ordnad samling begrepp till den RDF-lista som innehåller medlemmarna.</skos:definition>
444
+ <!-- S30 -->
445
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
446
+ <!-- S33 -->
447
+ <rdfs:domain rdf:resource="#OrderedCollection"/>
448
+ <!-- S35 -->
449
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
450
+ <!-- S34 -->
451
+ <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
452
+ <!-- S36 (not formally stated) -->
453
+ <rdfs:comment xml:lang="en">For any resource, every item in the list given as the value of the skos:memberList property is also a value of the skos:member property.</rdfs:comment>
454
+ <rdfs:comment xml:lang="sv">För alla poster i listan som pekas ut i skos:memberList gäller att de även är värde för egenskapen skos:member.</rdfs:comment>
455
+ <!-- For non-OWL aware applications -->
456
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
457
+ </rdf:Description>
458
+ <rdf:Description rdf:about="#mappingRelation">
459
+ <rdfs:label xml:lang="en">is in mapping relation with</rdfs:label>
460
+ <rdfs:label xml:lang="sv">ingår i en jämförande relation till</rdfs:label>
461
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
462
+ <skos:definition xml:lang="en">Relates two concepts coming, by convention, from different schemes, and that have comparable meanings</skos:definition>
463
+ <skos:definition xml:lang="sv">Kopplar samman två begrepp med likartad innebörd från olika begreppsmodeller.</skos:definition>
464
+ <rdfs:comment xml:lang="en">These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice.</rdfs:comment>
465
+ <rdfs:comment xml:lang="sv">Denna typ av relation speglar semantiska relationer och datamodellen nedan är liknar den för semantiska relationer (undantaget skos:exactMatch). En särskild vokabulär har skapats för att koppla samman begrepp vid jämförelser av deras innebörd med syfte att skilja på jämförelser inom en begreppsmodell och mellan begrepp i olika begreppsmodeller. Detta användningssätt krävs dock inte i SKOS datamodell utan bygger på praxis.</rdfs:comment>
466
+ <!-- S38 -->
467
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
468
+ <!-- S39 -->
469
+ <rdfs:subPropertyOf rdf:resource="#semanticRelation"/>
470
+ <!-- For non-OWL aware applications -->
471
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
472
+ </rdf:Description>
473
+ <rdf:Description rdf:about="#broadMatch">
474
+ <rdfs:label xml:lang="en">has broader match</rdfs:label>
475
+ <rdfs:label xml:lang="sv">har överordnat motsvarande begrepp</rdfs:label>
476
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
477
+ <skos:definition xml:lang="en">skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes.</skos:definition>
478
+ <skos:definition xml:lang="sv">skos:broadMatch används för att hierarkiskt relatera begrepp som ingår i olika begreppsmodeller.</skos:definition>
479
+ <!-- S38 -->
480
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
481
+ <!-- S40 -->
482
+ <rdfs:subPropertyOf rdf:resource="#mappingRelation"/>
483
+ <!-- S41 -->
484
+ <rdfs:subPropertyOf rdf:resource="#broader"/>
485
+ <!-- S43 -->
486
+ <owl:inverseOf rdf:resource="#narrowMatch"/>
487
+ <!-- For non-OWL aware applications -->
488
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
489
+ </rdf:Description>
490
+ <rdf:Description rdf:about="#narrowMatch">
491
+ <rdfs:label xml:lang="en">has narrower match</rdfs:label>
492
+ <rdfs:label xml:lang="sv">har underordnat motsvarande begrepp</rdfs:label>
493
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
494
+ <skos:definition xml:lang="en">skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes.</skos:definition>
495
+ <skos:definition xml:lang="sv">skos:narrowMatch används för att hierarkiskt relatera begrepp som ingår i olika begreppsmodeller.</skos:definition>
496
+ <!-- S38 -->
497
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
498
+ <!-- S40 -->
499
+ <rdfs:subPropertyOf rdf:resource="#mappingRelation"/>
500
+ <!-- S41 -->
501
+ <rdfs:subPropertyOf rdf:resource="#narrower"/>
502
+ <!-- S43 -->
503
+ <owl:inverseOf rdf:resource="#broadMatch"/>
504
+ <!-- For non-OWL aware applications -->
505
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
506
+ </rdf:Description>
507
+ <rdf:Description rdf:about="#relatedMatch">
508
+ <rdfs:label xml:lang="en">has related match</rdfs:label>
509
+ <rdfs:label xml:lang="sv">har relaterat motsvarande begrepp</rdfs:label>
510
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
511
+ <skos:definition xml:lang="en">skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes.</skos:definition>
512
+ <skos:definition xml:lang="sv">skos:relatedMatch används för att uttrycka en associativ begreppsrelation mellan begrepp som ingår i olika begreppsmodeller.</skos:definition>
513
+ <!-- S38 -->
514
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
515
+ <!-- S40 -->
516
+ <rdfs:subPropertyOf rdf:resource="#mappingRelation"/>
517
+ <!-- S41 -->
518
+ <rdfs:subPropertyOf rdf:resource="#related"/>
519
+ <!-- S44 -->
520
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
521
+ <!-- For non-OWL aware applications -->
522
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
523
+ </rdf:Description>
524
+ <rdf:Description rdf:about="#exactMatch">
525
+ <rdfs:label xml:lang="en">has exact match</rdfs:label>
526
+ <rdfs:label xml:lang="sv">har exakt motsvarande begrepp</rdfs:label>
527
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
528
+ <skos:definition xml:lang="en">skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch.</skos:definition>
529
+ <skos:definition xml:lang="sv">skos:exactMatch används för att koppla samman två begrepp där båda begreppen med största sannolikhet kan användas på samma sätt i informationsinsamlingssystem. skos:exactMatch är en transitiv egenskap och är en underliggande egenskap till skos:closeMatch.</skos:definition>
530
+ <!-- S38 -->
531
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
532
+ <!-- S42 -->
533
+ <rdfs:subPropertyOf rdf:resource="#closeMatch"/>
534
+ <!-- S44 -->
535
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
536
+ <!-- S45 -->
537
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
538
+ <!-- S46 (not formally stated) -->
539
+ <rdfs:comment xml:lang="en">skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch.</rdfs:comment>
540
+ <!-- For non-OWL aware applications -->
541
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
542
+ </rdf:Description>
543
+ <rdf:Description rdf:about="#closeMatch">
544
+ <rdfs:label xml:lang="en">has close match</rdfs:label>
545
+ <rdfs:label xml:lang="sv">har snarlikt motsvarande begrepp</rdfs:label>
546
+ <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
547
+ <skos:definition xml:lang="en">skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of "compound errors" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property.</skos:definition>
548
+ <skos:definition xml:lang="sv">skos:closeMatch används för att koppla samman två begrepp som är tillräckligt lika för att kunna användas på liknande sätt i en del informationsinsamlingssystem. För att undvika risken med "aggregarade fel" i situationer där kopplingar skapats mellan begrepp i flera begreppsmodeller så är skos:closeMatch inte en transitiv egenskap.</skos:definition>
549
+ <!-- S38 -->
550
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
551
+ <!-- S40 -->
552
+ <rdfs:subPropertyOf rdf:resource="#mappingRelation"/>
553
+ <!-- S44 -->
554
+ <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
555
+ <!-- For non-OWL aware applications -->
556
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
557
+ </rdf:Description>
558
+ </rdf:RDF>