schema_org-rb 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1886) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +5 -0
  3. data/LICENSE-SCHEMA-ORG.txt +376 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +88 -0
  6. data/lib/schema_org/base.rb +275 -0
  7. data/lib/schema_org/generated_vocabulary.rb +2850 -0
  8. data/lib/schema_org/mixins/about_page.rb +16 -0
  9. data/lib/schema_org/mixins/accept_action.rb +16 -0
  10. data/lib/schema_org/mixins/accommodation.rb +367 -0
  11. data/lib/schema_org/mixins/accounting_service.rb +16 -0
  12. data/lib/schema_org/mixins/achieve_action.rb +16 -0
  13. data/lib/schema_org/mixins/action.rb +279 -0
  14. data/lib/schema_org/mixins/action_access_specification.rb +157 -0
  15. data/lib/schema_org/mixins/action_status_type.rb +16 -0
  16. data/lib/schema_org/mixins/activate_action.rb +16 -0
  17. data/lib/schema_org/mixins/add_action.rb +16 -0
  18. data/lib/schema_org/mixins/administrative_area.rb +16 -0
  19. data/lib/schema_org/mixins/adult_entertainment.rb +16 -0
  20. data/lib/schema_org/mixins/adult_oriented_enumeration.rb +16 -0
  21. data/lib/schema_org/mixins/advertiser_content_article.rb +16 -0
  22. data/lib/schema_org/mixins/aggregate_offer.rb +99 -0
  23. data/lib/schema_org/mixins/aggregate_rating.rb +77 -0
  24. data/lib/schema_org/mixins/agree_action.rb +16 -0
  25. data/lib/schema_org/mixins/airline.rb +57 -0
  26. data/lib/schema_org/mixins/airport.rb +57 -0
  27. data/lib/schema_org/mixins/alignment_object.rb +117 -0
  28. data/lib/schema_org/mixins/allocate_action.rb +16 -0
  29. data/lib/schema_org/mixins/am_radio_channel.rb +16 -0
  30. data/lib/schema_org/mixins/amp_story.rb +17 -0
  31. data/lib/schema_org/mixins/amusement_park.rb +16 -0
  32. data/lib/schema_org/mixins/analysis_news_article.rb +16 -0
  33. data/lib/schema_org/mixins/anatomical_structure.rb +177 -0
  34. data/lib/schema_org/mixins/anatomical_system.rb +117 -0
  35. data/lib/schema_org/mixins/animal_shelter.rb +16 -0
  36. data/lib/schema_org/mixins/answer.rb +57 -0
  37. data/lib/schema_org/mixins/apartment.rb +61 -0
  38. data/lib/schema_org/mixins/apartment_complex.rb +117 -0
  39. data/lib/schema_org/mixins/api_reference.rb +121 -0
  40. data/lib/schema_org/mixins/append_action.rb +16 -0
  41. data/lib/schema_org/mixins/apply_action.rb +16 -0
  42. data/lib/schema_org/mixins/approved_indication.rb +16 -0
  43. data/lib/schema_org/mixins/aquarium.rb +16 -0
  44. data/lib/schema_org/mixins/archive_component.rb +59 -0
  45. data/lib/schema_org/mixins/archive_organization.rb +39 -0
  46. data/lib/schema_org/mixins/arrive_action.rb +16 -0
  47. data/lib/schema_org/mixins/art_gallery.rb +16 -0
  48. data/lib/schema_org/mixins/artery.rb +59 -0
  49. data/lib/schema_org/mixins/article.rb +201 -0
  50. data/lib/schema_org/mixins/ask_action.rb +37 -0
  51. data/lib/schema_org/mixins/ask_public_news_article.rb +16 -0
  52. data/lib/schema_org/mixins/assess_action.rb +16 -0
  53. data/lib/schema_org/mixins/assign_action.rb +16 -0
  54. data/lib/schema_org/mixins/atlas.rb +16 -0
  55. data/lib/schema_org/mixins/attorney.rb +16 -0
  56. data/lib/schema_org/mixins/audience.rb +57 -0
  57. data/lib/schema_org/mixins/audio_object.rb +77 -0
  58. data/lib/schema_org/mixins/audio_object_snapshot.rb +16 -0
  59. data/lib/schema_org/mixins/audiobook.rb +58 -0
  60. data/lib/schema_org/mixins/authenticate_action.rb +16 -0
  61. data/lib/schema_org/mixins/authorize_action.rb +37 -0
  62. data/lib/schema_org/mixins/auto_body_shop.rb +16 -0
  63. data/lib/schema_org/mixins/auto_dealer.rb +16 -0
  64. data/lib/schema_org/mixins/auto_parts_store.rb +17 -0
  65. data/lib/schema_org/mixins/auto_rental.rb +16 -0
  66. data/lib/schema_org/mixins/auto_repair.rb +16 -0
  67. data/lib/schema_org/mixins/auto_wash.rb +16 -0
  68. data/lib/schema_org/mixins/automated_teller.rb +16 -0
  69. data/lib/schema_org/mixins/automotive_business.rb +16 -0
  70. data/lib/schema_org/mixins/background_news_article.rb +16 -0
  71. data/lib/schema_org/mixins/bakery.rb +16 -0
  72. data/lib/schema_org/mixins/bank_account.rb +77 -0
  73. data/lib/schema_org/mixins/bank_or_credit_union.rb +16 -0
  74. data/lib/schema_org/mixins/bar_or_pub.rb +16 -0
  75. data/lib/schema_org/mixins/barcode.rb +16 -0
  76. data/lib/schema_org/mixins/beach.rb +16 -0
  77. data/lib/schema_org/mixins/beauty_salon.rb +16 -0
  78. data/lib/schema_org/mixins/bed_and_breakfast.rb +16 -0
  79. data/lib/schema_org/mixins/bed_details.rb +57 -0
  80. data/lib/schema_org/mixins/bed_type.rb +16 -0
  81. data/lib/schema_org/mixins/befriend_action.rb +16 -0
  82. data/lib/schema_org/mixins/bike_store.rb +16 -0
  83. data/lib/schema_org/mixins/bio_chem_entity.rb +285 -0
  84. data/lib/schema_org/mixins/blog.rb +81 -0
  85. data/lib/schema_org/mixins/blog_posting.rb +16 -0
  86. data/lib/schema_org/mixins/blood_test.rb +16 -0
  87. data/lib/schema_org/mixins/boarding_policy_type.rb +16 -0
  88. data/lib/schema_org/mixins/boat_reservation.rb +16 -0
  89. data/lib/schema_org/mixins/boat_terminal.rb +16 -0
  90. data/lib/schema_org/mixins/boat_trip.rb +57 -0
  91. data/lib/schema_org/mixins/body_measurement_type_enumeration.rb +16 -0
  92. data/lib/schema_org/mixins/body_of_water.rb +16 -0
  93. data/lib/schema_org/mixins/bone.rb +16 -0
  94. data/lib/schema_org/mixins/book.rb +137 -0
  95. data/lib/schema_org/mixins/book_format_type.rb +16 -0
  96. data/lib/schema_org/mixins/book_series.rb +16 -0
  97. data/lib/schema_org/mixins/book_store.rb +16 -0
  98. data/lib/schema_org/mixins/bookmark_action.rb +16 -0
  99. data/lib/schema_org/mixins/boolean.rb +16 -0
  100. data/lib/schema_org/mixins/borrow_action.rb +37 -0
  101. data/lib/schema_org/mixins/bowling_alley.rb +16 -0
  102. data/lib/schema_org/mixins/brain_structure.rb +16 -0
  103. data/lib/schema_org/mixins/brand.rb +99 -0
  104. data/lib/schema_org/mixins/breadcrumb_list.rb +16 -0
  105. data/lib/schema_org/mixins/brewery.rb +16 -0
  106. data/lib/schema_org/mixins/bridge.rb +16 -0
  107. data/lib/schema_org/mixins/broadcast_channel.rb +139 -0
  108. data/lib/schema_org/mixins/broadcast_event.rb +97 -0
  109. data/lib/schema_org/mixins/broadcast_frequency_specification.rb +77 -0
  110. data/lib/schema_org/mixins/broadcast_service.rb +243 -0
  111. data/lib/schema_org/mixins/brokerage_account.rb +16 -0
  112. data/lib/schema_org/mixins/buddhist_temple.rb +16 -0
  113. data/lib/schema_org/mixins/bus_or_coach.rb +57 -0
  114. data/lib/schema_org/mixins/bus_reservation.rb +16 -0
  115. data/lib/schema_org/mixins/bus_station.rb +16 -0
  116. data/lib/schema_org/mixins/bus_stop.rb +16 -0
  117. data/lib/schema_org/mixins/bus_trip.rb +97 -0
  118. data/lib/schema_org/mixins/business_audience.rb +77 -0
  119. data/lib/schema_org/mixins/business_entity_type.rb +16 -0
  120. data/lib/schema_org/mixins/business_event.rb +16 -0
  121. data/lib/schema_org/mixins/business_function.rb +16 -0
  122. data/lib/schema_org/mixins/buy_action.rb +83 -0
  123. data/lib/schema_org/mixins/cable_or_satellite_service.rb +16 -0
  124. data/lib/schema_org/mixins/cafe_or_coffee_shop.rb +16 -0
  125. data/lib/schema_org/mixins/campground.rb +17 -0
  126. data/lib/schema_org/mixins/camping_pitch.rb +16 -0
  127. data/lib/schema_org/mixins/canal.rb +16 -0
  128. data/lib/schema_org/mixins/cancel_action.rb +16 -0
  129. data/lib/schema_org/mixins/car.rb +57 -0
  130. data/lib/schema_org/mixins/car_usage_type.rb +16 -0
  131. data/lib/schema_org/mixins/casino.rb +16 -0
  132. data/lib/schema_org/mixins/category_code.rb +57 -0
  133. data/lib/schema_org/mixins/category_code_set.rb +37 -0
  134. data/lib/schema_org/mixins/catholic_church.rb +16 -0
  135. data/lib/schema_org/mixins/cdcpmd_record.rb +357 -0
  136. data/lib/schema_org/mixins/cemetery.rb +16 -0
  137. data/lib/schema_org/mixins/certification.rb +259 -0
  138. data/lib/schema_org/mixins/certification_status_enumeration.rb +16 -0
  139. data/lib/schema_org/mixins/chapter.rb +77 -0
  140. data/lib/schema_org/mixins/check_action.rb +16 -0
  141. data/lib/schema_org/mixins/check_in_action.rb +16 -0
  142. data/lib/schema_org/mixins/check_out_action.rb +16 -0
  143. data/lib/schema_org/mixins/checkout_page.rb +16 -0
  144. data/lib/schema_org/mixins/chemical_substance.rb +77 -0
  145. data/lib/schema_org/mixins/child_care.rb +16 -0
  146. data/lib/schema_org/mixins/childrens_event.rb +16 -0
  147. data/lib/schema_org/mixins/choose_action.rb +61 -0
  148. data/lib/schema_org/mixins/church.rb +16 -0
  149. data/lib/schema_org/mixins/city.rb +16 -0
  150. data/lib/schema_org/mixins/city_hall.rb +16 -0
  151. data/lib/schema_org/mixins/civic_structure.rb +37 -0
  152. data/lib/schema_org/mixins/claim.rb +77 -0
  153. data/lib/schema_org/mixins/claim_review.rb +37 -0
  154. data/lib/schema_org/mixins/class.rb +16 -0
  155. data/lib/schema_org/mixins/clip.rb +247 -0
  156. data/lib/schema_org/mixins/clothing_store.rb +16 -0
  157. data/lib/schema_org/mixins/code.rb +16 -0
  158. data/lib/schema_org/mixins/collection.rb +37 -0
  159. data/lib/schema_org/mixins/collection_page.rb +16 -0
  160. data/lib/schema_org/mixins/college_or_university.rb +16 -0
  161. data/lib/schema_org/mixins/comedy_club.rb +16 -0
  162. data/lib/schema_org/mixins/comedy_event.rb +16 -0
  163. data/lib/schema_org/mixins/comic_cover_art.rb +17 -0
  164. data/lib/schema_org/mixins/comic_issue.rb +145 -0
  165. data/lib/schema_org/mixins/comic_series.rb +16 -0
  166. data/lib/schema_org/mixins/comic_story.rb +121 -0
  167. data/lib/schema_org/mixins/comment.rb +97 -0
  168. data/lib/schema_org/mixins/comment_action.rb +37 -0
  169. data/lib/schema_org/mixins/communicate_action.rb +103 -0
  170. data/lib/schema_org/mixins/complete_data_feed.rb +16 -0
  171. data/lib/schema_org/mixins/compound_price_specification.rb +57 -0
  172. data/lib/schema_org/mixins/computer_language.rb +16 -0
  173. data/lib/schema_org/mixins/computer_store.rb +16 -0
  174. data/lib/schema_org/mixins/conference_event.rb +16 -0
  175. data/lib/schema_org/mixins/confirm_action.rb +16 -0
  176. data/lib/schema_org/mixins/consortium.rb +16 -0
  177. data/lib/schema_org/mixins/constraint_node.rb +57 -0
  178. data/lib/schema_org/mixins/consume_action.rb +57 -0
  179. data/lib/schema_org/mixins/contact_page.rb +16 -0
  180. data/lib/schema_org/mixins/contact_point.rb +223 -0
  181. data/lib/schema_org/mixins/contact_point_option.rb +16 -0
  182. data/lib/schema_org/mixins/continent.rb +16 -0
  183. data/lib/schema_org/mixins/control_action.rb +16 -0
  184. data/lib/schema_org/mixins/convenience_store.rb +16 -0
  185. data/lib/schema_org/mixins/conversation.rb +16 -0
  186. data/lib/schema_org/mixins/cook_action.rb +77 -0
  187. data/lib/schema_org/mixins/cooperative.rb +16 -0
  188. data/lib/schema_org/mixins/corporation.rb +37 -0
  189. data/lib/schema_org/mixins/correction_comment.rb +16 -0
  190. data/lib/schema_org/mixins/country.rb +16 -0
  191. data/lib/schema_org/mixins/course.rb +218 -0
  192. data/lib/schema_org/mixins/course_instance.rb +97 -0
  193. data/lib/schema_org/mixins/courthouse.rb +16 -0
  194. data/lib/schema_org/mixins/cover_art.rb +16 -0
  195. data/lib/schema_org/mixins/covid_testing_facility.rb +16 -0
  196. data/lib/schema_org/mixins/create_action.rb +16 -0
  197. data/lib/schema_org/mixins/creative_work.rb +2449 -0
  198. data/lib/schema_org/mixins/creative_work_season.rb +247 -0
  199. data/lib/schema_org/mixins/creative_work_series.rb +78 -0
  200. data/lib/schema_org/mixins/credential.rb +97 -0
  201. data/lib/schema_org/mixins/credit_card.rb +17 -0
  202. data/lib/schema_org/mixins/crematorium.rb +16 -0
  203. data/lib/schema_org/mixins/critic_review.rb +16 -0
  204. data/lib/schema_org/mixins/css_selector_type.rb +16 -0
  205. data/lib/schema_org/mixins/currency_conversion_service.rb +16 -0
  206. data/lib/schema_org/mixins/d_dx_element.rb +57 -0
  207. data/lib/schema_org/mixins/dance_event.rb +16 -0
  208. data/lib/schema_org/mixins/dance_group.rb +16 -0
  209. data/lib/schema_org/mixins/data_catalog.rb +91 -0
  210. data/lib/schema_org/mixins/data_download.rb +69 -0
  211. data/lib/schema_org/mixins/data_feed.rb +37 -0
  212. data/lib/schema_org/mixins/data_feed_item.rb +97 -0
  213. data/lib/schema_org/mixins/data_type.rb +14 -0
  214. data/lib/schema_org/mixins/dataset.rb +239 -0
  215. data/lib/schema_org/mixins/date.rb +16 -0
  216. data/lib/schema_org/mixins/date_time.rb +16 -0
  217. data/lib/schema_org/mixins/dated_money_specification.rb +97 -0
  218. data/lib/schema_org/mixins/day_of_week.rb +16 -0
  219. data/lib/schema_org/mixins/day_spa.rb +16 -0
  220. data/lib/schema_org/mixins/de_nonprofit_type.rb +16 -0
  221. data/lib/schema_org/mixins/deactivate_action.rb +16 -0
  222. data/lib/schema_org/mixins/defence_establishment.rb +16 -0
  223. data/lib/schema_org/mixins/defined_region.rb +118 -0
  224. data/lib/schema_org/mixins/defined_term.rb +79 -0
  225. data/lib/schema_org/mixins/defined_term_set.rb +59 -0
  226. data/lib/schema_org/mixins/delete_action.rb +16 -0
  227. data/lib/schema_org/mixins/delivery_charge_specification.rb +99 -0
  228. data/lib/schema_org/mixins/delivery_event.rb +97 -0
  229. data/lib/schema_org/mixins/delivery_method.rb +16 -0
  230. data/lib/schema_org/mixins/delivery_time_settings.rb +97 -0
  231. data/lib/schema_org/mixins/demand.rb +725 -0
  232. data/lib/schema_org/mixins/dentist.rb +18 -0
  233. data/lib/schema_org/mixins/depart_action.rb +16 -0
  234. data/lib/schema_org/mixins/department_store.rb +16 -0
  235. data/lib/schema_org/mixins/deposit_account.rb +17 -0
  236. data/lib/schema_org/mixins/diagnostic_lab.rb +37 -0
  237. data/lib/schema_org/mixins/diagnostic_procedure.rb +16 -0
  238. data/lib/schema_org/mixins/diet.rb +118 -0
  239. data/lib/schema_org/mixins/dietary_supplement.rb +218 -0
  240. data/lib/schema_org/mixins/digital_document.rb +37 -0
  241. data/lib/schema_org/mixins/digital_document_permission.rb +57 -0
  242. data/lib/schema_org/mixins/digital_document_permission_type.rb +16 -0
  243. data/lib/schema_org/mixins/digital_platform_enumeration.rb +16 -0
  244. data/lib/schema_org/mixins/disagree_action.rb +16 -0
  245. data/lib/schema_org/mixins/discover_action.rb +16 -0
  246. data/lib/schema_org/mixins/discussion_forum_posting.rb +16 -0
  247. data/lib/schema_org/mixins/dislike_action.rb +16 -0
  248. data/lib/schema_org/mixins/distance.rb +16 -0
  249. data/lib/schema_org/mixins/distillery.rb +16 -0
  250. data/lib/schema_org/mixins/donate_action.rb +97 -0
  251. data/lib/schema_org/mixins/dose_schedule.rb +97 -0
  252. data/lib/schema_org/mixins/download_action.rb +16 -0
  253. data/lib/schema_org/mixins/draw_action.rb +16 -0
  254. data/lib/schema_org/mixins/drawing.rb +16 -0
  255. data/lib/schema_org/mixins/drink_action.rb +16 -0
  256. data/lib/schema_org/mixins/drive_wheel_configuration_value.rb +16 -0
  257. data/lib/schema_org/mixins/drug.rb +622 -0
  258. data/lib/schema_org/mixins/drug_class.rb +37 -0
  259. data/lib/schema_org/mixins/drug_cost.rb +137 -0
  260. data/lib/schema_org/mixins/drug_cost_category.rb +16 -0
  261. data/lib/schema_org/mixins/drug_legal_status.rb +37 -0
  262. data/lib/schema_org/mixins/drug_pregnancy_category.rb +16 -0
  263. data/lib/schema_org/mixins/drug_prescription_status.rb +16 -0
  264. data/lib/schema_org/mixins/drug_strength.rb +117 -0
  265. data/lib/schema_org/mixins/dry_cleaning_or_laundry.rb +16 -0
  266. data/lib/schema_org/mixins/duration.rb +16 -0
  267. data/lib/schema_org/mixins/eat_action.rb +16 -0
  268. data/lib/schema_org/mixins/education_event.rb +77 -0
  269. data/lib/schema_org/mixins/educational_audience.rb +37 -0
  270. data/lib/schema_org/mixins/educational_occupational_credential.rb +57 -0
  271. data/lib/schema_org/mixins/educational_occupational_program.rb +503 -0
  272. data/lib/schema_org/mixins/educational_organization.rb +40 -0
  273. data/lib/schema_org/mixins/electrician.rb +16 -0
  274. data/lib/schema_org/mixins/electronics_store.rb +16 -0
  275. data/lib/schema_org/mixins/elementary_school.rb +16 -0
  276. data/lib/schema_org/mixins/email_message.rb +16 -0
  277. data/lib/schema_org/mixins/embassy.rb +16 -0
  278. data/lib/schema_org/mixins/emergency_service.rb +16 -0
  279. data/lib/schema_org/mixins/employee_role.rb +57 -0
  280. data/lib/schema_org/mixins/employer_aggregate_rating.rb +16 -0
  281. data/lib/schema_org/mixins/employer_review.rb +16 -0
  282. data/lib/schema_org/mixins/employment_agency.rb +16 -0
  283. data/lib/schema_org/mixins/endorse_action.rb +37 -0
  284. data/lib/schema_org/mixins/endorsement_rating.rb +16 -0
  285. data/lib/schema_org/mixins/energy.rb +16 -0
  286. data/lib/schema_org/mixins/energy_consumption_details.rb +77 -0
  287. data/lib/schema_org/mixins/energy_efficiency_enumeration.rb +16 -0
  288. data/lib/schema_org/mixins/energy_star_energy_efficiency_enumeration.rb +16 -0
  289. data/lib/schema_org/mixins/engine_specification.rb +119 -0
  290. data/lib/schema_org/mixins/entertainment_business.rb +16 -0
  291. data/lib/schema_org/mixins/entry_point.rb +161 -0
  292. data/lib/schema_org/mixins/enumeration.rb +37 -0
  293. data/lib/schema_org/mixins/episode.rb +247 -0
  294. data/lib/schema_org/mixins/error.rb +37 -0
  295. data/lib/schema_org/mixins/eu_energy_efficiency_enumeration.rb +16 -0
  296. data/lib/schema_org/mixins/event.rb +925 -0
  297. data/lib/schema_org/mixins/event_attendance_mode_enumeration.rb +16 -0
  298. data/lib/schema_org/mixins/event_reservation.rb +16 -0
  299. data/lib/schema_org/mixins/event_series.rb +17 -0
  300. data/lib/schema_org/mixins/event_status_type.rb +16 -0
  301. data/lib/schema_org/mixins/event_venue.rb +16 -0
  302. data/lib/schema_org/mixins/exchange_rate_specification.rb +77 -0
  303. data/lib/schema_org/mixins/exercise_action.rb +281 -0
  304. data/lib/schema_org/mixins/exercise_gym.rb +16 -0
  305. data/lib/schema_org/mixins/exercise_plan.rb +178 -0
  306. data/lib/schema_org/mixins/exhibition_event.rb +16 -0
  307. data/lib/schema_org/mixins/faq_page.rb +16 -0
  308. data/lib/schema_org/mixins/fast_food_restaurant.rb +16 -0
  309. data/lib/schema_org/mixins/festival.rb +16 -0
  310. data/lib/schema_org/mixins/film_action.rb +16 -0
  311. data/lib/schema_org/mixins/financial_incentive.rb +473 -0
  312. data/lib/schema_org/mixins/financial_product.rb +77 -0
  313. data/lib/schema_org/mixins/financial_service.rb +37 -0
  314. data/lib/schema_org/mixins/find_action.rb +16 -0
  315. data/lib/schema_org/mixins/fire_station.rb +17 -0
  316. data/lib/schema_org/mixins/flight.rb +321 -0
  317. data/lib/schema_org/mixins/flight_reservation.rb +97 -0
  318. data/lib/schema_org/mixins/float.rb +16 -0
  319. data/lib/schema_org/mixins/floor_plan.rb +261 -0
  320. data/lib/schema_org/mixins/florist.rb +16 -0
  321. data/lib/schema_org/mixins/fm_radio_channel.rb +16 -0
  322. data/lib/schema_org/mixins/follow_action.rb +37 -0
  323. data/lib/schema_org/mixins/food_establishment.rb +121 -0
  324. data/lib/schema_org/mixins/food_establishment_reservation.rb +77 -0
  325. data/lib/schema_org/mixins/food_event.rb +16 -0
  326. data/lib/schema_org/mixins/food_service.rb +16 -0
  327. data/lib/schema_org/mixins/fulfillment_type_enumeration.rb +16 -0
  328. data/lib/schema_org/mixins/funding_agency.rb +16 -0
  329. data/lib/schema_org/mixins/funding_scheme.rb +16 -0
  330. data/lib/schema_org/mixins/furniture_store.rb +16 -0
  331. data/lib/schema_org/mixins/game.rb +117 -0
  332. data/lib/schema_org/mixins/game_availability_enumeration.rb +16 -0
  333. data/lib/schema_org/mixins/game_play_mode.rb +16 -0
  334. data/lib/schema_org/mixins/game_server.rb +79 -0
  335. data/lib/schema_org/mixins/game_server_status.rb +16 -0
  336. data/lib/schema_org/mixins/garden_store.rb +16 -0
  337. data/lib/schema_org/mixins/gas_station.rb +16 -0
  338. data/lib/schema_org/mixins/gated_residence_community.rb +16 -0
  339. data/lib/schema_org/mixins/gender_type.rb +16 -0
  340. data/lib/schema_org/mixins/gene.rb +99 -0
  341. data/lib/schema_org/mixins/general_contractor.rb +16 -0
  342. data/lib/schema_org/mixins/geo_circle.rb +57 -0
  343. data/lib/schema_org/mixins/geo_coordinates.rb +137 -0
  344. data/lib/schema_org/mixins/geo_shape.rb +177 -0
  345. data/lib/schema_org/mixins/geospatial_geometry.rb +217 -0
  346. data/lib/schema_org/mixins/give_action.rb +37 -0
  347. data/lib/schema_org/mixins/golf_course.rb +16 -0
  348. data/lib/schema_org/mixins/government_benefits_type.rb +16 -0
  349. data/lib/schema_org/mixins/government_building.rb +16 -0
  350. data/lib/schema_org/mixins/government_office.rb +16 -0
  351. data/lib/schema_org/mixins/government_organization.rb +16 -0
  352. data/lib/schema_org/mixins/government_permit.rb +16 -0
  353. data/lib/schema_org/mixins/government_service.rb +57 -0
  354. data/lib/schema_org/mixins/grant.rb +79 -0
  355. data/lib/schema_org/mixins/grocery_store.rb +16 -0
  356. data/lib/schema_org/mixins/guide.rb +57 -0
  357. data/lib/schema_org/mixins/hackathon.rb +16 -0
  358. data/lib/schema_org/mixins/hair_salon.rb +16 -0
  359. data/lib/schema_org/mixins/hardware_store.rb +16 -0
  360. data/lib/schema_org/mixins/health_and_beauty_business.rb +16 -0
  361. data/lib/schema_org/mixins/health_aspect_enumeration.rb +16 -0
  362. data/lib/schema_org/mixins/health_club.rb +17 -0
  363. data/lib/schema_org/mixins/health_insurance_plan.rb +199 -0
  364. data/lib/schema_org/mixins/health_plan_cost_sharing_specification.rb +117 -0
  365. data/lib/schema_org/mixins/health_plan_formulary.rb +77 -0
  366. data/lib/schema_org/mixins/health_plan_network.rb +77 -0
  367. data/lib/schema_org/mixins/health_topic_content.rb +37 -0
  368. data/lib/schema_org/mixins/high_school.rb +16 -0
  369. data/lib/schema_org/mixins/hindu_temple.rb +16 -0
  370. data/lib/schema_org/mixins/hobby_shop.rb +16 -0
  371. data/lib/schema_org/mixins/home_and_construction_business.rb +16 -0
  372. data/lib/schema_org/mixins/home_goods_store.rb +16 -0
  373. data/lib/schema_org/mixins/hospital.rb +79 -0
  374. data/lib/schema_org/mixins/hostel.rb +16 -0
  375. data/lib/schema_org/mixins/hotel.rb +16 -0
  376. data/lib/schema_org/mixins/hotel_room.rb +61 -0
  377. data/lib/schema_org/mixins/house.rb +39 -0
  378. data/lib/schema_org/mixins/house_painter.rb +16 -0
  379. data/lib/schema_org/mixins/how_to.rb +201 -0
  380. data/lib/schema_org/mixins/how_to_direction.rb +178 -0
  381. data/lib/schema_org/mixins/how_to_item.rb +37 -0
  382. data/lib/schema_org/mixins/how_to_section.rb +41 -0
  383. data/lib/schema_org/mixins/how_to_step.rb +18 -0
  384. data/lib/schema_org/mixins/how_to_supply.rb +37 -0
  385. data/lib/schema_org/mixins/how_to_tip.rb +17 -0
  386. data/lib/schema_org/mixins/how_to_tool.rb +16 -0
  387. data/lib/schema_org/mixins/hvac_business.rb +16 -0
  388. data/lib/schema_org/mixins/hyper_toc.rb +57 -0
  389. data/lib/schema_org/mixins/hyper_toc_entry.rb +77 -0
  390. data/lib/schema_org/mixins/ice_cream_shop.rb +16 -0
  391. data/lib/schema_org/mixins/ignore_action.rb +16 -0
  392. data/lib/schema_org/mixins/image_gallery.rb +16 -0
  393. data/lib/schema_org/mixins/image_object.rb +97 -0
  394. data/lib/schema_org/mixins/image_object_snapshot.rb +16 -0
  395. data/lib/schema_org/mixins/imaging_test.rb +37 -0
  396. data/lib/schema_org/mixins/incentive_qualified_expense_type.rb +16 -0
  397. data/lib/schema_org/mixins/incentive_status.rb +16 -0
  398. data/lib/schema_org/mixins/incentive_type.rb +16 -0
  399. data/lib/schema_org/mixins/individual_physician.rb +37 -0
  400. data/lib/schema_org/mixins/individual_product.rb +37 -0
  401. data/lib/schema_org/mixins/infectious_agent_class.rb +16 -0
  402. data/lib/schema_org/mixins/infectious_disease.rb +77 -0
  403. data/lib/schema_org/mixins/inform_action.rb +39 -0
  404. data/lib/schema_org/mixins/insert_action.rb +37 -0
  405. data/lib/schema_org/mixins/install_action.rb +16 -0
  406. data/lib/schema_org/mixins/instantaneous_event.rb +77 -0
  407. data/lib/schema_org/mixins/insurance_agency.rb +16 -0
  408. data/lib/schema_org/mixins/intangible.rb +16 -0
  409. data/lib/schema_org/mixins/integer.rb +16 -0
  410. data/lib/schema_org/mixins/interact_action.rb +16 -0
  411. data/lib/schema_org/mixins/interaction_counter.rb +137 -0
  412. data/lib/schema_org/mixins/internet_cafe.rb +16 -0
  413. data/lib/schema_org/mixins/investment_fund.rb +16 -0
  414. data/lib/schema_org/mixins/investment_or_deposit.rb +37 -0
  415. data/lib/schema_org/mixins/invite_action.rb +39 -0
  416. data/lib/schema_org/mixins/invoice.rb +345 -0
  417. data/lib/schema_org/mixins/iptc_digital_source_enumeration.rb +16 -0
  418. data/lib/schema_org/mixins/it_nonprofit_type.rb +16 -0
  419. data/lib/schema_org/mixins/item_availability.rb +16 -0
  420. data/lib/schema_org/mixins/item_list.rb +97 -0
  421. data/lib/schema_org/mixins/item_list_order_type.rb +16 -0
  422. data/lib/schema_org/mixins/item_page.rb +16 -0
  423. data/lib/schema_org/mixins/jewelry_store.rb +16 -0
  424. data/lib/schema_org/mixins/job_posting.rb +787 -0
  425. data/lib/schema_org/mixins/join_action.rb +39 -0
  426. data/lib/schema_org/mixins/joint.rb +77 -0
  427. data/lib/schema_org/mixins/lake_body_of_water.rb +16 -0
  428. data/lib/schema_org/mixins/landform.rb +16 -0
  429. data/lib/schema_org/mixins/landmarks_or_historical_buildings.rb +16 -0
  430. data/lib/schema_org/mixins/language.rb +16 -0
  431. data/lib/schema_org/mixins/learning_resource.rb +161 -0
  432. data/lib/schema_org/mixins/leave_action.rb +39 -0
  433. data/lib/schema_org/mixins/legal_force_status.rb +16 -0
  434. data/lib/schema_org/mixins/legal_service.rb +16 -0
  435. data/lib/schema_org/mixins/legal_value_level.rb +16 -0
  436. data/lib/schema_org/mixins/legislation.rb +417 -0
  437. data/lib/schema_org/mixins/legislation_object.rb +38 -0
  438. data/lib/schema_org/mixins/legislative_building.rb +16 -0
  439. data/lib/schema_org/mixins/lend_action.rb +37 -0
  440. data/lib/schema_org/mixins/library.rb +16 -0
  441. data/lib/schema_org/mixins/library_system.rb +16 -0
  442. data/lib/schema_org/mixins/lifestyle_modification.rb +16 -0
  443. data/lib/schema_org/mixins/ligament.rb +16 -0
  444. data/lib/schema_org/mixins/like_action.rb +16 -0
  445. data/lib/schema_org/mixins/link_role.rb +59 -0
  446. data/lib/schema_org/mixins/liquor_store.rb +16 -0
  447. data/lib/schema_org/mixins/list_item.rb +97 -0
  448. data/lib/schema_org/mixins/listen_action.rb +16 -0
  449. data/lib/schema_org/mixins/literary_event.rb +16 -0
  450. data/lib/schema_org/mixins/live_blog_posting.rb +77 -0
  451. data/lib/schema_org/mixins/loan_or_credit.rb +197 -0
  452. data/lib/schema_org/mixins/local_business.rb +142 -0
  453. data/lib/schema_org/mixins/location_feature_specification.rb +77 -0
  454. data/lib/schema_org/mixins/locksmith.rb +16 -0
  455. data/lib/schema_org/mixins/lodging_business.rb +181 -0
  456. data/lib/schema_org/mixins/lodging_reservation.rb +137 -0
  457. data/lib/schema_org/mixins/login_action.rb +16 -0
  458. data/lib/schema_org/mixins/lose_action.rb +37 -0
  459. data/lib/schema_org/mixins/lymphatic_vessel.rb +77 -0
  460. data/lib/schema_org/mixins/manuscript.rb +16 -0
  461. data/lib/schema_org/mixins/map.rb +37 -0
  462. data/lib/schema_org/mixins/map_category_type.rb +16 -0
  463. data/lib/schema_org/mixins/marry_action.rb +16 -0
  464. data/lib/schema_org/mixins/mass.rb +16 -0
  465. data/lib/schema_org/mixins/math_solver.rb +37 -0
  466. data/lib/schema_org/mixins/maximum_dose_schedule.rb +16 -0
  467. data/lib/schema_org/mixins/measurement_method_enum.rb +16 -0
  468. data/lib/schema_org/mixins/measurement_type_enumeration.rb +16 -0
  469. data/lib/schema_org/mixins/media_enumeration.rb +16 -0
  470. data/lib/schema_org/mixins/media_gallery.rb +16 -0
  471. data/lib/schema_org/mixins/media_manipulation_rating_enumeration.rb +16 -0
  472. data/lib/schema_org/mixins/media_object.rb +429 -0
  473. data/lib/schema_org/mixins/media_review.rb +77 -0
  474. data/lib/schema_org/mixins/media_review_item.rb +37 -0
  475. data/lib/schema_org/mixins/media_subscription.rb +57 -0
  476. data/lib/schema_org/mixins/medical_audience.rb +17 -0
  477. data/lib/schema_org/mixins/medical_audience_type.rb +16 -0
  478. data/lib/schema_org/mixins/medical_business.rb +16 -0
  479. data/lib/schema_org/mixins/medical_cause.rb +39 -0
  480. data/lib/schema_org/mixins/medical_clinic.rb +58 -0
  481. data/lib/schema_org/mixins/medical_code.rb +58 -0
  482. data/lib/schema_org/mixins/medical_condition.rb +359 -0
  483. data/lib/schema_org/mixins/medical_condition_stage.rb +57 -0
  484. data/lib/schema_org/mixins/medical_contraindication.rb +16 -0
  485. data/lib/schema_org/mixins/medical_device.rb +137 -0
  486. data/lib/schema_org/mixins/medical_device_purpose.rb +16 -0
  487. data/lib/schema_org/mixins/medical_entity.rb +179 -0
  488. data/lib/schema_org/mixins/medical_enumeration.rb +16 -0
  489. data/lib/schema_org/mixins/medical_evidence_level.rb +16 -0
  490. data/lib/schema_org/mixins/medical_guideline.rb +97 -0
  491. data/lib/schema_org/mixins/medical_guideline_contraindication.rb +16 -0
  492. data/lib/schema_org/mixins/medical_guideline_recommendation.rb +37 -0
  493. data/lib/schema_org/mixins/medical_imaging_technique.rb +16 -0
  494. data/lib/schema_org/mixins/medical_indication.rb +16 -0
  495. data/lib/schema_org/mixins/medical_intangible.rb +16 -0
  496. data/lib/schema_org/mixins/medical_observational_study.rb +37 -0
  497. data/lib/schema_org/mixins/medical_observational_study_design.rb +16 -0
  498. data/lib/schema_org/mixins/medical_organization.rb +77 -0
  499. data/lib/schema_org/mixins/medical_procedure.rb +137 -0
  500. data/lib/schema_org/mixins/medical_procedure_type.rb +16 -0
  501. data/lib/schema_org/mixins/medical_risk_calculator.rb +16 -0
  502. data/lib/schema_org/mixins/medical_risk_estimator.rb +57 -0
  503. data/lib/schema_org/mixins/medical_risk_factor.rb +37 -0
  504. data/lib/schema_org/mixins/medical_risk_score.rb +37 -0
  505. data/lib/schema_org/mixins/medical_scholarly_article.rb +37 -0
  506. data/lib/schema_org/mixins/medical_sign.rb +57 -0
  507. data/lib/schema_org/mixins/medical_sign_or_symptom.rb +37 -0
  508. data/lib/schema_org/mixins/medical_specialty.rb +17 -0
  509. data/lib/schema_org/mixins/medical_study.rb +117 -0
  510. data/lib/schema_org/mixins/medical_study_status.rb +16 -0
  511. data/lib/schema_org/mixins/medical_symptom.rb +16 -0
  512. data/lib/schema_org/mixins/medical_test.rb +117 -0
  513. data/lib/schema_org/mixins/medical_test_panel.rb +37 -0
  514. data/lib/schema_org/mixins/medical_therapy.rb +77 -0
  515. data/lib/schema_org/mixins/medical_trial.rb +37 -0
  516. data/lib/schema_org/mixins/medical_trial_design.rb +16 -0
  517. data/lib/schema_org/mixins/medical_web_page.rb +59 -0
  518. data/lib/schema_org/mixins/medicine_system.rb +16 -0
  519. data/lib/schema_org/mixins/meeting_room.rb +16 -0
  520. data/lib/schema_org/mixins/member_program.rb +59 -0
  521. data/lib/schema_org/mixins/member_program_tier.rb +99 -0
  522. data/lib/schema_org/mixins/mens_clothing_store.rb +16 -0
  523. data/lib/schema_org/mixins/menu.rb +57 -0
  524. data/lib/schema_org/mixins/menu_item.rb +99 -0
  525. data/lib/schema_org/mixins/menu_section.rb +57 -0
  526. data/lib/schema_org/mixins/merchant_return_enumeration.rb +16 -0
  527. data/lib/schema_org/mixins/merchant_return_policy.rb +461 -0
  528. data/lib/schema_org/mixins/merchant_return_policy_seasonal_override.rb +199 -0
  529. data/lib/schema_org/mixins/message.rb +197 -0
  530. data/lib/schema_org/mixins/middle_school.rb +16 -0
  531. data/lib/schema_org/mixins/mobile_application.rb +37 -0
  532. data/lib/schema_org/mixins/mobile_phone_store.rb +16 -0
  533. data/lib/schema_org/mixins/molecular_entity.rb +197 -0
  534. data/lib/schema_org/mixins/monetary_amount.rb +137 -0
  535. data/lib/schema_org/mixins/monetary_amount_distribution.rb +37 -0
  536. data/lib/schema_org/mixins/monetary_grant.rb +57 -0
  537. data/lib/schema_org/mixins/money_transfer.rb +57 -0
  538. data/lib/schema_org/mixins/mortgage_loan.rb +57 -0
  539. data/lib/schema_org/mixins/mosque.rb +16 -0
  540. data/lib/schema_org/mixins/motel.rb +16 -0
  541. data/lib/schema_org/mixins/motorcycle.rb +16 -0
  542. data/lib/schema_org/mixins/motorcycle_dealer.rb +16 -0
  543. data/lib/schema_org/mixins/motorcycle_repair.rb +16 -0
  544. data/lib/schema_org/mixins/motorized_bicycle.rb +16 -0
  545. data/lib/schema_org/mixins/mountain.rb +16 -0
  546. data/lib/schema_org/mixins/move_action.rb +57 -0
  547. data/lib/schema_org/mixins/movie.rb +261 -0
  548. data/lib/schema_org/mixins/movie_clip.rb +16 -0
  549. data/lib/schema_org/mixins/movie_rental_store.rb +16 -0
  550. data/lib/schema_org/mixins/movie_series.rb +165 -0
  551. data/lib/schema_org/mixins/movie_theater.rb +38 -0
  552. data/lib/schema_org/mixins/moving_company.rb +16 -0
  553. data/lib/schema_org/mixins/muscle.rb +117 -0
  554. data/lib/schema_org/mixins/museum.rb +16 -0
  555. data/lib/schema_org/mixins/music_album.rb +99 -0
  556. data/lib/schema_org/mixins/music_album_production_type.rb +16 -0
  557. data/lib/schema_org/mixins/music_album_release_type.rb +16 -0
  558. data/lib/schema_org/mixins/music_composition.rb +219 -0
  559. data/lib/schema_org/mixins/music_event.rb +16 -0
  560. data/lib/schema_org/mixins/music_group.rb +147 -0
  561. data/lib/schema_org/mixins/music_playlist.rb +81 -0
  562. data/lib/schema_org/mixins/music_recording.rb +139 -0
  563. data/lib/schema_org/mixins/music_release.rb +139 -0
  564. data/lib/schema_org/mixins/music_release_format_type.rb +16 -0
  565. data/lib/schema_org/mixins/music_store.rb +16 -0
  566. data/lib/schema_org/mixins/music_venue.rb +16 -0
  567. data/lib/schema_org/mixins/music_video_object.rb +16 -0
  568. data/lib/schema_org/mixins/nail_salon.rb +16 -0
  569. data/lib/schema_org/mixins/nerve.rb +99 -0
  570. data/lib/schema_org/mixins/news_article.rb +125 -0
  571. data/lib/schema_org/mixins/news_media_organization.rb +237 -0
  572. data/lib/schema_org/mixins/newspaper.rb +16 -0
  573. data/lib/schema_org/mixins/ngo.rb +16 -0
  574. data/lib/schema_org/mixins/night_club.rb +16 -0
  575. data/lib/schema_org/mixins/nl_nonprofit_type.rb +16 -0
  576. data/lib/schema_org/mixins/nonprofit_type.rb +16 -0
  577. data/lib/schema_org/mixins/notary.rb +16 -0
  578. data/lib/schema_org/mixins/note_digital_document.rb +16 -0
  579. data/lib/schema_org/mixins/number.rb +16 -0
  580. data/lib/schema_org/mixins/nutrition_information.rb +257 -0
  581. data/lib/schema_org/mixins/observation.rb +230 -0
  582. data/lib/schema_org/mixins/occupation.rb +179 -0
  583. data/lib/schema_org/mixins/occupational_experience_requirements.rb +37 -0
  584. data/lib/schema_org/mixins/occupational_therapy.rb +16 -0
  585. data/lib/schema_org/mixins/ocean_body_of_water.rb +16 -0
  586. data/lib/schema_org/mixins/offer.rb +1137 -0
  587. data/lib/schema_org/mixins/offer_catalog.rb +16 -0
  588. data/lib/schema_org/mixins/offer_for_lease.rb +16 -0
  589. data/lib/schema_org/mixins/offer_for_purchase.rb +16 -0
  590. data/lib/schema_org/mixins/offer_item_condition.rb +16 -0
  591. data/lib/schema_org/mixins/offer_shipping_details.rb +297 -0
  592. data/lib/schema_org/mixins/office_equipment_store.rb +16 -0
  593. data/lib/schema_org/mixins/on_demand_event.rb +16 -0
  594. data/lib/schema_org/mixins/online_business.rb +16 -0
  595. data/lib/schema_org/mixins/online_marketplace.rb +37 -0
  596. data/lib/schema_org/mixins/online_store.rb +37 -0
  597. data/lib/schema_org/mixins/opening_hours_specification.rb +117 -0
  598. data/lib/schema_org/mixins/operating_system.rb +16 -0
  599. data/lib/schema_org/mixins/opinion_news_article.rb +16 -0
  600. data/lib/schema_org/mixins/optician.rb +16 -0
  601. data/lib/schema_org/mixins/order.rb +467 -0
  602. data/lib/schema_org/mixins/order_action.rb +37 -0
  603. data/lib/schema_org/mixins/order_item.rb +117 -0
  604. data/lib/schema_org/mixins/order_status.rb +16 -0
  605. data/lib/schema_org/mixins/organization.rb +1619 -0
  606. data/lib/schema_org/mixins/organization_role.rb +37 -0
  607. data/lib/schema_org/mixins/organize_action.rb +16 -0
  608. data/lib/schema_org/mixins/outlet_store.rb +16 -0
  609. data/lib/schema_org/mixins/ownership_info.rb +97 -0
  610. data/lib/schema_org/mixins/paint_action.rb +16 -0
  611. data/lib/schema_org/mixins/painting.rb +16 -0
  612. data/lib/schema_org/mixins/palliative_procedure.rb +17 -0
  613. data/lib/schema_org/mixins/parcel_delivery.rb +261 -0
  614. data/lib/schema_org/mixins/parent_audience.rb +57 -0
  615. data/lib/schema_org/mixins/park.rb +16 -0
  616. data/lib/schema_org/mixins/parking_facility.rb +16 -0
  617. data/lib/schema_org/mixins/pathology_test.rb +37 -0
  618. data/lib/schema_org/mixins/patient.rb +78 -0
  619. data/lib/schema_org/mixins/pawn_shop.rb +16 -0
  620. data/lib/schema_org/mixins/pay_action.rb +37 -0
  621. data/lib/schema_org/mixins/payment_card.rb +98 -0
  622. data/lib/schema_org/mixins/payment_charge_specification.rb +57 -0
  623. data/lib/schema_org/mixins/payment_method.rb +37 -0
  624. data/lib/schema_org/mixins/payment_method_type.rb +16 -0
  625. data/lib/schema_org/mixins/payment_service.rb +17 -0
  626. data/lib/schema_org/mixins/payment_status_type.rb +16 -0
  627. data/lib/schema_org/mixins/people_audience.rb +197 -0
  628. data/lib/schema_org/mixins/perform_action.rb +37 -0
  629. data/lib/schema_org/mixins/performance_role.rb +37 -0
  630. data/lib/schema_org/mixins/performing_arts_event.rb +16 -0
  631. data/lib/schema_org/mixins/performing_arts_theater.rb +16 -0
  632. data/lib/schema_org/mixins/performing_group.rb +16 -0
  633. data/lib/schema_org/mixins/periodical.rb +16 -0
  634. data/lib/schema_org/mixins/permit.rb +157 -0
  635. data/lib/schema_org/mixins/person.rb +1417 -0
  636. data/lib/schema_org/mixins/pet_store.rb +16 -0
  637. data/lib/schema_org/mixins/pharmacy.rb +17 -0
  638. data/lib/schema_org/mixins/photograph.rb +16 -0
  639. data/lib/schema_org/mixins/photograph_action.rb +16 -0
  640. data/lib/schema_org/mixins/physical_activity.rb +97 -0
  641. data/lib/schema_org/mixins/physical_activity_category.rb +16 -0
  642. data/lib/schema_org/mixins/physical_exam.rb +17 -0
  643. data/lib/schema_org/mixins/physical_therapy.rb +16 -0
  644. data/lib/schema_org/mixins/physician.rb +122 -0
  645. data/lib/schema_org/mixins/physicians_office.rb +16 -0
  646. data/lib/schema_org/mixins/place.rb +985 -0
  647. data/lib/schema_org/mixins/place_of_worship.rb +16 -0
  648. data/lib/schema_org/mixins/plan_action.rb +37 -0
  649. data/lib/schema_org/mixins/play.rb +16 -0
  650. data/lib/schema_org/mixins/play_action.rb +61 -0
  651. data/lib/schema_org/mixins/play_game_action.rb +37 -0
  652. data/lib/schema_org/mixins/playground.rb +16 -0
  653. data/lib/schema_org/mixins/plumber.rb +16 -0
  654. data/lib/schema_org/mixins/podcast_episode.rb +16 -0
  655. data/lib/schema_org/mixins/podcast_season.rb +16 -0
  656. data/lib/schema_org/mixins/podcast_series.rb +59 -0
  657. data/lib/schema_org/mixins/police_station.rb +17 -0
  658. data/lib/schema_org/mixins/political_party.rb +16 -0
  659. data/lib/schema_org/mixins/pond.rb +16 -0
  660. data/lib/schema_org/mixins/post_office.rb +16 -0
  661. data/lib/schema_org/mixins/postal_address.rb +157 -0
  662. data/lib/schema_org/mixins/postal_code_range_specification.rb +57 -0
  663. data/lib/schema_org/mixins/poster.rb +16 -0
  664. data/lib/schema_org/mixins/pre_order_action.rb +16 -0
  665. data/lib/schema_org/mixins/prepend_action.rb +16 -0
  666. data/lib/schema_org/mixins/preschool.rb +16 -0
  667. data/lib/schema_org/mixins/presentation_digital_document.rb +16 -0
  668. data/lib/schema_org/mixins/prevention_indication.rb +16 -0
  669. data/lib/schema_org/mixins/price_component_type_enumeration.rb +16 -0
  670. data/lib/schema_org/mixins/price_specification.rb +237 -0
  671. data/lib/schema_org/mixins/price_type_enumeration.rb +16 -0
  672. data/lib/schema_org/mixins/product.rb +1287 -0
  673. data/lib/schema_org/mixins/product_collection.rb +38 -0
  674. data/lib/schema_org/mixins/product_group.rb +79 -0
  675. data/lib/schema_org/mixins/product_model.rb +79 -0
  676. data/lib/schema_org/mixins/product_return_enumeration.rb +16 -0
  677. data/lib/schema_org/mixins/product_return_policy.rb +61 -0
  678. data/lib/schema_org/mixins/professional_service.rb +16 -0
  679. data/lib/schema_org/mixins/profile_page.rb +16 -0
  680. data/lib/schema_org/mixins/program_membership.rb +163 -0
  681. data/lib/schema_org/mixins/project.rb +16 -0
  682. data/lib/schema_org/mixins/pronounceable_text.rb +99 -0
  683. data/lib/schema_org/mixins/property.rb +16 -0
  684. data/lib/schema_org/mixins/property_value.rb +217 -0
  685. data/lib/schema_org/mixins/property_value_specification.rb +237 -0
  686. data/lib/schema_org/mixins/protein.rb +37 -0
  687. data/lib/schema_org/mixins/psychological_treatment.rb +16 -0
  688. data/lib/schema_org/mixins/public_swimming_pool.rb +16 -0
  689. data/lib/schema_org/mixins/public_toilet.rb +16 -0
  690. data/lib/schema_org/mixins/publication_event.rb +79 -0
  691. data/lib/schema_org/mixins/publication_issue.rb +97 -0
  692. data/lib/schema_org/mixins/publication_volume.rb +97 -0
  693. data/lib/schema_org/mixins/purchase_type.rb +16 -0
  694. data/lib/schema_org/mixins/qa_page.rb +16 -0
  695. data/lib/schema_org/mixins/qualitative_value.rb +177 -0
  696. data/lib/schema_org/mixins/quantitative_value.rb +159 -0
  697. data/lib/schema_org/mixins/quantitative_value_distribution.rb +137 -0
  698. data/lib/schema_org/mixins/quantity.rb +16 -0
  699. data/lib/schema_org/mixins/question.rb +117 -0
  700. data/lib/schema_org/mixins/quiz.rb +16 -0
  701. data/lib/schema_org/mixins/quotation.rb +37 -0
  702. data/lib/schema_org/mixins/quote_action.rb +16 -0
  703. data/lib/schema_org/mixins/radiation_therapy.rb +16 -0
  704. data/lib/schema_org/mixins/radio_broadcast_service.rb +16 -0
  705. data/lib/schema_org/mixins/radio_channel.rb +16 -0
  706. data/lib/schema_org/mixins/radio_clip.rb +16 -0
  707. data/lib/schema_org/mixins/radio_episode.rb +16 -0
  708. data/lib/schema_org/mixins/radio_season.rb +16 -0
  709. data/lib/schema_org/mixins/radio_series.rb +317 -0
  710. data/lib/schema_org/mixins/radio_station.rb +16 -0
  711. data/lib/schema_org/mixins/rating.rb +137 -0
  712. data/lib/schema_org/mixins/react_action.rb +16 -0
  713. data/lib/schema_org/mixins/read_action.rb +16 -0
  714. data/lib/schema_org/mixins/real_estate_agent.rb +16 -0
  715. data/lib/schema_org/mixins/real_estate_listing.rb +57 -0
  716. data/lib/schema_org/mixins/receive_action.rb +57 -0
  717. data/lib/schema_org/mixins/recipe.rb +221 -0
  718. data/lib/schema_org/mixins/recommendation.rb +37 -0
  719. data/lib/schema_org/mixins/recommended_dose_schedule.rb +16 -0
  720. data/lib/schema_org/mixins/recycling_center.rb +16 -0
  721. data/lib/schema_org/mixins/refund_type_enumeration.rb +16 -0
  722. data/lib/schema_org/mixins/register_action.rb +16 -0
  723. data/lib/schema_org/mixins/reject_action.rb +16 -0
  724. data/lib/schema_org/mixins/rent_action.rb +57 -0
  725. data/lib/schema_org/mixins/rental_car_reservation.rb +97 -0
  726. data/lib/schema_org/mixins/repayment_specification.rb +117 -0
  727. data/lib/schema_org/mixins/replace_action.rb +57 -0
  728. data/lib/schema_org/mixins/reply_action.rb +37 -0
  729. data/lib/schema_org/mixins/report.rb +37 -0
  730. data/lib/schema_org/mixins/reportage_news_article.rb +16 -0
  731. data/lib/schema_org/mixins/reported_dose_schedule.rb +16 -0
  732. data/lib/schema_org/mixins/research_organization.rb +16 -0
  733. data/lib/schema_org/mixins/research_project.rb +16 -0
  734. data/lib/schema_org/mixins/researcher.rb +16 -0
  735. data/lib/schema_org/mixins/reservation.rb +283 -0
  736. data/lib/schema_org/mixins/reservation_package.rb +37 -0
  737. data/lib/schema_org/mixins/reservation_status_type.rb +16 -0
  738. data/lib/schema_org/mixins/reserve_action.rb +16 -0
  739. data/lib/schema_org/mixins/reservoir.rb +16 -0
  740. data/lib/schema_org/mixins/reset_password_action.rb +16 -0
  741. data/lib/schema_org/mixins/residence.rb +59 -0
  742. data/lib/schema_org/mixins/resort.rb +16 -0
  743. data/lib/schema_org/mixins/restaurant.rb +16 -0
  744. data/lib/schema_org/mixins/restricted_diet.rb +16 -0
  745. data/lib/schema_org/mixins/resume_action.rb +16 -0
  746. data/lib/schema_org/mixins/return_action.rb +37 -0
  747. data/lib/schema_org/mixins/return_fees_enumeration.rb +16 -0
  748. data/lib/schema_org/mixins/return_label_source_enumeration.rb +16 -0
  749. data/lib/schema_org/mixins/return_method_enumeration.rb +16 -0
  750. data/lib/schema_org/mixins/review.rb +215 -0
  751. data/lib/schema_org/mixins/review_action.rb +37 -0
  752. data/lib/schema_org/mixins/review_news_article.rb +17 -0
  753. data/lib/schema_org/mixins/river_body_of_water.rb +16 -0
  754. data/lib/schema_org/mixins/role.rb +101 -0
  755. data/lib/schema_org/mixins/roofing_contractor.rb +16 -0
  756. data/lib/schema_org/mixins/room.rb +16 -0
  757. data/lib/schema_org/mixins/rsvp_action.rb +77 -0
  758. data/lib/schema_org/mixins/rsvp_response_type.rb +16 -0
  759. data/lib/schema_org/mixins/runtime_platform.rb +16 -0
  760. data/lib/schema_org/mixins/rv_park.rb +16 -0
  761. data/lib/schema_org/mixins/sale_event.rb +16 -0
  762. data/lib/schema_org/mixins/satirical_article.rb +16 -0
  763. data/lib/schema_org/mixins/schedule.rb +285 -0
  764. data/lib/schema_org/mixins/schedule_action.rb +16 -0
  765. data/lib/schema_org/mixins/scholarly_article.rb +16 -0
  766. data/lib/schema_org/mixins/school.rb +16 -0
  767. data/lib/schema_org/mixins/school_district.rb +16 -0
  768. data/lib/schema_org/mixins/screening_event.rb +77 -0
  769. data/lib/schema_org/mixins/sculpture.rb +16 -0
  770. data/lib/schema_org/mixins/sea_body_of_water.rb +16 -0
  771. data/lib/schema_org/mixins/search_action.rb +37 -0
  772. data/lib/schema_org/mixins/search_rescue_organization.rb +16 -0
  773. data/lib/schema_org/mixins/search_results_page.rb +16 -0
  774. data/lib/schema_org/mixins/season.rb +16 -0
  775. data/lib/schema_org/mixins/seat.rb +97 -0
  776. data/lib/schema_org/mixins/seek_to_action.rb +37 -0
  777. data/lib/schema_org/mixins/self_storage.rb +16 -0
  778. data/lib/schema_org/mixins/sell_action.rb +59 -0
  779. data/lib/schema_org/mixins/send_action.rb +57 -0
  780. data/lib/schema_org/mixins/sequential_art.rb +17 -0
  781. data/lib/schema_org/mixins/series.rb +16 -0
  782. data/lib/schema_org/mixins/service.rb +541 -0
  783. data/lib/schema_org/mixins/service_channel.rb +177 -0
  784. data/lib/schema_org/mixins/service_period.rb +77 -0
  785. data/lib/schema_org/mixins/share_action.rb +16 -0
  786. data/lib/schema_org/mixins/sheet_music.rb +16 -0
  787. data/lib/schema_org/mixins/shipping_conditions.rb +265 -0
  788. data/lib/schema_org/mixins/shipping_delivery_time.rb +113 -0
  789. data/lib/schema_org/mixins/shipping_rate_settings.rb +177 -0
  790. data/lib/schema_org/mixins/shipping_service.rb +105 -0
  791. data/lib/schema_org/mixins/shoe_store.rb +16 -0
  792. data/lib/schema_org/mixins/shopping_center.rb +16 -0
  793. data/lib/schema_org/mixins/short_story.rb +16 -0
  794. data/lib/schema_org/mixins/single_family_residence.rb +61 -0
  795. data/lib/schema_org/mixins/site_navigation_element.rb +16 -0
  796. data/lib/schema_org/mixins/size_group_enumeration.rb +16 -0
  797. data/lib/schema_org/mixins/size_specification.rb +137 -0
  798. data/lib/schema_org/mixins/size_system_enumeration.rb +16 -0
  799. data/lib/schema_org/mixins/ski_resort.rb +17 -0
  800. data/lib/schema_org/mixins/social_event.rb +16 -0
  801. data/lib/schema_org/mixins/social_media_posting.rb +37 -0
  802. data/lib/schema_org/mixins/software_application.rb +527 -0
  803. data/lib/schema_org/mixins/software_source_code.rb +165 -0
  804. data/lib/schema_org/mixins/solve_math_action.rb +37 -0
  805. data/lib/schema_org/mixins/some_products.rb +37 -0
  806. data/lib/schema_org/mixins/speakable_specification.rb +57 -0
  807. data/lib/schema_org/mixins/special_announcement.rb +281 -0
  808. data/lib/schema_org/mixins/specialty.rb +16 -0
  809. data/lib/schema_org/mixins/sporting_goods_store.rb +16 -0
  810. data/lib/schema_org/mixins/sports_activity_location.rb +16 -0
  811. data/lib/schema_org/mixins/sports_club.rb +16 -0
  812. data/lib/schema_org/mixins/sports_event.rb +117 -0
  813. data/lib/schema_org/mixins/sports_organization.rb +37 -0
  814. data/lib/schema_org/mixins/sports_team.rb +77 -0
  815. data/lib/schema_org/mixins/spreadsheet_digital_document.rb +16 -0
  816. data/lib/schema_org/mixins/stadium_or_arena.rb +17 -0
  817. data/lib/schema_org/mixins/state.rb +16 -0
  818. data/lib/schema_org/mixins/statement.rb +16 -0
  819. data/lib/schema_org/mixins/statistical_population.rb +37 -0
  820. data/lib/schema_org/mixins/statistical_variable.rb +169 -0
  821. data/lib/schema_org/mixins/status_enumeration.rb +16 -0
  822. data/lib/schema_org/mixins/steering_position_value.rb +16 -0
  823. data/lib/schema_org/mixins/store.rb +16 -0
  824. data/lib/schema_org/mixins/structured_value.rb +16 -0
  825. data/lib/schema_org/mixins/stupid_type.rb +37 -0
  826. data/lib/schema_org/mixins/subscribe_action.rb +16 -0
  827. data/lib/schema_org/mixins/substance.rb +57 -0
  828. data/lib/schema_org/mixins/subway_station.rb +16 -0
  829. data/lib/schema_org/mixins/suite.rb +83 -0
  830. data/lib/schema_org/mixins/superficial_anatomy.rb +117 -0
  831. data/lib/schema_org/mixins/surgical_procedure.rb +16 -0
  832. data/lib/schema_org/mixins/suspend_action.rb +16 -0
  833. data/lib/schema_org/mixins/syllabus.rb +16 -0
  834. data/lib/schema_org/mixins/synagogue.rb +16 -0
  835. data/lib/schema_org/mixins/table.rb +16 -0
  836. data/lib/schema_org/mixins/take_action.rb +16 -0
  837. data/lib/schema_org/mixins/tattoo_parlor.rb +16 -0
  838. data/lib/schema_org/mixins/taxi.rb +16 -0
  839. data/lib/schema_org/mixins/taxi_reservation.rb +77 -0
  840. data/lib/schema_org/mixins/taxi_service.rb +16 -0
  841. data/lib/schema_org/mixins/taxi_stand.rb +16 -0
  842. data/lib/schema_org/mixins/taxon.rb +101 -0
  843. data/lib/schema_org/mixins/tech_article.rb +57 -0
  844. data/lib/schema_org/mixins/television_channel.rb +16 -0
  845. data/lib/schema_org/mixins/television_station.rb +16 -0
  846. data/lib/schema_org/mixins/tennis_complex.rb +16 -0
  847. data/lib/schema_org/mixins/text.rb +16 -0
  848. data/lib/schema_org/mixins/text_digital_document.rb +16 -0
  849. data/lib/schema_org/mixins/text_object.rb +16 -0
  850. data/lib/schema_org/mixins/theater_event.rb +16 -0
  851. data/lib/schema_org/mixins/theater_group.rb +16 -0
  852. data/lib/schema_org/mixins/therapeutic_procedure.rb +77 -0
  853. data/lib/schema_org/mixins/thesis.rb +37 -0
  854. data/lib/schema_org/mixins/thing.rb +283 -0
  855. data/lib/schema_org/mixins/three_d_model.rb +37 -0
  856. data/lib/schema_org/mixins/ticket.rb +177 -0
  857. data/lib/schema_org/mixins/tie_action.rb +16 -0
  858. data/lib/schema_org/mixins/tier_benefit_enumeration.rb +16 -0
  859. data/lib/schema_org/mixins/time.rb +16 -0
  860. data/lib/schema_org/mixins/tip_action.rb +37 -0
  861. data/lib/schema_org/mixins/tire_shop.rb +16 -0
  862. data/lib/schema_org/mixins/tourist_attraction.rb +57 -0
  863. data/lib/schema_org/mixins/tourist_destination.rb +57 -0
  864. data/lib/schema_org/mixins/tourist_information_center.rb +16 -0
  865. data/lib/schema_org/mixins/tourist_trip.rb +37 -0
  866. data/lib/schema_org/mixins/toy_store.rb +16 -0
  867. data/lib/schema_org/mixins/track_action.rb +37 -0
  868. data/lib/schema_org/mixins/trade_action.rb +77 -0
  869. data/lib/schema_org/mixins/train_reservation.rb +16 -0
  870. data/lib/schema_org/mixins/train_station.rb +16 -0
  871. data/lib/schema_org/mixins/train_trip.rb +137 -0
  872. data/lib/schema_org/mixins/transfer_action.rb +57 -0
  873. data/lib/schema_org/mixins/travel_action.rb +37 -0
  874. data/lib/schema_org/mixins/travel_agency.rb +16 -0
  875. data/lib/schema_org/mixins/treatment_indication.rb +16 -0
  876. data/lib/schema_org/mixins/trip.rb +185 -0
  877. data/lib/schema_org/mixins/tv_clip.rb +39 -0
  878. data/lib/schema_org/mixins/tv_episode.rb +115 -0
  879. data/lib/schema_org/mixins/tv_season.rb +96 -0
  880. data/lib/schema_org/mixins/tv_series.rb +374 -0
  881. data/lib/schema_org/mixins/type_and_quantity_node.rb +119 -0
  882. data/lib/schema_org/mixins/uk_nonprofit_type.rb +16 -0
  883. data/lib/schema_org/mixins/un_register_action.rb +16 -0
  884. data/lib/schema_org/mixins/unit_price_specification.rb +179 -0
  885. data/lib/schema_org/mixins/update_action.rb +61 -0
  886. data/lib/schema_org/mixins/url.rb +16 -0
  887. data/lib/schema_org/mixins/us_nonprofit_type.rb +16 -0
  888. data/lib/schema_org/mixins/use_action.rb +16 -0
  889. data/lib/schema_org/mixins/user_blocks.rb +16 -0
  890. data/lib/schema_org/mixins/user_checkins.rb +16 -0
  891. data/lib/schema_org/mixins/user_comments.rb +117 -0
  892. data/lib/schema_org/mixins/user_downloads.rb +16 -0
  893. data/lib/schema_org/mixins/user_interaction.rb +16 -0
  894. data/lib/schema_org/mixins/user_likes.rb +16 -0
  895. data/lib/schema_org/mixins/user_page_visits.rb +16 -0
  896. data/lib/schema_org/mixins/user_plays.rb +16 -0
  897. data/lib/schema_org/mixins/user_plus_ones.rb +16 -0
  898. data/lib/schema_org/mixins/user_review.rb +16 -0
  899. data/lib/schema_org/mixins/user_tweets.rb +16 -0
  900. data/lib/schema_org/mixins/vacation_rental.rb +16 -0
  901. data/lib/schema_org/mixins/vehicle.rb +817 -0
  902. data/lib/schema_org/mixins/vein.rb +77 -0
  903. data/lib/schema_org/mixins/vessel.rb +16 -0
  904. data/lib/schema_org/mixins/veterinary_care.rb +16 -0
  905. data/lib/schema_org/mixins/video_gallery.rb +16 -0
  906. data/lib/schema_org/mixins/video_game.rb +268 -0
  907. data/lib/schema_org/mixins/video_game_clip.rb +16 -0
  908. data/lib/schema_org/mixins/video_game_series.rb +477 -0
  909. data/lib/schema_org/mixins/video_object.rb +225 -0
  910. data/lib/schema_org/mixins/video_object_snapshot.rb +16 -0
  911. data/lib/schema_org/mixins/view_action.rb +16 -0
  912. data/lib/schema_org/mixins/virtual_location.rb +16 -0
  913. data/lib/schema_org/mixins/visual_arts_event.rb +16 -0
  914. data/lib/schema_org/mixins/visual_artwork.rb +305 -0
  915. data/lib/schema_org/mixins/vital_sign.rb +16 -0
  916. data/lib/schema_org/mixins/volcano.rb +16 -0
  917. data/lib/schema_org/mixins/vote_action.rb +37 -0
  918. data/lib/schema_org/mixins/want_action.rb +16 -0
  919. data/lib/schema_org/mixins/warranty_promise.rb +57 -0
  920. data/lib/schema_org/mixins/warranty_scope.rb +16 -0
  921. data/lib/schema_org/mixins/watch_action.rb +16 -0
  922. data/lib/schema_org/mixins/waterfall.rb +16 -0
  923. data/lib/schema_org/mixins/wear_action.rb +16 -0
  924. data/lib/schema_org/mixins/wearable_measurement_type_enumeration.rb +16 -0
  925. data/lib/schema_org/mixins/wearable_size_group_enumeration.rb +16 -0
  926. data/lib/schema_org/mixins/wearable_size_system_enumeration.rb +16 -0
  927. data/lib/schema_org/mixins/web_api.rb +37 -0
  928. data/lib/schema_org/mixins/web_application.rb +37 -0
  929. data/lib/schema_org/mixins/web_content.rb +16 -0
  930. data/lib/schema_org/mixins/web_page.rb +247 -0
  931. data/lib/schema_org/mixins/web_page_element.rb +57 -0
  932. data/lib/schema_org/mixins/web_site.rb +37 -0
  933. data/lib/schema_org/mixins/wholesale_store.rb +16 -0
  934. data/lib/schema_org/mixins/win_action.rb +37 -0
  935. data/lib/schema_org/mixins/winery.rb +16 -0
  936. data/lib/schema_org/mixins/work_based_program.rb +59 -0
  937. data/lib/schema_org/mixins/workers_union.rb +16 -0
  938. data/lib/schema_org/mixins/wp_ad_block.rb +16 -0
  939. data/lib/schema_org/mixins/wp_footer.rb +16 -0
  940. data/lib/schema_org/mixins/wp_header.rb +16 -0
  941. data/lib/schema_org/mixins/wp_side_bar.rb +16 -0
  942. data/lib/schema_org/mixins/write_action.rb +61 -0
  943. data/lib/schema_org/mixins/x_path_type.rb +16 -0
  944. data/lib/schema_org/mixins/zoo.rb +16 -0
  945. data/lib/schema_org/schema_version.rb +5 -0
  946. data/lib/schema_org/types/about_page.rb +35 -0
  947. data/lib/schema_org/types/accept_action.rb +35 -0
  948. data/lib/schema_org/types/accommodation.rb +38 -0
  949. data/lib/schema_org/types/accounting_service.rb +35 -0
  950. data/lib/schema_org/types/achieve_action.rb +35 -0
  951. data/lib/schema_org/types/action.rb +35 -0
  952. data/lib/schema_org/types/action_access_specification.rb +35 -0
  953. data/lib/schema_org/types/action_status_type.rb +44 -0
  954. data/lib/schema_org/types/activate_action.rb +35 -0
  955. data/lib/schema_org/types/add_action.rb +35 -0
  956. data/lib/schema_org/types/administrative_area.rb +35 -0
  957. data/lib/schema_org/types/adult_entertainment.rb +35 -0
  958. data/lib/schema_org/types/adult_oriented_enumeration.rb +50 -0
  959. data/lib/schema_org/types/advertiser_content_article.rb +35 -0
  960. data/lib/schema_org/types/aggregate_offer.rb +35 -0
  961. data/lib/schema_org/types/aggregate_rating.rb +35 -0
  962. data/lib/schema_org/types/agree_action.rb +35 -0
  963. data/lib/schema_org/types/airline.rb +35 -0
  964. data/lib/schema_org/types/airport.rb +35 -0
  965. data/lib/schema_org/types/alignment_object.rb +36 -0
  966. data/lib/schema_org/types/allocate_action.rb +35 -0
  967. data/lib/schema_org/types/am_radio_channel.rb +35 -0
  968. data/lib/schema_org/types/amp_story.rb +35 -0
  969. data/lib/schema_org/types/amusement_park.rb +35 -0
  970. data/lib/schema_org/types/analysis_news_article.rb +35 -0
  971. data/lib/schema_org/types/anatomical_structure.rb +35 -0
  972. data/lib/schema_org/types/anatomical_system.rb +35 -0
  973. data/lib/schema_org/types/animal_shelter.rb +35 -0
  974. data/lib/schema_org/types/answer.rb +35 -0
  975. data/lib/schema_org/types/apartment.rb +35 -0
  976. data/lib/schema_org/types/apartment_complex.rb +35 -0
  977. data/lib/schema_org/types/api_reference.rb +35 -0
  978. data/lib/schema_org/types/append_action.rb +35 -0
  979. data/lib/schema_org/types/apply_action.rb +35 -0
  980. data/lib/schema_org/types/approved_indication.rb +35 -0
  981. data/lib/schema_org/types/aquarium.rb +35 -0
  982. data/lib/schema_org/types/archive_component.rb +35 -0
  983. data/lib/schema_org/types/archive_organization.rb +35 -0
  984. data/lib/schema_org/types/arrive_action.rb +35 -0
  985. data/lib/schema_org/types/art_gallery.rb +35 -0
  986. data/lib/schema_org/types/artery.rb +35 -0
  987. data/lib/schema_org/types/article.rb +35 -0
  988. data/lib/schema_org/types/ask_action.rb +35 -0
  989. data/lib/schema_org/types/ask_public_news_article.rb +35 -0
  990. data/lib/schema_org/types/assess_action.rb +35 -0
  991. data/lib/schema_org/types/assign_action.rb +35 -0
  992. data/lib/schema_org/types/atlas.rb +35 -0
  993. data/lib/schema_org/types/attorney.rb +35 -0
  994. data/lib/schema_org/types/audience.rb +35 -0
  995. data/lib/schema_org/types/audio_object.rb +35 -0
  996. data/lib/schema_org/types/audio_object_snapshot.rb +35 -0
  997. data/lib/schema_org/types/audiobook.rb +35 -0
  998. data/lib/schema_org/types/authenticate_action.rb +35 -0
  999. data/lib/schema_org/types/authorize_action.rb +35 -0
  1000. data/lib/schema_org/types/auto_body_shop.rb +35 -0
  1001. data/lib/schema_org/types/auto_dealer.rb +35 -0
  1002. data/lib/schema_org/types/auto_parts_store.rb +35 -0
  1003. data/lib/schema_org/types/auto_rental.rb +35 -0
  1004. data/lib/schema_org/types/auto_repair.rb +35 -0
  1005. data/lib/schema_org/types/auto_wash.rb +35 -0
  1006. data/lib/schema_org/types/automated_teller.rb +35 -0
  1007. data/lib/schema_org/types/automotive_business.rb +35 -0
  1008. data/lib/schema_org/types/background_news_article.rb +35 -0
  1009. data/lib/schema_org/types/bakery.rb +35 -0
  1010. data/lib/schema_org/types/bank_account.rb +35 -0
  1011. data/lib/schema_org/types/bank_or_credit_union.rb +35 -0
  1012. data/lib/schema_org/types/bar_or_pub.rb +35 -0
  1013. data/lib/schema_org/types/barcode.rb +35 -0
  1014. data/lib/schema_org/types/beach.rb +35 -0
  1015. data/lib/schema_org/types/beauty_salon.rb +35 -0
  1016. data/lib/schema_org/types/bed_and_breakfast.rb +37 -0
  1017. data/lib/schema_org/types/bed_details.rb +35 -0
  1018. data/lib/schema_org/types/bed_type.rb +35 -0
  1019. data/lib/schema_org/types/befriend_action.rb +35 -0
  1020. data/lib/schema_org/types/bike_store.rb +35 -0
  1021. data/lib/schema_org/types/bio_chem_entity.rb +35 -0
  1022. data/lib/schema_org/types/blog.rb +35 -0
  1023. data/lib/schema_org/types/blog_posting.rb +35 -0
  1024. data/lib/schema_org/types/blood_test.rb +35 -0
  1025. data/lib/schema_org/types/boarding_policy_type.rb +42 -0
  1026. data/lib/schema_org/types/boat_reservation.rb +37 -0
  1027. data/lib/schema_org/types/boat_terminal.rb +35 -0
  1028. data/lib/schema_org/types/boat_trip.rb +35 -0
  1029. data/lib/schema_org/types/body_measurement_type_enumeration.rb +53 -0
  1030. data/lib/schema_org/types/body_of_water.rb +35 -0
  1031. data/lib/schema_org/types/bone.rb +35 -0
  1032. data/lib/schema_org/types/book.rb +35 -0
  1033. data/lib/schema_org/types/book_format_type.rb +46 -0
  1034. data/lib/schema_org/types/book_series.rb +35 -0
  1035. data/lib/schema_org/types/book_store.rb +35 -0
  1036. data/lib/schema_org/types/bookmark_action.rb +35 -0
  1037. data/lib/schema_org/types/boolean.rb +36 -0
  1038. data/lib/schema_org/types/borrow_action.rb +35 -0
  1039. data/lib/schema_org/types/bowling_alley.rb +35 -0
  1040. data/lib/schema_org/types/brain_structure.rb +35 -0
  1041. data/lib/schema_org/types/brand.rb +35 -0
  1042. data/lib/schema_org/types/breadcrumb_list.rb +35 -0
  1043. data/lib/schema_org/types/brewery.rb +35 -0
  1044. data/lib/schema_org/types/bridge.rb +35 -0
  1045. data/lib/schema_org/types/broadcast_channel.rb +35 -0
  1046. data/lib/schema_org/types/broadcast_event.rb +35 -0
  1047. data/lib/schema_org/types/broadcast_frequency_specification.rb +35 -0
  1048. data/lib/schema_org/types/broadcast_service.rb +35 -0
  1049. data/lib/schema_org/types/brokerage_account.rb +35 -0
  1050. data/lib/schema_org/types/buddhist_temple.rb +35 -0
  1051. data/lib/schema_org/types/bus_or_coach.rb +35 -0
  1052. data/lib/schema_org/types/bus_reservation.rb +35 -0
  1053. data/lib/schema_org/types/bus_station.rb +35 -0
  1054. data/lib/schema_org/types/bus_stop.rb +35 -0
  1055. data/lib/schema_org/types/bus_trip.rb +35 -0
  1056. data/lib/schema_org/types/business_audience.rb +35 -0
  1057. data/lib/schema_org/types/business_entity_type.rb +35 -0
  1058. data/lib/schema_org/types/business_event.rb +35 -0
  1059. data/lib/schema_org/types/business_function.rb +35 -0
  1060. data/lib/schema_org/types/buy_action.rb +35 -0
  1061. data/lib/schema_org/types/cable_or_satellite_service.rb +35 -0
  1062. data/lib/schema_org/types/cafe_or_coffee_shop.rb +35 -0
  1063. data/lib/schema_org/types/campground.rb +38 -0
  1064. data/lib/schema_org/types/camping_pitch.rb +38 -0
  1065. data/lib/schema_org/types/canal.rb +35 -0
  1066. data/lib/schema_org/types/cancel_action.rb +35 -0
  1067. data/lib/schema_org/types/car.rb +35 -0
  1068. data/lib/schema_org/types/car_usage_type.rb +43 -0
  1069. data/lib/schema_org/types/casino.rb +35 -0
  1070. data/lib/schema_org/types/category_code.rb +35 -0
  1071. data/lib/schema_org/types/category_code_set.rb +35 -0
  1072. data/lib/schema_org/types/catholic_church.rb +35 -0
  1073. data/lib/schema_org/types/cdcpmd_record.rb +37 -0
  1074. data/lib/schema_org/types/cemetery.rb +35 -0
  1075. data/lib/schema_org/types/certification.rb +35 -0
  1076. data/lib/schema_org/types/certification_status_enumeration.rb +42 -0
  1077. data/lib/schema_org/types/chapter.rb +35 -0
  1078. data/lib/schema_org/types/check_action.rb +35 -0
  1079. data/lib/schema_org/types/check_in_action.rb +35 -0
  1080. data/lib/schema_org/types/check_out_action.rb +35 -0
  1081. data/lib/schema_org/types/checkout_page.rb +35 -0
  1082. data/lib/schema_org/types/chemical_substance.rb +35 -0
  1083. data/lib/schema_org/types/child_care.rb +35 -0
  1084. data/lib/schema_org/types/childrens_event.rb +35 -0
  1085. data/lib/schema_org/types/choose_action.rb +35 -0
  1086. data/lib/schema_org/types/church.rb +35 -0
  1087. data/lib/schema_org/types/city.rb +35 -0
  1088. data/lib/schema_org/types/city_hall.rb +35 -0
  1089. data/lib/schema_org/types/civic_structure.rb +35 -0
  1090. data/lib/schema_org/types/claim.rb +39 -0
  1091. data/lib/schema_org/types/claim_review.rb +35 -0
  1092. data/lib/schema_org/types/class.rb +35 -0
  1093. data/lib/schema_org/types/clip.rb +35 -0
  1094. data/lib/schema_org/types/clothing_store.rb +35 -0
  1095. data/lib/schema_org/types/code.rb +37 -0
  1096. data/lib/schema_org/types/collection.rb +35 -0
  1097. data/lib/schema_org/types/collection_page.rb +35 -0
  1098. data/lib/schema_org/types/college_or_university.rb +35 -0
  1099. data/lib/schema_org/types/comedy_club.rb +35 -0
  1100. data/lib/schema_org/types/comedy_event.rb +35 -0
  1101. data/lib/schema_org/types/comic_cover_art.rb +35 -0
  1102. data/lib/schema_org/types/comic_issue.rb +40 -0
  1103. data/lib/schema_org/types/comic_series.rb +37 -0
  1104. data/lib/schema_org/types/comic_story.rb +37 -0
  1105. data/lib/schema_org/types/comment.rb +35 -0
  1106. data/lib/schema_org/types/comment_action.rb +35 -0
  1107. data/lib/schema_org/types/communicate_action.rb +35 -0
  1108. data/lib/schema_org/types/complete_data_feed.rb +37 -0
  1109. data/lib/schema_org/types/compound_price_specification.rb +35 -0
  1110. data/lib/schema_org/types/computer_language.rb +35 -0
  1111. data/lib/schema_org/types/computer_store.rb +35 -0
  1112. data/lib/schema_org/types/conference_event.rb +35 -0
  1113. data/lib/schema_org/types/confirm_action.rb +35 -0
  1114. data/lib/schema_org/types/consortium.rb +35 -0
  1115. data/lib/schema_org/types/constraint_node.rb +36 -0
  1116. data/lib/schema_org/types/consume_action.rb +35 -0
  1117. data/lib/schema_org/types/contact_page.rb +35 -0
  1118. data/lib/schema_org/types/contact_point.rb +35 -0
  1119. data/lib/schema_org/types/contact_point_option.rb +42 -0
  1120. data/lib/schema_org/types/continent.rb +35 -0
  1121. data/lib/schema_org/types/control_action.rb +35 -0
  1122. data/lib/schema_org/types/convenience_store.rb +35 -0
  1123. data/lib/schema_org/types/conversation.rb +35 -0
  1124. data/lib/schema_org/types/cook_action.rb +35 -0
  1125. data/lib/schema_org/types/cooperative.rb +35 -0
  1126. data/lib/schema_org/types/corporation.rb +35 -0
  1127. data/lib/schema_org/types/correction_comment.rb +35 -0
  1128. data/lib/schema_org/types/country.rb +35 -0
  1129. data/lib/schema_org/types/course.rb +35 -0
  1130. data/lib/schema_org/types/course_instance.rb +35 -0
  1131. data/lib/schema_org/types/courthouse.rb +35 -0
  1132. data/lib/schema_org/types/cover_art.rb +35 -0
  1133. data/lib/schema_org/types/covid_testing_facility.rb +38 -0
  1134. data/lib/schema_org/types/create_action.rb +35 -0
  1135. data/lib/schema_org/types/creative_work.rb +35 -0
  1136. data/lib/schema_org/types/creative_work_season.rb +37 -0
  1137. data/lib/schema_org/types/creative_work_series.rb +35 -0
  1138. data/lib/schema_org/types/credential.rb +35 -0
  1139. data/lib/schema_org/types/credit_card.rb +35 -0
  1140. data/lib/schema_org/types/crematorium.rb +35 -0
  1141. data/lib/schema_org/types/critic_review.rb +35 -0
  1142. data/lib/schema_org/types/css_selector_type.rb +36 -0
  1143. data/lib/schema_org/types/currency_conversion_service.rb +35 -0
  1144. data/lib/schema_org/types/d_dx_element.rb +35 -0
  1145. data/lib/schema_org/types/dance_event.rb +35 -0
  1146. data/lib/schema_org/types/dance_group.rb +35 -0
  1147. data/lib/schema_org/types/data_catalog.rb +35 -0
  1148. data/lib/schema_org/types/data_download.rb +35 -0
  1149. data/lib/schema_org/types/data_feed.rb +35 -0
  1150. data/lib/schema_org/types/data_feed_item.rb +35 -0
  1151. data/lib/schema_org/types/data_type.rb +36 -0
  1152. data/lib/schema_org/types/dataset.rb +35 -0
  1153. data/lib/schema_org/types/date.rb +36 -0
  1154. data/lib/schema_org/types/date_time.rb +36 -0
  1155. data/lib/schema_org/types/dated_money_specification.rb +37 -0
  1156. data/lib/schema_org/types/day_of_week.rb +50 -0
  1157. data/lib/schema_org/types/day_spa.rb +35 -0
  1158. data/lib/schema_org/types/de_nonprofit_type.rb +47 -0
  1159. data/lib/schema_org/types/deactivate_action.rb +35 -0
  1160. data/lib/schema_org/types/defence_establishment.rb +35 -0
  1161. data/lib/schema_org/types/defined_region.rb +47 -0
  1162. data/lib/schema_org/types/defined_term.rb +35 -0
  1163. data/lib/schema_org/types/defined_term_set.rb +35 -0
  1164. data/lib/schema_org/types/delete_action.rb +35 -0
  1165. data/lib/schema_org/types/delivery_charge_specification.rb +35 -0
  1166. data/lib/schema_org/types/delivery_event.rb +35 -0
  1167. data/lib/schema_org/types/delivery_method.rb +43 -0
  1168. data/lib/schema_org/types/delivery_time_settings.rb +37 -0
  1169. data/lib/schema_org/types/demand.rb +35 -0
  1170. data/lib/schema_org/types/dentist.rb +35 -0
  1171. data/lib/schema_org/types/depart_action.rb +35 -0
  1172. data/lib/schema_org/types/department_store.rb +35 -0
  1173. data/lib/schema_org/types/deposit_account.rb +35 -0
  1174. data/lib/schema_org/types/diagnostic_lab.rb +35 -0
  1175. data/lib/schema_org/types/diagnostic_procedure.rb +35 -0
  1176. data/lib/schema_org/types/diet.rb +35 -0
  1177. data/lib/schema_org/types/dietary_supplement.rb +35 -0
  1178. data/lib/schema_org/types/digital_document.rb +35 -0
  1179. data/lib/schema_org/types/digital_document_permission.rb +35 -0
  1180. data/lib/schema_org/types/digital_document_permission_type.rb +43 -0
  1181. data/lib/schema_org/types/digital_platform_enumeration.rb +45 -0
  1182. data/lib/schema_org/types/disagree_action.rb +35 -0
  1183. data/lib/schema_org/types/discover_action.rb +35 -0
  1184. data/lib/schema_org/types/discussion_forum_posting.rb +35 -0
  1185. data/lib/schema_org/types/dislike_action.rb +35 -0
  1186. data/lib/schema_org/types/distance.rb +36 -0
  1187. data/lib/schema_org/types/distillery.rb +35 -0
  1188. data/lib/schema_org/types/donate_action.rb +35 -0
  1189. data/lib/schema_org/types/dose_schedule.rb +35 -0
  1190. data/lib/schema_org/types/download_action.rb +35 -0
  1191. data/lib/schema_org/types/draw_action.rb +35 -0
  1192. data/lib/schema_org/types/drawing.rb +35 -0
  1193. data/lib/schema_org/types/drink_action.rb +35 -0
  1194. data/lib/schema_org/types/drive_wheel_configuration_value.rb +44 -0
  1195. data/lib/schema_org/types/drug.rb +35 -0
  1196. data/lib/schema_org/types/drug_class.rb +35 -0
  1197. data/lib/schema_org/types/drug_cost.rb +35 -0
  1198. data/lib/schema_org/types/drug_cost_category.rb +43 -0
  1199. data/lib/schema_org/types/drug_legal_status.rb +35 -0
  1200. data/lib/schema_org/types/drug_pregnancy_category.rb +46 -0
  1201. data/lib/schema_org/types/drug_prescription_status.rb +42 -0
  1202. data/lib/schema_org/types/drug_strength.rb +35 -0
  1203. data/lib/schema_org/types/dry_cleaning_or_laundry.rb +35 -0
  1204. data/lib/schema_org/types/duration.rb +36 -0
  1205. data/lib/schema_org/types/eat_action.rb +35 -0
  1206. data/lib/schema_org/types/education_event.rb +35 -0
  1207. data/lib/schema_org/types/educational_audience.rb +35 -0
  1208. data/lib/schema_org/types/educational_occupational_credential.rb +35 -0
  1209. data/lib/schema_org/types/educational_occupational_program.rb +35 -0
  1210. data/lib/schema_org/types/educational_organization.rb +35 -0
  1211. data/lib/schema_org/types/electrician.rb +35 -0
  1212. data/lib/schema_org/types/electronics_store.rb +35 -0
  1213. data/lib/schema_org/types/elementary_school.rb +35 -0
  1214. data/lib/schema_org/types/email_message.rb +35 -0
  1215. data/lib/schema_org/types/embassy.rb +35 -0
  1216. data/lib/schema_org/types/emergency_service.rb +35 -0
  1217. data/lib/schema_org/types/employee_role.rb +35 -0
  1218. data/lib/schema_org/types/employer_aggregate_rating.rb +35 -0
  1219. data/lib/schema_org/types/employer_review.rb +35 -0
  1220. data/lib/schema_org/types/employment_agency.rb +35 -0
  1221. data/lib/schema_org/types/endorse_action.rb +35 -0
  1222. data/lib/schema_org/types/endorsement_rating.rb +40 -0
  1223. data/lib/schema_org/types/energy.rb +36 -0
  1224. data/lib/schema_org/types/energy_consumption_details.rb +35 -0
  1225. data/lib/schema_org/types/energy_efficiency_enumeration.rb +35 -0
  1226. data/lib/schema_org/types/energy_star_energy_efficiency_enumeration.rb +41 -0
  1227. data/lib/schema_org/types/engine_specification.rb +35 -0
  1228. data/lib/schema_org/types/entertainment_business.rb +35 -0
  1229. data/lib/schema_org/types/entry_point.rb +35 -0
  1230. data/lib/schema_org/types/enumeration.rb +35 -0
  1231. data/lib/schema_org/types/episode.rb +35 -0
  1232. data/lib/schema_org/types/error.rb +35 -0
  1233. data/lib/schema_org/types/eu_energy_efficiency_enumeration.rb +50 -0
  1234. data/lib/schema_org/types/event.rb +35 -0
  1235. data/lib/schema_org/types/event_attendance_mode_enumeration.rb +43 -0
  1236. data/lib/schema_org/types/event_reservation.rb +35 -0
  1237. data/lib/schema_org/types/event_series.rb +47 -0
  1238. data/lib/schema_org/types/event_status_type.rb +45 -0
  1239. data/lib/schema_org/types/event_venue.rb +35 -0
  1240. data/lib/schema_org/types/exchange_rate_specification.rb +35 -0
  1241. data/lib/schema_org/types/exercise_action.rb +35 -0
  1242. data/lib/schema_org/types/exercise_gym.rb +35 -0
  1243. data/lib/schema_org/types/exercise_plan.rb +35 -0
  1244. data/lib/schema_org/types/exhibition_event.rb +35 -0
  1245. data/lib/schema_org/types/faq_page.rb +35 -0
  1246. data/lib/schema_org/types/fast_food_restaurant.rb +35 -0
  1247. data/lib/schema_org/types/festival.rb +35 -0
  1248. data/lib/schema_org/types/film_action.rb +35 -0
  1249. data/lib/schema_org/types/financial_incentive.rb +39 -0
  1250. data/lib/schema_org/types/financial_product.rb +35 -0
  1251. data/lib/schema_org/types/financial_service.rb +35 -0
  1252. data/lib/schema_org/types/find_action.rb +35 -0
  1253. data/lib/schema_org/types/fire_station.rb +35 -0
  1254. data/lib/schema_org/types/flight.rb +35 -0
  1255. data/lib/schema_org/types/flight_reservation.rb +35 -0
  1256. data/lib/schema_org/types/float.rb +36 -0
  1257. data/lib/schema_org/types/floor_plan.rb +35 -0
  1258. data/lib/schema_org/types/florist.rb +35 -0
  1259. data/lib/schema_org/types/fm_radio_channel.rb +35 -0
  1260. data/lib/schema_org/types/follow_action.rb +35 -0
  1261. data/lib/schema_org/types/food_establishment.rb +35 -0
  1262. data/lib/schema_org/types/food_establishment_reservation.rb +35 -0
  1263. data/lib/schema_org/types/food_event.rb +35 -0
  1264. data/lib/schema_org/types/food_service.rb +35 -0
  1265. data/lib/schema_org/types/fulfillment_type_enumeration.rb +45 -0
  1266. data/lib/schema_org/types/funding_agency.rb +39 -0
  1267. data/lib/schema_org/types/funding_scheme.rb +37 -0
  1268. data/lib/schema_org/types/furniture_store.rb +35 -0
  1269. data/lib/schema_org/types/game.rb +35 -0
  1270. data/lib/schema_org/types/game_availability_enumeration.rb +42 -0
  1271. data/lib/schema_org/types/game_play_mode.rb +43 -0
  1272. data/lib/schema_org/types/game_server.rb +35 -0
  1273. data/lib/schema_org/types/game_server_status.rb +44 -0
  1274. data/lib/schema_org/types/garden_store.rb +35 -0
  1275. data/lib/schema_org/types/gas_station.rb +35 -0
  1276. data/lib/schema_org/types/gated_residence_community.rb +35 -0
  1277. data/lib/schema_org/types/gender_type.rb +42 -0
  1278. data/lib/schema_org/types/gene.rb +35 -0
  1279. data/lib/schema_org/types/general_contractor.rb +35 -0
  1280. data/lib/schema_org/types/geo_circle.rb +37 -0
  1281. data/lib/schema_org/types/geo_coordinates.rb +35 -0
  1282. data/lib/schema_org/types/geo_shape.rb +35 -0
  1283. data/lib/schema_org/types/geospatial_geometry.rb +35 -0
  1284. data/lib/schema_org/types/give_action.rb +35 -0
  1285. data/lib/schema_org/types/golf_course.rb +35 -0
  1286. data/lib/schema_org/types/government_benefits_type.rb +48 -0
  1287. data/lib/schema_org/types/government_building.rb +35 -0
  1288. data/lib/schema_org/types/government_office.rb +35 -0
  1289. data/lib/schema_org/types/government_organization.rb +35 -0
  1290. data/lib/schema_org/types/government_permit.rb +35 -0
  1291. data/lib/schema_org/types/government_service.rb +35 -0
  1292. data/lib/schema_org/types/grant.rb +40 -0
  1293. data/lib/schema_org/types/grocery_store.rb +35 -0
  1294. data/lib/schema_org/types/guide.rb +35 -0
  1295. data/lib/schema_org/types/hackathon.rb +35 -0
  1296. data/lib/schema_org/types/hair_salon.rb +35 -0
  1297. data/lib/schema_org/types/hardware_store.rb +35 -0
  1298. data/lib/schema_org/types/health_and_beauty_business.rb +35 -0
  1299. data/lib/schema_org/types/health_aspect_enumeration.rb +69 -0
  1300. data/lib/schema_org/types/health_club.rb +35 -0
  1301. data/lib/schema_org/types/health_insurance_plan.rb +35 -0
  1302. data/lib/schema_org/types/health_plan_cost_sharing_specification.rb +35 -0
  1303. data/lib/schema_org/types/health_plan_formulary.rb +35 -0
  1304. data/lib/schema_org/types/health_plan_network.rb +35 -0
  1305. data/lib/schema_org/types/health_topic_content.rb +35 -0
  1306. data/lib/schema_org/types/high_school.rb +35 -0
  1307. data/lib/schema_org/types/hindu_temple.rb +35 -0
  1308. data/lib/schema_org/types/hobby_shop.rb +35 -0
  1309. data/lib/schema_org/types/home_and_construction_business.rb +35 -0
  1310. data/lib/schema_org/types/home_goods_store.rb +35 -0
  1311. data/lib/schema_org/types/hospital.rb +35 -0
  1312. data/lib/schema_org/types/hostel.rb +37 -0
  1313. data/lib/schema_org/types/hotel.rb +37 -0
  1314. data/lib/schema_org/types/hotel_room.rb +37 -0
  1315. data/lib/schema_org/types/house.rb +35 -0
  1316. data/lib/schema_org/types/house_painter.rb +35 -0
  1317. data/lib/schema_org/types/how_to.rb +35 -0
  1318. data/lib/schema_org/types/how_to_direction.rb +35 -0
  1319. data/lib/schema_org/types/how_to_item.rb +35 -0
  1320. data/lib/schema_org/types/how_to_section.rb +35 -0
  1321. data/lib/schema_org/types/how_to_step.rb +35 -0
  1322. data/lib/schema_org/types/how_to_supply.rb +35 -0
  1323. data/lib/schema_org/types/how_to_tip.rb +35 -0
  1324. data/lib/schema_org/types/how_to_tool.rb +35 -0
  1325. data/lib/schema_org/types/hvac_business.rb +35 -0
  1326. data/lib/schema_org/types/hyper_toc.rb +35 -0
  1327. data/lib/schema_org/types/hyper_toc_entry.rb +35 -0
  1328. data/lib/schema_org/types/ice_cream_shop.rb +35 -0
  1329. data/lib/schema_org/types/ignore_action.rb +35 -0
  1330. data/lib/schema_org/types/image_gallery.rb +35 -0
  1331. data/lib/schema_org/types/image_object.rb +35 -0
  1332. data/lib/schema_org/types/image_object_snapshot.rb +35 -0
  1333. data/lib/schema_org/types/imaging_test.rb +35 -0
  1334. data/lib/schema_org/types/incentive_qualified_expense_type.rb +44 -0
  1335. data/lib/schema_org/types/incentive_status.rb +44 -0
  1336. data/lib/schema_org/types/incentive_type.rb +45 -0
  1337. data/lib/schema_org/types/individual_physician.rb +36 -0
  1338. data/lib/schema_org/types/individual_product.rb +35 -0
  1339. data/lib/schema_org/types/infectious_agent_class.rb +46 -0
  1340. data/lib/schema_org/types/infectious_disease.rb +35 -0
  1341. data/lib/schema_org/types/inform_action.rb +35 -0
  1342. data/lib/schema_org/types/insert_action.rb +35 -0
  1343. data/lib/schema_org/types/install_action.rb +35 -0
  1344. data/lib/schema_org/types/instantaneous_event.rb +35 -0
  1345. data/lib/schema_org/types/insurance_agency.rb +35 -0
  1346. data/lib/schema_org/types/intangible.rb +35 -0
  1347. data/lib/schema_org/types/integer.rb +36 -0
  1348. data/lib/schema_org/types/interact_action.rb +35 -0
  1349. data/lib/schema_org/types/interaction_counter.rb +37 -0
  1350. data/lib/schema_org/types/internet_cafe.rb +35 -0
  1351. data/lib/schema_org/types/investment_fund.rb +35 -0
  1352. data/lib/schema_org/types/investment_or_deposit.rb +35 -0
  1353. data/lib/schema_org/types/invite_action.rb +35 -0
  1354. data/lib/schema_org/types/invoice.rb +35 -0
  1355. data/lib/schema_org/types/iptc_digital_source_enumeration.rb +59 -0
  1356. data/lib/schema_org/types/it_nonprofit_type.rb +46 -0
  1357. data/lib/schema_org/types/item_availability.rb +52 -0
  1358. data/lib/schema_org/types/item_list.rb +35 -0
  1359. data/lib/schema_org/types/item_list_order_type.rb +43 -0
  1360. data/lib/schema_org/types/item_page.rb +35 -0
  1361. data/lib/schema_org/types/jewelry_store.rb +35 -0
  1362. data/lib/schema_org/types/job_posting.rb +35 -0
  1363. data/lib/schema_org/types/join_action.rb +35 -0
  1364. data/lib/schema_org/types/joint.rb +35 -0
  1365. data/lib/schema_org/types/lake_body_of_water.rb +35 -0
  1366. data/lib/schema_org/types/landform.rb +35 -0
  1367. data/lib/schema_org/types/landmarks_or_historical_buildings.rb +35 -0
  1368. data/lib/schema_org/types/language.rb +35 -0
  1369. data/lib/schema_org/types/learning_resource.rb +39 -0
  1370. data/lib/schema_org/types/leave_action.rb +35 -0
  1371. data/lib/schema_org/types/legal_force_status.rb +43 -0
  1372. data/lib/schema_org/types/legal_service.rb +35 -0
  1373. data/lib/schema_org/types/legal_value_level.rb +44 -0
  1374. data/lib/schema_org/types/legislation.rb +35 -0
  1375. data/lib/schema_org/types/legislation_object.rb +35 -0
  1376. data/lib/schema_org/types/legislative_building.rb +35 -0
  1377. data/lib/schema_org/types/lend_action.rb +35 -0
  1378. data/lib/schema_org/types/library.rb +35 -0
  1379. data/lib/schema_org/types/library_system.rb +35 -0
  1380. data/lib/schema_org/types/lifestyle_modification.rb +35 -0
  1381. data/lib/schema_org/types/ligament.rb +35 -0
  1382. data/lib/schema_org/types/like_action.rb +35 -0
  1383. data/lib/schema_org/types/link_role.rb +35 -0
  1384. data/lib/schema_org/types/liquor_store.rb +35 -0
  1385. data/lib/schema_org/types/list_item.rb +35 -0
  1386. data/lib/schema_org/types/listen_action.rb +35 -0
  1387. data/lib/schema_org/types/literary_event.rb +35 -0
  1388. data/lib/schema_org/types/live_blog_posting.rb +35 -0
  1389. data/lib/schema_org/types/loan_or_credit.rb +35 -0
  1390. data/lib/schema_org/types/local_business.rb +35 -0
  1391. data/lib/schema_org/types/location_feature_specification.rb +35 -0
  1392. data/lib/schema_org/types/locksmith.rb +35 -0
  1393. data/lib/schema_org/types/lodging_business.rb +35 -0
  1394. data/lib/schema_org/types/lodging_reservation.rb +35 -0
  1395. data/lib/schema_org/types/login_action.rb +35 -0
  1396. data/lib/schema_org/types/lose_action.rb +35 -0
  1397. data/lib/schema_org/types/lymphatic_vessel.rb +35 -0
  1398. data/lib/schema_org/types/manuscript.rb +35 -0
  1399. data/lib/schema_org/types/map.rb +35 -0
  1400. data/lib/schema_org/types/map_category_type.rb +44 -0
  1401. data/lib/schema_org/types/marry_action.rb +35 -0
  1402. data/lib/schema_org/types/mass.rb +36 -0
  1403. data/lib/schema_org/types/math_solver.rb +35 -0
  1404. data/lib/schema_org/types/maximum_dose_schedule.rb +35 -0
  1405. data/lib/schema_org/types/measurement_method_enum.rb +41 -0
  1406. data/lib/schema_org/types/measurement_type_enumeration.rb +35 -0
  1407. data/lib/schema_org/types/media_enumeration.rb +35 -0
  1408. data/lib/schema_org/types/media_gallery.rb +35 -0
  1409. data/lib/schema_org/types/media_manipulation_rating_enumeration.rb +46 -0
  1410. data/lib/schema_org/types/media_object.rb +35 -0
  1411. data/lib/schema_org/types/media_review.rb +38 -0
  1412. data/lib/schema_org/types/media_review_item.rb +35 -0
  1413. data/lib/schema_org/types/media_subscription.rb +35 -0
  1414. data/lib/schema_org/types/medical_audience.rb +35 -0
  1415. data/lib/schema_org/types/medical_audience_type.rb +42 -0
  1416. data/lib/schema_org/types/medical_business.rb +35 -0
  1417. data/lib/schema_org/types/medical_cause.rb +35 -0
  1418. data/lib/schema_org/types/medical_clinic.rb +35 -0
  1419. data/lib/schema_org/types/medical_code.rb +35 -0
  1420. data/lib/schema_org/types/medical_condition.rb +35 -0
  1421. data/lib/schema_org/types/medical_condition_stage.rb +35 -0
  1422. data/lib/schema_org/types/medical_contraindication.rb +35 -0
  1423. data/lib/schema_org/types/medical_device.rb +35 -0
  1424. data/lib/schema_org/types/medical_device_purpose.rb +42 -0
  1425. data/lib/schema_org/types/medical_entity.rb +35 -0
  1426. data/lib/schema_org/types/medical_enumeration.rb +35 -0
  1427. data/lib/schema_org/types/medical_evidence_level.rb +43 -0
  1428. data/lib/schema_org/types/medical_guideline.rb +35 -0
  1429. data/lib/schema_org/types/medical_guideline_contraindication.rb +35 -0
  1430. data/lib/schema_org/types/medical_guideline_recommendation.rb +35 -0
  1431. data/lib/schema_org/types/medical_imaging_technique.rb +46 -0
  1432. data/lib/schema_org/types/medical_indication.rb +35 -0
  1433. data/lib/schema_org/types/medical_intangible.rb +35 -0
  1434. data/lib/schema_org/types/medical_observational_study.rb +35 -0
  1435. data/lib/schema_org/types/medical_observational_study_design.rb +46 -0
  1436. data/lib/schema_org/types/medical_organization.rb +35 -0
  1437. data/lib/schema_org/types/medical_procedure.rb +35 -0
  1438. data/lib/schema_org/types/medical_procedure_type.rb +42 -0
  1439. data/lib/schema_org/types/medical_risk_calculator.rb +35 -0
  1440. data/lib/schema_org/types/medical_risk_estimator.rb +35 -0
  1441. data/lib/schema_org/types/medical_risk_factor.rb +35 -0
  1442. data/lib/schema_org/types/medical_risk_score.rb +35 -0
  1443. data/lib/schema_org/types/medical_scholarly_article.rb +35 -0
  1444. data/lib/schema_org/types/medical_sign.rb +35 -0
  1445. data/lib/schema_org/types/medical_sign_or_symptom.rb +35 -0
  1446. data/lib/schema_org/types/medical_specialty.rb +82 -0
  1447. data/lib/schema_org/types/medical_study.rb +35 -0
  1448. data/lib/schema_org/types/medical_study_status.rb +50 -0
  1449. data/lib/schema_org/types/medical_symptom.rb +35 -0
  1450. data/lib/schema_org/types/medical_test.rb +35 -0
  1451. data/lib/schema_org/types/medical_test_panel.rb +35 -0
  1452. data/lib/schema_org/types/medical_therapy.rb +35 -0
  1453. data/lib/schema_org/types/medical_trial.rb +35 -0
  1454. data/lib/schema_org/types/medical_trial_design.rb +49 -0
  1455. data/lib/schema_org/types/medical_web_page.rb +35 -0
  1456. data/lib/schema_org/types/medicine_system.rb +46 -0
  1457. data/lib/schema_org/types/meeting_room.rb +37 -0
  1458. data/lib/schema_org/types/member_program.rb +35 -0
  1459. data/lib/schema_org/types/member_program_tier.rb +35 -0
  1460. data/lib/schema_org/types/mens_clothing_store.rb +35 -0
  1461. data/lib/schema_org/types/menu.rb +35 -0
  1462. data/lib/schema_org/types/menu_item.rb +35 -0
  1463. data/lib/schema_org/types/menu_section.rb +35 -0
  1464. data/lib/schema_org/types/merchant_return_enumeration.rb +46 -0
  1465. data/lib/schema_org/types/merchant_return_policy.rb +37 -0
  1466. data/lib/schema_org/types/merchant_return_policy_seasonal_override.rb +35 -0
  1467. data/lib/schema_org/types/message.rb +35 -0
  1468. data/lib/schema_org/types/middle_school.rb +35 -0
  1469. data/lib/schema_org/types/mobile_application.rb +35 -0
  1470. data/lib/schema_org/types/mobile_phone_store.rb +35 -0
  1471. data/lib/schema_org/types/molecular_entity.rb +35 -0
  1472. data/lib/schema_org/types/monetary_amount.rb +37 -0
  1473. data/lib/schema_org/types/monetary_amount_distribution.rb +35 -0
  1474. data/lib/schema_org/types/monetary_grant.rb +35 -0
  1475. data/lib/schema_org/types/money_transfer.rb +35 -0
  1476. data/lib/schema_org/types/mortgage_loan.rb +35 -0
  1477. data/lib/schema_org/types/mosque.rb +35 -0
  1478. data/lib/schema_org/types/motel.rb +37 -0
  1479. data/lib/schema_org/types/motorcycle.rb +35 -0
  1480. data/lib/schema_org/types/motorcycle_dealer.rb +35 -0
  1481. data/lib/schema_org/types/motorcycle_repair.rb +35 -0
  1482. data/lib/schema_org/types/motorized_bicycle.rb +35 -0
  1483. data/lib/schema_org/types/mountain.rb +35 -0
  1484. data/lib/schema_org/types/move_action.rb +35 -0
  1485. data/lib/schema_org/types/movie.rb +35 -0
  1486. data/lib/schema_org/types/movie_clip.rb +35 -0
  1487. data/lib/schema_org/types/movie_rental_store.rb +35 -0
  1488. data/lib/schema_org/types/movie_series.rb +35 -0
  1489. data/lib/schema_org/types/movie_theater.rb +35 -0
  1490. data/lib/schema_org/types/moving_company.rb +35 -0
  1491. data/lib/schema_org/types/muscle.rb +35 -0
  1492. data/lib/schema_org/types/museum.rb +35 -0
  1493. data/lib/schema_org/types/music_album.rb +35 -0
  1494. data/lib/schema_org/types/music_album_production_type.rb +49 -0
  1495. data/lib/schema_org/types/music_album_release_type.rb +44 -0
  1496. data/lib/schema_org/types/music_composition.rb +35 -0
  1497. data/lib/schema_org/types/music_event.rb +35 -0
  1498. data/lib/schema_org/types/music_group.rb +35 -0
  1499. data/lib/schema_org/types/music_playlist.rb +35 -0
  1500. data/lib/schema_org/types/music_recording.rb +35 -0
  1501. data/lib/schema_org/types/music_release.rb +35 -0
  1502. data/lib/schema_org/types/music_release_format_type.rb +47 -0
  1503. data/lib/schema_org/types/music_store.rb +35 -0
  1504. data/lib/schema_org/types/music_venue.rb +35 -0
  1505. data/lib/schema_org/types/music_video_object.rb +35 -0
  1506. data/lib/schema_org/types/nail_salon.rb +35 -0
  1507. data/lib/schema_org/types/nerve.rb +35 -0
  1508. data/lib/schema_org/types/news_article.rb +37 -0
  1509. data/lib/schema_org/types/news_media_organization.rb +35 -0
  1510. data/lib/schema_org/types/newspaper.rb +35 -0
  1511. data/lib/schema_org/types/ngo.rb +35 -0
  1512. data/lib/schema_org/types/night_club.rb +35 -0
  1513. data/lib/schema_org/types/nl_nonprofit_type.rb +42 -0
  1514. data/lib/schema_org/types/nonprofit_type.rb +35 -0
  1515. data/lib/schema_org/types/notary.rb +35 -0
  1516. data/lib/schema_org/types/note_digital_document.rb +35 -0
  1517. data/lib/schema_org/types/number.rb +36 -0
  1518. data/lib/schema_org/types/nutrition_information.rb +35 -0
  1519. data/lib/schema_org/types/observation.rb +39 -0
  1520. data/lib/schema_org/types/occupation.rb +35 -0
  1521. data/lib/schema_org/types/occupational_experience_requirements.rb +35 -0
  1522. data/lib/schema_org/types/occupational_therapy.rb +35 -0
  1523. data/lib/schema_org/types/ocean_body_of_water.rb +35 -0
  1524. data/lib/schema_org/types/offer.rb +35 -0
  1525. data/lib/schema_org/types/offer_catalog.rb +35 -0
  1526. data/lib/schema_org/types/offer_for_lease.rb +37 -0
  1527. data/lib/schema_org/types/offer_for_purchase.rb +37 -0
  1528. data/lib/schema_org/types/offer_item_condition.rb +44 -0
  1529. data/lib/schema_org/types/offer_shipping_details.rb +46 -0
  1530. data/lib/schema_org/types/office_equipment_store.rb +35 -0
  1531. data/lib/schema_org/types/on_demand_event.rb +35 -0
  1532. data/lib/schema_org/types/online_business.rb +35 -0
  1533. data/lib/schema_org/types/online_marketplace.rb +35 -0
  1534. data/lib/schema_org/types/online_store.rb +35 -0
  1535. data/lib/schema_org/types/opening_hours_specification.rb +36 -0
  1536. data/lib/schema_org/types/operating_system.rb +35 -0
  1537. data/lib/schema_org/types/opinion_news_article.rb +35 -0
  1538. data/lib/schema_org/types/optician.rb +35 -0
  1539. data/lib/schema_org/types/order.rb +35 -0
  1540. data/lib/schema_org/types/order_action.rb +35 -0
  1541. data/lib/schema_org/types/order_item.rb +35 -0
  1542. data/lib/schema_org/types/order_status.rb +48 -0
  1543. data/lib/schema_org/types/organization.rb +35 -0
  1544. data/lib/schema_org/types/organization_role.rb +35 -0
  1545. data/lib/schema_org/types/organize_action.rb +35 -0
  1546. data/lib/schema_org/types/outlet_store.rb +35 -0
  1547. data/lib/schema_org/types/ownership_info.rb +35 -0
  1548. data/lib/schema_org/types/paint_action.rb +35 -0
  1549. data/lib/schema_org/types/painting.rb +35 -0
  1550. data/lib/schema_org/types/palliative_procedure.rb +35 -0
  1551. data/lib/schema_org/types/parcel_delivery.rb +35 -0
  1552. data/lib/schema_org/types/parent_audience.rb +35 -0
  1553. data/lib/schema_org/types/park.rb +35 -0
  1554. data/lib/schema_org/types/parking_facility.rb +35 -0
  1555. data/lib/schema_org/types/pathology_test.rb +35 -0
  1556. data/lib/schema_org/types/patient.rb +35 -0
  1557. data/lib/schema_org/types/pawn_shop.rb +35 -0
  1558. data/lib/schema_org/types/pay_action.rb +35 -0
  1559. data/lib/schema_org/types/payment_card.rb +35 -0
  1560. data/lib/schema_org/types/payment_charge_specification.rb +35 -0
  1561. data/lib/schema_org/types/payment_method.rb +35 -0
  1562. data/lib/schema_org/types/payment_method_type.rb +48 -0
  1563. data/lib/schema_org/types/payment_service.rb +35 -0
  1564. data/lib/schema_org/types/payment_status_type.rb +45 -0
  1565. data/lib/schema_org/types/people_audience.rb +35 -0
  1566. data/lib/schema_org/types/perform_action.rb +35 -0
  1567. data/lib/schema_org/types/performance_role.rb +35 -0
  1568. data/lib/schema_org/types/performing_arts_event.rb +35 -0
  1569. data/lib/schema_org/types/performing_arts_theater.rb +35 -0
  1570. data/lib/schema_org/types/performing_group.rb +35 -0
  1571. data/lib/schema_org/types/periodical.rb +35 -0
  1572. data/lib/schema_org/types/permit.rb +35 -0
  1573. data/lib/schema_org/types/person.rb +35 -0
  1574. data/lib/schema_org/types/pet_store.rb +35 -0
  1575. data/lib/schema_org/types/pharmacy.rb +35 -0
  1576. data/lib/schema_org/types/photograph.rb +35 -0
  1577. data/lib/schema_org/types/photograph_action.rb +35 -0
  1578. data/lib/schema_org/types/physical_activity.rb +35 -0
  1579. data/lib/schema_org/types/physical_activity_category.rb +47 -0
  1580. data/lib/schema_org/types/physical_exam.rb +54 -0
  1581. data/lib/schema_org/types/physical_therapy.rb +35 -0
  1582. data/lib/schema_org/types/physician.rb +35 -0
  1583. data/lib/schema_org/types/physicians_office.rb +35 -0
  1584. data/lib/schema_org/types/place.rb +35 -0
  1585. data/lib/schema_org/types/place_of_worship.rb +35 -0
  1586. data/lib/schema_org/types/plan_action.rb +35 -0
  1587. data/lib/schema_org/types/play.rb +35 -0
  1588. data/lib/schema_org/types/play_action.rb +35 -0
  1589. data/lib/schema_org/types/play_game_action.rb +35 -0
  1590. data/lib/schema_org/types/playground.rb +35 -0
  1591. data/lib/schema_org/types/plumber.rb +35 -0
  1592. data/lib/schema_org/types/podcast_episode.rb +35 -0
  1593. data/lib/schema_org/types/podcast_season.rb +35 -0
  1594. data/lib/schema_org/types/podcast_series.rb +35 -0
  1595. data/lib/schema_org/types/police_station.rb +35 -0
  1596. data/lib/schema_org/types/political_party.rb +35 -0
  1597. data/lib/schema_org/types/pond.rb +35 -0
  1598. data/lib/schema_org/types/post_office.rb +35 -0
  1599. data/lib/schema_org/types/postal_address.rb +35 -0
  1600. data/lib/schema_org/types/postal_code_range_specification.rb +35 -0
  1601. data/lib/schema_org/types/poster.rb +35 -0
  1602. data/lib/schema_org/types/pre_order_action.rb +35 -0
  1603. data/lib/schema_org/types/prepend_action.rb +35 -0
  1604. data/lib/schema_org/types/preschool.rb +35 -0
  1605. data/lib/schema_org/types/presentation_digital_document.rb +35 -0
  1606. data/lib/schema_org/types/prevention_indication.rb +35 -0
  1607. data/lib/schema_org/types/price_component_type_enumeration.rb +46 -0
  1608. data/lib/schema_org/types/price_specification.rb +35 -0
  1609. data/lib/schema_org/types/price_type_enumeration.rb +48 -0
  1610. data/lib/schema_org/types/product.rb +35 -0
  1611. data/lib/schema_org/types/product_collection.rb +35 -0
  1612. data/lib/schema_org/types/product_group.rb +37 -0
  1613. data/lib/schema_org/types/product_model.rb +35 -0
  1614. data/lib/schema_org/types/product_return_enumeration.rb +46 -0
  1615. data/lib/schema_org/types/product_return_policy.rb +37 -0
  1616. data/lib/schema_org/types/professional_service.rb +37 -0
  1617. data/lib/schema_org/types/profile_page.rb +35 -0
  1618. data/lib/schema_org/types/program_membership.rb +35 -0
  1619. data/lib/schema_org/types/project.rb +36 -0
  1620. data/lib/schema_org/types/pronounceable_text.rb +36 -0
  1621. data/lib/schema_org/types/property.rb +35 -0
  1622. data/lib/schema_org/types/property_value.rb +35 -0
  1623. data/lib/schema_org/types/property_value_specification.rb +35 -0
  1624. data/lib/schema_org/types/protein.rb +35 -0
  1625. data/lib/schema_org/types/psychological_treatment.rb +35 -0
  1626. data/lib/schema_org/types/public_swimming_pool.rb +35 -0
  1627. data/lib/schema_org/types/public_toilet.rb +35 -0
  1628. data/lib/schema_org/types/publication_event.rb +35 -0
  1629. data/lib/schema_org/types/publication_issue.rb +35 -0
  1630. data/lib/schema_org/types/publication_volume.rb +35 -0
  1631. data/lib/schema_org/types/purchase_type.rb +44 -0
  1632. data/lib/schema_org/types/qa_page.rb +35 -0
  1633. data/lib/schema_org/types/qualitative_value.rb +35 -0
  1634. data/lib/schema_org/types/quantitative_value.rb +35 -0
  1635. data/lib/schema_org/types/quantitative_value_distribution.rb +35 -0
  1636. data/lib/schema_org/types/quantity.rb +36 -0
  1637. data/lib/schema_org/types/question.rb +35 -0
  1638. data/lib/schema_org/types/quiz.rb +35 -0
  1639. data/lib/schema_org/types/quotation.rb +35 -0
  1640. data/lib/schema_org/types/quote_action.rb +35 -0
  1641. data/lib/schema_org/types/radiation_therapy.rb +35 -0
  1642. data/lib/schema_org/types/radio_broadcast_service.rb +35 -0
  1643. data/lib/schema_org/types/radio_channel.rb +35 -0
  1644. data/lib/schema_org/types/radio_clip.rb +35 -0
  1645. data/lib/schema_org/types/radio_episode.rb +35 -0
  1646. data/lib/schema_org/types/radio_season.rb +35 -0
  1647. data/lib/schema_org/types/radio_series.rb +35 -0
  1648. data/lib/schema_org/types/radio_station.rb +35 -0
  1649. data/lib/schema_org/types/rating.rb +35 -0
  1650. data/lib/schema_org/types/react_action.rb +35 -0
  1651. data/lib/schema_org/types/read_action.rb +35 -0
  1652. data/lib/schema_org/types/real_estate_agent.rb +35 -0
  1653. data/lib/schema_org/types/real_estate_listing.rb +36 -0
  1654. data/lib/schema_org/types/receive_action.rb +35 -0
  1655. data/lib/schema_org/types/recipe.rb +35 -0
  1656. data/lib/schema_org/types/recommendation.rb +35 -0
  1657. data/lib/schema_org/types/recommended_dose_schedule.rb +35 -0
  1658. data/lib/schema_org/types/recycling_center.rb +35 -0
  1659. data/lib/schema_org/types/refund_type_enumeration.rb +43 -0
  1660. data/lib/schema_org/types/register_action.rb +35 -0
  1661. data/lib/schema_org/types/reject_action.rb +35 -0
  1662. data/lib/schema_org/types/rent_action.rb +35 -0
  1663. data/lib/schema_org/types/rental_car_reservation.rb +35 -0
  1664. data/lib/schema_org/types/repayment_specification.rb +35 -0
  1665. data/lib/schema_org/types/replace_action.rb +35 -0
  1666. data/lib/schema_org/types/reply_action.rb +35 -0
  1667. data/lib/schema_org/types/report.rb +35 -0
  1668. data/lib/schema_org/types/reportage_news_article.rb +42 -0
  1669. data/lib/schema_org/types/reported_dose_schedule.rb +35 -0
  1670. data/lib/schema_org/types/research_organization.rb +35 -0
  1671. data/lib/schema_org/types/research_project.rb +35 -0
  1672. data/lib/schema_org/types/researcher.rb +35 -0
  1673. data/lib/schema_org/types/reservation.rb +35 -0
  1674. data/lib/schema_org/types/reservation_package.rb +35 -0
  1675. data/lib/schema_org/types/reservation_status_type.rb +44 -0
  1676. data/lib/schema_org/types/reserve_action.rb +35 -0
  1677. data/lib/schema_org/types/reservoir.rb +35 -0
  1678. data/lib/schema_org/types/reset_password_action.rb +35 -0
  1679. data/lib/schema_org/types/residence.rb +35 -0
  1680. data/lib/schema_org/types/resort.rb +37 -0
  1681. data/lib/schema_org/types/restaurant.rb +35 -0
  1682. data/lib/schema_org/types/restricted_diet.rb +51 -0
  1683. data/lib/schema_org/types/resume_action.rb +35 -0
  1684. data/lib/schema_org/types/return_action.rb +35 -0
  1685. data/lib/schema_org/types/return_fees_enumeration.rb +45 -0
  1686. data/lib/schema_org/types/return_label_source_enumeration.rb +43 -0
  1687. data/lib/schema_org/types/return_method_enumeration.rb +44 -0
  1688. data/lib/schema_org/types/review.rb +35 -0
  1689. data/lib/schema_org/types/review_action.rb +35 -0
  1690. data/lib/schema_org/types/review_news_article.rb +35 -0
  1691. data/lib/schema_org/types/river_body_of_water.rb +35 -0
  1692. data/lib/schema_org/types/role.rb +35 -0
  1693. data/lib/schema_org/types/roofing_contractor.rb +35 -0
  1694. data/lib/schema_org/types/room.rb +37 -0
  1695. data/lib/schema_org/types/rsvp_action.rb +35 -0
  1696. data/lib/schema_org/types/rsvp_response_type.rb +43 -0
  1697. data/lib/schema_org/types/runtime_platform.rb +35 -0
  1698. data/lib/schema_org/types/rv_park.rb +35 -0
  1699. data/lib/schema_org/types/sale_event.rb +35 -0
  1700. data/lib/schema_org/types/satirical_article.rb +35 -0
  1701. data/lib/schema_org/types/schedule.rb +37 -0
  1702. data/lib/schema_org/types/schedule_action.rb +35 -0
  1703. data/lib/schema_org/types/scholarly_article.rb +35 -0
  1704. data/lib/schema_org/types/school.rb +35 -0
  1705. data/lib/schema_org/types/school_district.rb +35 -0
  1706. data/lib/schema_org/types/screening_event.rb +35 -0
  1707. data/lib/schema_org/types/sculpture.rb +35 -0
  1708. data/lib/schema_org/types/sea_body_of_water.rb +35 -0
  1709. data/lib/schema_org/types/search_action.rb +35 -0
  1710. data/lib/schema_org/types/search_rescue_organization.rb +35 -0
  1711. data/lib/schema_org/types/search_results_page.rb +35 -0
  1712. data/lib/schema_org/types/season.rb +37 -0
  1713. data/lib/schema_org/types/seat.rb +35 -0
  1714. data/lib/schema_org/types/seek_to_action.rb +35 -0
  1715. data/lib/schema_org/types/self_storage.rb +35 -0
  1716. data/lib/schema_org/types/sell_action.rb +35 -0
  1717. data/lib/schema_org/types/send_action.rb +35 -0
  1718. data/lib/schema_org/types/sequential_art.rb +35 -0
  1719. data/lib/schema_org/types/series.rb +35 -0
  1720. data/lib/schema_org/types/service.rb +35 -0
  1721. data/lib/schema_org/types/service_channel.rb +35 -0
  1722. data/lib/schema_org/types/service_period.rb +35 -0
  1723. data/lib/schema_org/types/share_action.rb +35 -0
  1724. data/lib/schema_org/types/sheet_music.rb +35 -0
  1725. data/lib/schema_org/types/shipping_conditions.rb +37 -0
  1726. data/lib/schema_org/types/shipping_delivery_time.rb +35 -0
  1727. data/lib/schema_org/types/shipping_rate_settings.rb +35 -0
  1728. data/lib/schema_org/types/shipping_service.rb +35 -0
  1729. data/lib/schema_org/types/shoe_store.rb +35 -0
  1730. data/lib/schema_org/types/shopping_center.rb +35 -0
  1731. data/lib/schema_org/types/short_story.rb +35 -0
  1732. data/lib/schema_org/types/single_family_residence.rb +35 -0
  1733. data/lib/schema_org/types/site_navigation_element.rb +35 -0
  1734. data/lib/schema_org/types/size_group_enumeration.rb +35 -0
  1735. data/lib/schema_org/types/size_specification.rb +35 -0
  1736. data/lib/schema_org/types/size_system_enumeration.rb +42 -0
  1737. data/lib/schema_org/types/ski_resort.rb +35 -0
  1738. data/lib/schema_org/types/social_event.rb +35 -0
  1739. data/lib/schema_org/types/social_media_posting.rb +35 -0
  1740. data/lib/schema_org/types/software_application.rb +35 -0
  1741. data/lib/schema_org/types/software_source_code.rb +37 -0
  1742. data/lib/schema_org/types/solve_math_action.rb +35 -0
  1743. data/lib/schema_org/types/some_products.rb +35 -0
  1744. data/lib/schema_org/types/speakable_specification.rb +35 -0
  1745. data/lib/schema_org/types/special_announcement.rb +69 -0
  1746. data/lib/schema_org/types/specialty.rb +35 -0
  1747. data/lib/schema_org/types/sporting_goods_store.rb +35 -0
  1748. data/lib/schema_org/types/sports_activity_location.rb +35 -0
  1749. data/lib/schema_org/types/sports_club.rb +35 -0
  1750. data/lib/schema_org/types/sports_event.rb +35 -0
  1751. data/lib/schema_org/types/sports_organization.rb +35 -0
  1752. data/lib/schema_org/types/sports_team.rb +35 -0
  1753. data/lib/schema_org/types/spreadsheet_digital_document.rb +35 -0
  1754. data/lib/schema_org/types/stadium_or_arena.rb +35 -0
  1755. data/lib/schema_org/types/state.rb +35 -0
  1756. data/lib/schema_org/types/statement.rb +35 -0
  1757. data/lib/schema_org/types/statistical_population.rb +37 -0
  1758. data/lib/schema_org/types/statistical_variable.rb +35 -0
  1759. data/lib/schema_org/types/status_enumeration.rb +35 -0
  1760. data/lib/schema_org/types/steering_position_value.rb +42 -0
  1761. data/lib/schema_org/types/store.rb +35 -0
  1762. data/lib/schema_org/types/structured_value.rb +35 -0
  1763. data/lib/schema_org/types/stupid_type.rb +35 -0
  1764. data/lib/schema_org/types/subscribe_action.rb +35 -0
  1765. data/lib/schema_org/types/substance.rb +35 -0
  1766. data/lib/schema_org/types/subway_station.rb +35 -0
  1767. data/lib/schema_org/types/suite.rb +37 -0
  1768. data/lib/schema_org/types/superficial_anatomy.rb +35 -0
  1769. data/lib/schema_org/types/surgical_procedure.rb +35 -0
  1770. data/lib/schema_org/types/suspend_action.rb +35 -0
  1771. data/lib/schema_org/types/syllabus.rb +35 -0
  1772. data/lib/schema_org/types/synagogue.rb +35 -0
  1773. data/lib/schema_org/types/table.rb +35 -0
  1774. data/lib/schema_org/types/take_action.rb +35 -0
  1775. data/lib/schema_org/types/tattoo_parlor.rb +35 -0
  1776. data/lib/schema_org/types/taxi.rb +37 -0
  1777. data/lib/schema_org/types/taxi_reservation.rb +35 -0
  1778. data/lib/schema_org/types/taxi_service.rb +37 -0
  1779. data/lib/schema_org/types/taxi_stand.rb +35 -0
  1780. data/lib/schema_org/types/taxon.rb +35 -0
  1781. data/lib/schema_org/types/tech_article.rb +35 -0
  1782. data/lib/schema_org/types/television_channel.rb +35 -0
  1783. data/lib/schema_org/types/television_station.rb +35 -0
  1784. data/lib/schema_org/types/tennis_complex.rb +35 -0
  1785. data/lib/schema_org/types/text.rb +36 -0
  1786. data/lib/schema_org/types/text_digital_document.rb +35 -0
  1787. data/lib/schema_org/types/text_object.rb +35 -0
  1788. data/lib/schema_org/types/theater_event.rb +35 -0
  1789. data/lib/schema_org/types/theater_group.rb +35 -0
  1790. data/lib/schema_org/types/therapeutic_procedure.rb +35 -0
  1791. data/lib/schema_org/types/thesis.rb +35 -0
  1792. data/lib/schema_org/types/thing.rb +35 -0
  1793. data/lib/schema_org/types/three_d_model.rb +36 -0
  1794. data/lib/schema_org/types/ticket.rb +35 -0
  1795. data/lib/schema_org/types/tie_action.rb +35 -0
  1796. data/lib/schema_org/types/tier_benefit_enumeration.rb +44 -0
  1797. data/lib/schema_org/types/time.rb +36 -0
  1798. data/lib/schema_org/types/tip_action.rb +35 -0
  1799. data/lib/schema_org/types/tire_shop.rb +35 -0
  1800. data/lib/schema_org/types/tourist_attraction.rb +35 -0
  1801. data/lib/schema_org/types/tourist_destination.rb +36 -0
  1802. data/lib/schema_org/types/tourist_information_center.rb +35 -0
  1803. data/lib/schema_org/types/tourist_trip.rb +36 -0
  1804. data/lib/schema_org/types/toy_store.rb +35 -0
  1805. data/lib/schema_org/types/track_action.rb +35 -0
  1806. data/lib/schema_org/types/trade_action.rb +35 -0
  1807. data/lib/schema_org/types/train_reservation.rb +35 -0
  1808. data/lib/schema_org/types/train_station.rb +35 -0
  1809. data/lib/schema_org/types/train_trip.rb +35 -0
  1810. data/lib/schema_org/types/transfer_action.rb +35 -0
  1811. data/lib/schema_org/types/travel_action.rb +35 -0
  1812. data/lib/schema_org/types/travel_agency.rb +35 -0
  1813. data/lib/schema_org/types/treatment_indication.rb +35 -0
  1814. data/lib/schema_org/types/trip.rb +35 -0
  1815. data/lib/schema_org/types/tv_clip.rb +35 -0
  1816. data/lib/schema_org/types/tv_episode.rb +35 -0
  1817. data/lib/schema_org/types/tv_season.rb +35 -0
  1818. data/lib/schema_org/types/tv_series.rb +35 -0
  1819. data/lib/schema_org/types/type_and_quantity_node.rb +35 -0
  1820. data/lib/schema_org/types/uk_nonprofit_type.rb +44 -0
  1821. data/lib/schema_org/types/un_register_action.rb +35 -0
  1822. data/lib/schema_org/types/unit_price_specification.rb +35 -0
  1823. data/lib/schema_org/types/update_action.rb +35 -0
  1824. data/lib/schema_org/types/url.rb +36 -0
  1825. data/lib/schema_org/types/us_nonprofit_type.rb +76 -0
  1826. data/lib/schema_org/types/use_action.rb +35 -0
  1827. data/lib/schema_org/types/user_blocks.rb +37 -0
  1828. data/lib/schema_org/types/user_checkins.rb +37 -0
  1829. data/lib/schema_org/types/user_comments.rb +37 -0
  1830. data/lib/schema_org/types/user_downloads.rb +37 -0
  1831. data/lib/schema_org/types/user_interaction.rb +37 -0
  1832. data/lib/schema_org/types/user_likes.rb +37 -0
  1833. data/lib/schema_org/types/user_page_visits.rb +37 -0
  1834. data/lib/schema_org/types/user_plays.rb +37 -0
  1835. data/lib/schema_org/types/user_plus_ones.rb +37 -0
  1836. data/lib/schema_org/types/user_review.rb +35 -0
  1837. data/lib/schema_org/types/user_tweets.rb +37 -0
  1838. data/lib/schema_org/types/vacation_rental.rb +35 -0
  1839. data/lib/schema_org/types/vehicle.rb +35 -0
  1840. data/lib/schema_org/types/vein.rb +35 -0
  1841. data/lib/schema_org/types/vessel.rb +35 -0
  1842. data/lib/schema_org/types/veterinary_care.rb +35 -0
  1843. data/lib/schema_org/types/video_gallery.rb +35 -0
  1844. data/lib/schema_org/types/video_game.rb +35 -0
  1845. data/lib/schema_org/types/video_game_clip.rb +35 -0
  1846. data/lib/schema_org/types/video_game_series.rb +35 -0
  1847. data/lib/schema_org/types/video_object.rb +35 -0
  1848. data/lib/schema_org/types/video_object_snapshot.rb +35 -0
  1849. data/lib/schema_org/types/view_action.rb +35 -0
  1850. data/lib/schema_org/types/virtual_location.rb +35 -0
  1851. data/lib/schema_org/types/visual_arts_event.rb +35 -0
  1852. data/lib/schema_org/types/visual_artwork.rb +35 -0
  1853. data/lib/schema_org/types/vital_sign.rb +35 -0
  1854. data/lib/schema_org/types/volcano.rb +35 -0
  1855. data/lib/schema_org/types/vote_action.rb +35 -0
  1856. data/lib/schema_org/types/want_action.rb +35 -0
  1857. data/lib/schema_org/types/warranty_promise.rb +35 -0
  1858. data/lib/schema_org/types/warranty_scope.rb +35 -0
  1859. data/lib/schema_org/types/watch_action.rb +35 -0
  1860. data/lib/schema_org/types/waterfall.rb +35 -0
  1861. data/lib/schema_org/types/wear_action.rb +35 -0
  1862. data/lib/schema_org/types/wearable_measurement_type_enumeration.rb +52 -0
  1863. data/lib/schema_org/types/wearable_size_group_enumeration.rb +57 -0
  1864. data/lib/schema_org/types/wearable_size_system_enumeration.rb +54 -0
  1865. data/lib/schema_org/types/web_api.rb +35 -0
  1866. data/lib/schema_org/types/web_application.rb +35 -0
  1867. data/lib/schema_org/types/web_content.rb +35 -0
  1868. data/lib/schema_org/types/web_page.rb +35 -0
  1869. data/lib/schema_org/types/web_page_element.rb +35 -0
  1870. data/lib/schema_org/types/web_site.rb +35 -0
  1871. data/lib/schema_org/types/wholesale_store.rb +35 -0
  1872. data/lib/schema_org/types/win_action.rb +35 -0
  1873. data/lib/schema_org/types/winery.rb +35 -0
  1874. data/lib/schema_org/types/work_based_program.rb +35 -0
  1875. data/lib/schema_org/types/workers_union.rb +35 -0
  1876. data/lib/schema_org/types/wp_ad_block.rb +35 -0
  1877. data/lib/schema_org/types/wp_footer.rb +35 -0
  1878. data/lib/schema_org/types/wp_header.rb +35 -0
  1879. data/lib/schema_org/types/wp_side_bar.rb +35 -0
  1880. data/lib/schema_org/types/write_action.rb +35 -0
  1881. data/lib/schema_org/types/x_path_type.rb +36 -0
  1882. data/lib/schema_org/types/zoo.rb +35 -0
  1883. data/lib/schema_org/version.rb +5 -0
  1884. data/lib/schema_org.rb +13 -0
  1885. data/sig/schema_org.rbs +139979 -0
  1886. metadata +1946 -0
