rdf-vocab 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/rdf-vocab.gemspec CHANGED
@@ -19,6 +19,8 @@ Gem::Specification.new do |spec|
19
19
  spec.require_paths = ["lib"]
20
20
 
21
21
  spec.add_dependency "linkeddata"
22
- spec.add_development_dependency "bundler", "~> 1.5"
22
+
23
+ spec.add_development_dependency "bundler", "~> 1.7"
23
24
  spec.add_development_dependency "rake"
25
+ spec.add_development_dependency "rspec", "~> 3.1"
24
26
  end
@@ -0,0 +1,1077 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE rdf:RDF [
3
+ <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
4
+ <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
5
+ <!ENTITY dcns 'http://purl.org/dc/elements/1.1/'>
6
+ <!ENTITY dctermsns 'http://purl.org/dc/terms/'>
7
+ <!ENTITY dctypens 'http://purl.org/dc/dcmitype/'>
8
+ <!ENTITY dcamns 'http://purl.org/dc/dcam/'>
9
+ <!ENTITY skosns 'http://www.w3.org/2004/02/skos/core#'>
10
+ <!ENTITY owlns 'http://www.w3.org/2002/07/owl#'>
11
+ ]>
12
+ <rdf:RDF xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:dcam="http://purl.org/dc/dcam/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
13
+ <rdf:Description rdf:about="http://purl.org/dc/terms/">
14
+ <dcterms:title xml:lang="en">DCMI Metadata Terms - other</dcterms:title>
15
+ <dcterms:publisher rdf:resource="http://purl.org/dc/aboutdcmi#DCMI"/>
16
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2012-06-14</dcterms:modified>
17
+ </rdf:Description>
18
+ <rdf:Description rdf:about="http://purl.org/dc/terms/title">
19
+ <rdfs:label xml:lang="en">Title</rdfs:label>
20
+ <rdfs:comment xml:lang="en">A name given to the resource.</rdfs:comment>
21
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
22
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
23
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-10-11</dcterms:modified>
24
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
25
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#titleT-002"/>
26
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
27
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/title"/>
28
+ </rdf:Description>
29
+ <rdf:Description rdf:about="http://purl.org/dc/terms/creator">
30
+ <rdfs:label xml:lang="en">Creator</rdfs:label>
31
+ <rdfs:comment xml:lang="en">An entity primarily responsible for making the resource.</rdfs:comment>
32
+ <dcterms:description xml:lang="en">Examples of a Creator include a person, an organization, or a service.</dcterms:description>
33
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
34
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
35
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-10-11</dcterms:modified>
36
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
37
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#creatorT-002"/>
38
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/Agent"/>
39
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/creator"/>
40
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/contributor"/>
41
+ <owl:equivalentProperty rdf:resource="http://xmlns.com/foaf/0.1/maker"/>
42
+ </rdf:Description>
43
+ <rdf:Description rdf:about="http://purl.org/dc/terms/subject">
44
+ <rdfs:label xml:lang="en">Subject</rdfs:label>
45
+ <rdfs:comment xml:lang="en">The topic of the resource.</rdfs:comment>
46
+ <dcterms:description xml:lang="en">Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary.</dcterms:description>
47
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
48
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
49
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2012-06-14</dcterms:modified>
50
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
51
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#subjectT-002"/>
52
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
53
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/subject"/>
54
+ </rdf:Description>
55
+ <rdf:Description rdf:about="http://purl.org/dc/terms/description">
56
+ <rdfs:label xml:lang="en">Description</rdfs:label>
57
+ <rdfs:comment xml:lang="en">An account of the resource.</rdfs:comment>
58
+ <dcterms:description xml:lang="en">Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.</dcterms:description>
59
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
60
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
61
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
62
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
63
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#descriptionT-001"/>
64
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/description"/>
65
+ </rdf:Description>
66
+ <rdf:Description rdf:about="http://purl.org/dc/terms/publisher">
67
+ <rdfs:label xml:lang="en">Publisher</rdfs:label>
68
+ <rdfs:comment xml:lang="en">An entity responsible for making the resource available.</rdfs:comment>
69
+ <dcterms:description xml:lang="en">Examples of a Publisher include a person, an organization, or a service.</dcterms:description>
70
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
71
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
72
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-10-11</dcterms:modified>
73
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
74
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#publisherT-001"/>
75
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/Agent"/>
76
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/publisher"/>
77
+ </rdf:Description>
78
+ <rdf:Description rdf:about="http://purl.org/dc/terms/contributor">
79
+ <rdfs:label xml:lang="en">Contributor</rdfs:label>
80
+ <rdfs:comment xml:lang="en">An entity responsible for making contributions to the resource.</rdfs:comment>
81
+ <dcterms:description xml:lang="en">Examples of a Contributor include a person, an organization, or a service.</dcterms:description>
82
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
83
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
84
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-10-11</dcterms:modified>
85
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
86
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#contributorT-001"/>
87
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/Agent"/>
88
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
89
+ </rdf:Description>
90
+ <rdf:Description rdf:about="http://purl.org/dc/terms/date">
91
+ <rdfs:label xml:lang="en">Date</rdfs:label>
92
+ <rdfs:comment xml:lang="en">A point or period of time associated with an event in the lifecycle of the resource.</rdfs:comment>
93
+ <dcterms:description xml:lang="en">Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].</dcterms:description>
94
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
95
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
96
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
97
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
98
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#dateT-001"/>
99
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
100
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
101
+ </rdf:Description>
102
+ <rdf:Description rdf:about="http://purl.org/dc/terms/type">
103
+ <rdfs:label xml:lang="en">Type</rdfs:label>
104
+ <rdfs:comment xml:lang="en">The nature or genre of the resource.</rdfs:comment>
105
+ <dcterms:description xml:lang="en">Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element.</dcterms:description>
106
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
107
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
108
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
109
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
110
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#typeT-001"/>
111
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
112
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/type"/>
113
+ </rdf:Description>
114
+ <rdf:Description rdf:about="http://purl.org/dc/terms/format">
115
+ <rdfs:label xml:lang="en">Format</rdfs:label>
116
+ <rdfs:comment xml:lang="en">The file format, physical medium, or dimensions of the resource.</rdfs:comment>
117
+ <dcterms:description xml:lang="en">Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME].</dcterms:description>
118
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
119
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
120
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
121
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
122
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#formatT-001"/>
123
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/MediaTypeOrExtent"/>
124
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/format"/>
125
+ </rdf:Description>
126
+ <rdf:Description rdf:about="http://purl.org/dc/terms/identifier">
127
+ <rdfs:label xml:lang="en">Identifier</rdfs:label>
128
+ <rdfs:comment xml:lang="en">An unambiguous reference to the resource within a given context.</rdfs:comment>
129
+ <dcterms:description xml:lang="en">Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. </dcterms:description>
130
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
131
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
132
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
133
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
134
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#identifierT-001"/>
135
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
136
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/identifier"/>
137
+ </rdf:Description>
138
+ <rdf:Description rdf:about="http://purl.org/dc/terms/source">
139
+ <rdfs:label xml:lang="en">Source</rdfs:label>
140
+ <rdfs:comment xml:lang="en">A related resource from which the described resource is derived.</rdfs:comment>
141
+ <dcterms:description xml:lang="en">The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.</dcterms:description>
142
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
143
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
144
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
145
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
146
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#sourceT-001"/>
147
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
148
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/source"/>
149
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
150
+ </rdf:Description>
151
+ <rdf:Description rdf:about="http://purl.org/dc/terms/language">
152
+ <rdfs:label xml:lang="en">Language</rdfs:label>
153
+ <rdfs:comment xml:lang="en">A language of the resource.</rdfs:comment>
154
+ <dcterms:description xml:lang="en">Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].</dcterms:description>
155
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
156
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
157
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
158
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
159
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#languageT-001"/>
160
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/LinguisticSystem"/>
161
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/language"/>
162
+ </rdf:Description>
163
+ <rdf:Description rdf:about="http://purl.org/dc/terms/relation">
164
+ <rdfs:label xml:lang="en">Relation</rdfs:label>
165
+ <rdfs:comment xml:lang="en">A related resource.</rdfs:comment>
166
+ <dcterms:description xml:lang="en">Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. </dcterms:description>
167
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
168
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
169
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
170
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
171
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#relationT-001"/>
172
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
173
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
174
+ </rdf:Description>
175
+ <rdf:Description rdf:about="http://purl.org/dc/terms/coverage">
176
+ <rdfs:label xml:lang="en">Coverage</rdfs:label>
177
+ <rdfs:comment xml:lang="en">The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.</rdfs:comment>
178
+ <dcterms:description xml:lang="en">Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges.</dcterms:description>
179
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
180
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
181
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
182
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
183
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#coverageT-001"/>
184
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/LocationPeriodOrJurisdiction"/>
185
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/coverage"/>
186
+ </rdf:Description>
187
+ <rdf:Description rdf:about="http://purl.org/dc/terms/rights">
188
+ <rdfs:label xml:lang="en">Rights</rdfs:label>
189
+ <rdfs:comment xml:lang="en">Information about rights held in and over the resource.</rdfs:comment>
190
+ <dcterms:description xml:lang="en">Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.</dcterms:description>
191
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
192
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
193
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
194
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
195
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#rightsT-001"/>
196
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/RightsStatement"/>
197
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/rights"/>
198
+ </rdf:Description>
199
+ <rdf:Description rdf:about="http://purl.org/dc/terms/audience">
200
+ <rdfs:label xml:lang="en">Audience</rdfs:label>
201
+ <rdfs:comment xml:lang="en">A class of entity for whom the resource is intended or useful.</rdfs:comment>
202
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
203
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2001-05-21</dcterms:issued>
204
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
205
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
206
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#audience-003"/>
207
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/AgentClass"/>
208
+ </rdf:Description>
209
+ <rdf:Description rdf:about="http://purl.org/dc/terms/alternative">
210
+ <rdfs:label xml:lang="en">Alternative Title</rdfs:label>
211
+ <rdfs:comment xml:lang="en">An alternative name for the resource.</rdfs:comment>
212
+ <dcterms:description xml:lang="en">The distinction between titles and alternative titles is application-specific.</dcterms:description>
213
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
214
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
215
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-10-11</dcterms:modified>
216
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
217
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#alternative-003"/>
218
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
219
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/title"/>
220
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/title"/>
221
+ </rdf:Description>
222
+ <rdf:Description rdf:about="http://purl.org/dc/terms/tableOfContents">
223
+ <rdfs:label xml:lang="en">Table Of Contents</rdfs:label>
224
+ <rdfs:comment xml:lang="en">A list of subunits of the resource.</rdfs:comment>
225
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
226
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
227
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
228
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
229
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#tableOfContents-003"/>
230
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/description"/>
231
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/description"/>
232
+ </rdf:Description>
233
+ <rdf:Description rdf:about="http://purl.org/dc/terms/abstract">
234
+ <rdfs:label xml:lang="en">Abstract</rdfs:label>
235
+ <rdfs:comment xml:lang="en">A summary of the resource.</rdfs:comment>
236
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
237
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
238
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
239
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
240
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#abstract-003"/>
241
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/description"/>
242
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/description"/>
243
+ </rdf:Description>
244
+ <rdf:Description rdf:about="http://purl.org/dc/terms/created">
245
+ <rdfs:label xml:lang="en">Date Created</rdfs:label>
246
+ <rdfs:comment xml:lang="en">Date of creation of the resource.</rdfs:comment>
247
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
248
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
249
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
250
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
251
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#created-003"/>
252
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
253
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
254
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
255
+ </rdf:Description>
256
+ <rdf:Description rdf:about="http://purl.org/dc/terms/valid">
257
+ <rdfs:label xml:lang="en">Date Valid</rdfs:label>
258
+ <rdfs:comment xml:lang="en">Date (often a range) of validity of a resource.</rdfs:comment>
259
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
260
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
261
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
262
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
263
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#valid-003"/>
264
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
265
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
266
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
267
+ </rdf:Description>
268
+ <rdf:Description rdf:about="http://purl.org/dc/terms/available">
269
+ <rdfs:label xml:lang="en">Date Available</rdfs:label>
270
+ <rdfs:comment xml:lang="en">Date (often a range) that the resource became or will become available.</rdfs:comment>
271
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
272
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
273
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
274
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
275
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#available-003"/>
276
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
277
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
278
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
279
+ </rdf:Description>
280
+ <rdf:Description rdf:about="http://purl.org/dc/terms/issued">
281
+ <rdfs:label xml:lang="en">Date Issued</rdfs:label>
282
+ <rdfs:comment xml:lang="en">Date of formal issuance (e.g., publication) of the resource.</rdfs:comment>
283
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
284
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
285
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
286
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
287
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#issued-003"/>
288
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
289
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
290
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
291
+ </rdf:Description>
292
+ <rdf:Description rdf:about="http://purl.org/dc/terms/modified">
293
+ <rdfs:label xml:lang="en">Date Modified</rdfs:label>
294
+ <rdfs:comment xml:lang="en">Date on which the resource was changed.</rdfs:comment>
295
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
296
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
297
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
298
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
299
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#modified-003"/>
300
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
301
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
302
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
303
+ </rdf:Description>
304
+ <rdf:Description rdf:about="http://purl.org/dc/terms/extent">
305
+ <rdfs:label xml:lang="en">Extent</rdfs:label>
306
+ <rdfs:comment xml:lang="en">The size or duration of the resource.</rdfs:comment>
307
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
308
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
309
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
310
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
311
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#extent-003"/>
312
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/SizeOrDuration"/>
313
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/format"/>
314
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/format"/>
315
+ </rdf:Description>
316
+ <rdf:Description rdf:about="http://purl.org/dc/terms/medium">
317
+ <rdfs:label xml:lang="en">Medium</rdfs:label>
318
+ <rdfs:comment xml:lang="en">The material or physical carrier of the resource.</rdfs:comment>
319
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
320
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
321
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
322
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
323
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#medium-003"/>
324
+ <rdfs:domain rdf:resource="http://purl.org/dc/terms/PhysicalResource"/>
325
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/PhysicalMedium"/>
326
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/format"/>
327
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/format"/>
328
+ </rdf:Description>
329
+ <rdf:Description rdf:about="http://purl.org/dc/terms/isVersionOf">
330
+ <rdfs:label xml:lang="en">Is Version Of</rdfs:label>
331
+ <rdfs:comment xml:lang="en">A related resource of which the described resource is a version, edition, or adaptation.</rdfs:comment>
332
+ <dcterms:description xml:lang="en">Changes in version imply substantive changes in content rather than differences in format.</dcterms:description>
333
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
334
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
335
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
336
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
337
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#isVersionOf-003"/>
338
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
339
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
340
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
341
+ </rdf:Description>
342
+ <rdf:Description rdf:about="http://purl.org/dc/terms/hasVersion">
343
+ <rdfs:label xml:lang="en">Has Version</rdfs:label>
344
+ <rdfs:comment xml:lang="en">A related resource that is a version, edition, or adaptation of the described resource.</rdfs:comment>
345
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
346
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
347
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
348
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
349
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#hasVersion-003"/>
350
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
351
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
352
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
353
+ </rdf:Description>
354
+ <rdf:Description rdf:about="http://purl.org/dc/terms/isReplacedBy">
355
+ <rdfs:label xml:lang="en">Is Replaced By</rdfs:label>
356
+ <rdfs:comment xml:lang="en">A related resource that supplants, displaces, or supersedes the described resource.</rdfs:comment>
357
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
358
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
359
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
360
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
361
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#isReplacedBy-003"/>
362
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
363
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
364
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
365
+ </rdf:Description>
366
+ <rdf:Description rdf:about="http://purl.org/dc/terms/replaces">
367
+ <rdfs:label xml:lang="en">Replaces</rdfs:label>
368
+ <rdfs:comment xml:lang="en">A related resource that is supplanted, displaced, or superseded by the described resource.</rdfs:comment>
369
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
370
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
371
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
372
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
373
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#replaces-003"/>
374
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
375
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
376
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
377
+ </rdf:Description>
378
+ <rdf:Description rdf:about="http://purl.org/dc/terms/isRequiredBy">
379
+ <rdfs:label xml:lang="en">Is Required By</rdfs:label>
380
+ <rdfs:comment xml:lang="en">A related resource that requires the described resource to support its function, delivery, or coherence.</rdfs:comment>
381
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
382
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
383
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
384
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
385
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#isRequiredBy-003"/>
386
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
387
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
388
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
389
+ </rdf:Description>
390
+ <rdf:Description rdf:about="http://purl.org/dc/terms/requires">
391
+ <rdfs:label xml:lang="en">Requires</rdfs:label>
392
+ <rdfs:comment xml:lang="en">A related resource that is required by the described resource to support its function, delivery, or coherence.</rdfs:comment>
393
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
394
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
395
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
396
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
397
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#requires-003"/>
398
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
399
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
400
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
401
+ </rdf:Description>
402
+ <rdf:Description rdf:about="http://purl.org/dc/terms/isPartOf">
403
+ <rdfs:label xml:lang="en">Is Part Of</rdfs:label>
404
+ <rdfs:comment xml:lang="en">A related resource in which the described resource is physically or logically included.</rdfs:comment>
405
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
406
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
407
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
408
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
409
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#isPartOf-003"/>
410
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
411
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
412
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
413
+ </rdf:Description>
414
+ <rdf:Description rdf:about="http://purl.org/dc/terms/hasPart">
415
+ <rdfs:label xml:lang="en">Has Part</rdfs:label>
416
+ <rdfs:comment xml:lang="en">A related resource that is included either physically or logically in the described resource.</rdfs:comment>
417
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
418
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
419
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
420
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
421
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#hasPart-003"/>
422
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
423
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
424
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
425
+ </rdf:Description>
426
+ <rdf:Description rdf:about="http://purl.org/dc/terms/isReferencedBy">
427
+ <rdfs:label xml:lang="en">Is Referenced By</rdfs:label>
428
+ <rdfs:comment xml:lang="en">A related resource that references, cites, or otherwise points to the described resource.</rdfs:comment>
429
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
430
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
431
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
432
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
433
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#isReferencedBy-003"/>
434
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
435
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
436
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
437
+ </rdf:Description>
438
+ <rdf:Description rdf:about="http://purl.org/dc/terms/references">
439
+ <rdfs:label xml:lang="en">References</rdfs:label>
440
+ <rdfs:comment xml:lang="en">A related resource that is referenced, cited, or otherwise pointed to by the described resource.</rdfs:comment>
441
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
442
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
443
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
444
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
445
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#references-003"/>
446
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
447
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
448
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
449
+ </rdf:Description>
450
+ <rdf:Description rdf:about="http://purl.org/dc/terms/isFormatOf">
451
+ <rdfs:label xml:lang="en">Is Format Of</rdfs:label>
452
+ <rdfs:comment xml:lang="en">A related resource that is substantially the same as the described resource, but in another format.</rdfs:comment>
453
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
454
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
455
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
456
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
457
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#isFormatOf-003"/>
458
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
459
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
460
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
461
+ </rdf:Description>
462
+ <rdf:Description rdf:about="http://purl.org/dc/terms/hasFormat">
463
+ <rdfs:label xml:lang="en">Has Format</rdfs:label>
464
+ <rdfs:comment xml:lang="en">A related resource that is substantially the same as the pre-existing described resource, but in another format.</rdfs:comment>
465
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
466
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
467
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
468
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
469
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#hasFormat-003"/>
470
+ <skos:note xml:lang="en">This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</skos:note>
471
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
472
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
473
+ </rdf:Description>
474
+ <rdf:Description rdf:about="http://purl.org/dc/terms/conformsTo">
475
+ <rdfs:label xml:lang="en">Conforms To</rdfs:label>
476
+ <rdfs:comment xml:lang="en">An established standard to which the described resource conforms.</rdfs:comment>
477
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
478
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2001-05-21</dcterms:issued>
479
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
480
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
481
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#conformsTo-003"/>
482
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/Standard"/>
483
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
484
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
485
+ </rdf:Description>
486
+ <rdf:Description rdf:about="http://purl.org/dc/terms/spatial">
487
+ <rdfs:label xml:lang="en">Spatial Coverage</rdfs:label>
488
+ <rdfs:comment xml:lang="en">Spatial characteristics of the resource.</rdfs:comment>
489
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
490
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
491
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
492
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
493
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#spatial-003"/>
494
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/Location"/>
495
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/coverage"/>
496
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/coverage"/>
497
+ </rdf:Description>
498
+ <rdf:Description rdf:about="http://purl.org/dc/terms/temporal">
499
+ <rdfs:label xml:lang="en">Temporal Coverage</rdfs:label>
500
+ <rdfs:comment xml:lang="en">Temporal characteristics of the resource.</rdfs:comment>
501
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
502
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
503
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
504
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
505
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#temporal-003"/>
506
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/PeriodOfTime"/>
507
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/coverage"/>
508
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/coverage"/>
509
+ </rdf:Description>
510
+ <rdf:Description rdf:about="http://purl.org/dc/terms/mediator">
511
+ <rdfs:label xml:lang="en">Mediator</rdfs:label>
512
+ <rdfs:comment xml:lang="en">An entity that mediates access to the resource and for whom the resource is intended or useful.</rdfs:comment>
513
+ <dcterms:description xml:lang="en">In an educational context, a mediator might be a parent, teacher, teaching assistant, or care-giver.</dcterms:description>
514
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
515
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2001-05-21</dcterms:issued>
516
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
517
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
518
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#mediator-003"/>
519
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/AgentClass"/>
520
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/audience"/>
521
+ </rdf:Description>
522
+ <rdf:Description rdf:about="http://purl.org/dc/terms/dateAccepted">
523
+ <rdfs:label xml:lang="en">Date Accepted</rdfs:label>
524
+ <rdfs:comment xml:lang="en">Date of acceptance of the resource.</rdfs:comment>
525
+ <dcterms:description xml:lang="en">Examples of resources to which a Date Accepted may be relevant are a thesis (accepted by a university department) or an article (accepted by a journal).</dcterms:description>
526
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
527
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2002-07-13</dcterms:issued>
528
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
529
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
530
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#dateAccepted-002"/>
531
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
532
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
533
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
534
+ </rdf:Description>
535
+ <rdf:Description rdf:about="http://purl.org/dc/terms/dateCopyrighted">
536
+ <rdfs:label xml:lang="en">Date Copyrighted</rdfs:label>
537
+ <rdfs:comment xml:lang="en">Date of copyright.</rdfs:comment>
538
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
539
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2002-07-13</dcterms:issued>
540
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
541
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
542
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#dateCopyrighted-002"/>
543
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
544
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
545
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
546
+ </rdf:Description>
547
+ <rdf:Description rdf:about="http://purl.org/dc/terms/dateSubmitted">
548
+ <rdfs:label xml:lang="en">Date Submitted</rdfs:label>
549
+ <rdfs:comment xml:lang="en">Date of submission of the resource.</rdfs:comment>
550
+ <dcterms:description xml:lang="en">Examples of resources to which a Date Submitted may be relevant are a thesis (submitted to a university department) or an article (submitted to a journal).</dcterms:description>
551
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
552
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2002-07-13</dcterms:issued>
553
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
554
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
555
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#dateSubmitted-002"/>
556
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
557
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
558
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
559
+ </rdf:Description>
560
+ <rdf:Description rdf:about="http://purl.org/dc/terms/educationLevel">
561
+ <rdfs:label xml:lang="en">Audience Education Level</rdfs:label>
562
+ <rdfs:comment xml:lang="en">A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.</rdfs:comment>
563
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
564
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2002-07-13</dcterms:issued>
565
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
566
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
567
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#educationLevel-002"/>
568
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/AgentClass"/>
569
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/audience"/>
570
+ </rdf:Description>
571
+ <rdf:Description rdf:about="http://purl.org/dc/terms/accessRights">
572
+ <rdfs:label xml:lang="en">Access Rights</rdfs:label>
573
+ <rdfs:comment xml:lang="en">Information about who can access the resource or an indication of its security status.</rdfs:comment>
574
+ <dcterms:description xml:lang="en">Access Rights may include information regarding access or restrictions based on privacy, security, or other policies.</dcterms:description>
575
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
576
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2003-02-15</dcterms:issued>
577
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
578
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
579
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#accessRights-002"/>
580
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/RightsStatement"/>
581
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/rights"/>
582
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/rights"/>
583
+ </rdf:Description>
584
+ <rdf:Description rdf:about="http://purl.org/dc/terms/bibliographicCitation">
585
+ <rdfs:label xml:lang="en">Bibliographic Citation</rdfs:label>
586
+ <rdfs:comment xml:lang="en">A bibliographic reference for the resource.</rdfs:comment>
587
+ <dcterms:description xml:lang="en">Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible.</dcterms:description>
588
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
589
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2003-02-15</dcterms:issued>
590
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
591
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
592
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#bibliographicCitation-002"/>
593
+ <rdfs:domain rdf:resource="http://purl.org/dc/terms/BibliographicResource"/>
594
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
595
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/identifier"/>
596
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
597
+ </rdf:Description>
598
+ <rdf:Description rdf:about="http://purl.org/dc/terms/license">
599
+ <rdfs:label xml:lang="en">License</rdfs:label>
600
+ <rdfs:comment xml:lang="en">A legal document giving official permission to do something with the resource.</rdfs:comment>
601
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
602
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2004-06-14</dcterms:issued>
603
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
604
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
605
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#license-002"/>
606
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/LicenseDocument"/>
607
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/rights"/>
608
+ <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/rights"/>
609
+ </rdf:Description>
610
+ <rdf:Description rdf:about="http://purl.org/dc/terms/rightsHolder">
611
+ <rdfs:label xml:lang="en">Rights Holder</rdfs:label>
612
+ <rdfs:comment xml:lang="en">A person or organization owning or managing rights over the resource.</rdfs:comment>
613
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
614
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2004-06-14</dcterms:issued>
615
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
616
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
617
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#rightsHolder-002"/>
618
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/Agent"/>
619
+ </rdf:Description>
620
+ <rdf:Description rdf:about="http://purl.org/dc/terms/provenance">
621
+ <rdfs:label xml:lang="en">Provenance</rdfs:label>
622
+ <rdfs:comment xml:lang="en">A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.</rdfs:comment>
623
+ <dcterms:description xml:lang="en">The statement may include a description of any changes successive custodians made to the resource.</dcterms:description>
624
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
625
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2004-09-20</dcterms:issued>
626
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
627
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
628
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#provenance-002"/>
629
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/ProvenanceStatement"/>
630
+ </rdf:Description>
631
+ <rdf:Description rdf:about="http://purl.org/dc/terms/instructionalMethod">
632
+ <rdfs:label xml:lang="en">Instructional Method</rdfs:label>
633
+ <rdfs:comment xml:lang="en">A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support.</rdfs:comment>
634
+ <dcterms:description xml:lang="en">Instructional Method will typically include ways of presenting instructional materials or conducting instructional activities, patterns of learner-to-learner and learner-to-instructor interactions, and mechanisms by which group and individual levels of learning are measured. Instructional methods include all aspects of the instruction and learning processes from planning and implementation through evaluation and feedback.</dcterms:description>
635
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
636
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2005-06-13</dcterms:issued>
637
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
638
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
639
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#instructionalMethod-002"/>
640
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/MethodOfInstruction"/>
641
+ </rdf:Description>
642
+ <rdf:Description rdf:about="http://purl.org/dc/terms/accrualMethod">
643
+ <rdfs:label xml:lang="en">Accrual Method</rdfs:label>
644
+ <rdfs:comment xml:lang="en">The method by which items are added to a collection.</rdfs:comment>
645
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
646
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2005-06-13</dcterms:issued>
647
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-10-11</dcterms:modified>
648
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
649
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#accrualMethod-003"/>
650
+ <rdfs:domain rdf:resource="http://purl.org/dc/dcmitype/Collection"/>
651
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/MethodOfAccrual"/>
652
+ </rdf:Description>
653
+ <rdf:Description rdf:about="http://purl.org/dc/terms/accrualPeriodicity">
654
+ <rdfs:label xml:lang="en">Accrual Periodicity</rdfs:label>
655
+ <rdfs:comment xml:lang="en">The frequency with which items are added to a collection.</rdfs:comment>
656
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
657
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2005-06-13</dcterms:issued>
658
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-10-11</dcterms:modified>
659
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
660
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#accrualPeriodicity-003"/>
661
+ <rdfs:domain rdf:resource="http://purl.org/dc/dcmitype/Collection"/>
662
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/Frequency"/>
663
+ </rdf:Description>
664
+ <rdf:Description rdf:about="http://purl.org/dc/terms/accrualPolicy">
665
+ <rdfs:label xml:lang="en">Accrual Policy</rdfs:label>
666
+ <rdfs:comment xml:lang="en">The policy governing the addition of items to a collection.</rdfs:comment>
667
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
668
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2005-06-13</dcterms:issued>
669
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-10-11</dcterms:modified>
670
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
671
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#accrualPolicy-003"/>
672
+ <rdfs:domain rdf:resource="http://purl.org/dc/dcmitype/Collection"/>
673
+ <rdfs:range rdf:resource="http://purl.org/dc/terms/Policy"/>
674
+ </rdf:Description>
675
+ <rdf:Description rdf:about="http://purl.org/dc/terms/Agent">
676
+ <rdfs:label xml:lang="en">Agent</rdfs:label>
677
+ <rdfs:comment xml:lang="en">A resource that acts or has the power to act.</rdfs:comment>
678
+ <dcterms:description xml:lang="en">Examples of Agent include person, organization, and software agent.</dcterms:description>
679
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
680
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
681
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
682
+ <rdf:type rdf:resource="http://purl.org/dc/terms/AgentClass"/>
683
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#Agent-001"/>
684
+ </rdf:Description>
685
+ <rdf:Description rdf:about="http://purl.org/dc/terms/AgentClass">
686
+ <rdfs:label xml:lang="en">Agent Class</rdfs:label>
687
+ <rdfs:comment xml:lang="en">A group of agents.</rdfs:comment>
688
+ <dcterms:description xml:lang="en">Examples of Agent Class include groups seen as classes, such as students, women, charities, lecturers.</dcterms:description>
689
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
690
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
691
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2012-06-14</dcterms:modified>
692
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
693
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#AgentClass-003"/>
694
+ <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
695
+ </rdf:Description>
696
+ <rdf:Description rdf:about="http://purl.org/dc/terms/BibliographicResource">
697
+ <rdfs:label xml:lang="en">Bibliographic Resource</rdfs:label>
698
+ <rdfs:comment xml:lang="en">A book, article, or other documentary resource.</rdfs:comment>
699
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
700
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
701
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
702
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#BibliographicResource-001"/>
703
+ </rdf:Description>
704
+ <rdf:Description rdf:about="http://purl.org/dc/terms/FileFormat">
705
+ <rdfs:label xml:lang="en">File Format</rdfs:label>
706
+ <rdfs:comment xml:lang="en">A digital resource format.</rdfs:comment>
707
+ <dcterms:description xml:lang="en">Examples include the formats defined by the list of Internet Media Types.</dcterms:description>
708
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
709
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
710
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
711
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#FileFormat-001"/>
712
+ <rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/MediaType"/>
713
+ </rdf:Description>
714
+ <rdf:Description rdf:about="http://purl.org/dc/terms/Frequency">
715
+ <rdfs:label xml:lang="en">Frequency</rdfs:label>
716
+ <rdfs:comment xml:lang="en">A rate at which something recurs.</rdfs:comment>
717
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
718
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
719
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
720
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#Frequency-001"/>
721
+ </rdf:Description>
722
+ <rdf:Description rdf:about="http://purl.org/dc/terms/Jurisdiction">
723
+ <rdfs:label xml:lang="en">Jurisdiction</rdfs:label>
724
+ <rdfs:comment xml:lang="en">The extent or range of judicial, law enforcement, or other authority.</rdfs:comment>
725
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
726
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
727
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
728
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#Jurisdiction-001"/>
729
+ <rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/LocationPeriodOrJurisdiction"/>
730
+ </rdf:Description>
731
+ <rdf:Description rdf:about="http://purl.org/dc/terms/LicenseDocument">
732
+ <rdfs:label xml:lang="en">License Document</rdfs:label>
733
+ <rdfs:comment xml:lang="en">A legal document giving official permission to do something with a Resource.</rdfs:comment>
734
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
735
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
736
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
737
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#LicenseDocument-001"/>
738
+ <rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/RightsStatement"/>
739
+ </rdf:Description>
740
+ <rdf:Description rdf:about="http://purl.org/dc/terms/LinguisticSystem">
741
+ <rdfs:label xml:lang="en">Linguistic System</rdfs:label>
742
+ <rdfs:comment xml:lang="en">A system of signs, symbols, sounds, gestures, or rules used in communication.</rdfs:comment>
743
+ <dcterms:description xml:lang="en">Examples include written, spoken, sign, and computer languages.</dcterms:description>
744
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
745
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
746
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
747
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#LinguisticSystem-001"/>
748
+ </rdf:Description>
749
+ <rdf:Description rdf:about="http://purl.org/dc/terms/Location">
750
+ <rdfs:label xml:lang="en">Location</rdfs:label>
751
+ <rdfs:comment xml:lang="en">A spatial region or named place.</rdfs:comment>
752
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
753
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
754
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
755
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#Location-001"/>
756
+ <rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/LocationPeriodOrJurisdiction"/>
757
+ </rdf:Description>
758
+ <rdf:Description rdf:about="http://purl.org/dc/terms/LocationPeriodOrJurisdiction">
759
+ <rdfs:label xml:lang="en">Location, Period, or Jurisdiction</rdfs:label>
760
+ <rdfs:comment xml:lang="en">A location, period of time, or jurisdiction.</rdfs:comment>
761
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
762
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
763
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
764
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#LocationPeriodOrJurisdiction-001"/>
765
+ </rdf:Description>
766
+ <rdf:Description rdf:about="http://purl.org/dc/terms/MediaType">
767
+ <rdfs:label xml:lang="en">Media Type</rdfs:label>
768
+ <rdfs:comment xml:lang="en">A file format or physical medium.</rdfs:comment>
769
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
770
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
771
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
772
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#MediaType-001"/>
773
+ <rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/MediaTypeOrExtent"/>
774
+ </rdf:Description>
775
+ <rdf:Description rdf:about="http://purl.org/dc/terms/MediaTypeOrExtent">
776
+ <rdfs:label xml:lang="en">Media Type or Extent</rdfs:label>
777
+ <rdfs:comment xml:lang="en">A media type or extent.</rdfs:comment>
778
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
779
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
780
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
781
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#MediaTypeOrExtent-001"/>
782
+ </rdf:Description>
783
+ <rdf:Description rdf:about="http://purl.org/dc/terms/MethodOfInstruction">
784
+ <rdfs:label xml:lang="en">Method of Instruction</rdfs:label>
785
+ <rdfs:comment xml:lang="en">A process that is used to engender knowledge, attitudes, and skills.</rdfs:comment>
786
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
787
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
788
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
789
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#MethodOfInstruction-001"/>
790
+ </rdf:Description>
791
+ <rdf:Description rdf:about="http://purl.org/dc/terms/MethodOfAccrual">
792
+ <rdfs:label xml:lang="en">Method of Accrual</rdfs:label>
793
+ <rdfs:comment xml:lang="en">A method by which resources are added to a collection.</rdfs:comment>
794
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
795
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
796
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
797
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#MethodOfAccrual-001"/>
798
+ </rdf:Description>
799
+ <rdf:Description rdf:about="http://purl.org/dc/terms/PeriodOfTime">
800
+ <rdfs:label xml:lang="en">Period of Time</rdfs:label>
801
+ <rdfs:comment xml:lang="en">An interval of time that is named or defined by its start and end dates.</rdfs:comment>
802
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
803
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
804
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
805
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#PeriodOfTime-001"/>
806
+ <rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/LocationPeriodOrJurisdiction"/>
807
+ </rdf:Description>
808
+ <rdf:Description rdf:about="http://purl.org/dc/terms/PhysicalMedium">
809
+ <rdfs:label xml:lang="en">Physical Medium</rdfs:label>
810
+ <rdfs:comment xml:lang="en">A physical material or carrier.</rdfs:comment>
811
+ <dcterms:description xml:lang="en">Examples include paper, canvas, or DVD.</dcterms:description>
812
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
813
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
814
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
815
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#PhysicalMedium-001"/>
816
+ <rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/MediaType"/>
817
+ </rdf:Description>
818
+ <rdf:Description rdf:about="http://purl.org/dc/terms/PhysicalResource">
819
+ <rdfs:label xml:lang="en">Physical Resource</rdfs:label>
820
+ <rdfs:comment xml:lang="en">A material thing.</rdfs:comment>
821
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
822
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
823
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
824
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#PhysicalResource-001"/>
825
+ </rdf:Description>
826
+ <rdf:Description rdf:about="http://purl.org/dc/terms/Policy">
827
+ <rdfs:label xml:lang="en">Policy</rdfs:label>
828
+ <rdfs:comment xml:lang="en">A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters.</rdfs:comment>
829
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
830
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
831
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
832
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#Policy-001"/>
833
+ </rdf:Description>
834
+ <rdf:Description rdf:about="http://purl.org/dc/terms/ProvenanceStatement">
835
+ <rdfs:label xml:lang="en">Provenance Statement</rdfs:label>
836
+ <rdfs:comment xml:lang="en">A statement of any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation.</rdfs:comment>
837
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
838
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
839
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
840
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#ProvenanceStatement-001"/>
841
+ </rdf:Description>
842
+ <rdf:Description rdf:about="http://purl.org/dc/terms/RightsStatement">
843
+ <rdfs:label xml:lang="en">Rights Statement</rdfs:label>
844
+ <rdfs:comment xml:lang="en">A statement about the intellectual property rights (IPR) held in or over a Resource, a legal document giving official permission to do something with a resource, or a statement about access rights.</rdfs:comment>
845
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
846
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
847
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
848
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#RightsStatement-001"/>
849
+ </rdf:Description>
850
+ <rdf:Description rdf:about="http://purl.org/dc/terms/SizeOrDuration">
851
+ <rdfs:label xml:lang="en">Size or Duration</rdfs:label>
852
+ <rdfs:comment xml:lang="en">A dimension or extent, or a time taken to play or execute.</rdfs:comment>
853
+ <dcterms:description xml:lang="en">Examples include a number of pages, a specification of length, width, and breadth, or a period in hours, minutes, and seconds.</dcterms:description>
854
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
855
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
856
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
857
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#SizeOrDuration-001"/>
858
+ <rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/MediaTypeOrExtent"/>
859
+ </rdf:Description>
860
+ <rdf:Description rdf:about="http://purl.org/dc/terms/Standard">
861
+ <rdfs:label xml:lang="en">Standard</rdfs:label>
862
+ <rdfs:comment xml:lang="en">A basis for comparison; a reference point against which other things can be evaluated.</rdfs:comment>
863
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
864
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
865
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
866
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#Standard-001"/>
867
+ </rdf:Description>
868
+ <rdf:Description rdf:about="http://purl.org/dc/terms/ISO639-2">
869
+ <rdfs:label xml:lang="en">ISO 639-2</rdfs:label>
870
+ <rdfs:comment xml:lang="en">The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages.</rdfs:comment>
871
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
872
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
873
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
874
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
875
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#ISO639-2-003"/>
876
+ <rdfs:seeAlso rdf:resource="http://lcweb.loc.gov/standards/iso639-2/langhome.html"/>
877
+ </rdf:Description>
878
+ <rdf:Description rdf:about="http://purl.org/dc/terms/RFC1766">
879
+ <rdfs:label xml:lang="en">RFC 1766</rdfs:label>
880
+ <rdfs:comment xml:lang="en">The set of tags, constructed according to RFC 1766, for the identification of languages.</rdfs:comment>
881
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
882
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
883
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
884
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
885
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#RFC1766-003"/>
886
+ <rdfs:seeAlso rdf:resource="http://www.ietf.org/rfc/rfc1766.txt"/>
887
+ </rdf:Description>
888
+ <rdf:Description rdf:about="http://purl.org/dc/terms/URI">
889
+ <rdfs:label xml:lang="en">URI</rdfs:label>
890
+ <rdfs:comment xml:lang="en">The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force.</rdfs:comment>
891
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
892
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
893
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
894
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
895
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#URI-003"/>
896
+ <rdfs:seeAlso rdf:resource="http://www.ietf.org/rfc/rfc3986.txt"/>
897
+ </rdf:Description>
898
+ <rdf:Description rdf:about="http://purl.org/dc/terms/Point">
899
+ <rdfs:label xml:lang="en">DCMI Point</rdfs:label>
900
+ <rdfs:comment xml:lang="en">The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme.</rdfs:comment>
901
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
902
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
903
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
904
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
905
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#Point-003"/>
906
+ <rdfs:seeAlso rdf:resource="http://dublincore.org/documents/dcmi-point/"/>
907
+ </rdf:Description>
908
+ <rdf:Description rdf:about="http://purl.org/dc/terms/ISO3166">
909
+ <rdfs:label xml:lang="en">ISO 3166</rdfs:label>
910
+ <rdfs:comment xml:lang="en">The set of codes listed in ISO 3166-1 for the representation of names of countries.</rdfs:comment>
911
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
912
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
913
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
914
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
915
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#ISO3166-004"/>
916
+ <rdfs:seeAlso rdf:resource="http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html"/>
917
+ </rdf:Description>
918
+ <rdf:Description rdf:about="http://purl.org/dc/terms/Box">
919
+ <rdfs:label xml:lang="en">DCMI Box</rdfs:label>
920
+ <rdfs:comment xml:lang="en">The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme.</rdfs:comment>
921
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
922
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
923
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
924
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
925
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#Box-003"/>
926
+ <rdfs:seeAlso rdf:resource="http://dublincore.org/documents/dcmi-box/"/>
927
+ </rdf:Description>
928
+ <rdf:Description rdf:about="http://purl.org/dc/terms/Period">
929
+ <rdfs:label xml:lang="en">DCMI Period</rdfs:label>
930
+ <rdfs:comment xml:lang="en">The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme.</rdfs:comment>
931
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
932
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
933
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
934
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
935
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#Period-003"/>
936
+ <rdfs:seeAlso rdf:resource="http://dublincore.org/documents/dcmi-period/"/>
937
+ </rdf:Description>
938
+ <rdf:Description rdf:about="http://purl.org/dc/terms/W3CDTF">
939
+ <rdfs:label xml:lang="en">W3C-DTF</rdfs:label>
940
+ <rdfs:comment xml:lang="en">The set of dates and times constructed according to the W3C Date and Time Formats Specification.</rdfs:comment>
941
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
942
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
943
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
944
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
945
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#W3CDTF-003"/>
946
+ <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/NOTE-datetime"/>
947
+ </rdf:Description>
948
+ <rdf:Description rdf:about="http://purl.org/dc/terms/RFC3066">
949
+ <rdfs:label xml:lang="en">RFC 3066</rdfs:label>
950
+ <rdfs:comment xml:lang="en">The set of tags constructed according to RFC 3066 for the identification of languages.</rdfs:comment>
951
+ <dcterms:description xml:lang="en">RFC 3066 has been obsoleted by RFC 4646.</dcterms:description>
952
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
953
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2002-07-13</dcterms:issued>
954
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
955
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
956
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#RFC3066-002"/>
957
+ <rdfs:seeAlso rdf:resource="http://www.ietf.org/rfc/rfc3066.txt"/>
958
+ </rdf:Description>
959
+ <rdf:Description rdf:about="http://purl.org/dc/terms/RFC5646">
960
+ <rdfs:label xml:lang="en">RFC 5646</rdfs:label>
961
+ <rdfs:comment xml:lang="en">The set of tags constructed according to RFC 5646 for the identification of languages.</rdfs:comment>
962
+ <dcterms:description xml:lang="en">RFC 5646 obsoletes RFC 4646.</dcterms:description>
963
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
964
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-10-11</dcterms:issued>
965
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
966
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#RFC5646-001"/>
967
+ <rdfs:seeAlso rdf:resource="http://www.ietf.org/rfc/rfc5646.txt"/>
968
+ </rdf:Description>
969
+ <rdf:Description rdf:about="http://purl.org/dc/terms/RFC4646">
970
+ <rdfs:label xml:lang="en">RFC 4646</rdfs:label>
971
+ <rdfs:comment xml:lang="en">The set of tags constructed according to RFC 4646 for the identification of languages.</rdfs:comment>
972
+ <dcterms:description xml:lang="en">RFC 4646 obsoletes RFC 3066.</dcterms:description>
973
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
974
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
975
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
976
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#RFC4646-001"/>
977
+ <rdfs:seeAlso rdf:resource="http://www.ietf.org/rfc/rfc4646.txt"/>
978
+ </rdf:Description>
979
+ <rdf:Description rdf:about="http://purl.org/dc/terms/ISO639-3">
980
+ <rdfs:label xml:lang="en">ISO 639-3</rdfs:label>
981
+ <rdfs:comment xml:lang="en">The set of three-letter codes listed in ISO 639-3 for the representation of names of languages.</rdfs:comment>
982
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
983
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:issued>
984
+ <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
985
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#ISO639-3-001"/>
986
+ <rdfs:seeAlso rdf:resource="http://www.sil.org/iso639-3/"/>
987
+ </rdf:Description>
988
+ <rdf:Description rdf:about="http://purl.org/dc/terms/LCSH">
989
+ <rdfs:label xml:lang="en">LCSH</rdfs:label>
990
+ <rdfs:comment xml:lang="en">The set of labeled concepts specified by the Library of Congress Subject Headings.</rdfs:comment>
991
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
992
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
993
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
994
+ <rdf:type rdf:resource="http://purl.org/dc/dcam/VocabularyEncodingScheme"/>
995
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#LCSH-003"/>
996
+ </rdf:Description>
997
+ <rdf:Description rdf:about="http://purl.org/dc/terms/MESH">
998
+ <rdfs:label xml:lang="en">MeSH</rdfs:label>
999
+ <rdfs:comment xml:lang="en">The set of labeled concepts specified by the Medical Subject Headings.</rdfs:comment>
1000
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
1001
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
1002
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
1003
+ <rdf:type rdf:resource="http://purl.org/dc/dcam/VocabularyEncodingScheme"/>
1004
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#MESH-003"/>
1005
+ <rdfs:seeAlso rdf:resource="http://www.nlm.nih.gov/mesh/meshhome.html"/>
1006
+ </rdf:Description>
1007
+ <rdf:Description rdf:about="http://purl.org/dc/terms/DDC">
1008
+ <rdfs:label xml:lang="en">DDC</rdfs:label>
1009
+ <rdfs:comment xml:lang="en">The set of conceptual resources specified by the Dewey Decimal Classification.</rdfs:comment>
1010
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
1011
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
1012
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
1013
+ <rdf:type rdf:resource="http://purl.org/dc/dcam/VocabularyEncodingScheme"/>
1014
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#DDC-003"/>
1015
+ <rdfs:seeAlso rdf:resource="http://www.oclc.org/dewey/"/>
1016
+ </rdf:Description>
1017
+ <rdf:Description rdf:about="http://purl.org/dc/terms/LCC">
1018
+ <rdfs:label xml:lang="en">LCC</rdfs:label>
1019
+ <rdfs:comment xml:lang="en">The set of conceptual resources specified by the Library of Congress Classification.</rdfs:comment>
1020
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
1021
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
1022
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
1023
+ <rdf:type rdf:resource="http://purl.org/dc/dcam/VocabularyEncodingScheme"/>
1024
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#LCC-003"/>
1025
+ <rdfs:seeAlso rdf:resource="http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html"/>
1026
+ </rdf:Description>
1027
+ <rdf:Description rdf:about="http://purl.org/dc/terms/UDC">
1028
+ <rdfs:label xml:lang="en">UDC</rdfs:label>
1029
+ <rdfs:comment xml:lang="en">The set of conceptual resources specified by the Universal Decimal Classification.</rdfs:comment>
1030
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
1031
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
1032
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
1033
+ <rdf:type rdf:resource="http://purl.org/dc/dcam/VocabularyEncodingScheme"/>
1034
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#UDC-003"/>
1035
+ <rdfs:seeAlso rdf:resource="http://www.udcc.org/"/>
1036
+ </rdf:Description>
1037
+ <rdf:Description rdf:about="http://purl.org/dc/terms/DCMIType">
1038
+ <rdfs:label xml:lang="en">DCMI Type Vocabulary</rdfs:label>
1039
+ <rdfs:comment xml:lang="en">The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource.</rdfs:comment>
1040
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
1041
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
1042
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2012-06-14</dcterms:modified>
1043
+ <rdf:type rdf:resource="http://purl.org/dc/dcam/VocabularyEncodingScheme"/>
1044
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#DCMIType-005"/>
1045
+ <rdfs:seeAlso rdf:resource="http://purl.org/dc/dcmitype/"/>
1046
+ </rdf:Description>
1047
+ <rdf:Description rdf:about="http://purl.org/dc/terms/IMT">
1048
+ <rdfs:label xml:lang="en">IMT</rdfs:label>
1049
+ <rdfs:comment xml:lang="en">The set of media types specified by the Internet Assigned Numbers Authority.</rdfs:comment>
1050
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
1051
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
1052
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
1053
+ <rdf:type rdf:resource="http://purl.org/dc/dcam/VocabularyEncodingScheme"/>
1054
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#IMT-004"/>
1055
+ <rdfs:seeAlso rdf:resource="http://www.iana.org/assignments/media-types/"/>
1056
+ </rdf:Description>
1057
+ <rdf:Description rdf:about="http://purl.org/dc/terms/TGN">
1058
+ <rdfs:label xml:lang="en">TGN</rdfs:label>
1059
+ <rdfs:comment xml:lang="en">The set of places specified by the Getty Thesaurus of Geographic Names.</rdfs:comment>
1060
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
1061
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
1062
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
1063
+ <rdf:type rdf:resource="http://purl.org/dc/dcam/VocabularyEncodingScheme"/>
1064
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#TGN-003"/>
1065
+ <rdfs:seeAlso rdf:resource="http://www.getty.edu/research/tools/vocabulary/tgn/index.html"/>
1066
+ </rdf:Description>
1067
+ <rdf:Description rdf:about="http://purl.org/dc/terms/NLM">
1068
+ <rdfs:label xml:lang="en">NLM</rdfs:label>
1069
+ <rdfs:comment xml:lang="en">The set of conceptual resources specified by the National Library of Medicine Classification.</rdfs:comment>
1070
+ <rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
1071
+ <dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2005-06-13</dcterms:issued>
1072
+ <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
1073
+ <rdf:type rdf:resource="http://purl.org/dc/dcam/VocabularyEncodingScheme"/>
1074
+ <dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#NLM-002"/>
1075
+ <rdfs:seeAlso rdf:resource="http://wwwcf.nlm.nih.gov/class/"/>
1076
+ </rdf:Description>
1077
+ </rdf:RDF>