chronicle-core 0.2.2 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rspec.yml +1 -1
  3. data/.gitignore +3 -1
  4. data/.rubocop-plugin.yml +4 -0
  5. data/.rubocop.yml +16 -2
  6. data/Gemfile +2 -2
  7. data/Guardfile +3 -3
  8. data/LICENSE.txt +1 -1
  9. data/README.md +87 -2
  10. data/Rakefile +63 -1
  11. data/bin/console +6 -6
  12. data/chronicle-core.gemspec +32 -26
  13. data/lib/chronicle/core/version.rb +1 -3
  14. data/lib/chronicle/core.rb +1 -3
  15. data/lib/chronicle/models/base.rb +96 -0
  16. data/lib/chronicle/models/builder.rb +35 -0
  17. data/lib/chronicle/models/generation.rb +89 -0
  18. data/lib/chronicle/models/model_factory.rb +65 -0
  19. data/lib/chronicle/models.rb +17 -0
  20. data/lib/chronicle/schema/rdf_parsing/graph_transformer.rb +122 -0
  21. data/lib/chronicle/schema/rdf_parsing/rdf_serializer.rb +138 -0
  22. data/lib/chronicle/schema/rdf_parsing/schemaorg.rb +47 -0
  23. data/lib/chronicle/schema/rdf_parsing/ttl_graph_builder.rb +142 -0
  24. data/lib/chronicle/schema/rdf_parsing.rb +11 -0
  25. data/lib/chronicle/schema/schema_graph.rb +145 -0
  26. data/lib/chronicle/schema/schema_property.rb +81 -0
  27. data/lib/chronicle/schema/schema_type.rb +110 -0
  28. data/lib/chronicle/schema/types.rb +9 -0
  29. data/lib/chronicle/schema/validation/base_contract.rb +22 -0
  30. data/lib/chronicle/schema/validation/contract_factory.rb +133 -0
  31. data/lib/chronicle/schema/validation/edge_validator.rb +53 -0
  32. data/lib/chronicle/schema/validation/generation.rb +29 -0
  33. data/lib/chronicle/schema/validation/validator.rb +23 -0
  34. data/lib/chronicle/schema/validation.rb +41 -0
  35. data/lib/chronicle/schema.rb +9 -2
  36. data/lib/chronicle/serialization/hash_serializer.rb +5 -11
  37. data/lib/chronicle/serialization/jsonapi_serializer.rb +41 -26
  38. data/lib/chronicle/serialization/jsonld_serializer.rb +38 -0
  39. data/lib/chronicle/serialization/record.rb +90 -0
  40. data/lib/chronicle/serialization/serializer.rb +31 -18
  41. data/lib/chronicle/serialization.rb +6 -4
  42. data/lib/chronicle/utils/hash_utils.rb +19 -16
  43. data/schema/chronicle_schema_v1.json +1283 -0
  44. data/schema/chronicle_schema_v1.rb +183 -0
  45. data/schema/chronicle_schema_v1.ttl +720 -0
  46. metadata +107 -15
  47. data/lib/chronicle/schema/activity.rb +0 -5
  48. data/lib/chronicle/schema/base.rb +0 -79
  49. data/lib/chronicle/schema/entity.rb +0 -5
  50. data/lib/chronicle/schema/raw.rb +0 -9
  51. data/lib/chronicle/schema/validator.rb +0 -55
