rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -3,292 +3,294 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.iana.org/assignments/relation/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://www.iana.org/assignments/relation/>
7
+ # @!visibility private
6
8
  IANA = Class.new(RDF::StrictVocabulary("http://www.iana.org/assignments/relation/")) do
7
9
 
8
10
  # Property definitions
9
11
  property :about,
10
- comment: "Refers to a resource that is the subject of the link's context.".freeze,
11
- label: "about".freeze,
12
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12
+ comment: {en: "Refers to a resource that is the subject of the link's context."},
13
+ label: {en: "about"},
14
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13
15
  property :alternate,
14
- comment: "Refers to a substitute for this context".freeze,
15
- label: "alternate".freeze,
16
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
16
+ comment: {en: "Refers to a substitute for this context"},
17
+ label: {en: "alternate"},
18
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
17
19
  property :appendix,
18
- comment: "Refers to an appendix.".freeze,
19
- label: "appendix".freeze,
20
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
20
+ comment: {en: "Refers to an appendix."},
21
+ label: {en: "appendix"},
22
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
21
23
  property :archives,
22
- comment: "Refers to a collection of records, documents, or other\n materials of historical interest.".freeze,
23
- label: "archives".freeze,
24
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
24
+ comment: {en: "Refers to a collection of records, documents, or other\n materials of historical interest."},
25
+ label: {en: "archives"},
26
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
25
27
  property :author,
26
- comment: "Refers to the context's author.".freeze,
27
- label: "author".freeze,
28
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
28
+ comment: {en: "Refers to the context's author."},
29
+ label: {en: "author"},
30
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
29
31
  property :bookmark,
30
- comment: "Gives a permanent link to use for bookmarking purposes.".freeze,
31
- label: "bookmark".freeze,
32
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
32
+ comment: {en: "Gives a permanent link to use for bookmarking purposes."},
33
+ label: {en: "bookmark"},
34
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
33
35
  property :canonical,
34
- comment: "Designates the preferred version of a resource (the IRI and its contents).".freeze,
35
- label: "canonical".freeze,
36
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
36
+ comment: {en: "Designates the preferred version of a resource (the IRI and its contents)."},
37
+ label: {en: "canonical"},
38
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
37
39
  property :chapter,
38
- comment: "Refers to a chapter in a collection of resources.".freeze,
39
- label: "chapter".freeze,
40
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
40
+ comment: {en: "Refers to a chapter in a collection of resources."},
41
+ label: {en: "chapter"},
42
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
41
43
  property :collection,
42
- comment: "The target IRI points to a resource which represents the collection resource for the context IRI.".freeze,
43
- label: "collection".freeze,
44
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
44
+ comment: {en: "The target IRI points to a resource which represents the collection resource for the context IRI."},
45
+ label: {en: "collection"},
46
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
45
47
  property :contents,
46
- comment: "Refers to a table of contents.".freeze,
47
- label: "contents".freeze,
48
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
48
+ comment: {en: "Refers to a table of contents."},
49
+ label: {en: "contents"},
50
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
49
51
  property :copyright,
50
- comment: "Refers to a copyright statement that applies to the\n link's context.".freeze,
51
- label: "copyright".freeze,
52
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
52
+ comment: {en: "Refers to a copyright statement that applies to the\n link's context."},
53
+ label: {en: "copyright"},
54
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
53
55
  property :"create-form",
54
- comment: "The target IRI points to a resource where a submission form can be obtained.".freeze,
55
- label: "create-form".freeze,
56
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
56
+ comment: {en: "The target IRI points to a resource where a submission form can be obtained."},
57
+ label: {en: "create-form"},
58
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
57
59
  property :current,
58
- comment: "Refers to a resource containing the most recent\n item(s) in a collection of resources.".freeze,
59
- label: "current".freeze,
60
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
60
+ comment: {en: "Refers to a resource containing the most recent\n item(s) in a collection of resources."},
61
+ label: {en: "current"},
62
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
61
63
  property :derivedfrom,
62
- comment: "The target IRI points to a resource from which this material was derived.".freeze,
63
- label: "derivedfrom".freeze,
64
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
64
+ comment: {en: "The target IRI points to a resource from which this material was derived."},
65
+ label: {en: "derivedfrom"},
66
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
65
67
  property :describedby,
66
- comment: "Refers to a resource providing information about the\n link's context.".freeze,
67
- label: "describedby".freeze,
68
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
68
+ comment: {en: "Refers to a resource providing information about the\n link's context."},
69
+ label: {en: "describedby"},
70
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
69
71
  property :describes,
