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
data/lib/rdf/vocab/as.rb CHANGED
@@ -3,881 +3,883 @@
3
3
  # This file generated automatically using rdf vocabulary format from https://www.w3.org/ns/activitystreams#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <https://www.w3.org/ns/activitystreams#>
7
+ # @!visibility private
6
8
  AS = Class.new(RDF::StrictVocabulary("https://www.w3.org/ns/activitystreams#")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"https://www.w3.org/ns/activitystreams#",
10
- comment: "Extended Activity Streams 2.0 Vocabulary".freeze,
11
- "http://www.w3.org/2002/07/owl#imports": "http://www.w3.org/ns/prov#".freeze,
12
- label: "Activity Streams 2.0".freeze,
13
- type: "http://www.w3.org/2002/07/owl#Ontology".freeze
12
+ comment: {en: "Extended Activity Streams 2.0 Vocabulary"},
13
+ "http://www.w3.org/2002/07/owl#imports": "http://www.w3.org/ns/prov#",
14
+ label: {en: "Activity Streams 2.0"},
15
+ type: "http://www.w3.org/2002/07/owl#Ontology"
14
16
 
15
17
  # Class definitions
16
18
  term :Accept,
17
- comment: "Actor accepts the Object".freeze,
18
- label: "Accept".freeze,
19
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
20
- type: "http://www.w3.org/2002/07/owl#Class".freeze
19
+ comment: {en: "Actor accepts the Object"},
20
+ label: {en: "Accept"},
21
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
22
+ type: "http://www.w3.org/2002/07/owl#Class"
21
23
  term :Activity,
22
- comment: "An Object representing some form of Action that has been taken".freeze,
23
- label: "Activity".freeze,
24
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
25
- type: "http://www.w3.org/2002/07/owl#Class".freeze
24
+ comment: {en: "An Object representing some form of Action that has been taken"},
25
+ label: {en: "Activity"},
26
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
27
+ type: "http://www.w3.org/2002/07/owl#Class"
26
28
  term :Add,
27
- comment: "To Add an Object or Link to Something".freeze,
28
- label: "Add".freeze,
29
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
30
- type: "http://www.w3.org/2002/07/owl#Class".freeze
29
+ comment: {en: "To Add an Object or Link to Something"},
30
+ label: {en: "Add"},
31
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
32
+ type: "http://www.w3.org/2002/07/owl#Class"
31
33
  term :Announce,
32
- comment: "Actor announces the object to the target".freeze,
33
- label: "Announce".freeze,
34
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
35
- type: "http://www.w3.org/2002/07/owl#Class".freeze
34
+ comment: {en: "Actor announces the object to the target"},
35
+ label: {en: "Announce"},
36
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
37
+ type: "http://www.w3.org/2002/07/owl#Class"
36
38
  term :Application,
37
- comment: "Represents a software application of any sort".freeze,
38
- label: "Application".freeze,
39
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
40
- type: "http://www.w3.org/2002/07/owl#Class".freeze
39
+ comment: {en: "Represents a software application of any sort"},
40
+ label: {en: "Application"},
41
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
42
+ type: "http://www.w3.org/2002/07/owl#Class"
41
43
  term :Arrive,
42
- comment: "To Arrive Somewhere (can be used, for instance, to indicate that a particular entity is currently located somewhere, e.g. a \"check-in\")".freeze,
43
- label: "Arrive".freeze,
44
- subClassOf: "https://www.w3.org/ns/activitystreams#IntransitiveActivity".freeze,
45
- type: "http://www.w3.org/2002/07/owl#Class".freeze
44
+ comment: {en: "To Arrive Somewhere (can be used, for instance, to indicate that a particular entity is currently located somewhere, e.g. a \"check-in\")"},
45
+ label: {en: "Arrive"},
46
+ subClassOf: "https://www.w3.org/ns/activitystreams#IntransitiveActivity",
47
+ type: "http://www.w3.org/2002/07/owl#Class"
46
48
  term :Article,
47
- comment: "A written work. Typically several paragraphs long. For example, a blog post or a news article.".freeze,
48
- label: "Article".freeze,
49
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
50
- type: "http://www.w3.org/2002/07/owl#Class".freeze
49
+ comment: {en: "A written work. Typically several paragraphs long. For example, a blog post or a news article."},
50
+ label: {en: "Article"},
51
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
52
+ type: "http://www.w3.org/2002/07/owl#Class"
51
53
  term :Audio,
52
- comment: "An audio file".freeze,
53
- label: "Audio".freeze,
54
- subClassOf: "https://www.w3.org/ns/activitystreams#Document".freeze,
55
- type: "http://www.w3.org/2002/07/owl#Class".freeze
54
+ comment: {en: "An audio file"},
55
+ label: {en: "Audio"},
56
+ subClassOf: "https://www.w3.org/ns/activitystreams#Document",
57
+ type: "http://www.w3.org/2002/07/owl#Class"
56
58
  term :Block,
57
- label: "Block".freeze,
58
- subClassOf: "https://www.w3.org/ns/activitystreams#Ignore".freeze,
59
- type: "http://www.w3.org/2002/07/owl#Class".freeze
59
+ label: {en: "Block"},
60
+ subClassOf: "https://www.w3.org/ns/activitystreams#Ignore",
61
+ type: "http://www.w3.org/2002/07/owl#Class"
60
62
  term :Collection,
61
- comment: "An ordered or unordered collection of Objects or Links".freeze,
62
- label: "Collection".freeze,
63
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
64
- type: "http://www.w3.org/2002/07/owl#Class".freeze
63
+ comment: {en: "An ordered or unordered collection of Objects or Links"},
64
+ label: {en: "Collection"},
65
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
66
+ type: "http://www.w3.org/2002/07/owl#Class"
65
67
  term :CollectionPage,
66
- comment: "A subset of items from a Collection".freeze,
67
- label: "CollectionPage".freeze,
68
- subClassOf: "https://www.w3.org/ns/activitystreams#Collection".freeze,
69
- type: "http://www.w3.org/2002/07/owl#Class".freeze
68
+ comment: {en: "A subset of items from a Collection"},
69
+ label: {en: "CollectionPage"},
70
+ subClassOf: "https://www.w3.org/ns/activitystreams#Collection",
71
+ type: "http://www.w3.org/2002/07/owl#Class"
70
72
  term :Create,
71
- comment: "To Create Something".freeze,
72
- label: "Create".freeze,
73
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
74
- type: "http://www.w3.org/2002/07/owl#Class".freeze
73
+ comment: {en: "To Create Something"},
74
+ label: {en: "Create"},
75
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
76
+ type: "http://www.w3.org/2002/07/owl#Class"
75
77
  term :Delete,
76
- comment: "To Delete Something".freeze,
77
- label: "Delete".freeze,
78
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
79
- type: "http://www.w3.org/2002/07/owl#Class".freeze
78
+ comment: {en: "To Delete Something"},
79
+ label: {en: "Delete"},
80
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
81
+ type: "http://www.w3.org/2002/07/owl#Class"
80
82
  term :Dislike,
81
- comment: "The actor dislikes the object".freeze,
82
- label: "Dislike".freeze,
83
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
84
- type: "http://www.w3.org/2002/07/owl#Class".freeze
83
+ comment: {en: "The actor dislikes the object"},
84
+ label: {en: "Dislike"},
85
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
86
+ type: "http://www.w3.org/2002/07/owl#Class"
85
87
  term :Document,
86
- comment: "Represents a digital document/file of any sort".freeze,
87
- label: "Document".freeze,
88
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
89
- type: "http://www.w3.org/2002/07/owl#Class".freeze
88
+ comment: {en: "Represents a digital document/file of any sort"},
89
+ label: {en: "Document"},
90
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
91
+ type: "http://www.w3.org/2002/07/owl#Class"
90
92
  term :Event,
91
- comment: "An Event of any kind".freeze,
92
- label: "Event".freeze,
93
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
94
- type: "http://www.w3.org/2002/07/owl#Class".freeze
93
+ comment: {en: "An Event of any kind"},
94
+ label: {en: "Event"},
95
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
96
+ type: "http://www.w3.org/2002/07/owl#Class"
95
97
  term :Flag,
96
- comment: "To flag something (e.g. flag as inappropriate, flag as spam, etc)".freeze,
97
- label: "Flag".freeze,
98
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
99
- type: "http://www.w3.org/2002/07/owl#Class".freeze
98
+ comment: {en: "To flag something (e.g. flag as inappropriate, flag as spam, etc)"},
99
+ label: {en: "Flag"},
100
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
101
+ type: "http://www.w3.org/2002/07/owl#Class"
100
102
  term :Follow,
101
- comment: "To Express Interest in Something".freeze,
102
- label: "Follow".freeze,
103
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
104
- type: "http://www.w3.org/2002/07/owl#Class".freeze
103
+ comment: {en: "To Express Interest in Something"},
104
+ label: {en: "Follow"},
105
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
106
+ type: "http://www.w3.org/2002/07/owl#Class"
105
107
  term :Group,
106
- comment: "A Group of any kind.".freeze,
107
- label: "Group".freeze,
108
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
109
- type: "http://www.w3.org/2002/07/owl#Class".freeze
108
+ comment: {en: "A Group of any kind."},
109
+ label: {en: "Group"},
110
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
111
+ type: "http://www.w3.org/2002/07/owl#Class"
110
112
  term :Ignore,
111
- comment: "Actor is ignoring the Object".freeze,
112
- label: "Ignore".freeze,
113
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
114
- type: "http://www.w3.org/2002/07/owl#Class".freeze
113
+ comment: {en: "Actor is ignoring the Object"},
114
+ label: {en: "Ignore"},
115
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
116
+ type: "http://www.w3.org/2002/07/owl#Class"
115
117
  term :Image,
116
- comment: "An Image file".freeze,
117
- label: "Image".freeze,
118
- subClassOf: "https://www.w3.org/ns/activitystreams#Document".freeze,
119
- type: "http://www.w3.org/2002/07/owl#Class".freeze
118
+ comment: {en: "An Image file"},
119
+ label: {en: "Image"},
120
+ subClassOf: "https://www.w3.org/ns/activitystreams#Document",
121
+ type: "http://www.w3.org/2002/07/owl#Class"
120
122
  term :IntransitiveActivity,
121
- comment: "An Activity that has no direct object".freeze,
122
- label: "IntransitiveActivity".freeze,
123
- subClassOf: ["https://www.w3.org/ns/activitystreams#Activity".freeze, term(
124
- maxCardinality: "0".freeze,
125
- onProperty: "https://www.w3.org/ns/activitystreams#object".freeze,
126
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
123
+ comment: {en: "An Activity that has no direct object"},
124
+ label: {en: "IntransitiveActivity"},
125
+ subClassOf: ["https://www.w3.org/ns/activitystreams#Activity", term(
126
+ maxCardinality: "0",
127
+ onProperty: "https://www.w3.org/ns/activitystreams#object",
128
+ type: "http://www.w3.org/2002/07/owl#Restriction"
127
129
  )],
128
- type: "http://www.w3.org/2002/07/owl#Class".freeze
130
+ type: "http://www.w3.org/2002/07/owl#Class"
129
131
  term :Invite,
130
- comment: "To invite someone or something to something".freeze,
131
- label: "Invite".freeze,
132
- subClassOf: "https://www.w3.org/ns/activitystreams#Offer".freeze,
133
- type: "http://www.w3.org/2002/07/owl#Class".freeze
132
+ comment: {en: "To invite someone or something to something"},
133
+ label: {en: "Invite"},
134
+ subClassOf: "https://www.w3.org/ns/activitystreams#Offer",
135
+ type: "http://www.w3.org/2002/07/owl#Class"
134
136
  term :Join,
135
- comment: "To Join Something".freeze,
136
- label: "Join".freeze,
137
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
138
- type: "http://www.w3.org/2002/07/owl#Class".freeze
137
+ comment: {en: "To Join Something"},
138
+ label: {en: "Join"},
139
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
140
+ type: "http://www.w3.org/2002/07/owl#Class"
139
141
  term :Leave,
140
- comment: "To Leave Something".freeze,
141
- label: "Leave".freeze,
142
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
143
- type: "http://www.w3.org/2002/07/owl#Class".freeze
142
+ comment: {en: "To Leave Something"},
143
+ label: {en: "Leave"},
144
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
145
+ type: "http://www.w3.org/2002/07/owl#Class"
144
146
  term :Like,
145
- comment: "To Like Something".freeze,
146
- label: "Like".freeze,
147
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
148
- type: "http://www.w3.org/2002/07/owl#Class".freeze
147
+ comment: {en: "To Like Something"},
148
+ label: {en: "Like"},
149
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
150
+ type: "http://www.w3.org/2002/07/owl#Class"
149
151
  term :Link,
150
- comment: "Represents a qualified reference to another resource. Patterned after the RFC5988 Web Linking Model".freeze,
151
- "http://www.w3.org/2002/07/owl#disjointWith": "https://www.w3.org/ns/activitystreams#Object".freeze,
152
- label: "Link".freeze,
153
- type: "http://www.w3.org/2002/07/owl#Class".freeze
152
+ comment: {en: "Represents a qualified reference to another resource. Patterned after the RFC5988 Web Linking Model"},
153
+ "http://www.w3.org/2002/07/owl#disjointWith": "https://www.w3.org/ns/activitystreams#Object",
154
+ label: {en: "Link"},
155
+ type: "http://www.w3.org/2002/07/owl#Class"
154
156
  term :Listen,
155
- comment: "The actor listened to the object".freeze,
156
- label: "Listen".freeze,
157
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
158
- type: "http://www.w3.org/2002/07/owl#Class".freeze
157
+ comment: {en: "The actor listened to the object"},
158
+ label: {en: "Listen"},
159
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
160
+ type: "http://www.w3.org/2002/07/owl#Class"
159
161
  term :Mention,
160
- comment: "A specialized Link that represents an @mention".freeze,
161
- label: "Mention".freeze,
162
- subClassOf: "https://www.w3.org/ns/activitystreams#Link".freeze,
163
- type: "http://www.w3.org/2002/07/owl#Class".freeze
162
+ comment: {en: "A specialized Link that represents an @mention"},
163
+ label: {en: "Mention"},
164
+ subClassOf: "https://www.w3.org/ns/activitystreams#Link",
165
+ type: "http://www.w3.org/2002/07/owl#Class"
164
166
  term :Move,
165
- comment: "The actor is moving the object. The target specifies where the object is moving to. The origin specifies where the object is moving from.".freeze,
166
- label: "Move".freeze,
167
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
168
- type: "http://www.w3.org/2002/07/owl#Class".freeze
167
+ comment: "The actor is moving the object. The target specifies where the object is moving to. The origin specifies where the object is moving from.",
168
+ label: {en: "Move"},
169
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
170
+ type: "http://www.w3.org/2002/07/owl#Class"
169
171
  term :Note,
170
- comment: "A Short note, typically less than a single paragraph. A \"tweet\" is an example, or a \"status update\"".freeze,
171
- label: "Note".freeze,
172
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
173
- type: "http://www.w3.org/2002/07/owl#Class".freeze
172
+ comment: {en: "A Short note, typically less than a single paragraph. A \"tweet\" is an example, or a \"status update\""},
173
+ label: {en: "Note"},
174
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
175
+ type: "http://www.w3.org/2002/07/owl#Class"
174
176
  term :Object,
175
- label: "Object".freeze,
176
- type: "http://www.w3.org/2002/07/owl#Class".freeze
177
+ label: {en: "Object"},
178
+ type: "http://www.w3.org/2002/07/owl#Class"
177
179
  term :Offer,
178
- comment: "To Offer something to someone or something".freeze,
179
- label: "Offer".freeze,
180
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
181
- type: "http://www.w3.org/2002/07/owl#Class".freeze
180
+ comment: {en: "To Offer something to someone or something"},
181
+ label: {en: "Offer"},
182
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
183
+ type: "http://www.w3.org/2002/07/owl#Class"
182
184
  term :OrderedCollection,
183
- comment: "A variation of Collection in which items are strictly ordered".freeze,
184
- label: "OrderedCollection".freeze,
185
+ comment: {en: "A variation of Collection in which items are strictly ordered"},
186
+ label: {en: "OrderedCollection"},
185
187
  subClassOf: term(
186
- intersectionOf: list("https://www.w3.org/ns/activitystreams#Collection".freeze, term(
188
+ intersectionOf: list("https://www.w3.org/ns/activitystreams#Collection", term(
187
189
  allValuesFrom: term(
188
- intersectionOf: list("https://www.w3.org/ns/activitystreams#OrderedItems".freeze, term(
190
+ intersectionOf: list("https://www.w3.org/ns/activitystreams#OrderedItems", term(
189
191
  "http://www.w3.org/2002/07/owl#complementOf": term(
190
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
191
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
192
- ).freeze,
193
- type: "http://www.w3.org/2002/07/owl#Class".freeze
192
+ type: "http://www.w3.org/2002/07/owl#Class",
193
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
194
+ ),
195
+ type: "http://www.w3.org/2002/07/owl#Class"
194
196
  )),
195
- type: "http://www.w3.org/2002/07/owl#Class".freeze
196
- ).freeze,
197
- onProperty: "https://www.w3.org/ns/activitystreams#items".freeze,
198
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
197
+ type: "http://www.w3.org/2002/07/owl#Class"
198
+ ),
199
+ onProperty: "https://www.w3.org/ns/activitystreams#items",
200
+ type: "http://www.w3.org/2002/07/owl#Restriction"
199
201
  )),
200
- type: "http://www.w3.org/2002/07/owl#Class".freeze
202
+ type: "http://www.w3.org/2002/07/owl#Class"
201
203
  ),
202
- type: "http://www.w3.org/2002/07/owl#Class".freeze
204
+ type: "http://www.w3.org/2002/07/owl#Class"
203
205
  term :OrderedCollectionPage,
204
- comment: "An ordered subset of items from an OrderedCollection".freeze,
205
- label: "OrderedCollectionPage".freeze,
206
- subClassOf: ["https://www.w3.org/ns/activitystreams#CollectionPage".freeze, "https://www.w3.org/ns/activitystreams#OrderedCollection".freeze],
207
- type: "http://www.w3.org/2002/07/owl#Class".freeze
206
+ comment: {en: "An ordered subset of items from an OrderedCollection"},
207
+ label: {en: "OrderedCollectionPage"},
208
+ subClassOf: ["https://www.w3.org/ns/activitystreams#CollectionPage", "https://www.w3.org/ns/activitystreams#OrderedCollection"],
209
+ type: "http://www.w3.org/2002/07/owl#Class"
208
210
  term :OrderedItems,
209
- comment: "A rdf:List variant for Objects and Links".freeze,
210
- label: "OrderedItems".freeze,
211
+ comment: {en: "A rdf:List variant for Objects and Links"},
212
+ label: {en: "OrderedItems"},
211
213
  subClassOf: term(
212
- intersectionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze, term(
214
+ intersectionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List", term(
213
215
  allValuesFrom: term(
214
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
215
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
216
- ).freeze,
217
- onProperty: "http://www.w3.org/1999/02/22-rdf-syntax-ns#first".freeze,
218
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
216
+ type: "http://www.w3.org/2002/07/owl#Class",
217
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
218
+ ),
219
+ onProperty: "http://www.w3.org/1999/02/22-rdf-syntax-ns#first",
220
+ type: "http://www.w3.org/2002/07/owl#Restriction"
219
221
  ), term(
220
- allValuesFrom: "https://www.w3.org/ns/activitystreams#OrderedItems".freeze,
221
- onProperty: "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest".freeze,
222
- type: "http://www.w3.org/2002/07/owl#Restriction".freeze
222
+ allValuesFrom: "https://www.w3.org/ns/activitystreams#OrderedItems",
223
+ onProperty: "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest",
224
+ type: "http://www.w3.org/2002/07/owl#Restriction"
223
225
  )),
224
- type: "http://www.w3.org/2002/07/owl#Class".freeze
226
+ type: "http://www.w3.org/2002/07/owl#Class"
225
227
  ),
226
- type: "http://www.w3.org/2002/07/owl#Class".freeze
228
+ type: "http://www.w3.org/2002/07/owl#Class"
227
229
  term :Organization,
228
- comment: "An Organization".freeze,
229
- label: "Organization".freeze,
230
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
231
- type: "http://www.w3.org/2002/07/owl#Class".freeze
230
+ comment: {en: "An Organization"},
231
+ label: {en: "Organization"},
232
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
233
+ type: "http://www.w3.org/2002/07/owl#Class"
232
234
  term :Page,
233
- comment: "A Web Page".freeze,
234
- label: "Page".freeze,
235
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
236
- type: "http://www.w3.org/2002/07/owl#Class".freeze
235
+ comment: {en: "A Web Page"},
236
+ label: {en: "Page"},
237
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
238
+ type: "http://www.w3.org/2002/07/owl#Class"
237
239
  term :Person,
238
- comment: "A Person".freeze,
239
- label: "Person".freeze,
240
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
241
- type: "http://www.w3.org/2002/07/owl#Class".freeze
240
+ comment: {en: "A Person"},
241
+ label: {en: "Person"},
242
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
243
+ type: "http://www.w3.org/2002/07/owl#Class"
242
244
  term :Place,
243
- comment: "A physical or logical location".freeze,
244
- label: "Place".freeze,
245
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
246
- type: "http://www.w3.org/2002/07/owl#Class".freeze
245
+ comment: {en: "A physical or logical location"},
246
+ label: {en: "Place"},
247
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
248
+ type: "http://www.w3.org/2002/07/owl#Class"
247
249
  term :Profile,
248
- comment: "A Profile Document".freeze,
249
- label: "Profile".freeze,
250
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
251
- type: "http://www.w3.org/2002/07/owl#Class".freeze
250
+ comment: {en: "A Profile Document"},
251
+ label: {en: "Profile"},
252
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
253
+ type: "http://www.w3.org/2002/07/owl#Class"
252
254
  term :Question,
253
- comment: "A question of any sort.".freeze,
254
- label: "Question".freeze,
255
- subClassOf: "https://www.w3.org/ns/activitystreams#IntransitiveActivity".freeze,
256
- type: "http://www.w3.org/2002/07/owl#Class".freeze
255
+ comment: {en: "A question of any sort."},
256
+ label: {en: "Question"},
257
+ subClassOf: "https://www.w3.org/ns/activitystreams#IntransitiveActivity",
258
+ type: "http://www.w3.org/2002/07/owl#Class"
257
259
  term :Read,
258
- comment: "The actor read the object".freeze,
259
- label: "Read".freeze,
260
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
261
- type: "http://www.w3.org/2002/07/owl#Class".freeze
260
+ comment: {en: "The actor read the object"},
261
+ label: {en: "Read"},
262
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
263
+ type: "http://www.w3.org/2002/07/owl#Class"
262
264
  term :Reject,
263
- comment: "Actor rejects the Object".freeze,
264
- label: "Reject".freeze,
265
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
266
- type: "http://www.w3.org/2002/07/owl#Class".freeze
265
+ comment: {en: "Actor rejects the Object"},
266
+ label: {en: "Reject"},
267
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
268
+ type: "http://www.w3.org/2002/07/owl#Class"
267
269
  term :Relationship,
268
- comment: "Represents a Social Graph relationship between two Individuals (indicated by the 'a' and 'b' properties)".freeze,
269
- label: "Relationship".freeze,
270
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
271
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
270
+ comment: {en: "Represents a Social Graph relationship between two Individuals (indicated by the 'a' and 'b' properties)"},
271
+ label: {en: "Relationship"},
272
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
273
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement", "http://www.w3.org/2002/07/owl#Class"]
272
274
  term :Remove,
273
- comment: "To Remove Something".freeze,
274
- label: "Remove".freeze,
275
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
276
- type: "http://www.w3.org/2002/07/owl#Class".freeze
275
+ comment: {en: "To Remove Something"},
276
+ label: {en: "Remove"},
277
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
278
+ type: "http://www.w3.org/2002/07/owl#Class"
277
279
  term :Service,
278
- comment: "A service provided by some entity".freeze,
279
- label: "Service".freeze,
280
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
281
- type: "http://www.w3.org/2002/07/owl#Class".freeze
280
+ comment: {en: "A service provided by some entity"},
281
+ label: {en: "Service"},
282
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
283
+ type: "http://www.w3.org/2002/07/owl#Class"
282
284
  term :TentativeAccept,
283
- comment: "Actor tentatively accepts the Object".freeze,
284
- label: "TentativeAccept".freeze,
285
- subClassOf: "https://www.w3.org/ns/activitystreams#Accept".freeze,
286
- type: "http://www.w3.org/2002/07/owl#Class".freeze
285
+ comment: {en: "Actor tentatively accepts the Object"},
286
+ label: {en: "TentativeAccept"},
287
+ subClassOf: "https://www.w3.org/ns/activitystreams#Accept",
288
+ type: "http://www.w3.org/2002/07/owl#Class"
287
289
  term :TentativeReject,
288
- comment: "Actor tentatively rejects the object".freeze,
289
- label: "TentativeReject".freeze,
290
- subClassOf: "https://www.w3.org/ns/activitystreams#Reject".freeze,
291
- type: "http://www.w3.org/2002/07/owl#Class".freeze
290
+ comment: {en: "Actor tentatively rejects the object"},
291
+ label: {en: "TentativeReject"},
292
+ subClassOf: "https://www.w3.org/ns/activitystreams#Reject",
293
+ type: "http://www.w3.org/2002/07/owl#Class"
292
294
  term :Tombstone,
293
- comment: "A placeholder for a deleted object".freeze,
294
- label: "Tombstone".freeze,
295
- subClassOf: "https://www.w3.org/ns/activitystreams#Object".freeze,
296
- type: "http://www.w3.org/2002/07/owl#Class".freeze
295
+ comment: {en: "A placeholder for a deleted object"},
296
+ label: {en: "Tombstone"},
297
+ subClassOf: "https://www.w3.org/ns/activitystreams#Object",
298
+ type: "http://www.w3.org/2002/07/owl#Class"
297
299
  term :Travel,
298
- comment: "The actor is traveling to the target. The origin specifies where the actor is traveling from.".freeze,
299
- label: "Travel".freeze,
300
- subClassOf: "https://www.w3.org/ns/activitystreams#IntransitiveActivity".freeze,
301
- type: "http://www.w3.org/2002/07/owl#Class".freeze
300
+ comment: "The actor is traveling to the target. The origin specifies where the actor is traveling from.",
301
+ label: {en: "Travel"},
302
+ subClassOf: "https://www.w3.org/ns/activitystreams#IntransitiveActivity",
303
+ type: "http://www.w3.org/2002/07/owl#Class"
302
304
  term :Undo,
303
- comment: "To Undo Something. This would typically be used to indicate that a previous Activity has been undone.".freeze,
304
- label: "Undo".freeze,
305
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
306
- type: "http://www.w3.org/2002/07/owl#Class".freeze
305
+ comment: {en: "To Undo Something. This would typically be used to indicate that a previous Activity has been undone."},
306
+ label: {en: "Undo"},
307
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
308
+ type: "http://www.w3.org/2002/07/owl#Class"
307
309
  term :Update,
308
- comment: "To Update/Modify Something".freeze,
309
- label: "Update".freeze,
310
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
311
- type: "http://www.w3.org/2002/07/owl#Class".freeze
310
+ comment: {en: "To Update/Modify Something"},
311
+ label: {en: "Update"},
312
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
313
+ type: "http://www.w3.org/2002/07/owl#Class"
312
314
  term :Video,
313
- comment: "A Video document of any kind.".freeze,
314
- label: "Video".freeze,
315
- subClassOf: "https://www.w3.org/ns/activitystreams#Document".freeze,
316
- type: "http://www.w3.org/2002/07/owl#Class".freeze
315
+ comment: {en: "A Video document of any kind."},
316
+ label: {en: "Video"},
317
+ subClassOf: "https://www.w3.org/ns/activitystreams#Document",
318
+ type: "http://www.w3.org/2002/07/owl#Class"
317
319
  term :View,
318
- comment: "The actor viewed the object".freeze,
319
- label: "View".freeze,
320
- subClassOf: "https://www.w3.org/ns/activitystreams#Activity".freeze,
321
- type: "http://www.w3.org/2002/07/owl#Class".freeze
320
+ comment: {en: "The actor viewed the object"},
321
+ label: {en: "View"},
322
+ subClassOf: "https://www.w3.org/ns/activitystreams#Activity",
323
+ type: "http://www.w3.org/2002/07/owl#Class"
322
324
 
323
325
  # Property definitions
324
326
  property :accuracy,
325
- comment: "Specifies the accuracy around the point established by the longitude and latitude".freeze,
326
- domain: "https://www.w3.org/ns/activitystreams#Place".freeze,
327
- label: "accuracy".freeze,
327
+ comment: {en: "Specifies the accuracy around the point established by the longitude and latitude"},
328
+ domain: "https://www.w3.org/ns/activitystreams#Place",
329
+ label: {en: "accuracy"},
328
330
  range: term(
329
- "http://www.w3.org/2002/07/owl#onDatatype": "http://www.w3.org/2001/XMLSchema#float".freeze,
331
+ "http://www.w3.org/2002/07/owl#onDatatype": "http://www.w3.org/2001/XMLSchema#float",
330
332
  "http://www.w3.org/2002/07/owl#withRestrictions": list(term(
331
- "http://www.w3.org/2001/XMLSchema#minInclusive": "0.0".freeze
333
+ "http://www.w3.org/2001/XMLSchema#minInclusive": "0.0"
332
334
  )),
333
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
335
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
334
336
  ),
335
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
337
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
336
338
  property :actor,
337
- comment: "Subproperty of as:attributedTo that identifies the primary actor".freeze,
338
- domain: "https://www.w3.org/ns/activitystreams#Activity".freeze,
339
- label: "actor".freeze,
339
+ comment: {en: "Subproperty of as:attributedTo that identifies the primary actor"},
340
+ domain: "https://www.w3.org/ns/activitystreams#Activity",
341
+ label: {en: "actor"},
340
342
  range: term(
341
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
342
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
343
+ type: "http://www.w3.org/2002/07/owl#Class",
344
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
343
345
  ),
344
- subPropertyOf: "https://www.w3.org/ns/activitystreams#attributedTo".freeze,
345
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
346
+ subPropertyOf: "https://www.w3.org/ns/activitystreams#attributedTo",
347
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
346
348
  property :altitude,
347
- comment: "The altitude of a place".freeze,
348
- domain: "https://www.w3.org/ns/activitystreams#Place".freeze,
349
- label: "altitude".freeze,
350
- range: "http://www.w3.org/2001/XMLSchema#float".freeze,
351
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
349
+ comment: {en: "The altitude of a place"},
350
+ domain: "https://www.w3.org/ns/activitystreams#Place",
351
+ label: {en: "altitude"},
352
+ range: "http://www.w3.org/2001/XMLSchema#float",
353
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
352
354
  property :anyOf,
353
- comment: "Describes a possible inclusive answer or option for a question.".freeze,
354
- domain: "https://www.w3.org/ns/activitystreams#Question".freeze,
355
- label: "oneOf".freeze,
355
+ comment: {en: "Describes a possible inclusive answer or option for a question."},
356
+ domain: "https://www.w3.org/ns/activitystreams#Question",
357
+ label: {en: "oneOf"},
356
358
  range: term(
357
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
358
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
359
+ type: "http://www.w3.org/2002/07/owl#Class",
360
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
359
361
  ),
360
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
362
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
361
363
  property :attachment,
362
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
363
- equivalentProperty: "https://www.w3.org/ns/activitystreams#attachments".freeze,
364
- label: "attachment".freeze,
364
+ domain: "https://www.w3.org/ns/activitystreams#Object",
365
+ equivalentProperty: "https://www.w3.org/ns/activitystreams#attachments",
366
+ label: {en: "attachment"},
365
367
  range: term(
366
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
367
- unionOf: list("https://www.w3.org/ns/activitystreams#Link".freeze, "https://www.w3.org/ns/activitystreams#Object".freeze)
368
+ type: "http://www.w3.org/2002/07/owl#Class",
369
+ unionOf: list("https://www.w3.org/ns/activitystreams#Link", "https://www.w3.org/ns/activitystreams#Object")
368
370
  ),
369
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
371
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
370
372
  property :attachments,
371
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
372
- label: "attachments".freeze,
373
+ domain: "https://www.w3.org/ns/activitystreams#Object",
374
+ label: {en: "attachments"},
373
375
  range: term(
374
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
375
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
376
+ type: "http://www.w3.org/2002/07/owl#Class",
377
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
376
378
  ),
377
- type: ["http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
379
+ type: ["http://www.w3.org/2002/07/owl#DeprecatedProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
378
380
  property :attributedTo,
379
- comment: "Identifies an entity to which an object is attributed".freeze,
381
+ comment: {en: "Identifies an entity to which an object is attributed"},
380
382
  domain: term(
381
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
382
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
383
+ type: "http://www.w3.org/2002/07/owl#Class",
384
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
383
385
  ),
384
- label: "attributedTo".freeze,
386
+ label: {en: "attributedTo"},
385
387
  range: term(
386
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
387
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
388
+ type: "http://www.w3.org/2002/07/owl#Class",
389
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
388
390
  ),
389
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
391
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
390
392
  property :audience,
391
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
392
- label: "audience".freeze,
393
+ domain: "https://www.w3.org/ns/activitystreams#Object",
394
+ label: {en: "audience"},
393
395
  range: term(
394
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
395
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
396
+ type: "http://www.w3.org/2002/07/owl#Class",
397
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
396
398
  ),
397
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
399
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
398
400
  property :author,
399
- comment: "Identifies the author of an object. Deprecated. Use as:attributedTo instead".freeze,
400
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
401
- label: "author".freeze,
401
+ comment: {en: "Identifies the author of an object. Deprecated. Use as:attributedTo instead"},
402
+ domain: "https://www.w3.org/ns/activitystreams#Object",
403
+ label: {en: "author"},
402
404
  range: term(
403
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
404
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
405
+ type: "http://www.w3.org/2002/07/owl#Class",
406
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
405
407
  ),
406
- subPropertyOf: "https://www.w3.org/ns/activitystreams#attributedTo".freeze,
407
- type: ["http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
408
+ subPropertyOf: "https://www.w3.org/ns/activitystreams#attributedTo",
409
+ type: ["http://www.w3.org/2002/07/owl#DeprecatedProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
408
410
  property :bcc,
409
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
410
- label: "bcc".freeze,
411
+ domain: "https://www.w3.org/ns/activitystreams#Object",
412
+ label: {en: "bcc"},
411
413
  range: term(
412
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
413
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
414
+ type: "http://www.w3.org/2002/07/owl#Class",
415
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
414
416
  ),
415
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
417
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
416
418
  property :bto,
417
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
418
- label: "bto".freeze,
419
+ domain: "https://www.w3.org/ns/activitystreams#Object",
420
+ label: {en: "bto"},
419
421
  range: term(
420
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
421
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
422
+ type: "http://www.w3.org/2002/07/owl#Class",
423
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
422
424
  ),
423
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
425
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
424
426
  property :cc,
425
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
426
- label: "cc".freeze,
427
+ domain: "https://www.w3.org/ns/activitystreams#Object",
428
+ label: {en: "cc"},
427
429
  range: term(
428
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
429
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
430
+ type: "http://www.w3.org/2002/07/owl#Class",
431
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
430
432
  ),
431
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
433
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
432
434
  property :content,
433
- comment: "The content of the object.".freeze,
434
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
435
- label: "content".freeze,
435
+ comment: {en: "The content of the object."},
436
+ domain: "https://www.w3.org/ns/activitystreams#Object",
437
+ label: {en: "content"},
436
438
  range: term(
437
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
439
+ type: "http://www.w3.org/2002/07/owl#Class",
438
440
  unionOf: list(term(
439
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
440
- ), "http://www.w3.org/2001/XMLSchema#string".freeze)
441
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
442
+ ), "http://www.w3.org/2001/XMLSchema#string")
441
443
  ),
442
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
444
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
443
445
  property :context,
444
- comment: "Specifies the context within which an object exists or an activity was performed".freeze,
445
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
446
- label: "context".freeze,
446
+ comment: {en: "Specifies the context within which an object exists or an activity was performed"},
447
+ domain: "https://www.w3.org/ns/activitystreams#Object",
448
+ label: {en: "context"},
447
449
  range: term(
448
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
449
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
450
+ type: "http://www.w3.org/2002/07/owl#Class",
451
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
450
452
  ),
451
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
453
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
452
454
  property :current,
453
- domain: "https://www.w3.org/ns/activitystreams#Collection".freeze,
454
- label: "current".freeze,
455
+ domain: "https://www.w3.org/ns/activitystreams#Collection",
456
+ label: {en: "current"},
455
457
  range: term(
456
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
457
- unionOf: list("https://www.w3.org/ns/activitystreams#CollectionPage".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
458
+ type: "http://www.w3.org/2002/07/owl#Class",
459
+ unionOf: list("https://www.w3.org/ns/activitystreams#CollectionPage", "https://www.w3.org/ns/activitystreams#Link")
458
460
  ),
459
- type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
461
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
460
462
  property :deleted,
461
- comment: "Specifies the date and time the object was deleted".freeze,
462
- domain: "https://www.w3.org/ns/activitystreams#Tombstone".freeze,
463
- label: "deleted".freeze,
464
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
465
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
463
+ comment: {en: "Specifies the date and time the object was deleted"},
464
+ domain: "https://www.w3.org/ns/activitystreams#Tombstone",
465
+ label: {en: "deleted"},
466
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
467
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
466
468
  property :describes,
467
- comment: "On a Profile object, describes the object described by the profile".freeze,
468
- domain: "https://www.w3.org/ns/activitystreams#Profile".freeze,
469
- label: "describes".freeze,
470
- range: "https://www.w3.org/ns/activitystreams#Object".freeze,
471
- type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
469
+ comment: {en: "On a Profile object, describes the object described by the profile"},
470
+ domain: "https://www.w3.org/ns/activitystreams#Profile",
471
+ label: {en: "describes"},
472
+ range: "https://www.w3.org/ns/activitystreams#Object",
473
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
472
474
  property :downstreamDuplicates,
473
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
474
- label: "downstreamDuplicates".freeze,
475
- range: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
476
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze]
475
+ domain: "https://www.w3.org/ns/activitystreams#Object",
476
+ label: {en: "downstreamDuplicates"},
477
+ range: "http://www.w3.org/2001/XMLSchema#anyURI",
478
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#DeprecatedProperty"]
477
479
  property :duration,
478
- comment: "The duration of the object".freeze,
479
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
480
- label: "duration".freeze,
481
- range: "http://www.w3.org/2001/XMLSchema#duration".freeze,
482
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
480
+ comment: {en: "The duration of the object"},
481
+ domain: "https://www.w3.org/ns/activitystreams#Object",
482
+ label: {en: "duration"},
483
+ range: "http://www.w3.org/2001/XMLSchema#duration",
484
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
483
485
  property :endTime,
484
- comment: "The ending time of the object".freeze,
485
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
486
- label: "endTime".freeze,
487
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
488
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
486
+ comment: {en: "The ending time of the object"},
487
+ domain: "https://www.w3.org/ns/activitystreams#Object",
488
+ label: {en: "endTime"},
489
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
490
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
489
491
  property :first,
490
- domain: "https://www.w3.org/ns/activitystreams#Collection".freeze,
491
- label: "first".freeze,
492
+ domain: "https://www.w3.org/ns/activitystreams#Collection",
493
+ label: {en: "first"},
492
494
  range: term(
493
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
494
- unionOf: list("https://www.w3.org/ns/activitystreams#CollectionPage".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
495
+ type: "http://www.w3.org/2002/07/owl#Class",
496
+ unionOf: list("https://www.w3.org/ns/activitystreams#CollectionPage", "https://www.w3.org/ns/activitystreams#Link")
495
497
  ),
496
- type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
498
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
497
499
  property :formerType,
498
- comment: "On a Tombstone object, describes the former type of the deleted object".freeze,
499
- domain: "https://www.w3.org/ns/activitystreams#Tombstone".freeze,
500
- label: "formerType".freeze,
501
- range: "https://www.w3.org/ns/activitystreams#Object".freeze,
502
- type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
500
+ comment: {en: "On a Tombstone object, describes the former type of the deleted object"},
501
+ domain: "https://www.w3.org/ns/activitystreams#Tombstone",
502
+ label: {en: "formerType"},
503
+ range: "https://www.w3.org/ns/activitystreams#Object",
504
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
503
505
  property :generator,
504
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
505
- label: "generator".freeze,
506
+ domain: "https://www.w3.org/ns/activitystreams#Object",
507
+ label: {en: "generator"},
506
508
  range: term(
507
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
508
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
509
+ type: "http://www.w3.org/2002/07/owl#Class",
510
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
509
511
  ),
510
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
512
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
511
513
  property :height,
512
- comment: "The display height expressed as device independent pixels".freeze,
513
- domain: "https://www.w3.org/ns/activitystreams#Link".freeze,
514
- label: "height".freeze,
515
- range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
516
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
514
+ comment: {en: "The display height expressed as device independent pixels"},
515
+ domain: "https://www.w3.org/ns/activitystreams#Link",
516
+ label: {en: "height"},
517
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
518
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
517
519
  property :href,
518
- comment: "The target URI of the Link".freeze,
519
- domain: "https://www.w3.org/ns/activitystreams#Link".freeze,
520
- label: "href".freeze,
521
- range: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
522
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
520
+ comment: {en: "The target URI of the Link"},
521
+ domain: "https://www.w3.org/ns/activitystreams#Link",
522
+ label: {en: "href"},
523
+ range: "http://www.w3.org/2001/XMLSchema#anyURI",
524
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
523
525
  property :hreflang,
524
- comment: "A hint about the language of the referenced resource".freeze,
525
- domain: "https://www.w3.org/ns/activitystreams#Link".freeze,
526
- label: "hreflang".freeze,
527
- range: "http://www.w3.org/2001/XMLSchema#language".freeze,
528
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
526
+ comment: {en: "A hint about the language of the referenced resource"},
527
+ domain: "https://www.w3.org/ns/activitystreams#Link",
528
+ label: {en: "hreflang"},
529
+ range: "http://www.w3.org/2001/XMLSchema#language",
530
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
529
531
  property :icon,
530
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
531
- label: "icon".freeze,
532
+ domain: "https://www.w3.org/ns/activitystreams#Object",
533
+ label: {en: "icon"},
532
534
  range: term(
533
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
534
- unionOf: list("https://www.w3.org/ns/activitystreams#Image".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
535
+ type: "http://www.w3.org/2002/07/owl#Class",
536
+ unionOf: list("https://www.w3.org/ns/activitystreams#Image", "https://www.w3.org/ns/activitystreams#Link")
535
537
  ),
536
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
538
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
537
539
  property :id,
538
540
  domain: term(
539
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
540
- unionOf: list("https://www.w3.org/ns/activitystreams#Link".freeze, "https://www.w3.org/ns/activitystreams#Object".freeze)
541
+ type: "http://www.w3.org/2002/07/owl#Class",
542
+ unionOf: list("https://www.w3.org/ns/activitystreams#Link", "https://www.w3.org/ns/activitystreams#Object")
541
543
  ),
542
- label: "id".freeze,
543
- range: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
544
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
544
+ label: {en: "id"},
545
+ range: "http://www.w3.org/2001/XMLSchema#anyURI",
546
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#DeprecatedProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
545
547
  property :image,
546
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
547
- label: "image".freeze,
548
+ domain: "https://www.w3.org/ns/activitystreams#Object",
549
+ label: {en: "image"},
548
550
  range: term(
549
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
550
- unionOf: list("https://www.w3.org/ns/activitystreams#Image".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
551
+ type: "http://www.w3.org/2002/07/owl#Class",
552
+ unionOf: list("https://www.w3.org/ns/activitystreams#Image", "https://www.w3.org/ns/activitystreams#Link")
551
553
  ),
552
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
554
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
553
555
  property :inReplyTo,
554
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
555
- label: "inReplyTo".freeze,
556
+ domain: "https://www.w3.org/ns/activitystreams#Object",
557
+ label: {en: "inReplyTo"},
556
558
  range: term(
557
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
558
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
559
+ type: "http://www.w3.org/2002/07/owl#Class",
560
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
559
561
  ),
560
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
562
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
561
563
  property :instrument,
562
- comment: "Indentifies an object used (or to be used) to complete an activity".freeze,
563
- domain: "https://www.w3.org/ns/activitystreams#Activity".freeze,
564
- label: "instrument".freeze,
564
+ comment: {en: "Indentifies an object used (or to be used) to complete an activity"},
565
+ domain: "https://www.w3.org/ns/activitystreams#Activity",
566
+ label: {en: "instrument"},
565
567
  range: term(
566
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
567
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
568
+ type: "http://www.w3.org/2002/07/owl#Class",
569
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
568
570
  ),
569
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
571
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
570
572
  property :items,
571
- domain: "https://www.w3.org/ns/activitystreams#Collection".freeze,
572
- label: "items".freeze,
573
+ domain: "https://www.w3.org/ns/activitystreams#Collection",
574
+ label: {en: "items"},
573
575
  range: term(
574
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
576
+ type: "http://www.w3.org/2002/07/owl#Class",
575
577
  unionOf: list(term(
576
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
577
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
578
- ), "https://www.w3.org/ns/activitystreams#OrderedItems".freeze)
578
+ type: "http://www.w3.org/2002/07/owl#Class",
579
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
580
+ ), "https://www.w3.org/ns/activitystreams#OrderedItems")
579
581
  ),
580
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
582
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
581
583
  property :last,
582
- domain: "https://www.w3.org/ns/activitystreams#Collection".freeze,
583
- label: "last".freeze,
584
+ domain: "https://www.w3.org/ns/activitystreams#Collection",
585
+ label: {en: "last"},
584
586
  range: term(
585
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
586
- unionOf: list("https://www.w3.org/ns/activitystreams#CollectionPage".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
587
+ type: "http://www.w3.org/2002/07/owl#Class",
588
+ unionOf: list("https://www.w3.org/ns/activitystreams#CollectionPage", "https://www.w3.org/ns/activitystreams#Link")
587
589
  ),
588
- type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
590
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
589
591
  property :latitude,
590
- comment: "The latitude".freeze,
591
- domain: "https://www.w3.org/ns/activitystreams#Place".freeze,
592
- label: "latitude".freeze,
593
- range: "http://www.w3.org/2001/XMLSchema#float".freeze,
594
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
592
+ comment: {en: "The latitude"},
593
+ domain: "https://www.w3.org/ns/activitystreams#Place",
594
+ label: {en: "latitude"},
595
+ range: "http://www.w3.org/2001/XMLSchema#float",
596
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
595
597
  property :location,
596
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
597
- label: "location".freeze,
598
+ domain: "https://www.w3.org/ns/activitystreams#Object",
599
+ label: {en: "location"},
598
600
  range: term(
599
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
600
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
601
+ type: "http://www.w3.org/2002/07/owl#Class",
602
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
601
603
  ),
602
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
604
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
603
605
  property :longitude,
604
- comment: "The longitude".freeze,
605
- domain: "https://www.w3.org/ns/activitystreams#Place".freeze,
606
- label: "longitude".freeze,
607
- range: "http://www.w3.org/2001/XMLSchema#float".freeze,
608
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
606
+ comment: {en: "The longitude"},
607
+ domain: "https://www.w3.org/ns/activitystreams#Place",
608
+ label: {en: "longitude"},
609
+ range: "http://www.w3.org/2001/XMLSchema#float",
610
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
609
611
  property :mediaType,
610
- comment: "The MIME Media Type".freeze,
612
+ comment: {en: "The MIME Media Type"},
611
613
  domain: term(
612
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
613
- unionOf: list("https://www.w3.org/ns/activitystreams#Link".freeze, "https://www.w3.org/ns/activitystreams#Object".freeze)
614
+ type: "http://www.w3.org/2002/07/owl#Class",
615
+ unionOf: list("https://www.w3.org/ns/activitystreams#Link", "https://www.w3.org/ns/activitystreams#Object")
614
616
  ),
615
- label: "mediaType".freeze,
616
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
617
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
617
+ label: {en: "mediaType"},
618
+ range: "http://www.w3.org/2001/XMLSchema#string",
619
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
618
620
  property :name,
621
+ comment: {en: "The default, plain-text display name of the object or link."},
619
622
  domain: term(
620
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
621
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
623
+ type: "http://www.w3.org/2002/07/owl#Class",
624
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
622
625
  ),
623
- "http://www.w3.org/2000/01/rdf-schema#name": "The default, plain-text display name of the object or link.".freeze,
624
- label: "name".freeze,
626
+ label: {en: "name"},
625
627
  range: term(
626
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
628
+ type: "http://www.w3.org/2002/07/owl#Class",
627
629
  unionOf: list(term(
628
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
629
- ), "http://www.w3.org/2001/XMLSchema#string".freeze)
630
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
631
+ ), "http://www.w3.org/2001/XMLSchema#string")
630
632
  ),
631
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
633
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
632
634
  property :next,
633
- domain: "https://www.w3.org/ns/activitystreams#CollectionPage".freeze,
634
- label: "next".freeze,
635
+ domain: "https://www.w3.org/ns/activitystreams#CollectionPage",
636
+ label: {en: "next"},
635
637
  range: term(
636
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
637
- unionOf: list("https://www.w3.org/ns/activitystreams#CollectionPage".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
638
+ type: "http://www.w3.org/2002/07/owl#Class",
639
+ unionOf: list("https://www.w3.org/ns/activitystreams#CollectionPage", "https://www.w3.org/ns/activitystreams#Link")
638
640
  ),
639
- type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
641
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
640
642
  property :object,
641
643
  domain: term(
642
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
643
- unionOf: list("https://www.w3.org/ns/activitystreams#Activity".freeze, "https://www.w3.org/ns/activitystreams#Relationship".freeze)
644
+ type: "http://www.w3.org/2002/07/owl#Class",
645
+ unionOf: list("https://www.w3.org/ns/activitystreams#Activity", "https://www.w3.org/ns/activitystreams#Relationship")
644
646
  ),
645
- label: "object".freeze,
647
+ label: {en: "object"},
646
648
  range: term(
647
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
648
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
649
+ type: "http://www.w3.org/2002/07/owl#Class",
650
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
649
651
  ),
650
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
652
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
651
653
  property :objectType,
652
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
653
- label: "objectType".freeze,
654
- range: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
655
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
654
+ domain: "https://www.w3.org/ns/activitystreams#Object",
655
+ label: {en: "objectType"},
656
+ range: "http://www.w3.org/2001/XMLSchema#anyURI",
657
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#DeprecatedProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
656
658
  property :oneOf,
657
- comment: "Describes a possible exclusive answer or option for a question.".freeze,
658
- domain: "https://www.w3.org/ns/activitystreams#Question".freeze,
659
- label: "oneOf".freeze,
659
+ comment: {en: "Describes a possible exclusive answer or option for a question."},
660
+ domain: "https://www.w3.org/ns/activitystreams#Question",
661
+ label: {en: "oneOf"},
660
662
  range: term(
661
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
662
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
663
+ type: "http://www.w3.org/2002/07/owl#Class",
664
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
663
665
  ),
664
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
666
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
665
667
  property :origin,
666
- comment: "For certain activities, specifies the entity from which the action is directed.".freeze,
667
- domain: "https://www.w3.org/ns/activitystreams#Activity".freeze,
668
- label: "origin".freeze,
668
+ comment: {en: "For certain activities, specifies the entity from which the action is directed."},
669
+ domain: "https://www.w3.org/ns/activitystreams#Activity",
670
+ label: {en: "origin"},
669
671
  range: term(
670
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
671
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
672
+ type: "http://www.w3.org/2002/07/owl#Class",
673
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
672
674
  ),
673
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
675
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
674
676
  property :partOf,
675
- domain: "https://www.w3.org/ns/activitystreams#CollectionPage".freeze,
676
- label: "partOf".freeze,
677
+ domain: "https://www.w3.org/ns/activitystreams#CollectionPage",
678
+ label: {en: "partOf"},
677
679
  range: term(
678
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
679
- unionOf: list("https://www.w3.org/ns/activitystreams#Collection".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
680
+ type: "http://www.w3.org/2002/07/owl#Class",
681
+ unionOf: list("https://www.w3.org/ns/activitystreams#Collection", "https://www.w3.org/ns/activitystreams#Link")
680
682
  ),
681
- type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
683
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
682
684
  property :prev,
683
- domain: "https://www.w3.org/ns/activitystreams#CollectionPage".freeze,
684
- label: "prev".freeze,
685
+ domain: "https://www.w3.org/ns/activitystreams#CollectionPage",
686
+ label: {en: "prev"},
685
687
  range: term(
686
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
687
- unionOf: list("https://www.w3.org/ns/activitystreams#CollectionPage".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
688
+ type: "http://www.w3.org/2002/07/owl#Class",
689
+ unionOf: list("https://www.w3.org/ns/activitystreams#CollectionPage", "https://www.w3.org/ns/activitystreams#Link")
688
690
  ),
689
- type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
691
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
690
692
  property :preview,
691
693
  domain: term(
692
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
693
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
694
+ type: "http://www.w3.org/2002/07/owl#Class",
695
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
694
696
  ),
695
- label: "preview".freeze,
697
+ label: {en: "preview"},
696
698
  range: term(
697
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
698
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
699
+ type: "http://www.w3.org/2002/07/owl#Class",
700
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
699
701
  ),
700
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
702
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
701
703
  property :provider,
702
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
703
- label: "provider".freeze,
704
+ domain: "https://www.w3.org/ns/activitystreams#Object",
705
+ label: {en: "provider"},
704
706
  range: term(
705
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
706
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
707
+ type: "http://www.w3.org/2002/07/owl#Class",
708
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
707
709
  ),
708
- type: ["http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
710
+ type: ["http://www.w3.org/2002/07/owl#DeprecatedProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
709
711
  property :published,
710
- comment: "Specifies the date and time the object was published".freeze,
711
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
712
- label: "published".freeze,
713
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
714
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
712
+ comment: {en: "Specifies the date and time the object was published"},
713
+ domain: "https://www.w3.org/ns/activitystreams#Object",
714
+ label: {en: "published"},
715
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
716
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
715
717
  property :radius,
716
- comment: "Specifies a radius around the point established by the longitude and latitude".freeze,
717
- domain: "https://www.w3.org/ns/activitystreams#Place".freeze,
718
- label: "radius".freeze,
718
+ comment: {en: "Specifies a radius around the point established by the longitude and latitude"},
719
+ domain: "https://www.w3.org/ns/activitystreams#Place",
720
+ label: {en: "radius"},
719
721
  range: term(
720
- "http://www.w3.org/2002/07/owl#onDatatype": "http://www.w3.org/2001/XMLSchema#float".freeze,
722
+ "http://www.w3.org/2002/07/owl#onDatatype": "http://www.w3.org/2001/XMLSchema#float",
721
723
  "http://www.w3.org/2002/07/owl#withRestrictions": list(term(
722
- "http://www.w3.org/2001/XMLSchema#minInclusive": "0.0".freeze
724
+ "http://www.w3.org/2001/XMLSchema#minInclusive": "0.0"
723
725
  )),
724
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
726
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
725
727
  ),
726
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
728
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
727
729
  property :rating,
728
- comment: "A numeric rating (>= 0.0, <= 5.0) for the object".freeze,
729
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
730
- label: "rating".freeze,
730
+ comment: {en: "A numeric rating (>= 0.0, <= 5.0) for the object"},
731
+ domain: "https://www.w3.org/ns/activitystreams#Object",
732
+ label: {en: "rating"},
731
733
  range: term(
732
- "http://www.w3.org/2002/07/owl#onDatatype": "http://www.w3.org/2001/XMLSchema#float".freeze,
734
+ "http://www.w3.org/2002/07/owl#onDatatype": "http://www.w3.org/2001/XMLSchema#float",
733
735
  "http://www.w3.org/2002/07/owl#withRestrictions": list(term(
734
- "http://www.w3.org/2001/XMLSchema#minInclusive": "0.0".freeze
736
+ "http://www.w3.org/2001/XMLSchema#minInclusive": "0.0"
735
737
  ), term(
736
- "http://www.w3.org/2001/XMLSchema#maxInclusive": "5.0".freeze
738
+ "http://www.w3.org/2001/XMLSchema#maxInclusive": "5.0"
737
739
  )),
738
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
740
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
739
741
  ),
740
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
742
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#DeprecatedProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
741
743
  property :rel,
742
- comment: "The RFC 5988 or HTML5 Link Relation associated with the Link".freeze,
743
- domain: "https://www.w3.org/ns/activitystreams#Link".freeze,
744
- label: "rel".freeze,
745
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
746
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
744
+ comment: {en: "The RFC 5988 or HTML5 Link Relation associated with the Link"},
745
+ domain: "https://www.w3.org/ns/activitystreams#Link",
746
+ label: {en: "rel"},
747
+ range: "http://www.w3.org/2001/XMLSchema#string",
748
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
747
749
  property :relationship,
748
- comment: "On a Relationship object, describes the type of relationship".freeze,
749
- domain: "https://www.w3.org/ns/activitystreams#Relationship".freeze,
750
- label: "relationship".freeze,
751
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze,
752
- subPropertyOf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate".freeze,
753
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
750
+ comment: {en: "On a Relationship object, describes the type of relationship"},
751
+ domain: "https://www.w3.org/ns/activitystreams#Relationship",
752
+ label: {en: "relationship"},
753
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
754
+ subPropertyOf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate",
755
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
754
756
  property :replies,
755
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
756
- label: "replies".freeze,
757
- range: "https://www.w3.org/ns/activitystreams#Collection".freeze,
758
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
757
+ domain: "https://www.w3.org/ns/activitystreams#Object",
758
+ label: {en: "replies"},
759
+ range: "https://www.w3.org/ns/activitystreams#Collection",
760
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
759
761
  property :result,
760
- domain: "https://www.w3.org/ns/activitystreams#Activity".freeze,
761
- label: "result".freeze,
762
+ domain: "https://www.w3.org/ns/activitystreams#Activity",
763
+ label: {en: "result"},
762
764
  range: term(
763
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
764
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
765
+ type: "http://www.w3.org/2002/07/owl#Class",
766
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
765
767
  ),
766
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
768
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
767
769
  property :startIndex,
768
- comment: "In a strictly ordered logical collection, specifies the index position of the first item in the items list".freeze,
769
- domain: "https://www.w3.org/ns/activitystreams#OrderedCollectionPage".freeze,
770
- label: "startIndex".freeze,
771
- range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
772
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
770
+ comment: {en: "In a strictly ordered logical collection, specifies the index position of the first item in the items list"},
771
+ domain: "https://www.w3.org/ns/activitystreams#OrderedCollectionPage",
772
+ label: {en: "startIndex"},
773
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
774
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
773
775
  property :startTime,
774
- comment: "The starting time of the object".freeze,
775
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
776
- label: "startTime".freeze,
777
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
778
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
776
+ comment: {en: "The starting time of the object"},
777
+ domain: "https://www.w3.org/ns/activitystreams#Object",
778
+ label: {en: "startTime"},
779
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
780
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
779
781
  property :subject,
780
- comment: "On a Relationship object, identifies the subject. e.g. when saying \"John is connected to Sally\", 'subject' refers to 'John'".freeze,
781
- domain: "https://www.w3.org/ns/activitystreams#Relationship".freeze,
782
- label: "a".freeze,
782
+ comment: {en: "On a Relationship object, identifies the subject. e.g. when saying \"John is connected to Sally\", 'subject' refers to 'John'"},
783
+ domain: "https://www.w3.org/ns/activitystreams#Relationship",
784
+ label: {en: "a"},
783
785
  range: term(
784
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
785
- unionOf: list("https://www.w3.org/ns/activitystreams#Link".freeze, "https://www.w3.org/ns/activitystreams#Object".freeze)
786
+ type: "http://www.w3.org/2002/07/owl#Class",
787
+ unionOf: list("https://www.w3.org/ns/activitystreams#Link", "https://www.w3.org/ns/activitystreams#Object")
786
788
  ),
787
- subPropertyOf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#subject".freeze,
788
- type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
789
+ subPropertyOf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#subject",
790
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
789
791
  property :summary,
790
- comment: "A short summary of the object".freeze,
791
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
792
- label: "summary".freeze,
792
+ comment: {en: "A short summary of the object"},
793
+ domain: "https://www.w3.org/ns/activitystreams#Object",
794
+ label: {en: "summary"},
793
795
  range: term(
794
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
796
+ type: "http://www.w3.org/2002/07/owl#Class",
795
797
  unionOf: list(term(
796
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
797
- ), "http://www.w3.org/2001/XMLSchema#string".freeze)
798
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
799
+ ), "http://www.w3.org/2001/XMLSchema#string")
798
800
  ),
799
- type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
801
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
800
802
  property :tag,
801
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
802
- label: "tag".freeze,
803
+ domain: "https://www.w3.org/ns/activitystreams#Object",
804
+ label: {en: "tag"},
803
805
  range: term(
804
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
805
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
806
+ type: "http://www.w3.org/2002/07/owl#Class",
807
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
806
808
  ),
807
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
809
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
808
810
  property :tags,
809
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
810
- equivalentProperty: "https://www.w3.org/ns/activitystreams#tag".freeze,
811
- label: "tags".freeze,
811
+ domain: "https://www.w3.org/ns/activitystreams#Object",
812
+ equivalentProperty: "https://www.w3.org/ns/activitystreams#tag",
813
+ label: {en: "tags"},
812
814
  range: term(
813
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
814
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
815
+ type: "http://www.w3.org/2002/07/owl#Class",
816
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
815
817
  ),
816
- type: ["http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
818
+ type: ["http://www.w3.org/2002/07/owl#DeprecatedProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
817
819
  property :target,
818
- domain: "https://www.w3.org/ns/activitystreams#Activity".freeze,
819
- label: "target".freeze,
820
+ domain: "https://www.w3.org/ns/activitystreams#Activity",
821
+ label: {en: "target"},
820
822
  range: term(
821
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
822
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
823
+ type: "http://www.w3.org/2002/07/owl#Class",
824
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
823
825
  ),
824
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
826
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
825
827
  property :to,
826
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
827
- label: "to".freeze,
828
+ domain: "https://www.w3.org/ns/activitystreams#Object",
829
+ label: {en: "to"},
828
830
  range: term(
829
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
830
- unionOf: list("https://www.w3.org/ns/activitystreams#Object".freeze, "https://www.w3.org/ns/activitystreams#Link".freeze)
831
+ type: "http://www.w3.org/2002/07/owl#Class",
832
+ unionOf: list("https://www.w3.org/ns/activitystreams#Object", "https://www.w3.org/ns/activitystreams#Link")
831
833
  ),
832
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
834
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
833
835
  property :totalItems,
834
- comment: "The total number of items in a logical collection".freeze,
835
- domain: "https://www.w3.org/ns/activitystreams#Collection".freeze,
836
- label: "totalItems".freeze,
837
- range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
838
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
836
+ comment: {en: "The total number of items in a logical collection"},
837
+ domain: "https://www.w3.org/ns/activitystreams#Collection",
838
+ label: {en: "totalItems"},
839
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
840
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
839
841
  property :units,
840
- comment: "Identifies the unit of measurement used by the radius, altitude and accuracy properties. The value can be expressed either as one of a set of predefined units or as a well-known common URI that identifies units.".freeze,
841
- domain: "https://www.w3.org/ns/activitystreams#Place".freeze,
842
- label: "units".freeze,
842
+ comment: {en: "Identifies the unit of measurement used by the radius, altitude and accuracy properties. The value can be expressed either as one of a set of predefined units or as a well-known common URI that identifies units."},
843
+ domain: "https://www.w3.org/ns/activitystreams#Place",
844
+ label: {en: "units"},
843
845
  range: term(
844
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze,
846
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype",
845
847
  unionOf: list(term(
846
- "http://www.w3.org/2002/07/owl#oneOf": list("inches".freeze, "feet".freeze, "miles".freeze, "cm".freeze, "m".freeze, "km".freeze),
847
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
848
- ), "http://www.w3.org/2001/XMLSchema#anyURI".freeze)
848
+ "http://www.w3.org/2002/07/owl#oneOf": list("inches", "feet", "miles", "cm", "m", "km"),
849
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
850
+ ), "http://www.w3.org/2001/XMLSchema#anyURI")
849
851
  ),
850
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
852
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
851
853
  property :updated,
852
- comment: "Specifies when the object was last updated".freeze,
853
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
854
- label: "updated".freeze,
855
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
856
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
854
+ comment: {en: "Specifies when the object was last updated"},
855
+ domain: "https://www.w3.org/ns/activitystreams#Object",
856
+ label: {en: "updated"},
857
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
858
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
857
859
  property :upstreamDuplicates,
858
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
859
- label: "upstreamDuplicates".freeze,
860
- range: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
861
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze]
860
+ domain: "https://www.w3.org/ns/activitystreams#Object",
861
+ label: {en: "upstreamDuplicates"},
862
+ range: "http://www.w3.org/2001/XMLSchema#anyURI",
863
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#DeprecatedProperty"]
862
864
  property :url,
863
- comment: "Specifies a link to a specific representation of the Object".freeze,
864
- domain: "https://www.w3.org/ns/activitystreams#Object".freeze,
865
- label: "url".freeze,
865
+ comment: {en: "Specifies a link to a specific representation of the Object"},
866
+ domain: "https://www.w3.org/ns/activitystreams#Object",
867
+ label: {en: "url"},
866
868
  range: term(
867
- type: "http://www.w3.org/2002/07/owl#Class".freeze,
868
- unionOf: list("https://www.w3.org/ns/activitystreams#Link".freeze, "http://www.w3.org/2002/07/owl#Thing".freeze)
869
+ type: "http://www.w3.org/2002/07/owl#Class",
870
+ unionOf: list("https://www.w3.org/ns/activitystreams#Link", "http://www.w3.org/2002/07/owl#Thing")
869
871
  ),
870
- type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
872
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
871
873
  property :verb,
872
- domain: "https://www.w3.org/ns/activitystreams#Activity".freeze,
873
- label: "verb".freeze,
874
- range: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
875
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#DeprecatedProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
874
+ domain: "https://www.w3.org/ns/activitystreams#Activity",
875
+ label: {en: "verb"},
876
+ range: "http://www.w3.org/2001/XMLSchema#anyURI",
877
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#DeprecatedProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
876
878
  property :width,
877
- comment: "Specifies the preferred display width of the content, expressed in terms of device independent pixels.".freeze,
878
- domain: "https://www.w3.org/ns/activitystreams#Link".freeze,
879
- label: "width".freeze,
880
- range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
881
- type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
879
+ comment: {en: "Specifies the preferred display width of the content, expressed in terms of device independent pixels."},
880
+ domain: "https://www.w3.org/ns/activitystreams#Link",
881
+ label: {en: "width"},
882
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
883
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
882
884
  end
883
885
  end