rdf-vocab 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +24 -200
  3. data/README.md +88 -33
  4. data/lib/{rdf-vocab → rdf}/vocab/acl.rb +19 -13
  5. data/lib/{rdf-vocab → rdf}/vocab/bibframe.rb +513 -510
  6. data/lib/rdf/vocab/cnt.rb +112 -0
  7. data/lib/{rdf-vocab → rdf}/vocab/crm.rb +799 -799
  8. data/lib/{rdf-vocab → rdf}/vocab/datacite.rb +53 -53
  9. data/lib/{rdf-vocab → rdf}/vocab/dwc.rb +459 -459
  10. data/lib/{rdf-vocab → rdf}/vocab/edm.rb +41 -41
  11. data/lib/rdf/vocab/extensions.rb +29 -0
  12. data/lib/{rdf-vocab → rdf}/vocab/fcrepo4.rb +38 -38
  13. data/lib/{rdf-vocab → rdf}/vocab/iana.rb +89 -166
  14. data/lib/{rdf-vocab → rdf}/vocab/identifiers.rb +58 -38
  15. data/lib/rdf/vocab/ldp.rb +218 -0
  16. data/lib/{rdf-vocab → rdf}/vocab/mads.rb +147 -147
  17. data/lib/{rdf-vocab → rdf}/vocab/marc_relators.rb +273 -269
  18. data/lib/{rdf-vocab → rdf}/vocab/mods.rb +178 -178
  19. data/lib/{rdf-vocab → rdf}/vocab/oa.rb +102 -102
  20. data/lib/{rdf-vocab → rdf}/vocab/ore.rb +32 -32
  21. data/lib/{rdf-vocab/vocab/premis/v1.rb → rdf/vocab/premis.rb} +147 -147
  22. data/lib/{rdf-vocab → rdf}/vocab/premis_event_type.rb +0 -0
  23. data/lib/rdf/vocab/version.rb +18 -0
  24. data/lib/rdf/vocab.rb +153 -0
  25. data/spec/spec_helper.rb +3 -84
  26. data/spec/vocab_spec.rb +64 -0
  27. metadata +109 -58
  28. data/.gitignore +0 -17
  29. data/.rspec +0 -2
  30. data/.travis.yml +0 -6
  31. data/CONTRIBUTING.md +0 -116
  32. data/CONTRIBUTORS.md +0 -6
  33. data/Gemfile +0 -4
  34. data/Rakefile +0 -8
  35. data/lib/rdf-vocab/config/vocab.yml +0 -109
  36. data/lib/rdf-vocab/tasks/vocab.rake +0 -44
  37. data/lib/rdf-vocab/version.rb +0 -5
  38. data/lib/rdf-vocab/vocab/fcrepo3.rb +0 -326
  39. data/lib/rdf-vocab/vocab/ldp.rb +0 -140
  40. data/lib/rdf-vocab/vocab/prov.rb +0 -1549
  41. data/lib/rdf-vocab.rb +0 -34
  42. data/rdf-vocab.gemspec +0 -26
  43. data/sources/dwcterms.rdf +0 -2679
  44. data/sources/iana-relation.rdf +0 -475
  45. data/sources/iana-relation.xsl +0 -65
  46. data/spec/fixtures/dcterms.rdf +0 -1077
  47. data/spec/unit/rdf_vocab_spec.rb +0 -27