@@ -0,0 +1,1283 @@
1
+ {
2
+ "version": "1",
3
+ "types": [
4
+ {
5
+ "id": "https://schema.chronicle.app/Action",
6
+ "subtype_ids": [
7
+ "https://schema.chronicle.app/AssessAction",
8
+ "https://schema.chronicle.app/ConsumeAction",
9
+ "https://schema.chronicle.app/InteractAction",
10
+ "https://schema.chronicle.app/UpdateAction"
11
+ ],
12
+ "see_also": "https://schema.org/Action",
13
+ "comment": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\\n\\nSee also [blog post](http://blog.schema.org/2014/04/announcing-schemaorg-actions.html) and [Actions overview document](https://schema.org/docs/actions.html)."
14
+ },
15
+ {
16
+ "id": "https://schema.chronicle.app/AddAction",
17
+ "subtype_ids": [
18
+ "https://schema.chronicle.app/InsertAction"
19
+ ],
20
+ "see_also": "https://schema.org/AddAction",
21
+ "comment": "The act of editing by adding an object to a collection."
22
+ },
23
+ {
24
+ "id": "https://schema.chronicle.app/AdministrativeArea",
25
+ "subtype_ids": [
26
+ "https://schema.chronicle.app/City",
27
+ "https://schema.chronicle.app/Country",
28
+ "https://schema.chronicle.app/SchoolDistrict",
29
+ "https://schema.chronicle.app/State"
30
+ ],
31
+ "see_also": "https://schema.org/AdministrativeArea",
32
+ "comment": "A geographical region, typically under the jurisdiction of a particular government."
33
+ },
34
+ {
35
+ "id": "https://schema.chronicle.app/AssessAction",
36
+ "subtype_ids": [
37
+ "https://schema.chronicle.app/ReactAction"
38
+ ],
39
+ "see_also": "https://schema.org/AssessAction",
40
+ "comment": "The act of forming one's opinion, reaction or sentiment."
41
+ },
42
+ {
43
+ "id": "https://schema.chronicle.app/AudioObject",
44
+ "subtype_ids": [
45
+
46
+ ],
47
+ "see_also": "https://schema.org/AudioObject",
48
+ "comment": "An audio file."
49
+ },
50
+ {
51
+ "id": "https://schema.chronicle.app/Book",
52
+ "subtype_ids": [
53
+
54
+ ],
55
+ "see_also": "https://schema.org/Book",
56
+ "comment": "A book."
57
+ },
58
+ {
59
+ "id": "https://schema.chronicle.app/Boolean",
60
+ "subtype_ids": [
61
+
62
+ ],
63
+ "see_also": "https://schema.org/Boolean",
64
+ "comment": "Boolean: True or False."
65
+ },
66
+ {
67
+ "id": "https://schema.chronicle.app/CheckInAction",
68
+ "subtype_ids": [
69
+
70
+ ],
71
+ "see_also": "https://schema.org/CheckInAction",
72
+ "comment": "The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check-in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).\\n\\nRelated actions:\\n\\n* [[CheckOutAction]]: The antonym of CheckInAction.\\n* [[ArriveAction]]: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.\\n* [[ConfirmAction]]: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the *start* of a previously reserved service rather than its validity/existence."
73
+ },
74
+ {
75
+ "id": "https://schema.chronicle.app/City",
76
+ "subtype_ids": [
77
+
78
+ ],
79
+ "see_also": "https://schema.org/City",
80
+ "comment": "A city or town."
81
+ },
82
+ {
83
+ "id": "https://schema.chronicle.app/CommunicateAction",
84
+ "subtype_ids": [
85
+ "https://schema.chronicle.app/CheckInAction"
86
+ ],
87
+ "see_also": "https://schema.org/CommunicateAction",
88
+ "comment": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation."
89
+ },
90
+ {
91
+ "id": "https://schema.chronicle.app/ConsumeAction",
92
+ "subtype_ids": [
93
+ "https://schema.chronicle.app/ListenAction",
94
+ "https://schema.chronicle.app/ReadAction",
95
+ "https://schema.chronicle.app/UseAction",
96
+ "https://schema.chronicle.app/ViewAction",
97
+ "https://schema.chronicle.app/WatchAction"
98
+ ],
99
+ "see_also": "https://schema.org/ConsumeAction",
100
+ "comment": "The act of ingesting information/resources/food."
101
+ },
102
+ {
103
+ "id": "https://schema.chronicle.app/ContactPoint",
104
+ "subtype_ids": [
105
+ "https://schema.chronicle.app/PostalAddress"
106
+ ],
107
+ "see_also": "https://schema.org/ContactPoint",
108
+ "comment": "A contact point—for example, a Customer Complaints department."
109
+ },
110
+ {
111
+ "id": "https://schema.chronicle.app/Country",
112
+ "subtype_ids": [
113
+
114
+ ],
115
+ "see_also": "https://schema.org/Country",
116
+ "comment": "A country."
117
+ },
118
+ {
119
+ "id": "https://schema.chronicle.app/CreativeWork",
120
+ "subtype_ids": [
121
+ "https://schema.chronicle.app/Book",
122
+ "https://schema.chronicle.app/CreativeWorkSeries",
123
+ "https://schema.chronicle.app/Episode",
124
+ "https://schema.chronicle.app/MediaObject",
125
+ "https://schema.chronicle.app/Message",
126
+ "https://schema.chronicle.app/MusicPlaylist",
127
+ "https://schema.chronicle.app/MusicRecording"
128
+ ],
129
+ "see_also": "https://schema.org/CreativeWork",
130
+ "comment": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
131
+ },
132
+ {
133
+ "id": "https://schema.chronicle.app/CreativeWorkSeries",
134
+ "subtype_ids": [
135
+ "https://schema.chronicle.app/PodcastSeries"
136
+ ],
137
+ "see_also": "https://schema.org/CreativeWorkSeries",
138
+ "comment": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike [[ItemList]] which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as TV, radio and games).\\n\\nSpecific subtypes are available for describing [[TVSeries]], [[RadioSeries]], [[MovieSeries]], [[BookSeries]], [[Periodical]] and [[VideoGameSeries]]. In each case, the [[hasPart]] / [[isPartOf]] properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\\n\\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate.\n\t "
139
+ },
140
+ {
141
+ "id": "https://schema.chronicle.app/DataType",
142
+ "subtype_ids": [
143
+ "https://schema.chronicle.app/Boolean",
144
+ "https://schema.chronicle.app/Date",
145
+ "https://schema.chronicle.app/DateTime",
146
+ "https://schema.chronicle.app/Number",
147
+ "https://schema.chronicle.app/Text"
148
+ ],
149
+ "see_also": "https://schema.org/DataType",
150
+ "comment": "The basic data types such as Integers, Strings, etc."
151
+ },
152
+ {
153
+ "id": "https://schema.chronicle.app/Date",
154
+ "subtype_ids": [
155
+
156
+ ],
157
+ "see_also": "https://schema.org/Date",
158
+ "comment": "A date value in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)."
159
+ },
160
+ {
161
+ "id": "https://schema.chronicle.app/DateTime",
162
+ "subtype_ids": [
163
+
164
+ ],
165
+ "see_also": "https://schema.org/DateTime",
166
+ "comment": "A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] (see Chapter 5.4 of ISO 8601)."
167
+ },
168
+ {
169
+ "id": "https://schema.chronicle.app/Distance",
170
+ "subtype_ids": [
171
+
172
+ ],
173
+ "see_also": "https://schema.org/Distance",
174
+ "comment": "Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft'."
175
+ },
176
+ {
177
+ "id": "https://schema.chronicle.app/Duration",
178
+ "subtype_ids": [
179
+
180
+ ],
181
+ "see_also": "https://schema.org/Duration",
182
+ "comment": "Quantity: Duration (use [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601))."
183
+ },
184
+ {
185
+ "id": "https://schema.chronicle.app/Energy",
186
+ "subtype_ids": [
187
+
188
+ ],
189
+ "see_also": "https://schema.org/Energy",
190
+ "comment": "Properties that take Energy as values are of the form '<Number> <Energy unit of measure>'."
191
+ },
192
+ {
193
+ "id": "https://schema.chronicle.app/Episode",
194
+ "subtype_ids": [
195
+ "https://schema.chronicle.app/PodcastEpisode"
196
+ ],
197
+ "see_also": "https://schema.org/Episode",
198
+ "comment": "A media episode (e.g. TV, radio, video game) which can be part of a series or season."
199
+ },
200
+ {
201
+ "id": "https://schema.chronicle.app/Event",
202
+ "subtype_ids": [
203
+
204
+ ],
205
+ "see_also": "https://schema.org/Event",
206
+ "comment": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects."
207
+ },
208
+ {
209
+ "id": "https://schema.chronicle.app/Float",
210
+ "subtype_ids": [
211
+
212
+ ],
213
+ "see_also": "https://schema.org/Float",
214
+ "comment": "Data type: Floating number."
215
+ },
216
+ {
217
+ "id": "https://schema.chronicle.app/ImageObject",
218
+ "subtype_ids": [
219
+
220
+ ],
221
+ "see_also": "https://schema.org/ImageObject",
222
+ "comment": "An image file."
223
+ },
224
+ {
225
+ "id": "https://schema.chronicle.app/InsertAction",
226
+ "subtype_ids": [
227
+
228
+ ],
229
+ "see_also": "https://schema.org/InsertAction",
230
+ "comment": "The act of adding at a specific location in an ordered collection."
231
+ },
232
+ {
233
+ "id": "https://schema.chronicle.app/Intangible",
234
+ "subtype_ids": [
235
+ "https://schema.chronicle.app/Quantity",
236
+ "https://schema.chronicle.app/StructuredValue"
237
+ ],
238
+ "see_also": "https://schema.org/Intangible",
239
+ "comment": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
240
+ },
241
+ {
242
+ "id": "https://schema.chronicle.app/Integer",
243
+ "subtype_ids": [
244
+
245
+ ],
246
+ "see_also": "https://schema.org/Integer",
247
+ "comment": "Data type: Integer."
248
+ },
249
+ {
250
+ "id": "https://schema.chronicle.app/InteractAction",
251
+ "subtype_ids": [
252
+ "https://schema.chronicle.app/CommunicateAction"
253
+ ],
254
+ "see_also": "https://schema.org/InteractAction",
255
+ "comment": "The act of interacting with another person or organization."
256
+ },
257
+ {
258
+ "id": "https://schema.chronicle.app/LikeAction",
259
+ "subtype_ids": [
260
+
261
+ ],
262
+ "see_also": "https://schema.org/LikeAction",
263
+ "comment": "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants."
264
+ },
265
+ {
266
+ "id": "https://schema.chronicle.app/ListenAction",
267
+ "subtype_ids": [
268
+
269
+ ],
270
+ "see_also": "https://schema.org/ListenAction",
271
+ "comment": "The act of consuming audio content."
272
+ },
273
+ {
274
+ "id": "https://schema.chronicle.app/Mass",
275
+ "subtype_ids": [
276
+
277
+ ],
278
+ "see_also": "https://schema.org/Mass",
279
+ "comment": "Properties that take Mass as values are of the form '<Number> <Mass unit of measure>'. E.g., '7 kg'."
280
+ },
281
+ {
282
+ "id": "https://schema.chronicle.app/MediaObject",
283
+ "subtype_ids": [
284
+ "https://schema.chronicle.app/AudioObject",
285
+ "https://schema.chronicle.app/ImageObject",
286
+ "https://schema.chronicle.app/VideoObject"
287
+ ],
288
+ "see_also": "https://schema.org/MediaObject",
289
+ "comment": "A media object, such as an image, video, audio, or text object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)."
290
+ },
291
+ {
292
+ "id": "https://schema.chronicle.app/Message",
293
+ "subtype_ids": [
294
+
295
+ ],
296
+ "see_also": "https://schema.org/Message",
297
+ "comment": "A single message from a sender to one or more organizations or people."
298
+ },
299
+ {
300
+ "id": "https://schema.chronicle.app/MusicAlbum",
301
+ "subtype_ids": [
302
+
303
+ ],
304
+ "see_also": "https://schema.org/MusicAlbum",
305
+ "comment": "A collection of music tracks."
306
+ },
307
+ {
308
+ "id": "https://schema.chronicle.app/MusicGroup",
309
+ "subtype_ids": [
310
+
311
+ ],
312
+ "see_also": "https://schema.org/MusicGroup",
313
+ "comment": "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician."
314
+ },
315
+ {
316
+ "id": "https://schema.chronicle.app/MusicPlaylist",
317
+ "subtype_ids": [
318
+ "https://schema.chronicle.app/MusicAlbum"
319
+ ],
320
+ "see_also": "https://schema.org/MusicPlaylist",
321
+ "comment": "A collection of music tracks in playlist form."
322
+ },
323
+ {
324
+ "id": "https://schema.chronicle.app/MusicRecording",
325
+ "subtype_ids": [
326
+
327
+ ],
328
+ "see_also": "https://schema.org/MusicRecording",
329
+ "comment": "A music recording (track), usually a single song."
330
+ },
331
+ {
332
+ "id": "https://schema.chronicle.app/Number",
333
+ "subtype_ids": [
334
+ "https://schema.chronicle.app/Float",
335
+ "https://schema.chronicle.app/Integer"
336
+ ],
337
+ "see_also": "https://schema.org/Number",
338
+ "comment": "Data type: Number.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator."
339
+ },
340
+ {
341
+ "id": "https://schema.chronicle.app/Organization",
342
+ "subtype_ids": [
343
+ "https://schema.chronicle.app/PerformingGroup"
344
+ ],
345
+ "see_also": "https://schema.org/Organization",
346
+ "comment": "An organization such as a school, NGO, corporation, club, etc."
347
+ },
348
+ {
349
+ "id": "https://schema.chronicle.app/PerformingGroup",
350
+ "subtype_ids": [
351
+ "https://schema.chronicle.app/MusicGroup"
352
+ ],
353
+ "see_also": "https://schema.org/PerformingGroup",
354
+ "comment": "A performance group, such as a band, an orchestra, or a circus."
355
+ },
356
+ {
357
+ "id": "https://schema.chronicle.app/Person",
358
+ "subtype_ids": [
359
+
360
+ ],
361
+ "see_also": "https://schema.org/Person",
362
+ "comment": "A person (alive, dead, undead, or fictional)."
363
+ },
364
+ {
365
+ "id": "https://schema.chronicle.app/Place",
366
+ "subtype_ids": [
367
+ "https://schema.chronicle.app/AdministrativeArea"
368
+ ],
369
+ "see_also": "https://schema.org/Place",
370
+ "comment": "Entities that have a somewhat fixed, physical extension."
371
+ },
372
+ {
373
+ "id": "https://schema.chronicle.app/PodcastEpisode",
374
+ "subtype_ids": [
375
+
376
+ ],
377
+ "see_also": "https://schema.org/PodcastEpisode",
378
+ "comment": "A single episode of a podcast series."
379
+ },
380
+ {
381
+ "id": "https://schema.chronicle.app/PodcastSeries",
382
+ "subtype_ids": [
383
+
384
+ ],
385
+ "see_also": "https://schema.org/PodcastSeries",
386
+ "comment": "A podcast is an episodic series of digital audio or video files which a user can download and listen to."
387
+ },
388
+ {
389
+ "id": "https://schema.chronicle.app/PostalAddress",
390
+ "subtype_ids": [
391
+
392
+ ],
393
+ "see_also": "https://schema.org/PostalAddress",
394
+ "comment": "The mailing address."
395
+ },
396
+ {
397
+ "id": "https://schema.chronicle.app/QuantitativeValue",
398
+ "subtype_ids": [
399
+
400
+ ],
401
+ "see_also": "https://schema.org/QuantitativeValue",
402
+ "comment": " A point value or interval for product characteristics and other purposes."
403
+ },
404
+ {
405
+ "id": "https://schema.chronicle.app/Quantity",
406
+ "subtype_ids": [
407
+ "https://schema.chronicle.app/Distance",
408
+ "https://schema.chronicle.app/Duration",
409
+ "https://schema.chronicle.app/Energy",
410
+ "https://schema.chronicle.app/Mass"
411
+ ],
412
+ "see_also": "https://schema.org/Quantity",
413
+ "comment": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 kg' or '4 milligrams'."
414
+ },
415
+ {
416
+ "id": "https://schema.chronicle.app/ReactAction",
417
+ "subtype_ids": [
418
+ "https://schema.chronicle.app/LikeAction"
419
+ ],
420
+ "see_also": "https://schema.org/ReactAction",
421
+ "comment": "The act of responding instinctively and emotionally to an object, expressing a sentiment."
422
+ },
423
+ {
424
+ "id": "https://schema.chronicle.app/ReadAction",
425
+ "subtype_ids": [
426
+
427
+ ],
428
+ "see_also": "https://schema.org/ReadAction",
429
+ "comment": "The act of consuming written content."
430
+ },
431
+ {
432
+ "id": "https://schema.chronicle.app/SchoolDistrict",
433
+ "subtype_ids": [
434
+
435
+ ],
436
+ "see_also": "https://schema.org/SchoolDistrict",
437
+ "comment": "A School District is an administrative area for the administration of schools."
438
+ },
439
+ {
440
+ "id": "https://schema.chronicle.app/State",
441
+ "subtype_ids": [
442
+
443
+ ],
444
+ "see_also": "https://schema.org/State",
445
+ "comment": "A state or province of a country."
446
+ },
447
+ {
448
+ "id": "https://schema.chronicle.app/StructuredValue",
449
+ "subtype_ids": [
450
+ "https://schema.chronicle.app/ContactPoint",
451
+ "https://schema.chronicle.app/QuantitativeValue"
452
+ ],
453
+ "see_also": "https://schema.org/StructuredValue",
454
+ "comment": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing."
455
+ },
456
+ {
457
+ "id": "https://schema.chronicle.app/Text",
458
+ "subtype_ids": [
459
+ "https://schema.chronicle.app/URL"
460
+ ],
461
+ "see_also": "https://schema.org/Text",
462
+ "comment": "Data type: Text."
463
+ },
464
+ {
465
+ "id": "https://schema.chronicle.app/Thing",
466
+ "subtype_ids": [
467
+ "https://schema.chronicle.app/Action",
468
+ "https://schema.chronicle.app/CreativeWork",
469
+ "https://schema.chronicle.app/Event",
470
+ "https://schema.chronicle.app/Intangible",
471
+ "https://schema.chronicle.app/Organization",
472
+ "https://schema.chronicle.app/Person",
473
+ "https://schema.chronicle.app/Place"
474
+ ],
475
+ "see_also": "https://schema.org/Thing",
476
+ "comment": "The most generic type of item."
477
+ },
478
+ {
479
+ "id": "https://schema.chronicle.app/URL",
480
+ "subtype_ids": [
481
+
482
+ ],
483
+ "see_also": "https://schema.org/URL",
484
+ "comment": "Data type: URL."
485
+ },
486
+ {
487
+ "id": "https://schema.chronicle.app/UpdateAction",
488
+ "subtype_ids": [
489
+ "https://schema.chronicle.app/AddAction"
490
+ ],
491
+ "see_also": "https://schema.org/UpdateAction",
492
+ "comment": "The act of managing by changing/editing the state of the object."
493
+ },
494
+ {
495
+ "id": "https://schema.chronicle.app/UseAction",
496
+ "subtype_ids": [
497
+
498
+ ],
499
+ "see_also": "https://schema.org/UseAction",
500
+ "comment": "The act of applying an object to its intended purpose."
501
+ },
502
+ {
503
+ "id": "https://schema.chronicle.app/VideoObject",
504
+ "subtype_ids": [
505
+
506
+ ],
507
+ "see_also": "https://schema.org/VideoObject",
508
+ "comment": "A video file."
509
+ },
510
+ {
511
+ "id": "https://schema.chronicle.app/ViewAction",
512
+ "subtype_ids": [
513
+
514
+ ],
515
+ "see_also": "https://schema.org/ViewAction",
516
+ "comment": "The act of consuming static visual content."
517
+ },
518
+ {
519
+ "id": "https://schema.chronicle.app/WatchAction",
520
+ "subtype_ids": [
521
+
522
+ ],
523
+ "see_also": "https://schema.org/WatchAction",
524
+ "comment": "The act of consuming dynamic/moving visual content."
525
+ }
526
+ ],
527
+ "properties": [
528
+ {
529
+ "id": "https://schema.chronicle.app/about",
530
+ "domain": [
531
+ "https://schema.chronicle.app/CreativeWork"
532
+ ],
533
+ "range": [
534
+ "https://schema.chronicle.app/Thing"
535
+ ],
536
+ "many": true,
537
+ "required": false,
538
+ "comment": "The subject matter of the content.",
539
+ "see_also": "https://schema.org/about"
540
+ },
541
+ {
542
+ "id": "https://schema.chronicle.app/address",
543
+ "domain": [
544
+ "https://schema.chronicle.app/Person",
545
+ "https://schema.chronicle.app/Place"
546
+ ],
547
+ "range": [
548
+ "https://schema.chronicle.app/PostalAddress",
549
+ "https://schema.chronicle.app/Text"
550
+ ],
551
+ "many": false,
552
+ "required": false,
553
+ "comment": "Physical address of the item.",
554
+ "see_also": "https://schema.org/address"
555
+ },
556
+ {
557
+ "id": "https://schema.chronicle.app/addressCountry",
558
+ "domain": [
559
+ "https://schema.chronicle.app/PostalAddress"
560
+ ],
561
+ "range": [
562
+ "https://schema.chronicle.app/Country",
563
+ "https://schema.chronicle.app/Text"
564
+ ],
565
+ "many": false,
566
+ "required": false,
567
+ "comment": "The country. For example, USA. You can also provide the two-letter [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1).",
568
+ "see_also": "https://schema.org/addressCountry"
569
+ },
570
+ {
571
+ "id": "https://schema.chronicle.app/addressLocality",
572
+ "domain": [
573
+ "https://schema.chronicle.app/PostalAddress"
574
+ ],
575
+ "range": [
576
+ "https://schema.chronicle.app/Text"
577
+ ],
578
+ "many": false,
579
+ "required": false,
580
+ "comment": "The locality in which the street address is, and which is in the region. For example, Mountain View.",
581
+ "see_also": "https://schema.org/addressLocality"
582
+ },
583
+ {
584
+ "id": "https://schema.chronicle.app/addressRegion",
585
+ "domain": [
586
+ "https://schema.chronicle.app/PostalAddress"
587
+ ],
588
+ "range": [
589
+ "https://schema.chronicle.app/Text"
590
+ ],
591
+ "many": false,
592
+ "required": false,
593
+ "comment": "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level [Administrative division](https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country).",
594
+ "see_also": "https://schema.org/addressRegion"
595
+ },
596
+ {
597
+ "id": "https://schema.chronicle.app/agent",
598
+ "domain": [
599
+ "https://schema.chronicle.app/Action"
600
+ ],
601
+ "range": [
602
+ "https://schema.chronicle.app/Organization",
603
+ "https://schema.chronicle.app/Person"
604
+ ],
605
+ "many": false,
606
+ "required": true,
607
+ "comment": "The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book.",
608
+ "see_also": "https://schema.org/agent"
609
+ },
610
+ {
611
+ "id": "https://schema.chronicle.app/aggregateRating",
612
+ "domain": [
613
+ "https://schema.chronicle.app/CreativeWork"
614
+ ],
615
+ "range": [
616
+
617
+ ],
618
+ "many": false,
619
+ "required": false,
620
+ "comment": "The overall rating, based on a collection of reviews or ratings, of the item.",
621
+ "see_also": "https://schema.org/aggregateRating"
622
+ },
623
+ {
624
+ "id": "https://schema.chronicle.app/album",
625
+ "domain": [
626
+ "https://schema.chronicle.app/MusicGroup"
627
+ ],
628
+ "range": [
629
+ "https://schema.chronicle.app/MusicAlbum"
630
+ ],
631
+ "many": true,
632
+ "required": false,
633
+ "comment": "A music album.",
634
+ "see_also": "https://schema.org/album"
635
+ },
636
+ {
637
+ "id": "https://schema.chronicle.app/alternateName",
638
+ "domain": [
639
+ "https://schema.chronicle.app/Thing"
640
+ ],
641
+ "range": [
642
+ "https://schema.chronicle.app/Text"
643
+ ],
644
+ "many": false,
645
+ "required": false,
646
+ "comment": "An alias for the item.",
647
+ "see_also": "https://schema.org/alternateName"
648
+ },
649
+ {
650
+ "id": "https://schema.chronicle.app/author",
651
+ "domain": [
652
+ "https://schema.chronicle.app/CreativeWork"
653
+ ],
654
+ "range": [
655
+ "https://schema.chronicle.app/Organization",
656
+ "https://schema.chronicle.app/Person"
657
+ ],
658
+ "many": true,
659
+ "required": false,
660
+ "comment": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.",
661
+ "see_also": "https://schema.org/author"
662
+ },
663
+ {
664
+ "id": "https://schema.chronicle.app/byArtist",
665
+ "domain": [
666
+ "https://schema.chronicle.app/MusicAlbum",
667
+ "https://schema.chronicle.app/MusicRecording"
668
+ ],
669
+ "range": [
670
+ "https://schema.chronicle.app/MusicGroup",
671
+ "https://schema.chronicle.app/Person"
672
+ ],
673
+ "many": true,
674
+ "required": false,
675
+ "comment": "The artist that performed this album or recording.",
676
+ "see_also": "https://schema.org/byArtist"
677
+ },
678
+ {
679
+ "id": "https://schema.chronicle.app/contentLocation",
680
+ "domain": [
681
+ "https://schema.chronicle.app/CreativeWork"
682
+ ],
683
+ "range": [
684
+ "https://schema.chronicle.app/Place"
685
+ ],
686
+ "many": true,
687
+ "required": false,
688
+ "comment": "The location depicted or described in the content. For example, the location in a photograph or painting.",
689
+ "see_also": "https://schema.org/contentLocation"
690
+ },
691
+ {
692
+ "id": "https://schema.chronicle.app/contributor",
693
+ "domain": [
694
+ "https://schema.chronicle.app/CreativeWork"
695
+ ],
696
+ "range": [
697
+ "https://schema.chronicle.app/Organization",
698
+ "https://schema.chronicle.app/Person"
699
+ ],
700
+ "many": true,
701
+ "required": false,
702
+ "comment": "A secondary contributor to the CreativeWork or Event.",
703
+ "see_also": "https://schema.org/contributor"
704
+ },
705
+ {
706
+ "id": "https://schema.chronicle.app/creator",
707
+ "domain": [
708
+ "https://schema.chronicle.app/CreativeWork"
709
+ ],
710
+ "range": [
711
+ "https://schema.chronicle.app/Organization",
712
+ "https://schema.chronicle.app/Person"
713
+ ],
714
+ "many": true,
715
+ "required": false,
716
+ "comment": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.",
717
+ "see_also": "https://schema.org/creator"
718
+ },
719
+ {
720
+ "id": "https://schema.chronicle.app/description",
721
+ "domain": [
722
+ "https://schema.chronicle.app/Thing"
723
+ ],
724
+ "range": [
725
+ "https://schema.chronicle.app/Text"
726
+ ],
727
+ "many": false,
728
+ "required": false,
729
+ "comment": "A description of the item.",
730
+ "see_also": "https://schema.org/description"
731
+ },
732
+ {
733
+ "id": "https://schema.chronicle.app/duration",
734
+ "domain": [
735
+ "https://schema.chronicle.app/Episode",
736
+ "https://schema.chronicle.app/MediaObject",
737
+ "https://schema.chronicle.app/MusicRecording"
738
+ ],
739
+ "range": [
740
+ "https://schema.chronicle.app/Duration"
741
+ ],
742
+ "many": false,
743
+ "required": false,
744
+ "comment": "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).",
745
+ "see_also": "https://schema.org/duration"
746
+ },
747
+ {
748
+ "id": "https://schema.chronicle.app/endDate",
749
+ "domain": [
750
+ "https://schema.chronicle.app/Event"
751
+ ],
752
+ "range": [
753
+ "https://schema.chronicle.app/Date",
754
+ "https://schema.chronicle.app/DateTime"
755
+ ],
756
+ "many": false,
757
+ "required": false,
758
+ "comment": "The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).",
759
+ "see_also": "https://schema.org/endDate"
760
+ },
761
+ {
762
+ "id": "https://schema.chronicle.app/endTime",
763
+ "domain": [
764
+ "https://schema.chronicle.app/Action"
765
+ ],
766
+ "range": [
767
+ "https://schema.chronicle.app/DateTime"
768
+ ],
769
+ "many": false,
770
+ "required": false,
771
+ "comment": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. E.g. John wrote a book from January to *December*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.",
772
+ "see_also": "https://schema.org/endTime"
773
+ },
774
+ {
775
+ "id": "https://schema.chronicle.app/episodeNumber",
776
+ "domain": [
777
+ "https://schema.chronicle.app/Episode"
778
+ ],
779
+ "range": [
780
+ "https://schema.chronicle.app/Integer",
781
+ "https://schema.chronicle.app/Text"
782
+ ],
783
+ "many": false,
784
+ "required": false,
785
+ "comment": "Position of the episode within an ordered group of episodes.",
786
+ "see_also": "https://schema.org/episodeNumber"
787
+ },
788
+ {
789
+ "id": "https://schema.chronicle.app/height",
790
+ "domain": [
791
+ "https://schema.chronicle.app/MediaObject"
792
+ ],
793
+ "range": [
794
+ "https://schema.chronicle.app/Distance",
795
+ "https://schema.chronicle.app/QuantitativeValue"
796
+ ],
797
+ "many": false,
798
+ "required": false,
799
+ "comment": "The height of the item.",
800
+ "see_also": "https://schema.org/height"
801
+ },
802
+ {
803
+ "id": "https://schema.chronicle.app/identifier",
804
+ "domain": [
805
+ "https://schema.chronicle.app/Thing"
806
+ ],
807
+ "range": [
808
+ "https://schema.chronicle.app/Text",
809
+ "https://schema.chronicle.app/URL"
810
+ ],
811
+ "many": false,
812
+ "required": false,
813
+ "comment": "The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.\n ",
814
+ "see_also": "https://schema.org/identifier"
815
+ },
816
+ {
817
+ "id": "https://schema.chronicle.app/image",
818
+ "domain": [
819
+ "https://schema.chronicle.app/Thing"
820
+ ],
821
+ "range": [
822
+ "https://schema.chronicle.app/ImageObject",
823
+ "https://schema.chronicle.app/URL"
824
+ ],
825
+ "many": false,
826
+ "required": false,
827
+ "comment": "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].",
828
+ "see_also": "https://schema.org/image"
829
+ },
830
+ {
831
+ "id": "https://schema.chronicle.app/inAlbum",
832
+ "domain": [
833
+ "https://schema.chronicle.app/MusicRecording"
834
+ ],
835
+ "range": [
836
+ "https://schema.chronicle.app/MusicAlbum"
837
+ ],
838
+ "many": true,
839
+ "required": false,
840
+ "comment": "The album to which this recording belongs.",
841
+ "see_also": "https://schema.org/inAlbum"
842
+ },
843
+ {
844
+ "id": "https://schema.chronicle.app/inLanguage",
845
+ "domain": [
846
+ "https://schema.chronicle.app/CreativeWork"
847
+ ],
848
+ "range": [
849
+ "https://schema.chronicle.app/Text"
850
+ ],
851
+ "many": true,
852
+ "required": false,
853
+ "comment": "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].",
854
+ "see_also": "https://schema.org/inLanguage"
855
+ },
856
+ {
857
+ "id": "https://schema.chronicle.app/instrument",
858
+ "domain": [
859
+ "https://schema.chronicle.app/Action"
860
+ ],
861
+ "range": [
862
+ "https://schema.chronicle.app/Thing"
863
+ ],
864
+ "many": false,
865
+ "required": false,
866
+ "comment": "The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.",
867
+ "see_also": "https://schema.org/instrument"
868
+ },
869
+ {
870
+ "id": "https://schema.chronicle.app/isPartOf",
871
+ "domain": [
872
+ "https://schema.chronicle.app/CreativeWork"
873
+ ],
874
+ "range": [
875
+ "https://schema.chronicle.app/CreativeWork",
876
+ "https://schema.chronicle.app/URL"
877
+ ],
878
+ "many": true,
879
+ "required": false,
880
+ "comment": "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.",
881
+ "see_also": "https://schema.org/isPartOf"
882
+ },
883
+ {
884
+ "id": "https://schema.chronicle.app/keywords",
885
+ "domain": [
886
+ "https://schema.chronicle.app/CreativeWork"
887
+ ],
888
+ "range": [
889
+ "https://schema.chronicle.app/Text",
890
+ "https://schema.chronicle.app/URL"
891
+ ],
892
+ "many": true,
893
+ "required": false,
894
+ "comment": "Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.",
895
+ "see_also": "https://schema.org/keywords"
896
+ },
897
+ {
898
+ "id": "https://schema.chronicle.app/latitude",
899
+ "domain": [
900
+ "https://schema.chronicle.app/Place"
901
+ ],
902
+ "range": [
903
+ "https://schema.chronicle.app/Number",
904
+ "https://schema.chronicle.app/Text"
905
+ ],
906
+ "many": false,
907
+ "required": false,
908
+ "comment": "The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).",
909
+ "see_also": "https://schema.org/latitude"
910
+ },
911
+ {
912
+ "id": "https://schema.chronicle.app/location",
913
+ "domain": [
914
+ "https://schema.chronicle.app/Event",
915
+ "https://schema.chronicle.app/Organization"
916
+ ],
917
+ "range": [
918
+ "https://schema.chronicle.app/Place",
919
+ "https://schema.chronicle.app/PostalAddress",
920
+ "https://schema.chronicle.app/Text"
921
+ ],
922
+ "many": true,
923
+ "required": false,
924
+ "comment": "The location of, for example, where an event is happening, where an organization is located, or where an action takes place.",
925
+ "see_also": "https://schema.org/location"
926
+ },
927
+ {
928
+ "id": "https://schema.chronicle.app/longitude",
929
+ "domain": [
930
+ "https://schema.chronicle.app/Place"
931
+ ],
932
+ "range": [
933
+ "https://schema.chronicle.app/Number",
934
+ "https://schema.chronicle.app/Text"
935
+ ],
936
+ "many": false,
937
+ "required": false,
938
+ "comment": "The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).",
939
+ "see_also": "https://schema.org/longitude"
940
+ },
941
+ {
942
+ "id": "https://schema.chronicle.app/mentions",
943
+ "domain": [
944
+ "https://schema.chronicle.app/CreativeWork"
945
+ ],
946
+ "range": [
947
+ "https://schema.chronicle.app/Thing"
948
+ ],
949
+ "many": true,
950
+ "required": false,
951
+ "comment": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.",
952
+ "see_also": "https://schema.org/mentions"
953
+ },
954
+ {
955
+ "id": "https://schema.chronicle.app/name",
956
+ "domain": [
957
+ "https://schema.chronicle.app/Thing"
958
+ ],
959
+ "range": [
960
+ "https://schema.chronicle.app/Text"
961
+ ],
962
+ "many": false,
963
+ "required": false,
964
+ "comment": "The name of the item.",
965
+ "see_also": "https://schema.org/name"
966
+ },
967
+ {
968
+ "id": "https://schema.chronicle.app/numberOfPages",
969
+ "domain": [
970
+ "https://schema.chronicle.app/Book"
971
+ ],
972
+ "range": [
973
+ "https://schema.chronicle.app/Integer"
974
+ ],
975
+ "many": false,
976
+ "required": false,
977
+ "comment": "The number of pages in the book.",
978
+ "see_also": "https://schema.org/numberOfPages"
979
+ },
980
+ {
981
+ "id": "https://schema.chronicle.app/object",
982
+ "domain": [
983
+ "https://schema.chronicle.app/Action"
984
+ ],
985
+ "range": [
986
+ "https://schema.chronicle.app/Thing"
987
+ ],
988
+ "many": false,
989
+ "required": false,
990
+ "comment": "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). E.g. John read *a book*.",
991
+ "see_also": "https://schema.org/object"
992
+ },
993
+ {
994
+ "id": "https://schema.chronicle.app/partOfSeason",
995
+ "domain": [
996
+ "https://schema.chronicle.app/Episode"
997
+ ],
998
+ "range": [
999
+
1000
+ ],
1001
+ "many": false,
1002
+ "required": false,
1003
+ "comment": "The season to which this episode belongs.",
1004
+ "see_also": "https://schema.org/partOfSeason"
1005
+ },
1006
+ {
1007
+ "id": "https://schema.chronicle.app/partOfSeries",
1008
+ "domain": [
1009
+ "https://schema.chronicle.app/Episode"
1010
+ ],
1011
+ "range": [
1012
+ "https://schema.chronicle.app/CreativeWorkSeries"
1013
+ ],
1014
+ "many": false,
1015
+ "required": false,
1016
+ "comment": "The series to which this episode or season belongs.",
1017
+ "see_also": "https://schema.org/partOfSeries"
1018
+ },
1019
+ {
1020
+ "id": "https://schema.chronicle.app/postOfficeBoxNumber",
1021
+ "domain": [
1022
+ "https://schema.chronicle.app/PostalAddress"
1023
+ ],
1024
+ "range": [
1025
+ "https://schema.chronicle.app/Text"
1026
+ ],
1027
+ "many": false,
1028
+ "required": false,
1029
+ "comment": "The post office box number for PO box addresses.",
1030
+ "see_also": "https://schema.org/postOfficeBoxNumber"
1031
+ },
1032
+ {
1033
+ "id": "https://schema.chronicle.app/postalCode",
1034
+ "domain": [
1035
+ "https://schema.chronicle.app/PostalAddress"
1036
+ ],
1037
+ "range": [
1038
+ "https://schema.chronicle.app/Text"
1039
+ ],
1040
+ "many": false,
1041
+ "required": false,
1042
+ "comment": "The postal code. For example, 94043.",
1043
+ "see_also": "https://schema.org/postalCode"
1044
+ },
1045
+ {
1046
+ "id": "https://schema.chronicle.app/producer",
1047
+ "domain": [
1048
+ "https://schema.chronicle.app/CreativeWork"
1049
+ ],
1050
+ "range": [
1051
+ "https://schema.chronicle.app/Organization",
1052
+ "https://schema.chronicle.app/Person"
1053
+ ],
1054
+ "many": true,
1055
+ "required": false,
1056
+ "comment": "The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.).",
1057
+ "see_also": "https://schema.org/producer"
1058
+ },
1059
+ {
1060
+ "id": "https://schema.chronicle.app/publisher",
1061
+ "domain": [
1062
+ "https://schema.chronicle.app/CreativeWork"
1063
+ ],
1064
+ "range": [
1065
+ "https://schema.chronicle.app/Organization",
1066
+ "https://schema.chronicle.app/Person"
1067
+ ],
1068
+ "many": true,
1069
+ "required": false,
1070
+ "comment": "The publisher of the creative work.",
1071
+ "see_also": "https://schema.org/publisher"
1072
+ },
1073
+ {
1074
+ "id": "https://schema.chronicle.app/recipient",
1075
+ "domain": [
1076
+ "https://schema.chronicle.app/Message"
1077
+ ],
1078
+ "range": [
1079
+ "https://schema.chronicle.app/ContactPoint",
1080
+ "https://schema.chronicle.app/Organization",
1081
+ "https://schema.chronicle.app/Person"
1082
+ ],
1083
+ "many": true,
1084
+ "required": false,
1085
+ "comment": "A sub property of participant. The participant who is at the receiving end of the action.",
1086
+ "see_also": "https://schema.org/recipient"
1087
+ },
1088
+ {
1089
+ "id": "https://schema.chronicle.app/result",
1090
+ "domain": [
1091
+ "https://schema.chronicle.app/Action"
1092
+ ],
1093
+ "range": [
1094
+ "https://schema.chronicle.app/Thing"
1095
+ ],
1096
+ "many": false,
1097
+ "required": false,
1098
+ "comment": "The result produced in the action. E.g. John wrote *a book*.",
1099
+ "see_also": "https://schema.org/result"
1100
+ },
1101
+ {
1102
+ "id": "https://schema.chronicle.app/sender",
1103
+ "domain": [
1104
+ "https://schema.chronicle.app/Message"
1105
+ ],
1106
+ "range": [
1107
+ "https://schema.chronicle.app/Organization",
1108
+ "https://schema.chronicle.app/Person"
1109
+ ],
1110
+ "many": false,
1111
+ "required": false,
1112
+ "comment": "A sub property of participant. The participant who is at the sending end of the action.",
1113
+ "see_also": "https://schema.org/sender"
1114
+ },
1115
+ {
1116
+ "id": "https://schema.chronicle.app/slug",
1117
+ "domain": [
1118
+ "https://schema.chronicle.app/Thing"
1119
+ ],
1120
+ "range": [
1121
+ "https://schema.chronicle.app/Text"
1122
+ ],
1123
+ "many": false,
1124
+ "required": false
1125
+ },
1126
+ {
1127
+ "id": "https://schema.chronicle.app/source",
1128
+ "domain": [
1129
+ "https://schema.chronicle.app/Thing"
1130
+ ],
1131
+ "range": [
1132
+ "https://schema.chronicle.app/Text"
1133
+ ],
1134
+ "many": false,
1135
+ "required": false
1136
+ },
1137
+ {
1138
+ "id": "https://schema.chronicle.app/sourceId",
1139
+ "domain": [
1140
+ "https://schema.chronicle.app/Thing"
1141
+ ],
1142
+ "range": [
1143
+ "https://schema.chronicle.app/Text"
1144
+ ],
1145
+ "many": false,
1146
+ "required": false
1147
+ },
1148
+ {
1149
+ "id": "https://schema.chronicle.app/sourceNamespace",
1150
+ "domain": [
1151
+ "https://schema.chronicle.app/Thing"
1152
+ ],
1153
+ "range": [
1154
+ "https://schema.chronicle.app/Text"
1155
+ ],
1156
+ "many": false,
1157
+ "required": false
1158
+ },
1159
+ {
1160
+ "id": "https://schema.chronicle.app/startDate",
1161
+ "domain": [
1162
+ "https://schema.chronicle.app/Event"
1163
+ ],
1164
+ "range": [
1165
+ "https://schema.chronicle.app/Date",
1166
+ "https://schema.chronicle.app/DateTime"
1167
+ ],
1168
+ "many": false,
1169
+ "required": false,
1170
+ "comment": "The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).",
1171
+ "see_also": "https://schema.org/startDate"
1172
+ },
1173
+ {
1174
+ "id": "https://schema.chronicle.app/startTime",
1175
+ "domain": [
1176
+ "https://schema.chronicle.app/Action"
1177
+ ],
1178
+ "range": [
1179
+ "https://schema.chronicle.app/DateTime"
1180
+ ],
1181
+ "many": false,
1182
+ "required": false,
1183
+ "comment": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. E.g. John wrote a book from *January* to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.",
1184
+ "see_also": "https://schema.org/startTime"
1185
+ },
1186
+ {
1187
+ "id": "https://schema.chronicle.app/streetAddress",
1188
+ "domain": [
1189
+ "https://schema.chronicle.app/PostalAddress"
1190
+ ],
1191
+ "range": [
1192
+ "https://schema.chronicle.app/Text"
1193
+ ],
1194
+ "many": false,
1195
+ "required": false,
1196
+ "comment": "The street address. For example, 1600 Amphitheatre Pkwy.",
1197
+ "see_also": "https://schema.org/streetAddress"
1198
+ },
1199
+ {
1200
+ "id": "https://schema.chronicle.app/subjectOf",
1201
+ "domain": [
1202
+ "https://schema.chronicle.app/Thing"
1203
+ ],
1204
+ "range": [
1205
+ "https://schema.chronicle.app/CreativeWork",
1206
+ "https://schema.chronicle.app/Event"
1207
+ ],
1208
+ "many": true,
1209
+ "required": false,
1210
+ "comment": "A CreativeWork or Event about this Thing.",
1211
+ "see_also": "https://schema.org/subjectOf"
1212
+ },
1213
+ {
1214
+ "id": "https://schema.chronicle.app/text",
1215
+ "domain": [
1216
+ "https://schema.chronicle.app/CreativeWork"
1217
+ ],
1218
+ "range": [
1219
+ "https://schema.chronicle.app/Text"
1220
+ ],
1221
+ "many": false,
1222
+ "required": false,
1223
+ "comment": "The textual content of this CreativeWork.",
1224
+ "see_also": "https://schema.org/text"
1225
+ },
1226
+ {
1227
+ "id": "https://schema.chronicle.app/url",
1228
+ "domain": [
1229
+ "https://schema.chronicle.app/Thing"
1230
+ ],
1231
+ "range": [
1232
+ "https://schema.chronicle.app/URL"
1233
+ ],
1234
+ "many": false,
1235
+ "required": false,
1236
+ "comment": "URL of the item.",
1237
+ "see_also": "https://schema.org/url"
1238
+ },
1239
+ {
1240
+ "id": "https://schema.chronicle.app/value",
1241
+ "domain": [
1242
+ "https://schema.chronicle.app/QuantitativeValue"
1243
+ ],
1244
+ "range": [
1245
+ "https://schema.chronicle.app/Boolean",
1246
+ "https://schema.chronicle.app/Number",
1247
+ "https://schema.chronicle.app/StructuredValue",
1248
+ "https://schema.chronicle.app/Text"
1249
+ ],
1250
+ "many": false,
1251
+ "required": false,
1252
+ "comment": "The value of a [[QuantitativeValue]] (including [[Observation]]) or property value node.\\n\\n* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is 'Number'.\\n* For [[PropertyValue]], it can be 'Text', 'Number', 'Boolean', or 'StructuredValue'.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
1253
+ "see_also": "https://schema.org/value"
1254
+ },
1255
+ {
1256
+ "id": "https://schema.chronicle.app/webFeed",
1257
+ "domain": [
1258
+ "https://schema.chronicle.app/PodcastSeries"
1259
+ ],
1260
+ "range": [
1261
+ "https://schema.chronicle.app/URL"
1262
+ ],
1263
+ "many": false,
1264
+ "required": false,
1265
+ "comment": "The URL for a feed, e.g. associated with a podcast series, blog, or series of date-stamped updates. This is usually RSS or Atom.",
1266
+ "see_also": "https://schema.org/webFeed"
1267
+ },
1268
+ {
1269
+ "id": "https://schema.chronicle.app/width",
1270
+ "domain": [
1271
+ "https://schema.chronicle.app/MediaObject"
1272
+ ],
1273
+ "range": [
1274
+ "https://schema.chronicle.app/Distance",
1275
+ "https://schema.chronicle.app/QuantitativeValue"
1276
+ ],
1277
+ "many": false,
1278
+ "required": false,
1279
+ "comment": "The width of the item.",
1280
+ "see_also": "https://schema.org/width"
1281
+ }
1282
+ ]
1283
+ }