@@ -0,0 +1,2449 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Generated Ruby code is licensed under MIT.
4
+ # Schema.org descriptions in comments and metadata are licensed under CC BY-SA 3.0.
5
+ # See LICENSE-SCHEMA-ORG.txt.
6
+ module SchemaOrg
7
+ module Mixins
8
+ module CreativeWork
9
+ include Thing
10
+
11
+ def self.schema_property_definitions
12
+ {
13
+ about: {
14
+ schema_name: "about",
15
+ schema_url: "https://schema.org/about",
16
+ comment_lines: ["The subject matter of an object."].freeze,
17
+ ranges: ["Thing"].freeze,
18
+ external_ranges: [].freeze,
19
+ inverse_of: "subjectOf",
20
+ superseded_by: nil,
21
+ supersedes: nil
22
+ }.freeze,
23
+ abstract: {
24
+ schema_name: "abstract",
25
+ schema_url: "https://schema.org/abstract",
26
+ comment_lines: ["An abstract is a short description that summarizes a [[CreativeWork]]."].freeze,
27
+ ranges: ["Text"].freeze,
28
+ external_ranges: [].freeze,
29
+ inverse_of: nil,
30
+ superseded_by: nil,
31
+ supersedes: nil
32
+ }.freeze,
33
+ access_mode: {
34
+ schema_name: "accessMode",
35
+ schema_url: "https://schema.org/accessMode",
36
+ comment_lines: ["The human sensory perceptual system or cognitive faculty through which a person may process or perceive the intellectual content of a resource, not including any adaptations of the content (e.g., text alternatives for images). Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary)."].freeze,
37
+ ranges: ["Text"].freeze,
38
+ external_ranges: [].freeze,
39
+ inverse_of: nil,
40
+ superseded_by: nil,
41
+ supersedes: nil
42
+ }.freeze,
43
+ access_mode_sufficient: {
44
+ schema_name: "accessModeSufficient",
45
+ schema_url: "https://schema.org/accessModeSufficient",
46
+ comment_lines: ["A list of single or combined access modes that are sufficient to understand all the intellectual content of a resource, including any adaptations. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary)."].freeze,
47
+ ranges: ["ItemList"].freeze,
48
+ external_ranges: [].freeze,
49
+ inverse_of: nil,
50
+ superseded_by: nil,
51
+ supersedes: nil
52
+ }.freeze,
53
+ accessibility_api: {
54
+ schema_name: "accessibilityAPI",
55
+ schema_url: "https://schema.org/accessibilityAPI",
56
+ comment_lines: ["Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary)."].freeze,
57
+ ranges: ["Text"].freeze,
58
+ external_ranges: [].freeze,
59
+ inverse_of: nil,
60
+ superseded_by: nil,
61
+ supersedes: nil
62
+ }.freeze,
63
+ accessibility_control: {
64
+ schema_name: "accessibilityControl",
65
+ schema_url: "https://schema.org/accessibilityControl",
66
+ comment_lines: ["Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary)."].freeze,
67
+ ranges: ["Text"].freeze,
68
+ external_ranges: [].freeze,
69
+ inverse_of: nil,
70
+ superseded_by: nil,
71
+ supersedes: nil
72
+ }.freeze,
73
+ accessibility_feature: {
74
+ schema_name: "accessibilityFeature",
75
+ schema_url: "https://schema.org/accessibilityFeature",
76
+ comment_lines: ["Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary)."].freeze,
77
+ ranges: ["Text"].freeze,
78
+ external_ranges: [].freeze,
79
+ inverse_of: nil,
80
+ superseded_by: nil,
81
+ supersedes: nil
82
+ }.freeze,
83
+ accessibility_hazard: {
84
+ schema_name: "accessibilityHazard",
85
+ schema_url: "https://schema.org/accessibilityHazard",
86
+ comment_lines: ["A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary)."].freeze,
87
+ ranges: ["Text"].freeze,
88
+ external_ranges: [].freeze,
89
+ inverse_of: nil,
90
+ superseded_by: nil,
91
+ supersedes: nil
92
+ }.freeze,
93
+ accessibility_summary: {
94
+ schema_name: "accessibilitySummary",
95
+ schema_url: "https://schema.org/accessibilitySummary",
96
+ comment_lines: ["A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed\"."].freeze,
97
+ ranges: ["Text"].freeze,
98
+ external_ranges: [].freeze,
99
+ inverse_of: nil,
100
+ superseded_by: nil,
101
+ supersedes: nil
102
+ }.freeze,
103
+ accountable_person: {
104
+ schema_name: "accountablePerson",
105
+ schema_url: "https://schema.org/accountablePerson",
106
+ comment_lines: ["Specifies the Person that is legally accountable for the CreativeWork."].freeze,
107
+ ranges: ["Person"].freeze,
108
+ external_ranges: [].freeze,
109
+ inverse_of: nil,
110
+ superseded_by: nil,
111
+ supersedes: nil
112
+ }.freeze,
113
+ acquire_license_page: {
114
+ schema_name: "acquireLicensePage",
115
+ schema_url: "https://schema.org/acquireLicensePage",
116
+ comment_lines: ["Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item."].freeze,
117
+ ranges: ["CreativeWork", "URL"].freeze,
118
+ external_ranges: [].freeze,
119
+ inverse_of: nil,
120
+ superseded_by: nil,
121
+ supersedes: nil
122
+ }.freeze,
123
+ aggregate_rating: {
124
+ schema_name: "aggregateRating",
125
+ schema_url: "https://schema.org/aggregateRating",
126
+ comment_lines: ["The overall rating, based on a collection of reviews or ratings, of the item."].freeze,
127
+ ranges: ["AggregateRating"].freeze,
128
+ external_ranges: [].freeze,
129
+ inverse_of: nil,
130
+ superseded_by: nil,
131
+ supersedes: nil
132
+ }.freeze,
133
+ alternative_headline: {
134
+ schema_name: "alternativeHeadline",
135
+ schema_url: "https://schema.org/alternativeHeadline",
136
+ comment_lines: ["A secondary title of the CreativeWork."].freeze,
137
+ ranges: ["Text"].freeze,
138
+ external_ranges: [].freeze,
139
+ inverse_of: nil,
140
+ superseded_by: nil,
141
+ supersedes: nil
142
+ }.freeze,
143
+ archived_at: {
144
+ schema_name: "archivedAt",
145
+ schema_url: "https://schema.org/archivedAt",
146
+ comment_lines: ["Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content."].freeze,
147
+ ranges: ["URL", "WebPage"].freeze,
148
+ external_ranges: [].freeze,
149
+ inverse_of: nil,
150
+ superseded_by: nil,
151
+ supersedes: nil
152
+ }.freeze,
153
+ assesses: {
154
+ schema_name: "assesses",
155
+ schema_url: "https://schema.org/assesses",
156
+ comment_lines: ["The item being described is intended to assess the competency or learning outcome defined by the referenced term."].freeze,
157
+ ranges: ["DefinedTerm", "Text"].freeze,
158
+ external_ranges: [].freeze,
159
+ inverse_of: nil,
160
+ superseded_by: nil,
161
+ supersedes: nil
162
+ }.freeze,
163
+ associated_media: {
164
+ schema_name: "associatedMedia",
165
+ schema_url: "https://schema.org/associatedMedia",
166
+ comment_lines: ["A media object that encodes this CreativeWork. This property is a synonym for encoding."].freeze,
167
+ ranges: ["MediaObject"].freeze,
168
+ external_ranges: [].freeze,
169
+ inverse_of: nil,
170
+ superseded_by: nil,
171
+ supersedes: nil
172
+ }.freeze,
173
+ audience: {
174
+ schema_name: "audience",
175
+ schema_url: "https://schema.org/audience",
176
+ comment_lines: ["An intended audience, i.e. a group for whom something was created."].freeze,
177
+ ranges: ["Audience"].freeze,
178
+ external_ranges: [].freeze,
179
+ inverse_of: nil,
180
+ superseded_by: nil,
181
+ supersedes: "serviceAudience"
182
+ }.freeze,
183
+ audio: {
184
+ schema_name: "audio",
185
+ schema_url: "https://schema.org/audio",
186
+ comment_lines: ["An embedded audio object."].freeze,
187
+ ranges: ["AudioObject", "Clip", "MusicRecording"].freeze,
188
+ external_ranges: [].freeze,
189
+ inverse_of: nil,
190
+ superseded_by: nil,
191
+ supersedes: nil
192
+ }.freeze,
193
+ author: {
194
+ schema_name: "author",
195
+ schema_url: "https://schema.org/author",
196
+ comment_lines: ["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."].freeze,
197
+ ranges: ["Organization", "Person"].freeze,
198
+ external_ranges: [].freeze,
199
+ inverse_of: nil,
200
+ superseded_by: nil,
201
+ supersedes: nil
202
+ }.freeze,
203
+ award: {
204
+ schema_name: "award",
205
+ schema_url: "https://schema.org/award",
206
+ comment_lines: ["An award won by or for this item."].freeze,
207
+ ranges: ["Text"].freeze,
208
+ external_ranges: [].freeze,
209
+ inverse_of: nil,
210
+ superseded_by: nil,
211
+ supersedes: "awards"
212
+ }.freeze,
213
+ awards: {
214
+ schema_name: "awards",
215
+ schema_url: "https://schema.org/awards",
216
+ comment_lines: ["Awards won by or for this item."].freeze,
217
+ ranges: ["Text"].freeze,
218
+ external_ranges: [].freeze,
219
+ inverse_of: nil,
220
+ superseded_by: "award",
221
+ supersedes: nil
222
+ }.freeze,
223
+ character: {
224
+ schema_name: "character",
225
+ schema_url: "https://schema.org/character",
226
+ comment_lines: ["Fictional person connected with a creative work."].freeze,
227
+ ranges: ["Person"].freeze,
228
+ external_ranges: [].freeze,
229
+ inverse_of: nil,
230
+ superseded_by: nil,
231
+ supersedes: nil
232
+ }.freeze,
233
+ citation: {
234
+ schema_name: "citation",
235
+ schema_url: "https://schema.org/citation",
236
+ comment_lines: ["A citation or reference to another creative work, such as another publication, web page, scholarly article, etc."].freeze,
237
+ ranges: ["CreativeWork", "Text"].freeze,
238
+ external_ranges: [].freeze,
239
+ inverse_of: nil,
240
+ superseded_by: nil,
241
+ supersedes: nil
242
+ }.freeze,
243
+ comment: {
244
+ schema_name: "comment",
245
+ schema_url: "https://schema.org/comment",
246
+ comment_lines: ["Comments, typically from users."].freeze,
247
+ ranges: ["Comment"].freeze,
248
+ external_ranges: [].freeze,
249
+ inverse_of: nil,
250
+ superseded_by: nil,
251
+ supersedes: nil
252
+ }.freeze,
253
+ comment_count: {
254
+ schema_name: "commentCount",
255
+ schema_url: "https://schema.org/commentCount",
256
+ comment_lines: ["The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere."].freeze,
257
+ ranges: ["Integer"].freeze,
258
+ external_ranges: [].freeze,
259
+ inverse_of: nil,
260
+ superseded_by: nil,
261
+ supersedes: nil
262
+ }.freeze,
263
+ conditions_of_access: {
264
+ schema_name: "conditionsOfAccess",
265
+ schema_url: "https://schema.org/conditionsOfAccess",
266
+ comment_lines: ["Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.\\n\\nFor example \"Available by appointment from the Reading Room\" or \"Accessible only from logged-in accounts \"."].freeze,
267
+ ranges: ["Text"].freeze,
268
+ external_ranges: [].freeze,
269
+ inverse_of: nil,
270
+ superseded_by: nil,
271
+ supersedes: nil
272
+ }.freeze,
273
+ content_location: {
274
+ schema_name: "contentLocation",
275
+ schema_url: "https://schema.org/contentLocation",
276
+ comment_lines: ["The location depicted or described in the content. For example, the location in a photograph or painting."].freeze,
277
+ ranges: ["Place"].freeze,
278
+ external_ranges: [].freeze,
279
+ inverse_of: nil,
280
+ superseded_by: nil,
281
+ supersedes: nil
282
+ }.freeze,
283
+ content_rating: {
284
+ schema_name: "contentRating",
285
+ schema_url: "https://schema.org/contentRating",
286
+ comment_lines: ["Official rating of a piece of content—for example, 'MPAA PG-13'."].freeze,
287
+ ranges: ["Rating", "Text"].freeze,
288
+ external_ranges: [].freeze,
289
+ inverse_of: nil,
290
+ superseded_by: nil,
291
+ supersedes: nil
292
+ }.freeze,
293
+ content_reference_time: {
294
+ schema_name: "contentReferenceTime",
295
+ schema_url: "https://schema.org/contentReferenceTime",
296
+ comment_lines: ["The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event."].freeze,
297
+ ranges: ["DateTime"].freeze,
298
+ external_ranges: [].freeze,
299
+ inverse_of: nil,
300
+ superseded_by: nil,
301
+ supersedes: nil
302
+ }.freeze,
303
+ contributor: {
304
+ schema_name: "contributor",
305
+ schema_url: "https://schema.org/contributor",
306
+ comment_lines: ["A secondary contributor to the CreativeWork or Event."].freeze,
307
+ ranges: ["Organization", "Person"].freeze,
308
+ external_ranges: [].freeze,
309
+ inverse_of: nil,
310
+ superseded_by: nil,
311
+ supersedes: nil
312
+ }.freeze,
313
+ copyright_holder: {
314
+ schema_name: "copyrightHolder",
315
+ schema_url: "https://schema.org/copyrightHolder",
316
+ comment_lines: ["The party holding the legal copyright to the CreativeWork."].freeze,
317
+ ranges: ["Organization", "Person"].freeze,
318
+ external_ranges: [].freeze,
319
+ inverse_of: nil,
320
+ superseded_by: nil,
321
+ supersedes: nil
322
+ }.freeze,
323
+ copyright_notice: {
324
+ schema_name: "copyrightNotice",
325
+ schema_url: "https://schema.org/copyrightNotice",
326
+ comment_lines: ["Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work."].freeze,
327
+ ranges: ["Text"].freeze,
328
+ external_ranges: [].freeze,
329
+ inverse_of: nil,
330
+ superseded_by: nil,
331
+ supersedes: nil
332
+ }.freeze,
333
+ copyright_year: {
334
+ schema_name: "copyrightYear",
335
+ schema_url: "https://schema.org/copyrightYear",
336
+ comment_lines: ["The year during which the claimed copyright for the CreativeWork was first asserted."].freeze,
337
+ ranges: ["Number"].freeze,
338
+ external_ranges: [].freeze,
339
+ inverse_of: nil,
340
+ superseded_by: nil,
341
+ supersedes: nil
342
+ }.freeze,
343
+ correction: {
344
+ schema_name: "correction",
345
+ schema_url: "https://schema.org/correction",
346
+ comment_lines: ["Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document."].freeze,
347
+ ranges: ["CorrectionComment", "Text", "URL"].freeze,
348
+ external_ranges: [].freeze,
349
+ inverse_of: nil,
350
+ superseded_by: nil,
351
+ supersedes: nil
352
+ }.freeze,
353
+ country_of_origin: {
354
+ schema_name: "countryOfOrigin",
355
+ schema_url: "https://schema.org/countryOfOrigin",
356
+ comment_lines: ["The country of origin of something, including products as well as creative works such as movie and TV content.", "", "In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.", "", "In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here."].freeze,
357
+ ranges: ["Country"].freeze,
358
+ external_ranges: [].freeze,
359
+ inverse_of: nil,
360
+ superseded_by: nil,
361
+ supersedes: nil
362
+ }.freeze,
363
+ creative_work_status: {
364
+ schema_name: "creativeWorkStatus",
365
+ schema_url: "https://schema.org/creativeWorkStatus",
366
+ comment_lines: ["The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle."].freeze,
367
+ ranges: ["DefinedTerm", "Text"].freeze,
368
+ external_ranges: [].freeze,
369
+ inverse_of: nil,
370
+ superseded_by: nil,
371
+ supersedes: nil
372
+ }.freeze,
373
+ creator: {
374
+ schema_name: "creator",
375
+ schema_url: "https://schema.org/creator",
376
+ comment_lines: ["The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork."].freeze,
377
+ ranges: ["Organization", "Person"].freeze,
378
+ external_ranges: [].freeze,
379
+ inverse_of: nil,
380
+ superseded_by: nil,
381
+ supersedes: nil
382
+ }.freeze,
383
+ credit_text: {
384
+ schema_name: "creditText",
385
+ schema_url: "https://schema.org/creditText",
386
+ comment_lines: ["Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work."].freeze,
387
+ ranges: ["Text"].freeze,
388
+ external_ranges: [].freeze,
389
+ inverse_of: nil,
390
+ superseded_by: nil,
391
+ supersedes: nil
392
+ }.freeze,
393
+ date_created: {
394
+ schema_name: "dateCreated",
395
+ schema_url: "https://schema.org/dateCreated",
396
+ comment_lines: ["The date on which the CreativeWork was created or the item was added to a DataFeed."].freeze,
397
+ ranges: ["Date", "DateTime"].freeze,
398
+ external_ranges: [].freeze,
399
+ inverse_of: nil,
400
+ superseded_by: nil,
401
+ supersedes: nil
402
+ }.freeze,
403
+ date_modified: {
404
+ schema_name: "dateModified",
405
+ schema_url: "https://schema.org/dateModified",
406
+ comment_lines: ["The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed."].freeze,
407
+ ranges: ["Date", "DateTime"].freeze,
408
+ external_ranges: [].freeze,
409
+ inverse_of: nil,
410
+ superseded_by: nil,
411
+ supersedes: nil
412
+ }.freeze,
413
+ date_published: {
414
+ schema_name: "datePublished",
415
+ schema_url: "https://schema.org/datePublished",
416
+ comment_lines: ["Date of first publication or broadcast. For example the date a [[CreativeWork]] was broadcast or a [[Certification]] was issued."].freeze,
417
+ ranges: ["Date", "DateTime"].freeze,
418
+ external_ranges: [].freeze,
419
+ inverse_of: nil,
420
+ superseded_by: nil,
421
+ supersedes: nil
422
+ }.freeze,
423
+ digital_source_type: {
424
+ schema_name: "digitalSourceType",
425
+ schema_url: "https://schema.org/digitalSourceType",
426
+ comment_lines: ["Indicates an IPTCDigitalSourceEnumeration code indicating the nature of the digital source(s) for some [[CreativeWork]]."].freeze,
427
+ ranges: ["IPTCDigitalSourceEnumeration"].freeze,
428
+ external_ranges: [].freeze,
429
+ inverse_of: nil,
430
+ superseded_by: nil,
431
+ supersedes: nil
432
+ }.freeze,
433
+ discussion_url: {
434
+ schema_name: "discussionUrl",
435
+ schema_url: "https://schema.org/discussionUrl",
436
+ comment_lines: ["A link to the page containing the comments of the CreativeWork."].freeze,
437
+ ranges: ["URL"].freeze,
438
+ external_ranges: [].freeze,
439
+ inverse_of: nil,
440
+ superseded_by: nil,
441
+ supersedes: nil
442
+ }.freeze,
443
+ display_location: {
444
+ schema_name: "displayLocation",
445
+ schema_url: "https://schema.org/displayLocation",
446
+ comment_lines: ["The location at which an item can be viewed or experienced in-person."].freeze,
447
+ ranges: ["Place"].freeze,
448
+ external_ranges: [].freeze,
449
+ inverse_of: nil,
450
+ superseded_by: nil,
451
+ supersedes: nil
452
+ }.freeze,
453
+ edit_eidr: {
454
+ schema_name: "editEIDR",
455
+ schema_url: "https://schema.org/editEIDR",
456
+ comment_lines: ["An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.", "", "For example, the motion picture known as \"Ghostbusters\" whose [[titleEIDR]] is \"10.5240/7EC7-228A-510A-053E-CBB8-J\" has several edits, e.g. \"10.5240/1F2A-E1C5-680A-14C6-E76B-I\" and \"10.5240/8A35-3BEE-6497-5D12-9E4F-3\".", "", "Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description."].freeze,
457
+ ranges: ["Text", "URL"].freeze,
458
+ external_ranges: [].freeze,
459
+ inverse_of: nil,
460
+ superseded_by: nil,
461
+ supersedes: nil
462
+ }.freeze,
463
+ editor: {
464
+ schema_name: "editor",
465
+ schema_url: "https://schema.org/editor",
466
+ comment_lines: ["Specifies the Person who edited the CreativeWork."].freeze,
467
+ ranges: ["Person"].freeze,
468
+ external_ranges: [].freeze,
469
+ inverse_of: nil,
470
+ superseded_by: nil,
471
+ supersedes: nil
472
+ }.freeze,
473
+ educational_alignment: {
474
+ schema_name: "educationalAlignment",
475
+ schema_url: "https://schema.org/educationalAlignment",
476
+ comment_lines: ["An alignment to an established educational framework.", "", "This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency."].freeze,
477
+ ranges: ["AlignmentObject"].freeze,
478
+ external_ranges: [].freeze,
479
+ inverse_of: nil,
480
+ superseded_by: nil,
481
+ supersedes: nil
482
+ }.freeze,
483
+ educational_level: {
484
+ schema_name: "educationalLevel",
485
+ schema_url: "https://schema.org/educationalLevel",
486
+ comment_lines: ["The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators."].freeze,
487
+ ranges: ["DefinedTerm", "Text", "URL"].freeze,
488
+ external_ranges: [].freeze,
489
+ inverse_of: nil,
490
+ superseded_by: nil,
491
+ supersedes: nil
492
+ }.freeze,
493
+ educational_use: {
494
+ schema_name: "educationalUse",
495
+ schema_url: "https://schema.org/educationalUse",
496
+ comment_lines: ["The purpose of a work in the context of education; for example, 'assignment', 'group work'."].freeze,
497
+ ranges: ["DefinedTerm", "Text"].freeze,
498
+ external_ranges: [].freeze,
499
+ inverse_of: nil,
500
+ superseded_by: nil,
501
+ supersedes: nil
502
+ }.freeze,
503
+ encoding: {
504
+ schema_name: "encoding",
505
+ schema_url: "https://schema.org/encoding",
506
+ comment_lines: ["A media object that encodes this CreativeWork. This property is a synonym for associatedMedia."].freeze,
507
+ ranges: ["MediaObject"].freeze,
508
+ external_ranges: [].freeze,
509
+ inverse_of: "encodesCreativeWork",
510
+ superseded_by: nil,
511
+ supersedes: "encodings"
512
+ }.freeze,
513
+ encoding_format: {
514
+ schema_name: "encodingFormat",
515
+ schema_url: "https://schema.org/encodingFormat",
516
+ comment_lines: ["Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.", "", "In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.", "", "Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry."].freeze,
517
+ ranges: ["Text", "URL"].freeze,
518
+ external_ranges: [].freeze,
519
+ inverse_of: nil,
520
+ superseded_by: nil,
521
+ supersedes: "fileFormat"
522
+ }.freeze,
523
+ encodings: {
524
+ schema_name: "encodings",
525
+ schema_url: "https://schema.org/encodings",
526
+ comment_lines: ["A media object that encodes this CreativeWork."].freeze,
527
+ ranges: ["MediaObject"].freeze,
528
+ external_ranges: [].freeze,
529
+ inverse_of: nil,
530
+ superseded_by: "encoding",
531
+ supersedes: nil
532
+ }.freeze,
533
+ example_of_work: {
534
+ schema_name: "exampleOfWork",
535
+ schema_url: "https://schema.org/exampleOfWork",
536
+ comment_lines: ["A creative work that this work is an example/instance/realization/derivation of."].freeze,
537
+ ranges: ["CreativeWork"].freeze,
538
+ external_ranges: [].freeze,
539
+ inverse_of: "workExample",
540
+ superseded_by: nil,
541
+ supersedes: nil
542
+ }.freeze,
543
+ expires: {
544
+ schema_name: "expires",
545
+ schema_url: "https://schema.org/expires",
546
+ comment_lines: ["Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date, or a [[Certification]] the validity has expired."].freeze,
547
+ ranges: ["Date", "DateTime"].freeze,
548
+ external_ranges: [].freeze,
549
+ inverse_of: nil,
550
+ superseded_by: nil,
551
+ supersedes: nil
552
+ }.freeze,
553
+ file_format: {
554
+ schema_name: "fileFormat",
555
+ schema_url: "https://schema.org/fileFormat",
556
+ comment_lines: ["Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry."].freeze,
557
+ ranges: ["Text", "URL"].freeze,
558
+ external_ranges: [].freeze,
559
+ inverse_of: nil,
560
+ superseded_by: "encodingFormat",
561
+ supersedes: nil
562
+ }.freeze,
563
+ funder: {
564
+ schema_name: "funder",
565
+ schema_url: "https://schema.org/funder",
566
+ comment_lines: ["A person or organization that supports (sponsors) something through some kind of financial contribution."].freeze,
567
+ ranges: ["Organization", "Person"].freeze,
568
+ external_ranges: [].freeze,
569
+ inverse_of: nil,
570
+ superseded_by: nil,
571
+ supersedes: nil
572
+ }.freeze,
573
+ funding: {
574
+ schema_name: "funding",
575
+ schema_url: "https://schema.org/funding",
576
+ comment_lines: ["A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]."].freeze,
577
+ ranges: ["Grant"].freeze,
578
+ external_ranges: [].freeze,
579
+ inverse_of: "fundedItem",
580
+ superseded_by: nil,
581
+ supersedes: nil
582
+ }.freeze,
583
+ genre: {
584
+ schema_name: "genre",
585
+ schema_url: "https://schema.org/genre",
586
+ comment_lines: ["Genre of the creative work, broadcast channel or group."].freeze,
587
+ ranges: ["DefinedTerm", "Text", "URL"].freeze,
588
+ external_ranges: [].freeze,
589
+ inverse_of: nil,
590
+ superseded_by: nil,
591
+ supersedes: nil
592
+ }.freeze,
593
+ has_part: {
594
+ schema_name: "hasPart",
595
+ schema_url: "https://schema.org/hasPart",
596
+ comment_lines: ["Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense)."].freeze,
597
+ ranges: ["CreativeWork"].freeze,
598
+ external_ranges: [].freeze,
599
+ inverse_of: "isPartOf",
600
+ superseded_by: nil,
601
+ supersedes: nil
602
+ }.freeze,
603
+ headline: {
604
+ schema_name: "headline",
605
+ schema_url: "https://schema.org/headline",
606
+ comment_lines: ["Headline of the article."].freeze,
607
+ ranges: ["Text"].freeze,
608
+ external_ranges: [].freeze,
609
+ inverse_of: nil,
610
+ superseded_by: nil,
611
+ supersedes: nil
612
+ }.freeze,
613
+ in_language: {
614
+ schema_name: "inLanguage",
615
+ schema_url: "https://schema.org/inLanguage",
616
+ comment_lines: ["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]]."].freeze,
617
+ ranges: ["Language", "Text"].freeze,
618
+ external_ranges: [].freeze,
619
+ inverse_of: nil,
620
+ superseded_by: nil,
621
+ supersedes: "language"
622
+ }.freeze,
623
+ interaction_statistic: {
624
+ schema_name: "interactionStatistic",
625
+ schema_url: "https://schema.org/interactionStatistic",
626
+ comment_lines: ["The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used."].freeze,
627
+ ranges: ["InteractionCounter"].freeze,
628
+ external_ranges: [].freeze,
629
+ inverse_of: nil,
630
+ superseded_by: nil,
631
+ supersedes: "interactionCount"
632
+ }.freeze,
633
+ interactivity_type: {
634
+ schema_name: "interactivityType",
635
+ schema_url: "https://schema.org/interactivityType",
636
+ comment_lines: ["The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'."].freeze,
637
+ ranges: ["Text"].freeze,
638
+ external_ranges: [].freeze,
639
+ inverse_of: nil,
640
+ superseded_by: nil,
641
+ supersedes: nil
642
+ }.freeze,
643
+ interpreted_as_claim: {
644
+ schema_name: "interpretedAsClaim",
645
+ schema_url: "https://schema.org/interpretedAsClaim",
646
+ comment_lines: ["Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]."].freeze,
647
+ ranges: ["Claim"].freeze,
648
+ external_ranges: [].freeze,
649
+ inverse_of: nil,
650
+ superseded_by: nil,
651
+ supersedes: nil
652
+ }.freeze,
653
+ is_accessible_for_free: {
654
+ schema_name: "isAccessibleForFree",
655
+ schema_url: "https://schema.org/isAccessibleForFree",
656
+ comment_lines: ["A flag to signal that the item, event, or place is accessible for free."].freeze,
657
+ ranges: ["Boolean"].freeze,
658
+ external_ranges: [].freeze,
659
+ inverse_of: nil,
660
+ superseded_by: nil,
661
+ supersedes: "free"
662
+ }.freeze,
663
+ is_based_on: {
664
+ schema_name: "isBasedOn",
665
+ schema_url: "https://schema.org/isBasedOn",
666
+ comment_lines: ["A resource from which this work is derived or from which it is a modification or adaptation."].freeze,
667
+ ranges: ["CreativeWork", "Product", "URL"].freeze,
668
+ external_ranges: [].freeze,
669
+ inverse_of: nil,
670
+ superseded_by: nil,
671
+ supersedes: "isBasedOnUrl"
672
+ }.freeze,
673
+ is_based_on_url: {
674
+ schema_name: "isBasedOnUrl",
675
+ schema_url: "https://schema.org/isBasedOnUrl",
676
+ comment_lines: ["A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html."].freeze,
677
+ ranges: ["CreativeWork", "Product", "URL"].freeze,
678
+ external_ranges: [].freeze,
679
+ inverse_of: nil,
680
+ superseded_by: "isBasedOn",
681
+ supersedes: nil
682
+ }.freeze,
683
+ is_family_friendly: {
684
+ schema_name: "isFamilyFriendly",
685
+ schema_url: "https://schema.org/isFamilyFriendly",
686
+ comment_lines: ["Indicates whether this content is family friendly."].freeze,
687
+ ranges: ["Boolean"].freeze,
688
+ external_ranges: [].freeze,
689
+ inverse_of: nil,
690
+ superseded_by: nil,
691
+ supersedes: nil
692
+ }.freeze,
693
+ is_part_of: {
694
+ schema_name: "isPartOf",
695
+ schema_url: "https://schema.org/isPartOf",
696
+ comment_lines: ["Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of."].freeze,
697
+ ranges: ["CreativeWork", "URL"].freeze,
698
+ external_ranges: [].freeze,
699
+ inverse_of: "hasPart",
700
+ superseded_by: nil,
701
+ supersedes: nil
702
+ }.freeze,
703
+ keywords: {
704
+ schema_name: "keywords",
705
+ schema_url: "https://schema.org/keywords",
706
+ comment_lines: ["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."].freeze,
707
+ ranges: ["DefinedTerm", "Text", "URL"].freeze,
708
+ external_ranges: [].freeze,
709
+ inverse_of: nil,
710
+ superseded_by: nil,
711
+ supersedes: nil
712
+ }.freeze,
713
+ learning_resource_type: {
714
+ schema_name: "learningResourceType",
715
+ schema_url: "https://schema.org/learningResourceType",
716
+ comment_lines: ["The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'."].freeze,
717
+ ranges: ["DefinedTerm", "Text"].freeze,
718
+ external_ranges: [].freeze,
719
+ inverse_of: nil,
720
+ superseded_by: nil,
721
+ supersedes: nil
722
+ }.freeze,
723
+ license: {
724
+ schema_name: "license",
725
+ schema_url: "https://schema.org/license",
726
+ comment_lines: ["A license document that applies to this content, typically indicated by URL."].freeze,
727
+ ranges: ["CreativeWork", "URL"].freeze,
728
+ external_ranges: [].freeze,
729
+ inverse_of: nil,
730
+ superseded_by: nil,
731
+ supersedes: nil
732
+ }.freeze,
733
+ location_created: {
734
+ schema_name: "locationCreated",
735
+ schema_url: "https://schema.org/locationCreated",
736
+ comment_lines: ["The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork."].freeze,
737
+ ranges: ["Place"].freeze,
738
+ external_ranges: [].freeze,
739
+ inverse_of: nil,
740
+ superseded_by: nil,
741
+ supersedes: nil
742
+ }.freeze,
743
+ main_entity: {
744
+ schema_name: "mainEntity",
745
+ schema_url: "https://schema.org/mainEntity",
746
+ comment_lines: ["Indicates the primary entity described in some page or other CreativeWork."].freeze,
747
+ ranges: ["Thing"].freeze,
748
+ external_ranges: [].freeze,
749
+ inverse_of: "mainEntityOfPage",
750
+ superseded_by: nil,
751
+ supersedes: nil
752
+ }.freeze,
753
+ maintainer: {
754
+ schema_name: "maintainer",
755
+ schema_url: "https://schema.org/maintainer",
756
+ comment_lines: ["A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on \"upstream\" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work."].freeze,
757
+ ranges: ["Organization", "Person"].freeze,
758
+ external_ranges: [].freeze,
759
+ inverse_of: nil,
760
+ superseded_by: nil,
761
+ supersedes: nil
762
+ }.freeze,
763
+ material: {
764
+ schema_name: "material",
765
+ schema_url: "https://schema.org/material",
766
+ comment_lines: ["A material that something is made from, e.g. leather, wool, cotton, paper."].freeze,
767
+ ranges: ["Product", "Text", "URL"].freeze,
768
+ external_ranges: [].freeze,
769
+ inverse_of: nil,
770
+ superseded_by: nil,
771
+ supersedes: nil
772
+ }.freeze,
773
+ material_extent: {
774
+ schema_name: "materialExtent",
775
+ schema_url: "https://schema.org/materialExtent",
776
+ comment_lines: ["The quantity of the materials being described or an expression of the physical space they occupy."].freeze,
777
+ ranges: ["QuantitativeValue", "Text"].freeze,
778
+ external_ranges: [].freeze,
779
+ inverse_of: nil,
780
+ superseded_by: nil,
781
+ supersedes: nil
782
+ }.freeze,
783
+ mentions: {
784
+ schema_name: "mentions",
785
+ schema_url: "https://schema.org/mentions",
786
+ comment_lines: ["Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept."].freeze,
787
+ ranges: ["Thing"].freeze,
788
+ external_ranges: [].freeze,
789
+ inverse_of: nil,
790
+ superseded_by: nil,
791
+ supersedes: nil
792
+ }.freeze,
793
+ offers: {
794
+ schema_name: "offers",
795
+ schema_url: "https://schema.org/offers",
796
+ comment_lines: ["An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer."].freeze,
797
+ ranges: ["Demand", "Offer"].freeze,
798
+ external_ranges: [].freeze,
799
+ inverse_of: "itemOffered",
800
+ superseded_by: nil,
801
+ supersedes: nil
802
+ }.freeze,
803
+ pattern: {
804
+ schema_name: "pattern",
805
+ schema_url: "https://schema.org/pattern",
806
+ comment_lines: ["A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported."].freeze,
807
+ ranges: ["DefinedTerm", "Text"].freeze,
808
+ external_ranges: [].freeze,
809
+ inverse_of: nil,
810
+ superseded_by: nil,
811
+ supersedes: nil
812
+ }.freeze,
813
+ position: {
814
+ schema_name: "position",
815
+ schema_url: "https://schema.org/position",
816
+ comment_lines: ["The position of an item in a series or sequence of items."].freeze,
817
+ ranges: ["Integer", "Text"].freeze,
818
+ external_ranges: [].freeze,
819
+ inverse_of: nil,
820
+ superseded_by: nil,
821
+ supersedes: nil
822
+ }.freeze,
823
+ producer: {
824
+ schema_name: "producer",
825
+ schema_url: "https://schema.org/producer",
826
+ comment_lines: ["The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.)."].freeze,
827
+ ranges: ["Organization", "Person"].freeze,
828
+ external_ranges: [].freeze,
829
+ inverse_of: nil,
830
+ superseded_by: nil,
831
+ supersedes: nil
832
+ }.freeze,
833
+ provider: {
834
+ schema_name: "provider",
835
+ schema_url: "https://schema.org/provider",
836
+ comment_lines: ["The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller."].freeze,
837
+ ranges: ["Organization", "Person"].freeze,
838
+ external_ranges: [].freeze,
839
+ inverse_of: nil,
840
+ superseded_by: nil,
841
+ supersedes: "carrier"
842
+ }.freeze,
843
+ publication: {
844
+ schema_name: "publication",
845
+ schema_url: "https://schema.org/publication",
846
+ comment_lines: ["A publication event associated with the item."].freeze,
847
+ ranges: ["PublicationEvent"].freeze,
848
+ external_ranges: [].freeze,
849
+ inverse_of: nil,
850
+ superseded_by: nil,
851
+ supersedes: nil
852
+ }.freeze,
853
+ publisher: {
854
+ schema_name: "publisher",
855
+ schema_url: "https://schema.org/publisher",
856
+ comment_lines: ["The publisher of the article in question."].freeze,
857
+ ranges: ["Organization", "Person"].freeze,
858
+ external_ranges: [].freeze,
859
+ inverse_of: nil,
860
+ superseded_by: nil,
861
+ supersedes: nil
862
+ }.freeze,
863
+ publisher_imprint: {
864
+ schema_name: "publisherImprint",
865
+ schema_url: "https://schema.org/publisherImprint",
866
+ comment_lines: ["The publishing division which published the comic."].freeze,
867
+ ranges: ["Organization"].freeze,
868
+ external_ranges: [].freeze,
869
+ inverse_of: nil,
870
+ superseded_by: nil,
871
+ supersedes: nil
872
+ }.freeze,
873
+ publishing_principles: {
874
+ schema_name: "publishingPrinciples",
875
+ schema_url: "https://schema.org/publishingPrinciples",
876
+ comment_lines: ["The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].", "", "While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology."].freeze,
877
+ ranges: ["CreativeWork", "URL"].freeze,
878
+ external_ranges: [].freeze,
879
+ inverse_of: nil,
880
+ superseded_by: nil,
881
+ supersedes: nil
882
+ }.freeze,
883
+ recorded_at: {
884
+ schema_name: "recordedAt",
885
+ schema_url: "https://schema.org/recordedAt",
886
+ comment_lines: ["The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event."].freeze,
887
+ ranges: ["Event"].freeze,
888
+ external_ranges: [].freeze,
889
+ inverse_of: "recordedIn",
890
+ superseded_by: nil,
891
+ supersedes: nil
892
+ }.freeze,
893
+ released_event: {
894
+ schema_name: "releasedEvent",
895
+ schema_url: "https://schema.org/releasedEvent",
896
+ comment_lines: ["The place and time the release was issued, expressed as a PublicationEvent."].freeze,
897
+ ranges: ["PublicationEvent"].freeze,
898
+ external_ranges: [].freeze,
899
+ inverse_of: nil,
900
+ superseded_by: nil,
901
+ supersedes: nil
902
+ }.freeze,
903
+ review: {
904
+ schema_name: "review",
905
+ schema_url: "https://schema.org/review",
906
+ comment_lines: ["A review of the item."].freeze,
907
+ ranges: ["Review"].freeze,
908
+ external_ranges: [].freeze,
909
+ inverse_of: nil,
910
+ superseded_by: nil,
911
+ supersedes: "reviews"
912
+ }.freeze,
913
+ reviews: {
914
+ schema_name: "reviews",
915
+ schema_url: "https://schema.org/reviews",
916
+ comment_lines: ["Review of the item."].freeze,
917
+ ranges: ["Review"].freeze,
918
+ external_ranges: [].freeze,
919
+ inverse_of: nil,
920
+ superseded_by: "review",
921
+ supersedes: nil
922
+ }.freeze,
923
+ schema_version: {
924
+ schema_name: "schemaVersion",
925
+ schema_url: "https://schema.org/schemaVersion",
926
+ comment_lines: ["Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to", " indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community."].freeze,
927
+ ranges: ["Text", "URL"].freeze,
928
+ external_ranges: [].freeze,
929
+ inverse_of: nil,
930
+ superseded_by: nil,
931
+ supersedes: nil
932
+ }.freeze,
933
+ sd_date_published: {
934
+ schema_name: "sdDatePublished",
935
+ schema_url: "https://schema.org/sdDatePublished",
936
+ comment_lines: ["Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]]."].freeze,
937
+ ranges: ["Date"].freeze,
938
+ external_ranges: [].freeze,
939
+ inverse_of: nil,
940
+ superseded_by: nil,
941
+ supersedes: nil
942
+ }.freeze,
943
+ sd_license: {
944
+ schema_name: "sdLicense",
945
+ schema_url: "https://schema.org/sdLicense",
946
+ comment_lines: ["A license document that applies to this structured data, typically indicated by URL."].freeze,
947
+ ranges: ["CreativeWork", "URL"].freeze,
948
+ external_ranges: [].freeze,
949
+ inverse_of: nil,
950
+ superseded_by: nil,
951
+ supersedes: nil
952
+ }.freeze,
953
+ sd_publisher: {
954
+ schema_name: "sdPublisher",
955
+ schema_url: "https://schema.org/sdPublisher",
956
+ comment_lines: ["Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The", "[[sdPublisher]] property helps make such practices more explicit."].freeze,
957
+ ranges: ["Organization", "Person"].freeze,
958
+ external_ranges: [].freeze,
959
+ inverse_of: nil,
960
+ superseded_by: nil,
961
+ supersedes: nil
962
+ }.freeze,
963
+ size: {
964
+ schema_name: "size",
965
+ schema_url: "https://schema.org/size",
966
+ comment_lines: ["A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable."].freeze,
967
+ ranges: ["DefinedTerm", "QuantitativeValue", "SizeSpecification", "Text"].freeze,
968
+ external_ranges: [].freeze,
969
+ inverse_of: nil,
970
+ superseded_by: nil,
971
+ supersedes: nil
972
+ }.freeze,
973
+ source_organization: {
974
+ schema_name: "sourceOrganization",
975
+ schema_url: "https://schema.org/sourceOrganization",
976
+ comment_lines: ["The Organization on whose behalf the creator was working."].freeze,
977
+ ranges: ["Organization"].freeze,
978
+ external_ranges: [].freeze,
979
+ inverse_of: nil,
980
+ superseded_by: nil,
981
+ supersedes: nil
982
+ }.freeze,
983
+ spatial: {
984
+ schema_name: "spatial",
985
+ schema_url: "https://schema.org/spatial",
986
+ comment_lines: ["The \"spatial\" property can be used in cases when more specific properties", "(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate."].freeze,
987
+ ranges: ["Place"].freeze,
988
+ external_ranges: [].freeze,
989
+ inverse_of: nil,
990
+ superseded_by: nil,
991
+ supersedes: nil
992
+ }.freeze,
993
+ spatial_coverage: {
994
+ schema_name: "spatialCoverage",
995
+ schema_url: "https://schema.org/spatialCoverage",
996
+ comment_lines: ["The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of", " contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates", " areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York."].freeze,
997
+ ranges: ["Place"].freeze,
998
+ external_ranges: [].freeze,
999
+ inverse_of: nil,
1000
+ superseded_by: nil,
1001
+ supersedes: nil
1002
+ }.freeze,
1003
+ sponsor: {
1004
+ schema_name: "sponsor",
1005
+ schema_url: "https://schema.org/sponsor",
1006
+ comment_lines: ["A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event."].freeze,
1007
+ ranges: ["Organization", "Person"].freeze,
1008
+ external_ranges: [].freeze,
1009
+ inverse_of: nil,
1010
+ superseded_by: nil,
1011
+ supersedes: nil
1012
+ }.freeze,
1013
+ teaches: {
1014
+ schema_name: "teaches",
1015
+ schema_url: "https://schema.org/teaches",
1016
+ comment_lines: ["The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term."].freeze,
1017
+ ranges: ["DefinedTerm", "Text"].freeze,
1018
+ external_ranges: [].freeze,
1019
+ inverse_of: nil,
1020
+ superseded_by: nil,
1021
+ supersedes: nil
1022
+ }.freeze,
1023
+ temporal: {
1024
+ schema_name: "temporal",
1025
+ schema_url: "https://schema.org/temporal",
1026
+ comment_lines: ["The \"temporal\" property can be used in cases where more specific properties", "(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate."].freeze,
1027
+ ranges: ["DateTime", "Text"].freeze,
1028
+ external_ranges: [].freeze,
1029
+ inverse_of: nil,
1030
+ superseded_by: nil,
1031
+ supersedes: nil
1032
+ }.freeze,
1033
+ temporal_coverage: {
1034
+ schema_name: "temporalCoverage",
1035
+ schema_url: "https://schema.org/temporalCoverage",
1036
+ comment_lines: ["The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In", " the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL.", " Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".", "", "Open-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated."].freeze,
1037
+ ranges: ["DateTime", "Text", "URL"].freeze,
1038
+ external_ranges: [].freeze,
1039
+ inverse_of: nil,
1040
+ superseded_by: nil,
1041
+ supersedes: "datasetTimeInterval"
1042
+ }.freeze,
1043
+ text: {
1044
+ schema_name: "text",
1045
+ schema_url: "https://schema.org/text",
1046
+ comment_lines: ["The textual content of this CreativeWork."].freeze,
1047
+ ranges: ["Text"].freeze,
1048
+ external_ranges: [].freeze,
1049
+ inverse_of: nil,
1050
+ superseded_by: nil,
1051
+ supersedes: nil
1052
+ }.freeze,
1053
+ thumbnail: {
1054
+ schema_name: "thumbnail",
1055
+ schema_url: "https://schema.org/thumbnail",
1056
+ comment_lines: ["Thumbnail image for an image or video."].freeze,
1057
+ ranges: ["ImageObject"].freeze,
1058
+ external_ranges: [].freeze,
1059
+ inverse_of: nil,
1060
+ superseded_by: nil,
1061
+ supersedes: nil
1062
+ }.freeze,
1063
+ thumbnail_url: {
1064
+ schema_name: "thumbnailUrl",
1065
+ schema_url: "https://schema.org/thumbnailUrl",
1066
+ comment_lines: ["A thumbnail image relevant to the Thing."].freeze,
1067
+ ranges: ["URL"].freeze,
1068
+ external_ranges: [].freeze,
1069
+ inverse_of: nil,
1070
+ superseded_by: nil,
1071
+ supersedes: nil
1072
+ }.freeze,
1073
+ time_required: {
1074
+ schema_name: "timeRequired",
1075
+ schema_url: "https://schema.org/timeRequired",
1076
+ comment_lines: ["Approximate or typical time it usually takes to work with or through the content of this work for the typical or target audience."].freeze,
1077
+ ranges: ["Duration"].freeze,
1078
+ external_ranges: [].freeze,
1079
+ inverse_of: nil,
1080
+ superseded_by: nil,
1081
+ supersedes: nil
1082
+ }.freeze,
1083
+ translation_of_work: {
1084
+ schema_name: "translationOfWork",
1085
+ schema_url: "https://schema.org/translationOfWork",
1086
+ comment_lines: ["The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”."].freeze,
1087
+ ranges: ["CreativeWork"].freeze,
1088
+ external_ranges: [].freeze,
1089
+ inverse_of: "workTranslation",
1090
+ superseded_by: nil,
1091
+ supersedes: nil
1092
+ }.freeze,
1093
+ translator: {
1094
+ schema_name: "translator",
1095
+ schema_url: "https://schema.org/translator",
1096
+ comment_lines: ["Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event."].freeze,
1097
+ ranges: ["Organization", "Person"].freeze,
1098
+ external_ranges: [].freeze,
1099
+ inverse_of: nil,
1100
+ superseded_by: nil,
1101
+ supersedes: nil
1102
+ }.freeze,
1103
+ typical_age_range: {
1104
+ schema_name: "typicalAgeRange",
1105
+ schema_url: "https://schema.org/typicalAgeRange",
1106
+ comment_lines: ["The typical expected age range, e.g. '7-9', '11-'."].freeze,
1107
+ ranges: ["Text"].freeze,
1108
+ external_ranges: [].freeze,
1109
+ inverse_of: nil,
1110
+ superseded_by: nil,
1111
+ supersedes: nil
1112
+ }.freeze,
1113
+ usage_info: {
1114
+ schema_name: "usageInfo",
1115
+ schema_url: "https://schema.org/usageInfo",
1116
+ comment_lines: ["The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.", "", "This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses."].freeze,
1117
+ ranges: ["CreativeWork", "URL"].freeze,
1118
+ external_ranges: [].freeze,
1119
+ inverse_of: nil,
1120
+ superseded_by: nil,
1121
+ supersedes: nil
1122
+ }.freeze,
1123
+ version: {
1124
+ schema_name: "version",
1125
+ schema_url: "https://schema.org/version",
1126
+ comment_lines: ["The version of the CreativeWork embodied by a specified resource."].freeze,
1127
+ ranges: ["Number", "Text"].freeze,
1128
+ external_ranges: [].freeze,
1129
+ inverse_of: nil,
1130
+ superseded_by: nil,
1131
+ supersedes: nil
1132
+ }.freeze,
1133
+ video: {
1134
+ schema_name: "video",
1135
+ schema_url: "https://schema.org/video",
1136
+ comment_lines: ["An embedded video object."].freeze,
1137
+ ranges: ["Clip", "VideoObject"].freeze,
1138
+ external_ranges: [].freeze,
1139
+ inverse_of: nil,
1140
+ superseded_by: nil,
1141
+ supersedes: nil
1142
+ }.freeze,
1143
+ word_count: {
1144
+ schema_name: "wordCount",
1145
+ schema_url: "https://schema.org/wordCount",
1146
+ comment_lines: ["The number of words in the text of the CreativeWork such as an Article, Book, etc."].freeze,
1147
+ ranges: ["Integer"].freeze,
1148
+ external_ranges: [].freeze,
1149
+ inverse_of: nil,
1150
+ superseded_by: nil,
1151
+ supersedes: nil
1152
+ }.freeze,
1153
+ work_example: {
1154
+ schema_name: "workExample",
1155
+ schema_url: "https://schema.org/workExample",
1156
+ comment_lines: ["Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book."].freeze,
1157
+ ranges: ["CreativeWork"].freeze,
1158
+ external_ranges: [].freeze,
1159
+ inverse_of: "exampleOfWork",
1160
+ superseded_by: nil,
1161
+ supersedes: nil
1162
+ }.freeze,
1163
+ work_translation: {
1164
+ schema_name: "workTranslation",
1165
+ schema_url: "https://schema.org/workTranslation",
1166
+ comment_lines: ["A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo."].freeze,
1167
+ ranges: ["CreativeWork"].freeze,
1168
+ external_ranges: [].freeze,
1169
+ inverse_of: "translationOfWork",
1170
+ superseded_by: nil,
1171
+ supersedes: nil
1172
+ }.freeze
1173
+ }.freeze
1174
+ end
1175
+
1176
+ # The subject matter of an object.
1177
+ # Inverse-property: `subjectOf`.
1178
+ def about
1179
+ read_property(:about)
1180
+ end
1181
+
1182
+ # The subject matter of an object.
1183
+ # Inverse-property: `subjectOf`.
1184
+ def about=(value)
1185
+ write_property(:about, value)
1186
+ end
1187
+
1188
+ # An abstract is a short description that summarizes a [[CreativeWork]].
1189
+ def abstract
1190
+ read_property(:abstract)
1191
+ end
1192
+
1193
+ # An abstract is a short description that summarizes a [[CreativeWork]].
1194
+ def abstract=(value)
1195
+ write_property(:abstract, value)
1196
+ end
1197
+
1198
+ # The human sensory perceptual system or cognitive faculty through which a person may process or perceive the intellectual content of a resource, not including any adaptations of the content (e.g., text alternatives for images). Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).
1199
+ def access_mode
1200
+ read_property(:access_mode)
1201
+ end
1202
+
1203
+ # The human sensory perceptual system or cognitive faculty through which a person may process or perceive the intellectual content of a resource, not including any adaptations of the content (e.g., text alternatives for images). Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).
1204
+ def access_mode=(value)
1205
+ write_property(:access_mode, value)
1206
+ end
1207
+
1208
+ # A list of single or combined access modes that are sufficient to understand all the intellectual content of a resource, including any adaptations. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).
1209
+ def access_mode_sufficient
1210
+ read_property(:access_mode_sufficient)
1211
+ end
1212
+
1213
+ # A list of single or combined access modes that are sufficient to understand all the intellectual content of a resource, including any adaptations. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).
1214
+ def access_mode_sufficient=(value)
1215
+ write_property(:access_mode_sufficient, value)
1216
+ end
1217
+
1218
+ # Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).
1219
+ def accessibility_api
1220
+ read_property(:accessibility_api)
1221
+ end
1222
+
1223
+ # Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).
1224
+ def accessibility_api=(value)
1225
+ write_property(:accessibility_api, value)
1226
+ end
1227
+
1228
+ # Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).
1229
+ def accessibility_control
1230
+ read_property(:accessibility_control)
1231
+ end
1232
+
1233
+ # Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).
1234
+ def accessibility_control=(value)
1235
+ write_property(:accessibility_control, value)
1236
+ end
1237
+
1238
+ # Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).
1239
+ def accessibility_feature
1240
+ read_property(:accessibility_feature)
1241
+ end
1242
+
1243
+ # Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).
1244
+ def accessibility_feature=(value)
1245
+ write_property(:accessibility_feature, value)
1246
+ end
1247
+
1248
+ # A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).
1249
+ def accessibility_hazard
1250
+ read_property(:accessibility_hazard)
1251
+ end
1252
+
1253
+ # A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).
1254
+ def accessibility_hazard=(value)
1255
+ write_property(:accessibility_hazard, value)
1256
+ end
1257
+
1258
+ # A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed".
1259
+ def accessibility_summary
1260
+ read_property(:accessibility_summary)
1261
+ end
1262
+
1263
+ # A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed".
1264
+ def accessibility_summary=(value)
1265
+ write_property(:accessibility_summary, value)
1266
+ end
1267
+
1268
+ # Specifies the Person that is legally accountable for the CreativeWork.
1269
+ def accountable_person
1270
+ read_property(:accountable_person)
1271
+ end
1272
+
1273
+ # Specifies the Person that is legally accountable for the CreativeWork.
1274
+ def accountable_person=(value)
1275
+ write_property(:accountable_person, value)
1276
+ end
1277
+
1278
+ # Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.
1279
+ def acquire_license_page
1280
+ read_property(:acquire_license_page)
1281
+ end
1282
+
1283
+ # Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.
1284
+ def acquire_license_page=(value)
1285
+ write_property(:acquire_license_page, value)
1286
+ end
1287
+
1288
+ # The overall rating, based on a collection of reviews or ratings, of the item.
1289
+ def aggregate_rating
1290
+ read_property(:aggregate_rating)
1291
+ end
1292
+
1293
+ # The overall rating, based on a collection of reviews or ratings, of the item.
1294
+ def aggregate_rating=(value)
1295
+ write_property(:aggregate_rating, value)
1296
+ end
1297
+
1298
+ # A secondary title of the CreativeWork.
1299
+ def alternative_headline
1300
+ read_property(:alternative_headline)
1301
+ end
1302
+
1303
+ # A secondary title of the CreativeWork.
1304
+ def alternative_headline=(value)
1305
+ write_property(:alternative_headline, value)
1306
+ end
1307
+
1308
+ # Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.
1309
+ def archived_at
1310
+ read_property(:archived_at)
1311
+ end
1312
+
1313
+ # Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.
1314
+ def archived_at=(value)
1315
+ write_property(:archived_at, value)
1316
+ end
1317
+
1318
+ # The item being described is intended to assess the competency or learning outcome defined by the referenced term.
1319
+ def assesses
1320
+ read_property(:assesses)
1321
+ end
1322
+
1323
+ # The item being described is intended to assess the competency or learning outcome defined by the referenced term.
1324
+ def assesses=(value)
1325
+ write_property(:assesses, value)
1326
+ end
1327
+
1328
+ # A media object that encodes this CreativeWork. This property is a synonym for encoding.
1329
+ def associated_media
1330
+ read_property(:associated_media)
1331
+ end
1332
+
1333
+ # A media object that encodes this CreativeWork. This property is a synonym for encoding.
1334
+ def associated_media=(value)
1335
+ write_property(:associated_media, value)
1336
+ end
1337
+
1338
+ # An intended audience, i.e. a group for whom something was created.
1339
+ # Supersedes `serviceAudience`.
1340
+ def audience
1341
+ read_property(:audience)
1342
+ end
1343
+
1344
+ # An intended audience, i.e. a group for whom something was created.
1345
+ # Supersedes `serviceAudience`.
1346
+ def audience=(value)
1347
+ write_property(:audience, value)
1348
+ end
1349
+
1350
+ # An embedded audio object.
1351
+ def audio
1352
+ read_property(:audio)
1353
+ end
1354
+
1355
+ # An embedded audio object.
1356
+ def audio=(value)
1357
+ write_property(:audio, value)
1358
+ end
1359
+
1360
+ # 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.
1361
+ def author
1362
+ read_property(:author)
1363
+ end
1364
+
1365
+ # 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.
1366
+ def author=(value)
1367
+ write_property(:author, value)
1368
+ end
1369
+
1370
+ # An award won by or for this item.
1371
+ # Supersedes `awards`.
1372
+ def award
1373
+ read_property(:award)
1374
+ end
1375
+
1376
+ # An award won by or for this item.
1377
+ # Supersedes `awards`.
1378
+ def award=(value)
1379
+ write_property(:award, value)
1380
+ end
1381
+
1382
+ # Awards won by or for this item.
1383
+ # Superseded by `award`.
1384
+ def awards
1385
+ read_property(:awards)
1386
+ end
1387
+
1388
+ # Awards won by or for this item.
1389
+ # Superseded by `award`.
1390
+ def awards=(value)
1391
+ write_property(:awards, value)
1392
+ end
1393
+
1394
+ # Fictional person connected with a creative work.
1395
+ def character
1396
+ read_property(:character)
1397
+ end
1398
+
1399
+ # Fictional person connected with a creative work.
1400
+ def character=(value)
1401
+ write_property(:character, value)
1402
+ end
1403
+
1404
+ # A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.
1405
+ def citation
1406
+ read_property(:citation)
1407
+ end
1408
+
1409
+ # A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.
1410
+ def citation=(value)
1411
+ write_property(:citation, value)
1412
+ end
1413
+
1414
+ # Comments, typically from users.
1415
+ def comment
1416
+ read_property(:comment)
1417
+ end
1418
+
1419
+ # Comments, typically from users.
1420
+ def comment=(value)
1421
+ write_property(:comment, value)
1422
+ end
1423
+
1424
+ # The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.
1425
+ def comment_count
1426
+ read_property(:comment_count)
1427
+ end
1428
+
1429
+ # The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.
1430
+ def comment_count=(value)
1431
+ write_property(:comment_count, value)
1432
+ end
1433
+
1434
+ # Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.\n\nFor example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ".
1435
+ def conditions_of_access
1436
+ read_property(:conditions_of_access)
1437
+ end
1438
+
1439
+ # Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.\n\nFor example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ".
1440
+ def conditions_of_access=(value)
1441
+ write_property(:conditions_of_access, value)
1442
+ end
1443
+
1444
+ # The location depicted or described in the content. For example, the location in a photograph or painting.
1445
+ def content_location
1446
+ read_property(:content_location)
1447
+ end
1448
+
1449
+ # The location depicted or described in the content. For example, the location in a photograph or painting.
1450
+ def content_location=(value)
1451
+ write_property(:content_location, value)
1452
+ end
1453
+
1454
+ # Official rating of a piece of content—for example, 'MPAA PG-13'.
1455
+ def content_rating
1456
+ read_property(:content_rating)
1457
+ end
1458
+
1459
+ # Official rating of a piece of content—for example, 'MPAA PG-13'.
1460
+ def content_rating=(value)
1461
+ write_property(:content_rating, value)
1462
+ end
1463
+
1464
+ # The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.
1465
+ def content_reference_time
1466
+ read_property(:content_reference_time)
1467
+ end
1468
+
1469
+ # The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.
1470
+ def content_reference_time=(value)
1471
+ write_property(:content_reference_time, value)
1472
+ end
1473
+
1474
+ # A secondary contributor to the CreativeWork or Event.
1475
+ def contributor
1476
+ read_property(:contributor)
1477
+ end
1478
+
1479
+ # A secondary contributor to the CreativeWork or Event.
1480
+ def contributor=(value)
1481
+ write_property(:contributor, value)
1482
+ end
1483
+
1484
+ # The party holding the legal copyright to the CreativeWork.
1485
+ def copyright_holder
1486
+ read_property(:copyright_holder)
1487
+ end
1488
+
1489
+ # The party holding the legal copyright to the CreativeWork.
1490
+ def copyright_holder=(value)
1491
+ write_property(:copyright_holder, value)
1492
+ end
1493
+
1494
+ # Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work.
1495
+ def copyright_notice
1496
+ read_property(:copyright_notice)
1497
+ end
1498
+
1499
+ # Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work.
1500
+ def copyright_notice=(value)
1501
+ write_property(:copyright_notice, value)
1502
+ end
1503
+
1504
+ # The year during which the claimed copyright for the CreativeWork was first asserted.
1505
+ def copyright_year
1506
+ read_property(:copyright_year)
1507
+ end
1508
+
1509
+ # The year during which the claimed copyright for the CreativeWork was first asserted.
1510
+ def copyright_year=(value)
1511
+ write_property(:copyright_year, value)
1512
+ end
1513
+
1514
+ # Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document.
1515
+ def correction
1516
+ read_property(:correction)
1517
+ end
1518
+
1519
+ # Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document.
1520
+ def correction=(value)
1521
+ write_property(:correction, value)
1522
+ end
1523
+
1524
+ # The country of origin of something, including products as well as creative works such as movie and TV content.
1525
+ #
1526
+ # In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.
1527
+ #
1528
+ # In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here.
1529
+ def country_of_origin
1530
+ read_property(:country_of_origin)
1531
+ end
1532
+
1533
+ # The country of origin of something, including products as well as creative works such as movie and TV content.
1534
+ #
1535
+ # In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.
1536
+ #
1537
+ # In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here.
1538
+ def country_of_origin=(value)
1539
+ write_property(:country_of_origin, value)
1540
+ end
1541
+
1542
+ # The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.
1543
+ def creative_work_status
1544
+ read_property(:creative_work_status)
1545
+ end
1546
+
1547
+ # The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.
1548
+ def creative_work_status=(value)
1549
+ write_property(:creative_work_status, value)
1550
+ end
1551
+
1552
+ # The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.
1553
+ def creator
1554
+ read_property(:creator)
1555
+ end
1556
+
1557
+ # The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.
1558
+ def creator=(value)
1559
+ write_property(:creator, value)
1560
+ end
1561
+
1562
+ # Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work.
1563
+ def credit_text
1564
+ read_property(:credit_text)
1565
+ end
1566
+
1567
+ # Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work.
1568
+ def credit_text=(value)
1569
+ write_property(:credit_text, value)
1570
+ end
1571
+
1572
+ # The date on which the CreativeWork was created or the item was added to a DataFeed.
1573
+ def date_created
1574
+ read_property(:date_created)
1575
+ end
1576
+
1577
+ # The date on which the CreativeWork was created or the item was added to a DataFeed.
1578
+ def date_created=(value)
1579
+ write_property(:date_created, value)
1580
+ end
1581
+
1582
+ # The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.
1583
+ def date_modified
1584
+ read_property(:date_modified)
1585
+ end
1586
+
1587
+ # The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.
1588
+ def date_modified=(value)
1589
+ write_property(:date_modified, value)
1590
+ end
1591
+
1592
+ # Date of first publication or broadcast. For example the date a [[CreativeWork]] was broadcast or a [[Certification]] was issued.
1593
+ def date_published
1594
+ read_property(:date_published)
1595
+ end
1596
+
1597
+ # Date of first publication or broadcast. For example the date a [[CreativeWork]] was broadcast or a [[Certification]] was issued.
1598
+ def date_published=(value)
1599
+ write_property(:date_published, value)
1600
+ end
1601
+
1602
+ # Indicates an IPTCDigitalSourceEnumeration code indicating the nature of the digital source(s) for some [[CreativeWork]].
1603
+ def digital_source_type
1604
+ read_property(:digital_source_type)
1605
+ end
1606
+
1607
+ # Indicates an IPTCDigitalSourceEnumeration code indicating the nature of the digital source(s) for some [[CreativeWork]].
1608
+ def digital_source_type=(value)
1609
+ write_property(:digital_source_type, value)
1610
+ end
1611
+
1612
+ # A link to the page containing the comments of the CreativeWork.
1613
+ def discussion_url
1614
+ read_property(:discussion_url)
1615
+ end
1616
+
1617
+ # A link to the page containing the comments of the CreativeWork.
1618
+ def discussion_url=(value)
1619
+ write_property(:discussion_url, value)
1620
+ end
1621
+
1622
+ # The location at which an item can be viewed or experienced in-person.
1623
+ def display_location
1624
+ read_property(:display_location)
1625
+ end
1626
+
1627
+ # The location at which an item can be viewed or experienced in-person.
1628
+ def display_location=(value)
1629
+ write_property(:display_location, value)
1630
+ end
1631
+
1632
+ # An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.
1633
+ #
1634
+ # For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".
1635
+ #
1636
+ # Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.
1637
+ def edit_eidr
1638
+ read_property(:edit_eidr)
1639
+ end
1640
+
1641
+ # An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.
1642
+ #
1643
+ # For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".
1644
+ #
1645
+ # Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.
1646
+ def edit_eidr=(value)
1647
+ write_property(:edit_eidr, value)
1648
+ end
1649
+
1650
+ # Specifies the Person who edited the CreativeWork.
1651
+ def editor
1652
+ read_property(:editor)
1653
+ end
1654
+
1655
+ # Specifies the Person who edited the CreativeWork.
1656
+ def editor=(value)
1657
+ write_property(:editor, value)
1658
+ end
1659
+
1660
+ # An alignment to an established educational framework.
1661
+ #
1662
+ # This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.
1663
+ def educational_alignment
1664
+ read_property(:educational_alignment)
1665
+ end
1666
+
1667
+ # An alignment to an established educational framework.
1668
+ #
1669
+ # This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.
1670
+ def educational_alignment=(value)
1671
+ write_property(:educational_alignment, value)
1672
+ end
1673
+
1674
+ # The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.
1675
+ def educational_level
1676
+ read_property(:educational_level)
1677
+ end
1678
+
1679
+ # The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.
1680
+ def educational_level=(value)
1681
+ write_property(:educational_level, value)
1682
+ end
1683
+
1684
+ # The purpose of a work in the context of education; for example, 'assignment', 'group work'.
1685
+ def educational_use
1686
+ read_property(:educational_use)
1687
+ end
1688
+
1689
+ # The purpose of a work in the context of education; for example, 'assignment', 'group work'.
1690
+ def educational_use=(value)
1691
+ write_property(:educational_use, value)
1692
+ end
1693
+
1694
+ # A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.
1695
+ # Supersedes `encodings`.
1696
+ # Inverse-property: `encodesCreativeWork`.
1697
+ def encoding
1698
+ read_property(:encoding)
1699
+ end
1700
+
1701
+ # A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.
1702
+ # Supersedes `encodings`.
1703
+ # Inverse-property: `encodesCreativeWork`.
1704
+ def encoding=(value)
1705
+ write_property(:encoding, value)
1706
+ end
1707
+
1708
+ # Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.
1709
+ #
1710
+ # In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.
1711
+ #
1712
+ # Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.
1713
+ # Supersedes `fileFormat`.
1714
+ def encoding_format
1715
+ read_property(:encoding_format)
1716
+ end
1717
+
1718
+ # Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.
1719
+ #
1720
+ # In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.
1721
+ #
1722
+ # Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.
1723
+ # Supersedes `fileFormat`.
1724
+ def encoding_format=(value)
1725
+ write_property(:encoding_format, value)
1726
+ end
1727
+
1728
+ # A media object that encodes this CreativeWork.
1729
+ # Superseded by `encoding`.
1730
+ def encodings
1731
+ read_property(:encodings)
1732
+ end
1733
+
1734
+ # A media object that encodes this CreativeWork.
1735
+ # Superseded by `encoding`.
1736
+ def encodings=(value)
1737
+ write_property(:encodings, value)
1738
+ end
1739
+
1740
+ # A creative work that this work is an example/instance/realization/derivation of.
1741
+ # Inverse-property: `workExample`.
1742
+ def example_of_work
1743
+ read_property(:example_of_work)
1744
+ end
1745
+
1746
+ # A creative work that this work is an example/instance/realization/derivation of.
1747
+ # Inverse-property: `workExample`.
1748
+ def example_of_work=(value)
1749
+ write_property(:example_of_work, value)
1750
+ end
1751
+
1752
+ # Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date, or a [[Certification]] the validity has expired.
1753
+ def expires
1754
+ read_property(:expires)
1755
+ end
1756
+
1757
+ # Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date, or a [[Certification]] the validity has expired.
1758
+ def expires=(value)
1759
+ write_property(:expires, value)
1760
+ end
1761
+
1762
+ # Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.
1763
+ # Superseded by `encodingFormat`.
1764
+ def file_format
1765
+ read_property(:file_format)
1766
+ end
1767
+
1768
+ # Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.
1769
+ # Superseded by `encodingFormat`.
1770
+ def file_format=(value)
1771
+ write_property(:file_format, value)
1772
+ end
1773
+
1774
+ # A person or organization that supports (sponsors) something through some kind of financial contribution.
1775
+ def funder
1776
+ read_property(:funder)
1777
+ end
1778
+
1779
+ # A person or organization that supports (sponsors) something through some kind of financial contribution.
1780
+ def funder=(value)
1781
+ write_property(:funder, value)
1782
+ end
1783
+
1784
+ # A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].
1785
+ # Inverse-property: `fundedItem`.
1786
+ def funding
1787
+ read_property(:funding)
1788
+ end
1789
+
1790
+ # A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].
1791
+ # Inverse-property: `fundedItem`.
1792
+ def funding=(value)
1793
+ write_property(:funding, value)
1794
+ end
1795
+
1796
+ # Genre of the creative work, broadcast channel or group.
1797
+ def genre
1798
+ read_property(:genre)
1799
+ end
1800
+
1801
+ # Genre of the creative work, broadcast channel or group.
1802
+ def genre=(value)
1803
+ write_property(:genre, value)
1804
+ end
1805
+
1806
+ # Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).
1807
+ # Inverse-property: `isPartOf`.
1808
+ def has_part
1809
+ read_property(:has_part)
1810
+ end
1811
+
1812
+ # Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).
1813
+ # Inverse-property: `isPartOf`.
1814
+ def has_part=(value)
1815
+ write_property(:has_part, value)
1816
+ end
1817
+
1818
+ # Headline of the article.
1819
+ def headline
1820
+ read_property(:headline)
1821
+ end
1822
+
1823
+ # Headline of the article.
1824
+ def headline=(value)
1825
+ write_property(:headline, value)
1826
+ end
1827
+
1828
+ # 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]].
1829
+ # Supersedes `language`.
1830
+ def in_language
1831
+ read_property(:in_language)
1832
+ end
1833
+
1834
+ # 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]].
1835
+ # Supersedes `language`.
1836
+ def in_language=(value)
1837
+ write_property(:in_language, value)
1838
+ end
1839
+
1840
+ # The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.
1841
+ # Supersedes `interactionCount`.
1842
+ def interaction_statistic
1843
+ read_property(:interaction_statistic)
1844
+ end
1845
+
1846
+ # The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.
1847
+ # Supersedes `interactionCount`.
1848
+ def interaction_statistic=(value)
1849
+ write_property(:interaction_statistic, value)
1850
+ end
1851
+
1852
+ # The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.
1853
+ def interactivity_type
1854
+ read_property(:interactivity_type)
1855
+ end
1856
+
1857
+ # The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.
1858
+ def interactivity_type=(value)
1859
+ write_property(:interactivity_type, value)
1860
+ end
1861
+
1862
+ # Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]].
1863
+ def interpreted_as_claim
1864
+ read_property(:interpreted_as_claim)
1865
+ end
1866
+
1867
+ # Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]].
1868
+ def interpreted_as_claim=(value)
1869
+ write_property(:interpreted_as_claim, value)
1870
+ end
1871
+
1872
+ # A flag to signal that the item, event, or place is accessible for free.
1873
+ # Supersedes `free`.
1874
+ def is_accessible_for_free
1875
+ read_property(:is_accessible_for_free)
1876
+ end
1877
+
1878
+ # A flag to signal that the item, event, or place is accessible for free.
1879
+ # Supersedes `free`.
1880
+ def is_accessible_for_free=(value)
1881
+ write_property(:is_accessible_for_free, value)
1882
+ end
1883
+
1884
+ # A resource from which this work is derived or from which it is a modification or adaptation.
1885
+ # Supersedes `isBasedOnUrl`.
1886
+ def is_based_on
1887
+ read_property(:is_based_on)
1888
+ end
1889
+
1890
+ # A resource from which this work is derived or from which it is a modification or adaptation.
1891
+ # Supersedes `isBasedOnUrl`.
1892
+ def is_based_on=(value)
1893
+ write_property(:is_based_on, value)
1894
+ end
1895
+
1896
+ # A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.
1897
+ # Superseded by `isBasedOn`.
1898
+ def is_based_on_url
1899
+ read_property(:is_based_on_url)
1900
+ end
1901
+
1902
+ # A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.
1903
+ # Superseded by `isBasedOn`.
1904
+ def is_based_on_url=(value)
1905
+ write_property(:is_based_on_url, value)
1906
+ end
1907
+
1908
+ # Indicates whether this content is family friendly.
1909
+ def is_family_friendly
1910
+ read_property(:is_family_friendly)
1911
+ end
1912
+
1913
+ # Indicates whether this content is family friendly.
1914
+ def is_family_friendly=(value)
1915
+ write_property(:is_family_friendly, value)
1916
+ end
1917
+
1918
+ # Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.
1919
+ # Inverse-property: `hasPart`.
1920
+ def is_part_of
1921
+ read_property(:is_part_of)
1922
+ end
1923
+
1924
+ # Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.
1925
+ # Inverse-property: `hasPart`.
1926
+ def is_part_of=(value)
1927
+ write_property(:is_part_of, value)
1928
+ end
1929
+
1930
+ # 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.
1931
+ def keywords
1932
+ read_property(:keywords)
1933
+ end
1934
+
1935
+ # 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.
1936
+ def keywords=(value)
1937
+ write_property(:keywords, value)
1938
+ end
1939
+
1940
+ # The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.
1941
+ def learning_resource_type
1942
+ read_property(:learning_resource_type)
1943
+ end
1944
+
1945
+ # The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.
1946
+ def learning_resource_type=(value)
1947
+ write_property(:learning_resource_type, value)
1948
+ end
1949
+
1950
+ # A license document that applies to this content, typically indicated by URL.
1951
+ def license
1952
+ read_property(:license)
1953
+ end
1954
+
1955
+ # A license document that applies to this content, typically indicated by URL.
1956
+ def license=(value)
1957
+ write_property(:license, value)
1958
+ end
1959
+
1960
+ # The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.
1961
+ def location_created
1962
+ read_property(:location_created)
1963
+ end
1964
+
1965
+ # The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.
1966
+ def location_created=(value)
1967
+ write_property(:location_created, value)
1968
+ end
1969
+
1970
+ # Indicates the primary entity described in some page or other CreativeWork.
1971
+ # Inverse-property: `mainEntityOfPage`.
1972
+ def main_entity
1973
+ read_property(:main_entity)
1974
+ end
1975
+
1976
+ # Indicates the primary entity described in some page or other CreativeWork.
1977
+ # Inverse-property: `mainEntityOfPage`.
1978
+ def main_entity=(value)
1979
+ write_property(:main_entity, value)
1980
+ end
1981
+
1982
+ # A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.
1983
+ def maintainer
1984
+ read_property(:maintainer)
1985
+ end
1986
+
1987
+ # A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.
1988
+ def maintainer=(value)
1989
+ write_property(:maintainer, value)
1990
+ end
1991
+
1992
+ # A material that something is made from, e.g. leather, wool, cotton, paper.
1993
+ def material
1994
+ read_property(:material)
1995
+ end
1996
+
1997
+ # A material that something is made from, e.g. leather, wool, cotton, paper.
1998
+ def material=(value)
1999
+ write_property(:material, value)
2000
+ end
2001
+
2002
+ # The quantity of the materials being described or an expression of the physical space they occupy.
2003
+ def material_extent
2004
+ read_property(:material_extent)
2005
+ end
2006
+
2007
+ # The quantity of the materials being described or an expression of the physical space they occupy.
2008
+ def material_extent=(value)
2009
+ write_property(:material_extent, value)
2010
+ end
2011
+
2012
+ # Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.
2013
+ def mentions
2014
+ read_property(:mentions)
2015
+ end
2016
+
2017
+ # Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.
2018
+ def mentions=(value)
2019
+ write_property(:mentions, value)
2020
+ end
2021
+
2022
+ # An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.
2023
+ # Inverse-property: `itemOffered`.
2024
+ def offers
2025
+ read_property(:offers)
2026
+ end
2027
+
2028
+ # An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.
2029
+ # Inverse-property: `itemOffered`.
2030
+ def offers=(value)
2031
+ write_property(:offers, value)
2032
+ end
2033
+
2034
+ # A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported.
2035
+ def pattern
2036
+ read_property(:pattern)
2037
+ end
2038
+
2039
+ # A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported.
2040
+ def pattern=(value)
2041
+ write_property(:pattern, value)
2042
+ end
2043
+
2044
+ # The position of an item in a series or sequence of items.
2045
+ def position
2046
+ read_property(:position)
2047
+ end
2048
+
2049
+ # The position of an item in a series or sequence of items.
2050
+ def position=(value)
2051
+ write_property(:position, value)
2052
+ end
2053
+
2054
+ # The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.).
2055
+ def producer
2056
+ read_property(:producer)
2057
+ end
2058
+
2059
+ # The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.).
2060
+ def producer=(value)
2061
+ write_property(:producer, value)
2062
+ end
2063
+
2064
+ # The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.
2065
+ # Supersedes `carrier`.
2066
+ def provider
2067
+ read_property(:provider)
2068
+ end
2069
+
2070
+ # The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.
2071
+ # Supersedes `carrier`.
2072
+ def provider=(value)
2073
+ write_property(:provider, value)
2074
+ end
2075
+
2076
+ # A publication event associated with the item.
2077
+ def publication
2078
+ read_property(:publication)
2079
+ end
2080
+
2081
+ # A publication event associated with the item.
2082
+ def publication=(value)
2083
+ write_property(:publication, value)
2084
+ end
2085
+
2086
+ # The publisher of the article in question.
2087
+ def publisher
2088
+ read_property(:publisher)
2089
+ end
2090
+
2091
+ # The publisher of the article in question.
2092
+ def publisher=(value)
2093
+ write_property(:publisher, value)
2094
+ end
2095
+
2096
+ # The publishing division which published the comic.
2097
+ def publisher_imprint
2098
+ read_property(:publisher_imprint)
2099
+ end
2100
+
2101
+ # The publishing division which published the comic.
2102
+ def publisher_imprint=(value)
2103
+ write_property(:publisher_imprint, value)
2104
+ end
2105
+
2106
+ # The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].
2107
+ #
2108
+ # While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.
2109
+ def publishing_principles
2110
+ read_property(:publishing_principles)
2111
+ end
2112
+
2113
+ # The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].
2114
+ #
2115
+ # While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.
2116
+ def publishing_principles=(value)
2117
+ write_property(:publishing_principles, value)
2118
+ end
2119
+
2120
+ # The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.
2121
+ # Inverse-property: `recordedIn`.
2122
+ def recorded_at
2123
+ read_property(:recorded_at)
2124
+ end
2125
+
2126
+ # The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.
2127
+ # Inverse-property: `recordedIn`.
2128
+ def recorded_at=(value)
2129
+ write_property(:recorded_at, value)
2130
+ end
2131
+
2132
+ # The place and time the release was issued, expressed as a PublicationEvent.
2133
+ def released_event
2134
+ read_property(:released_event)
2135
+ end
2136
+
2137
+ # The place and time the release was issued, expressed as a PublicationEvent.
2138
+ def released_event=(value)
2139
+ write_property(:released_event, value)
2140
+ end
2141
+
2142
+ # A review of the item.
2143
+ # Supersedes `reviews`.
2144
+ def review
2145
+ read_property(:review)
2146
+ end
2147
+
2148
+ # A review of the item.
2149
+ # Supersedes `reviews`.
2150
+ def review=(value)
2151
+ write_property(:review, value)
2152
+ end
2153
+
2154
+ # Review of the item.
2155
+ # Superseded by `review`.
2156
+ def reviews
2157
+ read_property(:reviews)
2158
+ end
2159
+
2160
+ # Review of the item.
2161
+ # Superseded by `review`.
2162
+ def reviews=(value)
2163
+ write_property(:reviews, value)
2164
+ end
2165
+
2166
+ # Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to
2167
+ # indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community.
2168
+ def schema_version
2169
+ read_property(:schema_version)
2170
+ end
2171
+
2172
+ # Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to
2173
+ # indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community.
2174
+ def schema_version=(value)
2175
+ write_property(:schema_version, value)
2176
+ end
2177
+
2178
+ # Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]].
2179
+ def sd_date_published
2180
+ read_property(:sd_date_published)
2181
+ end
2182
+
2183
+ # Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]].
2184
+ def sd_date_published=(value)
2185
+ write_property(:sd_date_published, value)
2186
+ end
2187
+
2188
+ # A license document that applies to this structured data, typically indicated by URL.
2189
+ def sd_license
2190
+ read_property(:sd_license)
2191
+ end
2192
+
2193
+ # A license document that applies to this structured data, typically indicated by URL.
2194
+ def sd_license=(value)
2195
+ write_property(:sd_license, value)
2196
+ end
2197
+
2198
+ # Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The
2199
+ # [[sdPublisher]] property helps make such practices more explicit.
2200
+ def sd_publisher
2201
+ read_property(:sd_publisher)
2202
+ end
2203
+
2204
+ # Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The
2205
+ # [[sdPublisher]] property helps make such practices more explicit.
2206
+ def sd_publisher=(value)
2207
+ write_property(:sd_publisher, value)
2208
+ end
2209
+
2210
+ # A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable.
2211
+ def size
2212
+ read_property(:size)
2213
+ end
2214
+
2215
+ # A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable.
2216
+ def size=(value)
2217
+ write_property(:size, value)
2218
+ end
2219
+
2220
+ # The Organization on whose behalf the creator was working.
2221
+ def source_organization
2222
+ read_property(:source_organization)
2223
+ end
2224
+
2225
+ # The Organization on whose behalf the creator was working.
2226
+ def source_organization=(value)
2227
+ write_property(:source_organization, value)
2228
+ end
2229
+
2230
+ # The "spatial" property can be used in cases when more specific properties
2231
+ # (e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.
2232
+ def spatial
2233
+ read_property(:spatial)
2234
+ end
2235
+
2236
+ # The "spatial" property can be used in cases when more specific properties
2237
+ # (e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.
2238
+ def spatial=(value)
2239
+ write_property(:spatial, value)
2240
+ end
2241
+
2242
+ # The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of
2243
+ # contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates
2244
+ # areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.
2245
+ def spatial_coverage
2246
+ read_property(:spatial_coverage)
2247
+ end
2248
+
2249
+ # The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of
2250
+ # contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates
2251
+ # areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.
2252
+ def spatial_coverage=(value)
2253
+ write_property(:spatial_coverage, value)
2254
+ end
2255
+
2256
+ # A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.
2257
+ def sponsor
2258
+ read_property(:sponsor)
2259
+ end
2260
+
2261
+ # A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.
2262
+ def sponsor=(value)
2263
+ write_property(:sponsor, value)
2264
+ end
2265
+
2266
+ # The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.
2267
+ def teaches
2268
+ read_property(:teaches)
2269
+ end
2270
+
2271
+ # The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.
2272
+ def teaches=(value)
2273
+ write_property(:teaches, value)
2274
+ end
2275
+
2276
+ # The "temporal" property can be used in cases where more specific properties
2277
+ # (e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate.
2278
+ def temporal
2279
+ read_property(:temporal)
2280
+ end
2281
+
2282
+ # The "temporal" property can be used in cases where more specific properties
2283
+ # (e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate.
2284
+ def temporal=(value)
2285
+ write_property(:temporal, value)
2286
+ end
2287
+
2288
+ # The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In
2289
+ # the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL.
2290
+ # Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".
2291
+ #
2292
+ # Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.
2293
+ # Supersedes `datasetTimeInterval`.
2294
+ def temporal_coverage
2295
+ read_property(:temporal_coverage)
2296
+ end
2297
+
2298
+ # The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In
2299
+ # the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL.
2300
+ # Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".
2301
+ #
2302
+ # Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.
2303
+ # Supersedes `datasetTimeInterval`.
2304
+ def temporal_coverage=(value)
2305
+ write_property(:temporal_coverage, value)
2306
+ end
2307
+
2308
+ # The textual content of this CreativeWork.
2309
+ def text
2310
+ read_property(:text)
2311
+ end
2312
+
2313
+ # The textual content of this CreativeWork.
2314
+ def text=(value)
2315
+ write_property(:text, value)
2316
+ end
2317
+
2318
+ # Thumbnail image for an image or video.
2319
+ def thumbnail
2320
+ read_property(:thumbnail)
2321
+ end
2322
+
2323
+ # Thumbnail image for an image or video.
2324
+ def thumbnail=(value)
2325
+ write_property(:thumbnail, value)
2326
+ end
2327
+
2328
+ # A thumbnail image relevant to the Thing.
2329
+ def thumbnail_url
2330
+ read_property(:thumbnail_url)
2331
+ end
2332
+
2333
+ # A thumbnail image relevant to the Thing.
2334
+ def thumbnail_url=(value)
2335
+ write_property(:thumbnail_url, value)
2336
+ end
2337
+
2338
+ # Approximate or typical time it usually takes to work with or through the content of this work for the typical or target audience.
2339
+ def time_required
2340
+ read_property(:time_required)
2341
+ end
2342
+
2343
+ # Approximate or typical time it usually takes to work with or through the content of this work for the typical or target audience.
2344
+ def time_required=(value)
2345
+ write_property(:time_required, value)
2346
+ end
2347
+
2348
+ # The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”.
2349
+ # Inverse-property: `workTranslation`.
2350
+ def translation_of_work
2351
+ read_property(:translation_of_work)
2352
+ end
2353
+
2354
+ # The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”.
2355
+ # Inverse-property: `workTranslation`.
2356
+ def translation_of_work=(value)
2357
+ write_property(:translation_of_work, value)
2358
+ end
2359
+
2360
+ # Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.
2361
+ def translator
2362
+ read_property(:translator)
2363
+ end
2364
+
2365
+ # Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.
2366
+ def translator=(value)
2367
+ write_property(:translator, value)
2368
+ end
2369
+
2370
+ # The typical expected age range, e.g. '7-9', '11-'.
2371
+ def typical_age_range
2372
+ read_property(:typical_age_range)
2373
+ end
2374
+
2375
+ # The typical expected age range, e.g. '7-9', '11-'.
2376
+ def typical_age_range=(value)
2377
+ write_property(:typical_age_range, value)
2378
+ end
2379
+
2380
+ # The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.
2381
+ #
2382
+ # This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.
2383
+ def usage_info
2384
+ read_property(:usage_info)
2385
+ end
2386
+
2387
+ # The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.
2388
+ #
2389
+ # This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.
2390
+ def usage_info=(value)
2391
+ write_property(:usage_info, value)
2392
+ end
2393
+
2394
+ # The version of the CreativeWork embodied by a specified resource.
2395
+ def version
2396
+ read_property(:version)
2397
+ end
2398
+
2399
+ # The version of the CreativeWork embodied by a specified resource.
2400
+ def version=(value)
2401
+ write_property(:version, value)
2402
+ end
2403
+
2404
+ # An embedded video object.
2405
+ def video
2406
+ read_property(:video)
2407
+ end
2408
+
2409
+ # An embedded video object.
2410
+ def video=(value)
2411
+ write_property(:video, value)
2412
+ end
2413
+
2414
+ # The number of words in the text of the CreativeWork such as an Article, Book, etc.
2415
+ def word_count
2416
+ read_property(:word_count)
2417
+ end
2418
+
2419
+ # The number of words in the text of the CreativeWork such as an Article, Book, etc.
2420
+ def word_count=(value)
2421
+ write_property(:word_count, value)
2422
+ end
2423
+
2424
+ # Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book.
2425
+ # Inverse-property: `exampleOfWork`.
2426
+ def work_example
2427
+ read_property(:work_example)
2428
+ end
2429
+
2430
+ # Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book.
2431
+ # Inverse-property: `exampleOfWork`.
2432
+ def work_example=(value)
2433
+ write_property(:work_example, value)
2434
+ end
2435
+
2436
+ # A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo.
2437
+ # Inverse-property: `translationOfWork`.
2438
+ def work_translation
2439
+ read_property(:work_translation)
2440
+ end
2441
+
2442
+ # A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo.
2443
+ # Inverse-property: `translationOfWork`.
2444
+ def work_translation=(value)
2445
+ write_property(:work_translation, value)
2446
+ end
2447
+ end
2448
+ end
2449
+ end