70
- comment: "The relationship A 'describes' B asserts that\n resource A provides a description of resource B. There are no\n constraints on the format or representation of either A or B,\n neither are there any further constraints on either resource.".freeze,
71
- label: "describes".freeze,
72
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
72
+ comment: {en: "The relationship A 'describes' B asserts that\n resource A provides a description of resource B. There are no\n constraints on the format or representation of either A or B,\n neither are there any further constraints on either resource."},
73
+ label: {en: "describes"},
74
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
73
75
  property :disclosure,
74
- comment: "Refers to a list of patent disclosures made with respect to material for which 'disclosure' relation is specified.".freeze,
75
- label: "disclosure".freeze,
76
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
76
+ comment: {en: "Refers to a list of patent disclosures made with respect to material for which 'disclosure' relation is specified."},
77
+ label: {en: "disclosure"},
78
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
77
79
  property :duplicate,
78
- comment: "Refers to a resource whose available representations\n are byte-for-byte identical with the corresponding representations of\n the context IRI.".freeze,
79
- label: "duplicate".freeze,
80
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
80
+ comment: {en: "Refers to a resource whose available representations\n are byte-for-byte identical with the corresponding representations of\n the context IRI."},
81
+ label: {en: "duplicate"},
82
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
81
83
  property :edit,
82
- comment: "Refers to a resource that can be used to edit the\n link's context.".freeze,
83
- label: "edit".freeze,
84
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
84
+ comment: {en: "Refers to a resource that can be used to edit the\n link's context."},
85
+ label: {en: "edit"},
86
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
85
87
  property :"edit-form",
86
- comment: "The target IRI points to a resource where a submission form for\n editing associated resource can be obtained.".freeze,
87
- label: "edit-form".freeze,
88
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
88
+ comment: {en: "The target IRI points to a resource where a submission form for\n editing associated resource can be obtained."},
89
+ label: {en: "edit-form"},
90
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
89
91
  property :"edit-media",
90
- comment: "Refers to a resource that can be used to edit media\n associated with the link's context.".freeze,
91
- label: "edit-media".freeze,
92
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
92
+ comment: {en: "Refers to a resource that can be used to edit media\n associated with the link's context."},
93
+ label: {en: "edit-media"},
94
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
93
95
  property :enclosure,
94
- comment: "Identifies a related resource that is potentially\n large and might require special handling.".freeze,
95
- label: "enclosure".freeze,
96
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
96
+ comment: {en: "Identifies a related resource that is potentially\n large and might require special handling."},
97
+ label: {en: "enclosure"},
98
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
97
99
  property :first,
98
- comment: "An IRI that refers to the furthest preceding resource\n in a series of resources.".freeze,
99
- label: "first".freeze,
100
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
100
+ comment: {en: "An IRI that refers to the furthest preceding resource\n in a series of resources."},
101
+ label: {en: "first"},
102
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
101
103
  property :glossary,
102
- comment: "Refers to a glossary of terms.".freeze,
103
- label: "glossary".freeze,
104
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
104
+ comment: {en: "Refers to a glossary of terms."},
105
+ label: {en: "glossary"},
106
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
105
107
  property :help,
106
- comment: "Refers to context-sensitive help.".freeze,
107
- label: "help".freeze,
108
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
108
+ comment: {en: "Refers to context-sensitive help."},
109
+ label: {en: "help"},
110
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
109
111
  property :hosts,
110
- comment: "Refers to a resource hosted by the server indicated by\n the link context.".freeze,
111
- label: "hosts".freeze,
112
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
112
+ comment: {en: "Refers to a resource hosted by the server indicated by\n the link context."},
113
+ label: {en: "hosts"},
114
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
113
115
  property :hub,
114
- comment: "Refers to a hub that enables registration for\n notification of updates to the context.".freeze,
115
- label: "hub".freeze,
116
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
116
+ comment: {en: "Refers to a hub that enables registration for\n notification of updates to the context."},
117
+ label: {en: "hub"},
118
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
117
119
  property :icon,
118
- comment: "Refers to an icon representing the link's context.".freeze,
119
- label: "icon".freeze,
120
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
120
+ comment: {en: "Refers to an icon representing the link's context."},
121
+ label: {en: "icon"},
122
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
121
123
  property :index,
122
- comment: "Refers to an index.".freeze,
123
- label: "index".freeze,
124
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
124
+ comment: {en: "Refers to an index."},
125
+ label: {en: "index"},
126
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
125
127
  property :item,
