annotate ontologies/skos-owl1-dl.rdf @ 0:1384a0d382fa

first input
author dwinter
date Thu, 30 Jun 2011 11:44:24 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1384a0d382fa first input
dwinter
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
1384a0d382fa first input
dwinter
parents:
diff changeset
2 <!-- This is a **subset** of the SKOS rdf schema generated through an XSL
1384a0d382fa first input
dwinter
parents:
diff changeset
3 translation. Certain axioms have been removed to provide a valid OWL DL ontology. -->
1384a0d382fa first input
dwinter
parents:
diff changeset
4 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dct="http://purl.org/dc/terms/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:base="http://www.w3.org/2004/02/skos/core">
1384a0d382fa first input
dwinter
parents:
diff changeset
5 <!-- This schema represents a formalisation of a subset of the semantic conditions
1384a0d382fa first input
dwinter
parents:
diff changeset
6 described in the SKOS Reference document dated 18 August 2009, accessible at
1384a0d382fa first input
dwinter
parents:
diff changeset
7 http://www.w3.org/TR/2009/REC-skos-reference-20090818/. XML comments of the form Sn are used to
1384a0d382fa first input
dwinter
parents:
diff changeset
8 indicate the semantic conditions that are being expressed. Comments of the form
1384a0d382fa first input
dwinter
parents:
diff changeset
9 [Sn] refer to assertions that are, strictly speaking, redundant as they follow
1384a0d382fa first input
dwinter
parents:
diff changeset
10 from the RDF(S) or OWL semantics.
1384a0d382fa first input
dwinter
parents:
diff changeset
11
1384a0d382fa first input
dwinter
parents:
diff changeset
12 A number of semantic conditions are *not* expressed formally in this schema. These are:
1384a0d382fa first input
dwinter
parents:
diff changeset
13
1384a0d382fa first input
dwinter
parents:
diff changeset
14 S12
1384a0d382fa first input
dwinter
parents:
diff changeset
15 S13
1384a0d382fa first input
dwinter
parents:
diff changeset
16 S14
1384a0d382fa first input
dwinter
parents:
diff changeset
17 S27
1384a0d382fa first input
dwinter
parents:
diff changeset
18 S36
1384a0d382fa first input
dwinter
parents:
diff changeset
19 S46
1384a0d382fa first input
dwinter
parents:
diff changeset
20
1384a0d382fa first input
dwinter
parents:
diff changeset
21 For the conditions listed above, rdfs:comments are used to indicate the conditions.
1384a0d382fa first input
dwinter
parents:
diff changeset
22
1384a0d382fa first input
dwinter
parents:
diff changeset
23 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
24 <owl:Ontology rdf:about="http://www.w3.org/2004/02/skos/core">
1384a0d382fa first input
dwinter
parents:
diff changeset
25
1384a0d382fa first input
dwinter
parents:
diff changeset
26
1384a0d382fa first input
dwinter
parents:
diff changeset
27
1384a0d382fa first input
dwinter
parents:
diff changeset
28
1384a0d382fa first input
dwinter
parents:
diff changeset
29
1384a0d382fa first input
dwinter
parents:
diff changeset
30
1384a0d382fa first input
dwinter
parents:
diff changeset
31 <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/skos-reference/"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
32 </owl:Ontology>
1384a0d382fa first input
dwinter
parents:
diff changeset
33 <rdf:Description rdf:about="#Concept">
1384a0d382fa first input
dwinter
parents:
diff changeset
34 <rdfs:label xml:lang="en">Concept</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
35 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
36 <skos:definition xml:lang="en">An idea or notion; a unit of thought.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
37 <!-- S1 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
38 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
39 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
40 <rdf:Description rdf:about="#ConceptScheme">
1384a0d382fa first input
dwinter
parents:
diff changeset
41 <rdfs:label xml:lang="en">Concept Scheme</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
42 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
43 <skos:definition xml:lang="en">A set of concepts, optionally including statements about semantic relationships between those concepts.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
44 <skos:scopeNote xml:lang="en">A concept scheme may be defined to include concepts from different sources.</skos:scopeNote>
1384a0d382fa first input
dwinter
parents:
diff changeset
45 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
46 <!-- S2 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
47 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
48 <!-- S9 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
49 <owl:disjointWith rdf:resource="#Concept"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
50 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
51 <rdf:Description rdf:about="#Collection">
1384a0d382fa first input
dwinter
parents:
diff changeset
52 <rdfs:label xml:lang="en">Collection</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
53 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
54 <skos:definition xml:lang="en">A meaningful collection of concepts.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
55 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
56 <!-- S28 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
57 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
58 <!-- S37 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
59 <owl:disjointWith rdf:resource="#Concept"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
60 <!-- S37 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
61 <owl:disjointWith rdf:resource="#ConceptScheme"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
62 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
63 <rdf:Description rdf:about="#OrderedCollection">
1384a0d382fa first input
dwinter
parents:
diff changeset
64 <rdfs:label xml:lang="en">Ordered Collection</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
65 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
66 <skos:definition xml:lang="en">An ordered collection of concepts, where both the grouping and the ordering are meaningful.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
67 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
68 <!-- S28 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
69 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
70 <!-- S29 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
71 <rdfs:subClassOf rdf:resource="#Collection"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
72 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
73 <rdf:Description rdf:about="#inScheme">
1384a0d382fa first input
dwinter
parents:
diff changeset
74 <rdfs:label xml:lang="en">is in scheme</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
75 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
76 <skos:definition xml:lang="en">Relates a resource (for example a concept) to a concept scheme in which it is included.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
77 <skos:scopeNote xml:lang="en">A concept may be a member of more than one concept scheme.</skos:scopeNote>
1384a0d382fa first input
dwinter
parents:
diff changeset
78 <!-- S3 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
79 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
80 <!-- S4 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
81 <rdfs:range rdf:resource="#ConceptScheme"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
82 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
83 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
84 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
85 <rdf:Description rdf:about="#hasTopConcept">
1384a0d382fa first input
dwinter
parents:
diff changeset
86 <rdfs:label xml:lang="en">has top concept</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
87 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
88 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
89 <!-- S3 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
90 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
91 <!-- S5 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
92 <rdfs:domain rdf:resource="#ConceptScheme"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
93 <!-- S6 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
94 <rdfs:range rdf:resource="#Concept"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
95 <!-- S8 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
96 <owl:inverseOf rdf:resource="#topConceptOf"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
97 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
98 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
99 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
100 <rdf:Description rdf:about="#topConceptOf">
1384a0d382fa first input
dwinter
parents:
diff changeset
101 <rdfs:label xml:lang="en">is top concept in scheme</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
102 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
103 <skos:definition xml:lang="en">Relates a concept to the concept scheme that it is a top level concept of.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
104 <!-- S3 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
105 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
106 <!-- S7 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
107 <rdfs:subPropertyOf rdf:resource="#inScheme"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
108 <!-- S8 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
109 <owl:inverseOf rdf:resource="#hasTopConcept"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
110 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
111 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
112 <rdfs:domain rdf:resource="#Concept"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
113 <rdfs:range rdf:resource="#ConceptScheme"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
114 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
115 <rdf:Description rdf:about="#prefLabel">
1384a0d382fa first input
dwinter
parents:
diff changeset
116 <rdfs:label xml:lang="en">preferred label</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
117 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
118 <skos:definition xml:lang="en">The preferred lexical label for a resource, in a given language.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
119 <!-- S10 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
120 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
121 <!-- S11 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
122 <!-- Axiom Deleted -->
1384a0d382fa first input
dwinter
parents:
diff changeset
123 <!-- S14 (not formally stated) -->
1384a0d382fa first input
dwinter
parents:
diff changeset
124 <rdfs:comment xml:lang="en">A resource has no more than one value of skos:prefLabel per language tag.</rdfs:comment>
1384a0d382fa first input
dwinter
parents:
diff changeset
125 <!-- S12 (not formally stated) -->
1384a0d382fa first input
dwinter
parents:
diff changeset
126 <rdfs:comment xml:lang="en">The range of skos:prefLabel is the class of RDF plain literals.</rdfs:comment>
1384a0d382fa first input
dwinter
parents:
diff changeset
127 <!-- S13 (not formally stated) -->
1384a0d382fa first input
dwinter
parents:
diff changeset
128 <rdfs:comment xml:lang="en">skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
1384a0d382fa first input
dwinter
parents:
diff changeset
129 disjoint properties.</rdfs:comment>
1384a0d382fa first input
dwinter
parents:
diff changeset
130 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
131 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
132 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
133 <rdf:Description rdf:about="#altLabel">
1384a0d382fa first input
dwinter
parents:
diff changeset
134 <rdfs:label xml:lang="en">alternative label</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
135 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
136 <skos:definition xml:lang="en">An alternative lexical label for a resource.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
137 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
138 <!-- S10 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
139 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
140 <!-- S11 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
141 <!-- Axiom Deleted -->
1384a0d382fa first input
dwinter
parents:
diff changeset
142 <!-- S12 (not formally stated) -->
1384a0d382fa first input
dwinter
parents:
diff changeset
143 <rdfs:comment xml:lang="en">The range of skos:altLabel is the class of RDF plain literals.</rdfs:comment>
1384a0d382fa first input
dwinter
parents:
diff changeset
144 <!-- S13 (not formally stated) -->
1384a0d382fa first input
dwinter
parents:
diff changeset
145 <rdfs:comment xml:lang="en">skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.</rdfs:comment>
1384a0d382fa first input
dwinter
parents:
diff changeset
146 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
147 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
148 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
149 <rdf:Description rdf:about="#hiddenLabel">
1384a0d382fa first input
dwinter
parents:
diff changeset
150 <rdfs:label xml:lang="en">hidden label</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
151 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
152 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
153 <!-- S10 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
154 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
155 <!-- S11 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
156 <!-- Axiom Deleted -->
1384a0d382fa first input
dwinter
parents:
diff changeset
157 <!-- S12 (not formally stated) -->
1384a0d382fa first input
dwinter
parents:
diff changeset
158 <rdfs:comment xml:lang="en">The range of skos:hiddenLabel is the class of RDF plain literals.</rdfs:comment>
1384a0d382fa first input
dwinter
parents:
diff changeset
159 <!-- S13 (not formally stated) -->
1384a0d382fa first input
dwinter
parents:
diff changeset
160 <rdfs:comment xml:lang="en">skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.</rdfs:comment>
1384a0d382fa first input
dwinter
parents:
diff changeset
161 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
162 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
163 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
164 <rdf:Description rdf:about="#notation">
1384a0d382fa first input
dwinter
parents:
diff changeset
165 <rdfs:label xml:lang="en">notation</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
166 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
167 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
168 <skos:scopeNote xml:lang="en">By convention, skos:notation is used with a typed literal in the object position of the triple.</skos:scopeNote>
1384a0d382fa first input
dwinter
parents:
diff changeset
169 <!-- S15 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
170 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
171 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
172 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
173 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
174 <rdf:Description rdf:about="#note">
1384a0d382fa first input
dwinter
parents:
diff changeset
175 <rdfs:label xml:lang="en">note</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
176 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
177 <skos:definition xml:lang="en">A general note, for any purpose.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
178 <skos:scopeNote xml:lang="en">This property may be used directly, or as a super-property for more specific note types.</skos:scopeNote>
1384a0d382fa first input
dwinter
parents:
diff changeset
179 <!-- S16 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
180 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
181 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
182 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
183 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
184 <rdf:Description rdf:about="#changeNote">
1384a0d382fa first input
dwinter
parents:
diff changeset
185 <rdfs:label xml:lang="en">change note</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
186 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
187 <skos:definition xml:lang="en">A note about a modification to a concept.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
188 <!-- S16 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
189 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
190 <!-- S17 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
191 <!-- Axiom Deleted -->
1384a0d382fa first input
dwinter
parents:
diff changeset
192 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
193 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
194 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
195 <rdf:Description rdf:about="#definition">
1384a0d382fa first input
dwinter
parents:
diff changeset
196 <rdfs:label xml:lang="en">definition</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
197 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
198 <skos:definition xml:lang="en">A statement or formal explanation of the meaning of a concept.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
199 <!-- S16 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
200 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
201 <!-- S17 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
202 <!-- Axiom Deleted -->
1384a0d382fa first input
dwinter
parents:
diff changeset
203 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
204 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
205 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
206 <rdf:Description rdf:about="#editorialNote">
1384a0d382fa first input
dwinter
parents:
diff changeset
207 <rdfs:label xml:lang="en">editorial note</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
208 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
209 <skos:definition xml:lang="en">A note for an editor, translator or maintainer of the vocabulary.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
210 <!-- S16 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
211 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
212 <!-- S17 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
213 <!-- Axiom Deleted -->
1384a0d382fa first input
dwinter
parents:
diff changeset
214 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
215 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
216 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
217 <rdf:Description rdf:about="#example">
1384a0d382fa first input
dwinter
parents:
diff changeset
218 <rdfs:label xml:lang="en">example</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
219 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
220 <skos:definition xml:lang="en">An example of the use of a concept.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
221 <!-- S16 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
222 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
223 <!-- S17 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
224 <!-- Axiom Deleted -->
1384a0d382fa first input
dwinter
parents:
diff changeset
225 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
226 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
227 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
228 <rdf:Description rdf:about="#historyNote">
1384a0d382fa first input
dwinter
parents:
diff changeset
229 <rdfs:label xml:lang="en">history note</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
230 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
231 <skos:definition xml:lang="en">A note about the past state/use/meaning of a concept.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
232 <!-- S16 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
233 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
234 <!-- S17 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
235 <!-- Axiom Deleted -->
1384a0d382fa first input
dwinter
parents:
diff changeset
236 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
237 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
238 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
239 <rdf:Description rdf:about="#scopeNote">
1384a0d382fa first input
dwinter
parents:
diff changeset
240 <rdfs:label xml:lang="en">scope note</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
241 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
242 <skos:definition xml:lang="en">A note that helps to clarify the meaning and/or the use of a concept.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
243 <!-- S16 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
244 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
245 <!-- S17 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
246 <!-- Axiom Deleted -->
1384a0d382fa first input
dwinter
parents:
diff changeset
247 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
248 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
249 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
250 <rdf:Description rdf:about="#semanticRelation">
1384a0d382fa first input
dwinter
parents:
diff changeset
251 <rdfs:label xml:lang="en">is in semantic relation with</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
252 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
253 <skos:definition xml:lang="en">Links a concept to a concept related by meaning.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
254 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
255 <!-- S18 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
256 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
257 <!-- S19 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
258 <rdfs:domain rdf:resource="#Concept"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
259 <!-- S20 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
260 <rdfs:range rdf:resource="#Concept"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
261 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
262 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
263 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
264 <rdf:Description rdf:about="#broader">
1384a0d382fa first input
dwinter
parents:
diff changeset
265 <rdfs:label xml:lang="en">has broader</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
266 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
267 <skos:definition xml:lang="en">Relates a concept to a concept that is more general in meaning.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
268 <rdfs:comment xml:lang="en">Broader concepts are typically rendered as parents in a concept hierarchy (tree).</rdfs:comment>
1384a0d382fa first input
dwinter
parents:
diff changeset
269 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
270 <!-- S18 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
271 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
272 <!-- S22 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
273 <rdfs:subPropertyOf rdf:resource="#broaderTransitive"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
274 <!-- S25 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
275 <owl:inverseOf rdf:resource="#narrower"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
276 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
277 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
278 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
279 <rdf:Description rdf:about="#narrower">
1384a0d382fa first input
dwinter
parents:
diff changeset
280 <rdfs:label xml:lang="en">has narrower</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
281 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
282 <skos:definition xml:lang="en">Relates a concept to a concept that is more specific in meaning.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
283 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
284 <rdfs:comment xml:lang="en">Narrower concepts are typically rendered as children in a concept hierarchy (tree).</rdfs:comment>
1384a0d382fa first input
dwinter
parents:
diff changeset
285 <!-- S18 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
286 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
287 <!-- S22 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
288 <rdfs:subPropertyOf rdf:resource="#narrowerTransitive"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
289 <!-- S25 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
290 <owl:inverseOf rdf:resource="#broader"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
291 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
292 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
293 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
294 <rdf:Description rdf:about="#related">
1384a0d382fa first input
dwinter
parents:
diff changeset
295 <rdfs:label xml:lang="en">has related</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
296 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
297 <skos:definition xml:lang="en">Relates a concept to a concept with which there is an associative semantic relationship.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
298 <!-- S18 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
299 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
300 <!-- S21 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
301 <rdfs:subPropertyOf rdf:resource="#semanticRelation"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
302 <!-- S23 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
303 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
304 <!-- S27 (not formally stated) -->
1384a0d382fa first input
dwinter
parents:
diff changeset
305 <rdfs:comment xml:lang="en">skos:related is disjoint with skos:broaderTransitive</rdfs:comment>
1384a0d382fa first input
dwinter
parents:
diff changeset
306 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
307 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
308 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
309 <rdf:Description rdf:about="#broaderTransitive">
1384a0d382fa first input
dwinter
parents:
diff changeset
310 <rdfs:label xml:lang="en">has broader transitive</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
311 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
312 <skos:definition>skos:broaderTransitive is a transitive superproperty of skos:broader.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
313 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
314 <!-- S18 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
315 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
316 <!-- S21 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
317 <rdfs:subPropertyOf rdf:resource="#semanticRelation"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
318 <!-- S24 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
319 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
320 <!-- S26 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
321 <owl:inverseOf rdf:resource="#narrowerTransitive"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
322 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
323 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
324 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
325 <rdf:Description rdf:about="#narrowerTransitive">
1384a0d382fa first input
dwinter
parents:
diff changeset
326 <rdfs:label xml:lang="en">has narrower transitive</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
327 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
328 <skos:definition>skos:narrowerTransitive is a transitive superproperty of skos:narrower.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
329 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
330 <!-- S18 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
331 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
332 <!-- S21 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
333 <rdfs:subPropertyOf rdf:resource="#semanticRelation"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
334 <!-- S24 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
335 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
336 <!-- S26 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
337 <owl:inverseOf rdf:resource="#broaderTransitive"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
338 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
339 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
340 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
341 <rdf:Description rdf:about="#member">
1384a0d382fa first input
dwinter
parents:
diff changeset
342 <rdfs:label xml:lang="en">has member</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
343 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
344 <skos:definition xml:lang="en">Relates a collection to one of its members.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
345 <!-- S30 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
346 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
347 <!-- S31 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
348 <rdfs:domain rdf:resource="#Collection"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
349 <!-- S32 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
350 <rdfs:range>
1384a0d382fa first input
dwinter
parents:
diff changeset
351 <owl:Class>
1384a0d382fa first input
dwinter
parents:
diff changeset
352 <owl:unionOf rdf:parseType="Collection">
1384a0d382fa first input
dwinter
parents:
diff changeset
353 <owl:Class rdf:about="#Concept"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
354 <owl:Class rdf:about="#Collection"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
355 </owl:unionOf>
1384a0d382fa first input
dwinter
parents:
diff changeset
356 </owl:Class>
1384a0d382fa first input
dwinter
parents:
diff changeset
357 </rdfs:range>
1384a0d382fa first input
dwinter
parents:
diff changeset
358 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
359 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
360 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
361 <rdf:Description rdf:about="#memberList">
1384a0d382fa first input
dwinter
parents:
diff changeset
362 <rdfs:label xml:lang="en">has member list</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
363 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
364 <skos:definition xml:lang="en">Relates an ordered collection to the RDF list containing its members.</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
365 <!-- S30 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
366 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
367 <!-- S33 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
368 <rdfs:domain rdf:resource="#OrderedCollection"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
369 <!-- S35 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
370 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
371 <!-- S34 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
372 <!-- Axiom Deleted -->
1384a0d382fa first input
dwinter
parents:
diff changeset
373 <!-- S36 (not formally stated) -->
1384a0d382fa first input
dwinter
parents:
diff changeset
374 <rdfs:comment xml:lang="en">For any resource, every item in the list given as the value of the
1384a0d382fa first input
dwinter
parents:
diff changeset
375 skos:memberList property is also a value of the skos:member property.</rdfs:comment>
1384a0d382fa first input
dwinter
parents:
diff changeset
376 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
377 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
378 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
379 <rdf:Description rdf:about="#mappingRelation">
1384a0d382fa first input
dwinter
parents:
diff changeset
380 <rdfs:label xml:lang="en">is in mapping relation with</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
381 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
382 <skos:definition xml:lang="en">Relates two concepts coming, by convention, from different schemes, and that have comparable meanings</skos:definition>
1384a0d382fa first input
dwinter
parents:
diff changeset
383 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
384 <!-- S38 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
385 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
386 <!-- S39 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
387 <rdfs:subPropertyOf rdf:resource="#semanticRelation"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
388 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
389 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
390 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
391 <rdf:Description rdf:about="#broadMatch">
1384a0d382fa first input
dwinter
parents:
diff changeset
392 <rdfs:label xml:lang="en">has broader match</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
393 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
394 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
395 <!-- S38 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
396 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
397 <!-- S40 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
398 <rdfs:subPropertyOf rdf:resource="#mappingRelation"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
399 <!-- S41 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
400 <rdfs:subPropertyOf rdf:resource="#broader"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
401 <!-- S43 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
402 <owl:inverseOf rdf:resource="#narrowMatch"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
403 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
404 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
405 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
406 <rdf:Description rdf:about="#narrowMatch">
1384a0d382fa first input
dwinter
parents:
diff changeset
407 <rdfs:label xml:lang="en">has narrower match</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
408 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
409 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
410 <!-- S38 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
411 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
412 <!-- S40 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
413 <rdfs:subPropertyOf rdf:resource="#mappingRelation"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
414 <!-- S41 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
415 <rdfs:subPropertyOf rdf:resource="#narrower"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
416 <!-- S43 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
417 <owl:inverseOf rdf:resource="#broadMatch"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
418 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
419 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
420 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
421 <rdf:Description rdf:about="#relatedMatch">
1384a0d382fa first input
dwinter
parents:
diff changeset
422 <rdfs:label xml:lang="en">has related match</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
423 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
424 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
425 <!-- S38 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
426 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
427 <!-- S40 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
428 <rdfs:subPropertyOf rdf:resource="#mappingRelation"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
429 <!-- S41 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
430 <rdfs:subPropertyOf rdf:resource="#related"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
431 <!-- S44 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
432 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
433 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
434 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
435 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
436 <rdf:Description rdf:about="#exactMatch">
1384a0d382fa first input
dwinter
parents:
diff changeset
437 <rdfs:label xml:lang="en">has exact match</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
438 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
439 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
440 <!-- S38 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
441 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
442 <!-- S42 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
443 <rdfs:subPropertyOf rdf:resource="#closeMatch"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
444 <!-- S44 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
445 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
446 <!-- S45 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
447 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
448 <!-- S46 (not formally stated) -->
1384a0d382fa first input
dwinter
parents:
diff changeset
449 <rdfs:comment xml:lang="en">skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch.</rdfs:comment>
1384a0d382fa first input
dwinter
parents:
diff changeset
450 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
451 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
452 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
453 <rdf:Description rdf:about="#closeMatch">
1384a0d382fa first input
dwinter
parents:
diff changeset
454 <rdfs:label xml:lang="en">has close match</rdfs:label>
1384a0d382fa first input
dwinter
parents:
diff changeset
455 <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
456 <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>
1384a0d382fa first input
dwinter
parents:
diff changeset
457 <!-- S38 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
458 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
459 <!-- S40 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
460 <rdfs:subPropertyOf rdf:resource="#mappingRelation"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
461 <!-- S44 -->
1384a0d382fa first input
dwinter
parents:
diff changeset
462 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
463 <!-- For non-OWL aware applications -->
1384a0d382fa first input
dwinter
parents:
diff changeset
464 <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
1384a0d382fa first input
dwinter
parents:
diff changeset
465 </rdf:Description>
1384a0d382fa first input
dwinter
parents:
diff changeset
466 </rdf:RDF>