@@ -1,475 +0,0 @@
1
- <?xml version="1.0"?>
2
- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dcterms="http://purl.org/dc/terms/">
3
- <rdf:Description rdf:about="http://www.iana.org/assignments/relation/">
4
- <dcterms:title xml:lang="en">Link Relations</dcterms:title>
5
- <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2005-08-26</dcterms:created>
6
- <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2015-01-21</dcterms:modified>
7
- <dcterms:publisher rdf:resource="http://www.iana.org/"/>
8
- <dcterms:contributor>Mark Nottingham, Julian Reschke, Jan Algermissen</dcterms:contributor>
9
- <rdfs:seeAlso rdf:resource="http://www.iana.org/assignments/link-relations/link-relations.xhtml"/>
10
- </rdf:Description>
11
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/about">
12
- <rdfs:label xml:lang="en">about</rdfs:label>
13
- <rdfs:comment xml:lang="en">Refers to a resource that is the subject of the link's context.</rdfs:comment>
14
- <rdfs:seeAlso rdf:about="rfc6903, section 2"/>
15
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
16
- </rdf:Property>
17
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/alternate">
18
- <rdfs:label xml:lang="en">alternate</rdfs:label>
19
- <rdfs:comment xml:lang="en">Refers to a substitute for this context</rdfs:comment>
20
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/html5/links.html#link-type-alternate"/>
21
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
22
- </rdf:Property>
23
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/appendix">
24
- <rdfs:label xml:lang="en">appendix</rdfs:label>
25
- <rdfs:comment xml:lang="en">Refers to an appendix.</rdfs:comment>
26
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/1999/REC-html401-19991224"/>
27
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
28
- </rdf:Property>
29
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/archives">
30
- <rdfs:label xml:lang="en">archives</rdfs:label>
31
- <rdfs:comment xml:lang="en">Refers to a collection of records, documents, or other materials of historical
32
- interest.</rdfs:comment>
33
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/2011/WD-html5-20110113/links.html#rel-archives"/>
34
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
35
- </rdf:Property>
36
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/author">
37
- <rdfs:label xml:lang="en">author</rdfs:label>
38
- <rdfs:comment xml:lang="en">Refers to the context's author.</rdfs:comment>
39
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/html5/links.html#link-type-author"/>
40
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
41
- </rdf:Property>
42
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/bookmark">
43
- <rdfs:label xml:lang="en">bookmark</rdfs:label>
44
- <rdfs:comment xml:lang="en">Gives a permanent link to use for bookmarking purposes.</rdfs:comment>
45
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/html5/links.html#link-type-bookmark"/>
46
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
47
- </rdf:Property>
48
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/canonical">
49
- <rdfs:label xml:lang="en">canonical</rdfs:label>
50
- <rdfs:comment xml:lang="en">Designates the preferred version of a resource (the IRI and its
51
- contents).</rdfs:comment>
52
- <rdfs:seeAlso rdf:about="rfc6596"/>
53
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
54
- </rdf:Property>
55
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/chapter">
56
- <rdfs:label xml:lang="en">chapter</rdfs:label>
57
- <rdfs:comment xml:lang="en">Refers to a chapter in a collection of resources.</rdfs:comment>
58
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/1999/REC-html401-19991224"/>
59
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
60
- </rdf:Property>
61
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/collection">
62
- <rdfs:label xml:lang="en">collection</rdfs:label>
63
- <rdfs:comment xml:lang="en">The target IRI points to a resource which represents the collection resource for
64
- the context IRI.</rdfs:comment>
65
- <rdfs:seeAlso rdf:about="rfc6573"/>
66
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
67
- </rdf:Property>
68
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/contents">
69
- <rdfs:label xml:lang="en">contents</rdfs:label>
70
- <rdfs:comment xml:lang="en">Refers to a table of contents.</rdfs:comment>
71
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/1999/REC-html401-19991224"/>
72
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
73
- </rdf:Property>
74
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/copyright">
75
- <rdfs:label xml:lang="en">copyright</rdfs:label>
76
- <rdfs:comment xml:lang="en">Refers to a copyright statement that applies to the link's context.</rdfs:comment>
77
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/1999/REC-html401-19991224"/>
78
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
79
- </rdf:Property>
80
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/create-form">
81
- <rdfs:label xml:lang="en">create-form</rdfs:label>
82
- <rdfs:comment xml:lang="en">The target IRI points to a resource where a submission form can be
83
- obtained.</rdfs:comment>
84
- <rdfs:seeAlso rdf:about="rfc6861"/>
85
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
86
- </rdf:Property>
87
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/current">
88
- <rdfs:label xml:lang="en">current</rdfs:label>
89
- <rdfs:comment xml:lang="en">Refers to a resource containing the most recent item(s) in a collection of
90
- resources.</rdfs:comment>
91
- <rdfs:seeAlso rdf:about="rfc5005"/>
92
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
93
- </rdf:Property>
94
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/derivedfrom">
95
- <rdfs:label xml:lang="en">derivedfrom</rdfs:label>
96
- <rdfs:comment xml:lang="en">The target IRI points to a resource from which this material was
97
- derived.</rdfs:comment>
98
- <rdfs:seeAlso rdf:about=""/>
99
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
100
- </rdf:Property>
101
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/describedby">
102
- <rdfs:label xml:lang="en">describedby</rdfs:label>
103
- <rdfs:comment xml:lang="en">Refers to a resource providing information about the link's
104
- context.</rdfs:comment>
105
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/powder-dr/#assoc-linking"/>
106
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
107
- </rdf:Property>
108
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/describes">
109
- <rdfs:label xml:lang="en">describes</rdfs:label>
110
- <rdfs:comment xml:lang="en">The relationship A 'describes' B asserts that resource A provides a description
111
- of resource B. There are no constraints on the format or representation of either A or B,
112
- neither are there any further constraints on either resource.</rdfs:comment>
113
- <rdfs:seeAlso rdf:about="rfc6892"/>
114
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
115
- </rdf:Property>
116
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/disclosure">
117
- <rdfs:label xml:lang="en">disclosure</rdfs:label>
118
- <rdfs:comment xml:lang="en">Refers to a list of patent disclosures made with respect to material for which
119
- 'disclosure' relation is specified.</rdfs:comment>
120
- <rdfs:seeAlso rdf:about="rfc6579"/>
121
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
122
- </rdf:Property>
123
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/duplicate">
124
- <rdfs:label xml:lang="en">duplicate</rdfs:label>
125
- <rdfs:comment xml:lang="en">Refers to a resource whose available representations are byte-for-byte identical
126
- with the corresponding representations of the context IRI.</rdfs:comment>
127
- <rdfs:seeAlso rdf:about="rfc6249"/>
128
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
129
- </rdf:Property>
130
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/edit">
131
- <rdfs:label xml:lang="en">edit</rdfs:label>
132
- <rdfs:comment xml:lang="en">Refers to a resource that can be used to edit the link's context.</rdfs:comment>
133
- <rdfs:seeAlso rdf:about="rfc5023"/>
134
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
135
- </rdf:Property>
136
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/edit-form">
137
- <rdfs:label xml:lang="en">edit-form</rdfs:label>
138
- <rdfs:comment xml:lang="en">The target IRI points to a resource where a submission form for editing
139
- associated resource can be obtained.</rdfs:comment>
140
- <rdfs:seeAlso rdf:about="rfc6861"/>
141
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
142
- </rdf:Property>
143
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/edit-media">
144
- <rdfs:label xml:lang="en">edit-media</rdfs:label>
145
- <rdfs:comment xml:lang="en">Refers to a resource that can be used to edit media associated with the link's
146
- context.</rdfs:comment>
147
- <rdfs:seeAlso rdf:about="rfc5023"/>
148
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
149
- </rdf:Property>
150
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/enclosure">
151
- <rdfs:label xml:lang="en">enclosure</rdfs:label>
152
- <rdfs:comment xml:lang="en">Identifies a related resource that is potentially large and might require special
153
- handling.</rdfs:comment>
154
- <rdfs:seeAlso rdf:about="rfc4287"/>
155
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
156
- </rdf:Property>
157
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/first">
158
- <rdfs:label xml:lang="en">first</rdfs:label>
159
- <rdfs:comment xml:lang="en">An IRI that refers to the furthest preceding resource in a series of
160
- resources.</rdfs:comment>
161
- <rdfs:seeAlso rdf:about="rfc5988"/>
162
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
163
- </rdf:Property>
164
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/glossary">
165
- <rdfs:label xml:lang="en">glossary</rdfs:label>
166
- <rdfs:comment xml:lang="en">Refers to a glossary of terms.</rdfs:comment>
167
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/1999/REC-html401-19991224"/>
168
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
169
- </rdf:Property>
170
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/help">
171
- <rdfs:label xml:lang="en">help</rdfs:label>
172
- <rdfs:comment xml:lang="en">Refers to context-sensitive help.</rdfs:comment>
173
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/html5/links.html#link-type-help"/>
174
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
175
- </rdf:Property>
176
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/hosts">
177
- <rdfs:label xml:lang="en">hosts</rdfs:label>
178
- <rdfs:comment xml:lang="en">Refers to a resource hosted by the server indicated by the link
179
- context.</rdfs:comment>
180
- <rdfs:seeAlso rdf:about="rfc6690"/>
181
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
182
- </rdf:Property>
183
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/hub">
184
- <rdfs:label xml:lang="en">hub</rdfs:label>
185
- <rdfs:comment xml:lang="en">Refers to a hub that enables registration for notification of updates to the
186
- context.</rdfs:comment>
187
- <rdfs:seeAlso rdf:about="http://pubsubhubbub.googlecode.com"/>
188
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
189
- </rdf:Property>
190
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/icon">
191
- <rdfs:label xml:lang="en">icon</rdfs:label>
192
- <rdfs:comment xml:lang="en">Refers to an icon representing the link's context.</rdfs:comment>
193
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/html5/links.html#link-type-icon"/>
194
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
195
- </rdf:Property>
196
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/index">
197
- <rdfs:label xml:lang="en">index</rdfs:label>
198
- <rdfs:comment xml:lang="en">Refers to an index.</rdfs:comment>
199
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/1999/REC-html401-19991224"/>
200
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
201
- </rdf:Property>
202
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/item">
203
- <rdfs:label xml:lang="en">item</rdfs:label>
204
- <rdfs:comment xml:lang="en">The target IRI points to a resource that is a member of the collection
205
- represented by the context IRI.</rdfs:comment>
206
- <rdfs:seeAlso rdf:about="rfc6573"/>
207
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
208
- </rdf:Property>
209
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/last">
210
- <rdfs:label xml:lang="en">last</rdfs:label>
211
- <rdfs:comment xml:lang="en">An IRI that refers to the furthest following resource in a series of
212
- resources.</rdfs:comment>
213
- <rdfs:seeAlso rdf:about="rfc5988"/>
214
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
215
- </rdf:Property>
216
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/latest-version">
217
- <rdfs:label xml:lang="en">latest-version</rdfs:label>
218
- <rdfs:comment xml:lang="en">Points to a resource containing the latest (e.g., current) version of the
219
- context.</rdfs:comment>
220
- <rdfs:seeAlso rdf:about="rfc5829"/>
221
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
222
- </rdf:Property>
223
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/license">
224
- <rdfs:label xml:lang="en">license</rdfs:label>
225
- <rdfs:comment xml:lang="en">Refers to a license associated with this context.</rdfs:comment>
226
- <rdfs:seeAlso rdf:about="rfc4946"/>
227
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
228
- </rdf:Property>
229
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/lrdd">
230
- <rdfs:label xml:lang="en">lrdd</rdfs:label>
231
- <rdfs:comment xml:lang="en">Refers to further information about the link's context, expressed as a LRDD
232
- ("Link-based Resource Descriptor Document") resource. See
233
- for information about processing this relation type in host-meta documents. When used
234
- elsewhere, it refers to additional links and other metadata. Multiple instances indicate
235
- additional LRDD resources. LRDD resources MUST have an "application/xrd+xml" representation,
236
- and MAY have others.</rdfs:comment>
237
- <rdfs:seeAlso rdf:about="rfc6415"/>
238
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
239
- </rdf:Property>
240
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/memento">
241
- <rdfs:label xml:lang="en">memento</rdfs:label>
242
- <rdfs:comment xml:lang="en">The Target IRI points to a Memento, a fixed resource that will not change state
243
- anymore.</rdfs:comment>
244
- <rdfs:seeAlso rdf:about="rfc7089"/>
245
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
246
- </rdf:Property>
247
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/monitor">
248
- <rdfs:label xml:lang="en">monitor</rdfs:label>
249
- <rdfs:comment xml:lang="en">Refers to a resource that can be used to monitor changes in an HTTP resource. </rdfs:comment>
250
- <rdfs:seeAlso rdf:about="rfc5989"/>
251
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
252
- </rdf:Property>
253
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/monitor-group">
254
- <rdfs:label xml:lang="en">monitor-group</rdfs:label>
255
- <rdfs:comment xml:lang="en">Refers to a resource that can be used to monitor changes in a specified group of
256
- HTTP resources. </rdfs:comment>
257
- <rdfs:seeAlso rdf:about="rfc5989"/>
258
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
259
- </rdf:Property>
260
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/next">
261
- <rdfs:label xml:lang="en">next</rdfs:label>
262
- <rdfs:comment xml:lang="en">Indicates that the link's context is a part of a series, and that the next in the
263
- series is the link target. </rdfs:comment>
264
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/html5/links.html#link-type-next"/>
265
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
266
- </rdf:Property>
267
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/next-archive">
268
- <rdfs:label xml:lang="en">next-archive</rdfs:label>
269
- <rdfs:comment xml:lang="en">Refers to the immediately following archive resource.</rdfs:comment>
270
- <rdfs:seeAlso rdf:about="rfc5005"/>
271
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
272
- </rdf:Property>
273
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/nofollow">
274
- <rdfs:label xml:lang="en">nofollow</rdfs:label>
275
- <rdfs:comment xml:lang="en">Indicates that the context&#x2019;s original author or publisher does not endorse the
276
- link target.</rdfs:comment>
277
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/html5/links.html#link-type-nofollow"/>
278
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
279
- </rdf:Property>
280
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/noreferrer">
281
- <rdfs:label xml:lang="en">noreferrer</rdfs:label>
282
- <rdfs:comment xml:lang="en">Indicates that no referrer information is to be leaked when following the
283
- link.</rdfs:comment>
284
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/html5/links.html#link-type-noreferrer"/>
285
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
286
- </rdf:Property>
287
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/original">
288
- <rdfs:label xml:lang="en">original</rdfs:label>
289
- <rdfs:comment xml:lang="en">The Target IRI points to an Original Resource.</rdfs:comment>
290
- <rdfs:seeAlso rdf:about="rfc7089"/>
291
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
292
- </rdf:Property>
293
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/payment">
294
- <rdfs:label xml:lang="en">payment</rdfs:label>
295
- <rdfs:comment xml:lang="en">Indicates a resource where payment is accepted.</rdfs:comment>
296
- <rdfs:seeAlso rdf:about="rfc5988"/>
297
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
298
- </rdf:Property>
299
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/predecessor-version">
300
- <rdfs:label xml:lang="en">predecessor-version</rdfs:label>
301
- <rdfs:comment xml:lang="en">Points to a resource containing the predecessor version in the version history. </rdfs:comment>
302
- <rdfs:seeAlso rdf:about="rfc5829"/>
303
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
304
- </rdf:Property>
305
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/prefetch">
306
- <rdfs:label xml:lang="en">prefetch</rdfs:label>
307
- <rdfs:comment xml:lang="en">Indicates that the link target should be preemptively cached.</rdfs:comment>
308
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/html5/links.html#link-type-prefetch"/>
309
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
310
- </rdf:Property>
311
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/prev">
312
- <rdfs:label xml:lang="en">prev</rdfs:label>
313
- <rdfs:comment xml:lang="en">Indicates that the link's context is a part of a series, and that the previous in
314
- the series is the link target. </rdfs:comment>
315
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/html5/links.html#link-type-prev"/>
316
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
317
- </rdf:Property>
318
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/preview">
319
- <rdfs:label xml:lang="en">preview</rdfs:label>
320
- <rdfs:comment xml:lang="en">Refers to a resource that provides a preview of the link's context.</rdfs:comment>
321
- <rdfs:seeAlso rdf:about="rfc6903, section 3"/>
322
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
323
- </rdf:Property>
324
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/previous">
325
- <rdfs:label xml:lang="en">previous</rdfs:label>
326
- <rdfs:comment xml:lang="en">Refers to the previous resource in an ordered series of resources. Synonym for
327
- "prev".</rdfs:comment>
328
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/1999/REC-html401-19991224"/>
329
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
330
- </rdf:Property>
331
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/prev-archive">
332
- <rdfs:label xml:lang="en">prev-archive</rdfs:label>
333
- <rdfs:comment xml:lang="en">Refers to the immediately preceding archive resource.</rdfs:comment>
334
- <rdfs:seeAlso rdf:about="rfc5005"/>
335
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
336
- </rdf:Property>
337
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/privacy-policy">
338
- <rdfs:label xml:lang="en">privacy-policy</rdfs:label>
339
- <rdfs:comment xml:lang="en">Refers to a privacy policy associated with the link's context.</rdfs:comment>
340
- <rdfs:seeAlso rdf:about="rfc6903, section 4"/>
341
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
342
- </rdf:Property>
343
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/profile">
344
- <rdfs:label xml:lang="en">profile</rdfs:label>
345
- <rdfs:comment xml:lang="en">Identifying that a resource representation conforms to a certain profile, without
346
- affecting the non-profile semantics of the resource representation.</rdfs:comment>
347
- <rdfs:seeAlso rdf:about="rfc6906"/>
348
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
349
- </rdf:Property>
350
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/related">
351
- <rdfs:label xml:lang="en">related</rdfs:label>
352
- <rdfs:comment xml:lang="en">Identifies a related resource.</rdfs:comment>
353
- <rdfs:seeAlso rdf:about="rfc4287"/>
354
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
355
- </rdf:Property>
356
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/replies">
357
- <rdfs:label xml:lang="en">replies</rdfs:label>
358
- <rdfs:comment xml:lang="en">Identifies a resource that is a reply to the context of the link. </rdfs:comment>
359
- <rdfs:seeAlso rdf:about="rfc4685"/>
360
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
361
- </rdf:Property>
362
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/search">
363
- <rdfs:label xml:lang="en">search</rdfs:label>
364
- <rdfs:comment xml:lang="en">Refers to a resource that can be used to search through the link's context and
365
- related resources.</rdfs:comment>
366
- <rdfs:seeAlso rdf:about="http://www.opensearch.org/Specifications/OpenSearch/1.1"/>
367
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
368
- </rdf:Property>
369
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/section">
370
- <rdfs:label xml:lang="en">section</rdfs:label>
371
- <rdfs:comment xml:lang="en">Refers to a section in a collection of resources.</rdfs:comment>
372
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/1999/REC-html401-19991224"/>
373
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
374
- </rdf:Property>
375
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/self">
376
- <rdfs:label xml:lang="en">self</rdfs:label>
377
- <rdfs:comment xml:lang="en">Conveys an identifier for the link's context. </rdfs:comment>
378
- <rdfs:seeAlso rdf:about="rfc4287"/>
379
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
380
- </rdf:Property>
381
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/service">
382
- <rdfs:label xml:lang="en">service</rdfs:label>
383
- <rdfs:comment xml:lang="en">Indicates a URI that can be used to retrieve a service document.</rdfs:comment>
384
- <rdfs:seeAlso rdf:about="rfc5023"/>
385
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
386
- </rdf:Property>
387
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/start">
388
- <rdfs:label xml:lang="en">start</rdfs:label>
389
- <rdfs:comment xml:lang="en">Refers to the first resource in a collection of resources.</rdfs:comment>
390
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/1999/REC-html401-19991224"/>
391
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
392
- </rdf:Property>
393
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/stylesheet">
394
- <rdfs:label xml:lang="en">stylesheet</rdfs:label>
395
- <rdfs:comment xml:lang="en">Refers to a stylesheet.</rdfs:comment>
396
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/html5/links.html#link-type-stylesheet"/>
397
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
398
- </rdf:Property>
399
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/subsection">
400
- <rdfs:label xml:lang="en">subsection</rdfs:label>
401
- <rdfs:comment xml:lang="en">Refers to a resource serving as a subsection in a collection of
402
- resources.</rdfs:comment>
403
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/1999/REC-html401-19991224"/>
404
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
405
- </rdf:Property>
406
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/successor-version">
407
- <rdfs:label xml:lang="en">successor-version</rdfs:label>
408
- <rdfs:comment xml:lang="en">Points to a resource containing the successor version in the version history. </rdfs:comment>
409
- <rdfs:seeAlso rdf:about="rfc5829"/>
410
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
411
- </rdf:Property>
412
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/tag">
413
- <rdfs:label xml:lang="en">tag</rdfs:label>
414
- <rdfs:comment xml:lang="en">Gives a tag (identified by the given address) that applies to the current
415
- document. </rdfs:comment>
416
- <rdfs:seeAlso rdf:about="http://www.w3.org/TR/html5/links.html#link-type-tag"/>
417
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
418
- </rdf:Property>
419
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/terms-of-service">
420
- <rdfs:label xml:lang="en">terms-of-service</rdfs:label>
421
- <rdfs:comment xml:lang="en">Refers to the terms of service associated with the link's context.</rdfs:comment>
422
- <rdfs:seeAlso rdf:about="rfc6903, section 5"/>
423
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
424
- </rdf:Property>
425
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/timegate">
426
- <rdfs:label xml:lang="en">timegate</rdfs:label>
427
- <rdfs:comment xml:lang="en">The Target IRI points to a TimeGate for an Original Resource.</rdfs:comment>
428
- <rdfs:seeAlso rdf:about="rfc7089"/>
429
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
430
- </rdf:Property>
431
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/timemap">
432
- <rdfs:label xml:lang="en">timemap</rdfs:label>
433
- <rdfs:comment xml:lang="en">The Target IRI points to a TimeMap for an Original Resource.</rdfs:comment>
434
- <rdfs:seeAlso rdf:about="rfc7089"/>
435
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
436
- </rdf:Property>
437
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/type">
438
- <rdfs:label xml:lang="en">type</rdfs:label>
439
- <rdfs:comment xml:lang="en">Refers to a resource identifying the abstract semantic type of which the link's
440
- context is considered to be an instance.</rdfs:comment>
441
- <rdfs:seeAlso rdf:about="rfc6903, section 6"/>
442
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
443
- </rdf:Property>
444
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/up">
445
- <rdfs:label xml:lang="en">up</rdfs:label>
446
- <rdfs:comment xml:lang="en">Refers to a parent document in a hierarchy of documents. </rdfs:comment>
447
- <rdfs:seeAlso rdf:about="rfc5988"/>
448
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
449
- </rdf:Property>
450
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/version-history">
451
- <rdfs:label xml:lang="en">version-history</rdfs:label>
452
- <rdfs:comment xml:lang="en">Points to a resource containing the version history for the context. </rdfs:comment>
453
- <rdfs:seeAlso rdf:about="rfc5829"/>
454
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
455
- </rdf:Property>
456
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/via">
457
- <rdfs:label xml:lang="en">via</rdfs:label>
458
- <rdfs:comment xml:lang="en">Identifies a resource that is the source of the information in the link's
459
- context. </rdfs:comment>
460
- <rdfs:seeAlso rdf:about="rfc4287"/>
461
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
462
- </rdf:Property>
463
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/working-copy">
464
- <rdfs:label xml:lang="en">working-copy</rdfs:label>
465
- <rdfs:comment xml:lang="en">Points to a working copy for this resource.</rdfs:comment>
466
- <rdfs:seeAlso rdf:about="rfc5829"/>
467
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
468
- </rdf:Property>
469
- <rdf:Property rdf:about="http://www.iana.org/assignments/relation/working-copy-of">
470
- <rdfs:label xml:lang="en">working-copy-of</rdfs:label>
471
- <rdfs:comment xml:lang="en">Points to the versioned resource from which this working copy was obtained. </rdfs:comment>
472
- <rdfs:seeAlso rdf:about="rfc5829"/>
473
- <rdfs:isDefinedBy rdf:resource="http://www.iana.org/assignments/relation/"/>
474
- </rdf:Property>
475
- </rdf:RDF>
@@ -1,65 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
5
- xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
6
- xmlns:dcterms="http://purl.org/dc/terms/"
7
- xmlns:iana="http://www.iana.org/assignments"
8
- exclude-result-prefixes="xs iana"
9
- version="1.0">
10
- <xsl:output method="xml" indent="yes"/>
11
- <xsl:variable name="relation" select="'http://www.iana.org/assignments/relation/'"/>
12
- <xsl:template match="/iana:registry">
13
- <rdf:RDF>
14
- <rdf:Description>
15
- <xsl:attribute name="rdf:about">
16
- <xsl:value-of select="$relation"/>
17
- </xsl:attribute>
18
- <dcterms:title xml:lang="en">
19
- <xsl:value-of select="iana:title"/>
20
- </dcterms:title>
21
- <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">
22
- <xsl:value-of select="iana:created"/>
23
- </dcterms:created>
24
- <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">
25
- <xsl:value-of select="iana:updated"/>
26
- </dcterms:modified>
27
- <dcterms:publisher rdf:resource="http://www.iana.org/"/>
28
- <dcterms:contributor>
29
- <xsl:value-of select="iana:registry/iana:expert[1]"/>
30
- </dcterms:contributor>
31
- <rdfs:seeAlso rdf:resource="http://www.iana.org/assignments/link-relations/link-relations.xhtml"/>
32
- </rdf:Description>
33
-
34
- <xsl:for-each select="iana:registry/iana:record">
35
- <rdf:Property>
36
- <xsl:attribute name="rdf:about">
37
- <xsl:value-of select="$relation"/>
38
- <xsl:value-of select="iana:value"/>
39
- </xsl:attribute>
40
- <rdfs:label xml:lang="en"><xsl:value-of select="iana:value"/></rdfs:label>
41
- <rdfs:comment xml:lang="en"><xsl:value-of select="iana:description"/></rdfs:comment>
42
- <xsl:if test="iana:spec/iana:xref[@type='rfc' or @type='uri']"></xsl:if>
43
- <rdfs:seeAlso>
44
- <xsl:attribute name="rdf:about">
45
- <xsl:choose>
46
- <xsl:when test="iana:spec/iana:xref[@type='rfc']">
47
- <xsl:value-of select="iana:spec/iana:xref/@data"/>
48
- <xsl:value-of select="iana:spec/text()"/>
49
- </xsl:when>
50
- <xsl:when test="iana:spec/iana:xref[@type='uri']">
51
- <xsl:value-of select="iana:spec/iana:xref/@data"/>
52
- </xsl:when>
53
- </xsl:choose>
54
- </xsl:attribute>
55
- </rdfs:seeAlso>
56
- <rdfs:isDefinedBy>
57
- <xsl:attribute name="rdf:resource">
58
- <xsl:value-of select="$relation"/>
59
- </xsl:attribute>
60
- </rdfs:isDefinedBy>
61
- </rdf:Property>
62
- </xsl:for-each>
63
- </rdf:RDF>
64
- </xsl:template>
65
- </xsl:stylesheet>