126
- comment: "The target IRI points to a resource that is a member of the collection represented by the context IRI.".freeze,
127
- label: "item".freeze,
128
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
128
+ comment: {en: "The target IRI points to a resource that is a member of the collection represented by the context IRI."},
129
+ label: {en: "item"},
130
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
129
131
  property :last,
130
- comment: "An IRI that refers to the furthest following resource\n in a series of resources.".freeze,
131
- label: "last".freeze,
132
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
132
+ comment: {en: "An IRI that refers to the furthest following resource\n in a series of resources."},
133
+ label: {en: "last"},
134
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
133
135
  property :"latest-version",
134
- comment: "Points to a resource containing the latest (e.g.,\n current) version of the context.".freeze,
135
- label: "latest-version".freeze,
136
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
136
+ comment: {en: "Points to a resource containing the latest (e.g.,\n current) version of the context."},
137
+ label: {en: "latest-version"},
138
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
137
139
  property :license,
138
- comment: "Refers to a license associated with this context.".freeze,
139
- label: "license".freeze,
140
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
140
+ comment: {en: "Refers to a license associated with this context."},
141
+ label: {en: "license"},
142
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
141
143
  property :lrdd,
142
- comment: "Refers to further information about the link's context,\n expressed as a LRDD (\"Link-based Resource Descriptor Document\")\n resource. See [RFC6415] for information about\n processing this relation type in host-meta documents. When used\n elsewhere, it refers to additional links and other metadata.\n Multiple instances indicate additional LRDD resources. LRDD\n resources MUST have an \"application/xrd+xml\" representation, and\n MAY have others.".freeze,
143
- label: "lrdd".freeze,
144
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
144
+ comment: {en: "Refers to further information about the link's context,\n expressed as a LRDD (\"Link-based Resource Descriptor Document\")\n resource. See [RFC6415] for information about\n processing this relation type in host-meta documents. When used\n elsewhere, it refers to additional links and other metadata.\n Multiple instances indicate additional LRDD resources. LRDD\n resources MUST have an \"application/xrd+xml\" representation, and\n MAY have others."},
145
+ label: {en: "lrdd"},
146
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
145
147
  property :memento,
146
- comment: "The Target IRI points to a Memento, a fixed resource that will not change state anymore.".freeze,
147
- label: "memento".freeze,
148
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
148
+ comment: {en: "The Target IRI points to a Memento, a fixed resource that will not change state anymore."},
149
+ label: {en: "memento"},
150
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
149
151
  property :monitor,
150
- comment: "Refers to a resource that can be used to monitor changes in an HTTP resource.".freeze,
151
- label: "monitor".freeze,
152
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
152
+ comment: {en: "Refers to a resource that can be used to monitor changes in an HTTP resource."},
153
+ label: {en: "monitor"},
154
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
153
155
  property :"monitor-group",
154
- comment: "Refers to a resource that can be used to monitor changes in a specified group of HTTP resources.".freeze,
155
- label: "monitor-group".freeze,
156
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
156
+ comment: {en: "Refers to a resource that can be used to monitor changes in a specified group of HTTP resources."},
157
+ label: {en: "monitor-group"},
158
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
157
159
  property :next,
158
- comment: "Indicates that the link's context is a part of a series, and\n that the next in the series is the link target.".freeze,
159
- label: "next".freeze,
160
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
160
+ comment: {en: "Indicates that the link's context is a part of a series, and\n that the next in the series is the link target."},
161
+ label: {en: "next"},
162
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
161
163
  property :"next-archive",
162
- comment: "Refers to the immediately following archive resource.".freeze,
163
- label: "next-archive".freeze,
164
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
164
+ comment: {en: "Refers to the immediately following archive resource."},
165
+ label: {en: "next-archive"},
166
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
165
167
  property :nofollow,
166
- comment: "Indicates that the context’s original author or publisher does not endorse the link target.".freeze,
167
- label: "nofollow".freeze,
168
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
168
+ comment: {en: "Indicates that the context’s original author or publisher does not endorse the link target."},
169
+ label: {en: "nofollow"},
170
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
169
171
  property :noreferrer,
170
- comment: "Indicates that no referrer information is to be leaked when following the link.".freeze,
171
- label: "noreferrer".freeze,
172
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
172
+ comment: {en: "Indicates that no referrer information is to be leaked when following the link."},
173
+ label: {en: "noreferrer"},
174
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
173
175
  property :original,
174
- comment: "The Target IRI points to an Original Resource.".freeze,
175
- label: "original".freeze,
176
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
176
+ comment: {en: "The Target IRI points to an Original Resource."},
177
+ label: {en: "original"},
178
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
177
179
  property :payment,
178
- comment: "Indicates a resource where payment is accepted.".freeze,
179
- label: "payment".freeze,
180
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
180
+ comment: {en: "Indicates a resource where payment is accepted."},
181
+ label: {en: "payment"},
182
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
181
183
  property :"predecessor-version",
182
- comment: "Points to a resource containing the predecessor\n version in the version history.".freeze,
183
- label: "predecessor-version".freeze,
184
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
184
+ comment: {en: "Points to a resource containing the predecessor\n version in the version history."},
185
+ label: {en: "predecessor-version"},
186
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
185
187
  property :prefetch,
186
- comment: "Indicates that the link target should be preemptively cached.".freeze,
187
- label: "prefetch".freeze,
188
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
188
+ comment: {en: "Indicates that the link target should be preemptively cached."},
189
+ label: {en: "prefetch"},
190
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
189
191
  property :prev,
190
- comment: "Indicates that the link's context is a part of a series, and\n that the previous in the series is the link target.".freeze,
191
- label: "prev".freeze,
192
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
192
+ comment: {en: "Indicates that the link's context is a part of a series, and\n that the previous in the series is the link target."},
193
+ label: {en: "prev"},
194
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
193
195
  property :"prev-archive",
194
- comment: "Refers to the immediately preceding archive resource.".freeze,
195
- label: "prev-archive".freeze,
196
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
196
+ comment: {en: "Refers to the immediately preceding archive resource."},
197
+ label: {en: "prev-archive"},
198
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
197
199
  property :preview,
198
- comment: "Refers to a resource that provides a preview of the link's context.".freeze,
199
- label: "preview".freeze,
200
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
200
+ comment: {en: "Refers to a resource that provides a preview of the link's context."},
201
+ label: {en: "preview"},
202
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
201
203
  property :previous,
202
- comment: "Refers to the previous resource in an ordered series\n of resources. Synonym for \"prev\".".freeze,
203
- label: "previous".freeze,
204
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
204
+ comment: {en: "Refers to the previous resource in an ordered series\n of resources. Synonym for \"prev\"."},
205
+ label: {en: "previous"},
206
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
205
207
  property :"privacy-policy",
206
- comment: "Refers to a privacy policy associated with the link's context.".freeze,
207
- label: "privacy-policy".freeze,
208
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
208
+ comment: {en: "Refers to a privacy policy associated with the link's context."},
209
+ label: {en: "privacy-policy"},
210
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
209
211
  property :profile,
210
- comment: "Identifying that a resource representation conforms\nto a certain profile, without affecting the non-profile semantics\nof the resource representation.".freeze,
211
- label: "profile".freeze,
212
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
212
+ comment: {en: "Identifying that a resource representation conforms\nto a certain profile, without affecting the non-profile semantics\nof the resource representation."},
213
+ label: {en: "profile"},
214
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
213
215
  property :related,
214
- comment: "Identifies a related resource.".freeze,
215
- label: "related".freeze,
216
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
216
+ comment: {en: "Identifies a related resource."},
217
+ label: {en: "related"},
218
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
217
219
  property :replies,
218
- comment: "Identifies a resource that is a reply to the context\n of the link.".freeze,
219
- label: "replies".freeze,
220
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
220
+ comment: {en: "Identifies a resource that is a reply to the context\n of the link."},
221
+ label: {en: "replies"},
222
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
221
223
  property :search,
222
- comment: "Refers to a resource that can be used to search through\n the link's context and related resources.".freeze,
223
- label: "search".freeze,
224
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
224
+ comment: {en: "Refers to a resource that can be used to search through\n the link's context and related resources."},
225
+ label: {en: "search"},
226
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
225
227
  property :section,
226
- comment: "Refers to a section in a collection of resources.".freeze,
227
- label: "section".freeze,
228
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
228
+ comment: {en: "Refers to a section in a collection of resources."},
229
+ label: {en: "section"},
230
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
229
231
  property :self,
230
- comment: "Conveys an identifier for the link's context.".freeze,
231
- label: "self".freeze,
232
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
232
+ comment: {en: "Conveys an identifier for the link's context."},
233
+ label: {en: "self"},
234
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
233
235
  property :service,
234
- comment: "Indicates a URI that can be used to retrieve a\n service document.".freeze,
235
- label: "service".freeze,
236
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
236
+ comment: {en: "Indicates a URI that can be used to retrieve a\n service document."},
237
+ label: {en: "service"},
238
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
237
239
  property :start,
238
- comment: "Refers to the first resource in a collection of\n resources.".freeze,
239
- label: "start".freeze,
240
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
240
+ comment: {en: "Refers to the first resource in a collection of\n resources."},
241
+ label: {en: "start"},
242
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
241
243
  property :stylesheet,
242
- comment: "Refers to a stylesheet.".freeze,
243
- label: "stylesheet".freeze,
244
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
244
+ comment: {en: "Refers to a stylesheet."},
245
+ label: {en: "stylesheet"},
246
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
245
247
  property :subsection,
246
- comment: "Refers to a resource serving as a subsection in a\n collection of resources.".freeze,
247
- label: "subsection".freeze,
248
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
248
+ comment: {en: "Refers to a resource serving as a subsection in a\n collection of resources."},
249
+ label: {en: "subsection"},
250
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
249
251
  property :"successor-version",
250
- comment: "Points to a resource containing the successor version\n in the version history.".freeze,
251
- label: "successor-version".freeze,
252
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
252
+ comment: {en: "Points to a resource containing the successor version\n in the version history."},
253
+ label: {en: "successor-version"},
254
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
253
255
  property :tag,
254
- comment: "Gives a tag (identified by the given address) that applies to\n the current document.".freeze,
255
- label: "tag".freeze,
256
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
256
+ comment: {en: "Gives a tag (identified by the given address) that applies to\n the current document."},
257
+ label: {en: "tag"},
258
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
257
259
  property :"terms-of-service",
258
- comment: "Refers to the terms of service associated with the link's context.".freeze,
259
- label: "terms-of-service".freeze,
260
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
260
+ comment: {en: "Refers to the terms of service associated with the link's context."},
261
+ label: {en: "terms-of-service"},
262
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
261
263
  property :timegate,
262
- comment: "The Target IRI points to a TimeGate for an Original Resource.".freeze,
263
- label: "timegate".freeze,
264
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
264
+ comment: {en: "The Target IRI points to a TimeGate for an Original Resource."},
265
+ label: {en: "timegate"},
266
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
265
267
  property :timemap,
266
- comment: "The Target IRI points to a TimeMap for an Original Resource.".freeze,
267
- label: "timemap".freeze,
268
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
268
+ comment: {en: "The Target IRI points to a TimeMap for an Original Resource."},
269
+ label: {en: "timemap"},
270
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
269
271
  property :type,
270
- comment: "Refers to a resource identifying the abstract semantic type of which the link's context is considered to be an instance.".freeze,
271
- label: "type".freeze,
272
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
272
+ comment: {en: "Refers to a resource identifying the abstract semantic type of which the link's context is considered to be an instance."},
273
+ label: {en: "type"},
274
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
273
275
  property :up,
274
- comment: "Refers to a parent document in a hierarchy of\n documents.".freeze,
275
- label: "up".freeze,
276
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
276
+ comment: {en: "Refers to a parent document in a hierarchy of\n documents."},
277
+ label: {en: "up"},
278
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
277
279
  property :"version-history",
278
- comment: "Points to a resource containing the version history\n for the context.".freeze,
279
- label: "version-history".freeze,
280
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
280
+ comment: {en: "Points to a resource containing the version history\n for the context."},
281
+ label: {en: "version-history"},
282
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
281
283
  property :via,
282
- comment: "Identifies a resource that is the source of the\n information in the link's context.".freeze,
283
- label: "via".freeze,
284
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
284
+ comment: {en: "Identifies a resource that is the source of the\n information in the link's context."},
285
+ label: {en: "via"},
286
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
285
287
  property :"working-copy",
286
- comment: "Points to a working copy for this resource.".freeze,
287
- label: "working-copy".freeze,
288
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
288
+ comment: {en: "Points to a working copy for this resource."},
289
+ label: {en: "working-copy"},
290
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
289
291
  property :"working-copy-of",
290
- comment: "Points to the versioned resource from which this\n working copy was obtained.".freeze,
291
- label: "working-copy-of".freeze,
292
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
292
+ comment: {en: "Points to the versioned resource from which this\n working copy was obtained."},
293
+ label: {en: "working-copy-of"},
294
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
293
295
  end
294
296
  end