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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +5 -0
- data/LICENSE-SCHEMA-ORG.txt +376 -0
- data/LICENSE.txt +21 -0
- data/README.md +88 -0
- data/lib/schema_org/base.rb +275 -0
- data/lib/schema_org/generated_vocabulary.rb +2850 -0
- data/lib/schema_org/mixins/about_page.rb +16 -0
- data/lib/schema_org/mixins/accept_action.rb +16 -0
- data/lib/schema_org/mixins/accommodation.rb +367 -0
- data/lib/schema_org/mixins/accounting_service.rb +16 -0
- data/lib/schema_org/mixins/achieve_action.rb +16 -0
- data/lib/schema_org/mixins/action.rb +279 -0
- data/lib/schema_org/mixins/action_access_specification.rb +157 -0
- data/lib/schema_org/mixins/action_status_type.rb +16 -0
- data/lib/schema_org/mixins/activate_action.rb +16 -0
- data/lib/schema_org/mixins/add_action.rb +16 -0
- data/lib/schema_org/mixins/administrative_area.rb +16 -0
- data/lib/schema_org/mixins/adult_entertainment.rb +16 -0
- data/lib/schema_org/mixins/adult_oriented_enumeration.rb +16 -0
- data/lib/schema_org/mixins/advertiser_content_article.rb +16 -0
- data/lib/schema_org/mixins/aggregate_offer.rb +99 -0
- data/lib/schema_org/mixins/aggregate_rating.rb +77 -0
- data/lib/schema_org/mixins/agree_action.rb +16 -0
- data/lib/schema_org/mixins/airline.rb +57 -0
- data/lib/schema_org/mixins/airport.rb +57 -0
- data/lib/schema_org/mixins/alignment_object.rb +117 -0
- data/lib/schema_org/mixins/allocate_action.rb +16 -0
- data/lib/schema_org/mixins/am_radio_channel.rb +16 -0
- data/lib/schema_org/mixins/amp_story.rb +17 -0
- data/lib/schema_org/mixins/amusement_park.rb +16 -0
- data/lib/schema_org/mixins/analysis_news_article.rb +16 -0
- data/lib/schema_org/mixins/anatomical_structure.rb +177 -0
- data/lib/schema_org/mixins/anatomical_system.rb +117 -0
- data/lib/schema_org/mixins/animal_shelter.rb +16 -0
- data/lib/schema_org/mixins/answer.rb +57 -0
- data/lib/schema_org/mixins/apartment.rb +61 -0
- data/lib/schema_org/mixins/apartment_complex.rb +117 -0
- data/lib/schema_org/mixins/api_reference.rb +121 -0
- data/lib/schema_org/mixins/append_action.rb +16 -0
- data/lib/schema_org/mixins/apply_action.rb +16 -0
- data/lib/schema_org/mixins/approved_indication.rb +16 -0
- data/lib/schema_org/mixins/aquarium.rb +16 -0
- data/lib/schema_org/mixins/archive_component.rb +59 -0
- data/lib/schema_org/mixins/archive_organization.rb +39 -0
- data/lib/schema_org/mixins/arrive_action.rb +16 -0
- data/lib/schema_org/mixins/art_gallery.rb +16 -0
- data/lib/schema_org/mixins/artery.rb +59 -0
- data/lib/schema_org/mixins/article.rb +201 -0
- data/lib/schema_org/mixins/ask_action.rb +37 -0
- data/lib/schema_org/mixins/ask_public_news_article.rb +16 -0
- data/lib/schema_org/mixins/assess_action.rb +16 -0
- data/lib/schema_org/mixins/assign_action.rb +16 -0
- data/lib/schema_org/mixins/atlas.rb +16 -0
- data/lib/schema_org/mixins/attorney.rb +16 -0
- data/lib/schema_org/mixins/audience.rb +57 -0
- data/lib/schema_org/mixins/audio_object.rb +77 -0
- data/lib/schema_org/mixins/audio_object_snapshot.rb +16 -0
- data/lib/schema_org/mixins/audiobook.rb +58 -0
- data/lib/schema_org/mixins/authenticate_action.rb +16 -0
- data/lib/schema_org/mixins/authorize_action.rb +37 -0
- data/lib/schema_org/mixins/auto_body_shop.rb +16 -0
- data/lib/schema_org/mixins/auto_dealer.rb +16 -0
- data/lib/schema_org/mixins/auto_parts_store.rb +17 -0
- data/lib/schema_org/mixins/auto_rental.rb +16 -0
- data/lib/schema_org/mixins/auto_repair.rb +16 -0
- data/lib/schema_org/mixins/auto_wash.rb +16 -0
- data/lib/schema_org/mixins/automated_teller.rb +16 -0
- data/lib/schema_org/mixins/automotive_business.rb +16 -0
- data/lib/schema_org/mixins/background_news_article.rb +16 -0
- data/lib/schema_org/mixins/bakery.rb +16 -0
- data/lib/schema_org/mixins/bank_account.rb +77 -0
- data/lib/schema_org/mixins/bank_or_credit_union.rb +16 -0
- data/lib/schema_org/mixins/bar_or_pub.rb +16 -0
- data/lib/schema_org/mixins/barcode.rb +16 -0
- data/lib/schema_org/mixins/beach.rb +16 -0
- data/lib/schema_org/mixins/beauty_salon.rb +16 -0
- data/lib/schema_org/mixins/bed_and_breakfast.rb +16 -0
- data/lib/schema_org/mixins/bed_details.rb +57 -0
- data/lib/schema_org/mixins/bed_type.rb +16 -0
- data/lib/schema_org/mixins/befriend_action.rb +16 -0
- data/lib/schema_org/mixins/bike_store.rb +16 -0
- data/lib/schema_org/mixins/bio_chem_entity.rb +285 -0
- data/lib/schema_org/mixins/blog.rb +81 -0
- data/lib/schema_org/mixins/blog_posting.rb +16 -0
- data/lib/schema_org/mixins/blood_test.rb +16 -0
- data/lib/schema_org/mixins/boarding_policy_type.rb +16 -0
- data/lib/schema_org/mixins/boat_reservation.rb +16 -0
- data/lib/schema_org/mixins/boat_terminal.rb +16 -0
- data/lib/schema_org/mixins/boat_trip.rb +57 -0
- data/lib/schema_org/mixins/body_measurement_type_enumeration.rb +16 -0
- data/lib/schema_org/mixins/body_of_water.rb +16 -0
- data/lib/schema_org/mixins/bone.rb +16 -0
- data/lib/schema_org/mixins/book.rb +137 -0
- data/lib/schema_org/mixins/book_format_type.rb +16 -0
- data/lib/schema_org/mixins/book_series.rb +16 -0
- data/lib/schema_org/mixins/book_store.rb +16 -0
- data/lib/schema_org/mixins/bookmark_action.rb +16 -0
- data/lib/schema_org/mixins/boolean.rb +16 -0
- data/lib/schema_org/mixins/borrow_action.rb +37 -0
- data/lib/schema_org/mixins/bowling_alley.rb +16 -0
- data/lib/schema_org/mixins/brain_structure.rb +16 -0
- data/lib/schema_org/mixins/brand.rb +99 -0
- data/lib/schema_org/mixins/breadcrumb_list.rb +16 -0
- data/lib/schema_org/mixins/brewery.rb +16 -0
- data/lib/schema_org/mixins/bridge.rb +16 -0
- data/lib/schema_org/mixins/broadcast_channel.rb +139 -0
- data/lib/schema_org/mixins/broadcast_event.rb +97 -0
- data/lib/schema_org/mixins/broadcast_frequency_specification.rb +77 -0
- data/lib/schema_org/mixins/broadcast_service.rb +243 -0
- data/lib/schema_org/mixins/brokerage_account.rb +16 -0
- data/lib/schema_org/mixins/buddhist_temple.rb +16 -0
- data/lib/schema_org/mixins/bus_or_coach.rb +57 -0
- data/lib/schema_org/mixins/bus_reservation.rb +16 -0
- data/lib/schema_org/mixins/bus_station.rb +16 -0
- data/lib/schema_org/mixins/bus_stop.rb +16 -0
- data/lib/schema_org/mixins/bus_trip.rb +97 -0
- data/lib/schema_org/mixins/business_audience.rb +77 -0
- data/lib/schema_org/mixins/business_entity_type.rb +16 -0
- data/lib/schema_org/mixins/business_event.rb +16 -0
- data/lib/schema_org/mixins/business_function.rb +16 -0
- data/lib/schema_org/mixins/buy_action.rb +83 -0
- data/lib/schema_org/mixins/cable_or_satellite_service.rb +16 -0
- data/lib/schema_org/mixins/cafe_or_coffee_shop.rb +16 -0
- data/lib/schema_org/mixins/campground.rb +17 -0
- data/lib/schema_org/mixins/camping_pitch.rb +16 -0
- data/lib/schema_org/mixins/canal.rb +16 -0
- data/lib/schema_org/mixins/cancel_action.rb +16 -0
- data/lib/schema_org/mixins/car.rb +57 -0
- data/lib/schema_org/mixins/car_usage_type.rb +16 -0
- data/lib/schema_org/mixins/casino.rb +16 -0
- data/lib/schema_org/mixins/category_code.rb +57 -0
- data/lib/schema_org/mixins/category_code_set.rb +37 -0
- data/lib/schema_org/mixins/catholic_church.rb +16 -0
- data/lib/schema_org/mixins/cdcpmd_record.rb +357 -0
- data/lib/schema_org/mixins/cemetery.rb +16 -0
- data/lib/schema_org/mixins/certification.rb +259 -0
- data/lib/schema_org/mixins/certification_status_enumeration.rb +16 -0
- data/lib/schema_org/mixins/chapter.rb +77 -0
- data/lib/schema_org/mixins/check_action.rb +16 -0
- data/lib/schema_org/mixins/check_in_action.rb +16 -0
- data/lib/schema_org/mixins/check_out_action.rb +16 -0
- data/lib/schema_org/mixins/checkout_page.rb +16 -0
- data/lib/schema_org/mixins/chemical_substance.rb +77 -0
- data/lib/schema_org/mixins/child_care.rb +16 -0
- data/lib/schema_org/mixins/childrens_event.rb +16 -0
- data/lib/schema_org/mixins/choose_action.rb +61 -0
- data/lib/schema_org/mixins/church.rb +16 -0
- data/lib/schema_org/mixins/city.rb +16 -0
- data/lib/schema_org/mixins/city_hall.rb +16 -0
- data/lib/schema_org/mixins/civic_structure.rb +37 -0
- data/lib/schema_org/mixins/claim.rb +77 -0
- data/lib/schema_org/mixins/claim_review.rb +37 -0
- data/lib/schema_org/mixins/class.rb +16 -0
- data/lib/schema_org/mixins/clip.rb +247 -0
- data/lib/schema_org/mixins/clothing_store.rb +16 -0
- data/lib/schema_org/mixins/code.rb +16 -0
- data/lib/schema_org/mixins/collection.rb +37 -0
- data/lib/schema_org/mixins/collection_page.rb +16 -0
- data/lib/schema_org/mixins/college_or_university.rb +16 -0
- data/lib/schema_org/mixins/comedy_club.rb +16 -0
- data/lib/schema_org/mixins/comedy_event.rb +16 -0
- data/lib/schema_org/mixins/comic_cover_art.rb +17 -0
- data/lib/schema_org/mixins/comic_issue.rb +145 -0
- data/lib/schema_org/mixins/comic_series.rb +16 -0
- data/lib/schema_org/mixins/comic_story.rb +121 -0
- data/lib/schema_org/mixins/comment.rb +97 -0
- data/lib/schema_org/mixins/comment_action.rb +37 -0
- data/lib/schema_org/mixins/communicate_action.rb +103 -0
- data/lib/schema_org/mixins/complete_data_feed.rb +16 -0
- data/lib/schema_org/mixins/compound_price_specification.rb +57 -0
- data/lib/schema_org/mixins/computer_language.rb +16 -0
- data/lib/schema_org/mixins/computer_store.rb +16 -0
- data/lib/schema_org/mixins/conference_event.rb +16 -0
- data/lib/schema_org/mixins/confirm_action.rb +16 -0
- data/lib/schema_org/mixins/consortium.rb +16 -0
- data/lib/schema_org/mixins/constraint_node.rb +57 -0
- data/lib/schema_org/mixins/consume_action.rb +57 -0
- data/lib/schema_org/mixins/contact_page.rb +16 -0
- data/lib/schema_org/mixins/contact_point.rb +223 -0
- data/lib/schema_org/mixins/contact_point_option.rb +16 -0
- data/lib/schema_org/mixins/continent.rb +16 -0
- data/lib/schema_org/mixins/control_action.rb +16 -0
- data/lib/schema_org/mixins/convenience_store.rb +16 -0
- data/lib/schema_org/mixins/conversation.rb +16 -0
- data/lib/schema_org/mixins/cook_action.rb +77 -0
- data/lib/schema_org/mixins/cooperative.rb +16 -0
- data/lib/schema_org/mixins/corporation.rb +37 -0
- data/lib/schema_org/mixins/correction_comment.rb +16 -0
- data/lib/schema_org/mixins/country.rb +16 -0
- data/lib/schema_org/mixins/course.rb +218 -0
- data/lib/schema_org/mixins/course_instance.rb +97 -0
- data/lib/schema_org/mixins/courthouse.rb +16 -0
- data/lib/schema_org/mixins/cover_art.rb +16 -0
- data/lib/schema_org/mixins/covid_testing_facility.rb +16 -0
- data/lib/schema_org/mixins/create_action.rb +16 -0
- data/lib/schema_org/mixins/creative_work.rb +2449 -0
- data/lib/schema_org/mixins/creative_work_season.rb +247 -0
- data/lib/schema_org/mixins/creative_work_series.rb +78 -0
- data/lib/schema_org/mixins/credential.rb +97 -0
- data/lib/schema_org/mixins/credit_card.rb +17 -0
- data/lib/schema_org/mixins/crematorium.rb +16 -0
- data/lib/schema_org/mixins/critic_review.rb +16 -0
- data/lib/schema_org/mixins/css_selector_type.rb +16 -0
- data/lib/schema_org/mixins/currency_conversion_service.rb +16 -0
- data/lib/schema_org/mixins/d_dx_element.rb +57 -0
- data/lib/schema_org/mixins/dance_event.rb +16 -0
- data/lib/schema_org/mixins/dance_group.rb +16 -0
- data/lib/schema_org/mixins/data_catalog.rb +91 -0
- data/lib/schema_org/mixins/data_download.rb +69 -0
- data/lib/schema_org/mixins/data_feed.rb +37 -0
- data/lib/schema_org/mixins/data_feed_item.rb +97 -0
- data/lib/schema_org/mixins/data_type.rb +14 -0
- data/lib/schema_org/mixins/dataset.rb +239 -0
- data/lib/schema_org/mixins/date.rb +16 -0
- data/lib/schema_org/mixins/date_time.rb +16 -0
- data/lib/schema_org/mixins/dated_money_specification.rb +97 -0
- data/lib/schema_org/mixins/day_of_week.rb +16 -0
- data/lib/schema_org/mixins/day_spa.rb +16 -0
- data/lib/schema_org/mixins/de_nonprofit_type.rb +16 -0
- data/lib/schema_org/mixins/deactivate_action.rb +16 -0
- data/lib/schema_org/mixins/defence_establishment.rb +16 -0
- data/lib/schema_org/mixins/defined_region.rb +118 -0
- data/lib/schema_org/mixins/defined_term.rb +79 -0
- data/lib/schema_org/mixins/defined_term_set.rb +59 -0
- data/lib/schema_org/mixins/delete_action.rb +16 -0
- data/lib/schema_org/mixins/delivery_charge_specification.rb +99 -0
- data/lib/schema_org/mixins/delivery_event.rb +97 -0
- data/lib/schema_org/mixins/delivery_method.rb +16 -0
- data/lib/schema_org/mixins/delivery_time_settings.rb +97 -0
- data/lib/schema_org/mixins/demand.rb +725 -0
- data/lib/schema_org/mixins/dentist.rb +18 -0
- data/lib/schema_org/mixins/depart_action.rb +16 -0
- data/lib/schema_org/mixins/department_store.rb +16 -0
- data/lib/schema_org/mixins/deposit_account.rb +17 -0
- data/lib/schema_org/mixins/diagnostic_lab.rb +37 -0
- data/lib/schema_org/mixins/diagnostic_procedure.rb +16 -0
- data/lib/schema_org/mixins/diet.rb +118 -0
- data/lib/schema_org/mixins/dietary_supplement.rb +218 -0
- data/lib/schema_org/mixins/digital_document.rb +37 -0
- data/lib/schema_org/mixins/digital_document_permission.rb +57 -0
- data/lib/schema_org/mixins/digital_document_permission_type.rb +16 -0
- data/lib/schema_org/mixins/digital_platform_enumeration.rb +16 -0
- data/lib/schema_org/mixins/disagree_action.rb +16 -0
- data/lib/schema_org/mixins/discover_action.rb +16 -0
- data/lib/schema_org/mixins/discussion_forum_posting.rb +16 -0
- data/lib/schema_org/mixins/dislike_action.rb +16 -0
- data/lib/schema_org/mixins/distance.rb +16 -0
- data/lib/schema_org/mixins/distillery.rb +16 -0
- data/lib/schema_org/mixins/donate_action.rb +97 -0
- data/lib/schema_org/mixins/dose_schedule.rb +97 -0
- data/lib/schema_org/mixins/download_action.rb +16 -0
- data/lib/schema_org/mixins/draw_action.rb +16 -0
- data/lib/schema_org/mixins/drawing.rb +16 -0
- data/lib/schema_org/mixins/drink_action.rb +16 -0
- data/lib/schema_org/mixins/drive_wheel_configuration_value.rb +16 -0
- data/lib/schema_org/mixins/drug.rb +622 -0
- data/lib/schema_org/mixins/drug_class.rb +37 -0
- data/lib/schema_org/mixins/drug_cost.rb +137 -0
- data/lib/schema_org/mixins/drug_cost_category.rb +16 -0
- data/lib/schema_org/mixins/drug_legal_status.rb +37 -0
- data/lib/schema_org/mixins/drug_pregnancy_category.rb +16 -0
- data/lib/schema_org/mixins/drug_prescription_status.rb +16 -0
- data/lib/schema_org/mixins/drug_strength.rb +117 -0
- data/lib/schema_org/mixins/dry_cleaning_or_laundry.rb +16 -0
- data/lib/schema_org/mixins/duration.rb +16 -0
- data/lib/schema_org/mixins/eat_action.rb +16 -0
- data/lib/schema_org/mixins/education_event.rb +77 -0
- data/lib/schema_org/mixins/educational_audience.rb +37 -0
- data/lib/schema_org/mixins/educational_occupational_credential.rb +57 -0
- data/lib/schema_org/mixins/educational_occupational_program.rb +503 -0
- data/lib/schema_org/mixins/educational_organization.rb +40 -0
- data/lib/schema_org/mixins/electrician.rb +16 -0
- data/lib/schema_org/mixins/electronics_store.rb +16 -0
- data/lib/schema_org/mixins/elementary_school.rb +16 -0
- data/lib/schema_org/mixins/email_message.rb +16 -0
- data/lib/schema_org/mixins/embassy.rb +16 -0
- data/lib/schema_org/mixins/emergency_service.rb +16 -0
- data/lib/schema_org/mixins/employee_role.rb +57 -0
- data/lib/schema_org/mixins/employer_aggregate_rating.rb +16 -0
- data/lib/schema_org/mixins/employer_review.rb +16 -0
- data/lib/schema_org/mixins/employment_agency.rb +16 -0
- data/lib/schema_org/mixins/endorse_action.rb +37 -0
- data/lib/schema_org/mixins/endorsement_rating.rb +16 -0
- data/lib/schema_org/mixins/energy.rb +16 -0
- data/lib/schema_org/mixins/energy_consumption_details.rb +77 -0
- data/lib/schema_org/mixins/energy_efficiency_enumeration.rb +16 -0
- data/lib/schema_org/mixins/energy_star_energy_efficiency_enumeration.rb +16 -0
- data/lib/schema_org/mixins/engine_specification.rb +119 -0
- data/lib/schema_org/mixins/entertainment_business.rb +16 -0
- data/lib/schema_org/mixins/entry_point.rb +161 -0
- data/lib/schema_org/mixins/enumeration.rb +37 -0
- data/lib/schema_org/mixins/episode.rb +247 -0
- data/lib/schema_org/mixins/error.rb +37 -0
- data/lib/schema_org/mixins/eu_energy_efficiency_enumeration.rb +16 -0
- data/lib/schema_org/mixins/event.rb +925 -0
- data/lib/schema_org/mixins/event_attendance_mode_enumeration.rb +16 -0
- data/lib/schema_org/mixins/event_reservation.rb +16 -0
- data/lib/schema_org/mixins/event_series.rb +17 -0
- data/lib/schema_org/mixins/event_status_type.rb +16 -0
- data/lib/schema_org/mixins/event_venue.rb +16 -0
- data/lib/schema_org/mixins/exchange_rate_specification.rb +77 -0
- data/lib/schema_org/mixins/exercise_action.rb +281 -0
- data/lib/schema_org/mixins/exercise_gym.rb +16 -0
- data/lib/schema_org/mixins/exercise_plan.rb +178 -0
- data/lib/schema_org/mixins/exhibition_event.rb +16 -0
- data/lib/schema_org/mixins/faq_page.rb +16 -0
- data/lib/schema_org/mixins/fast_food_restaurant.rb +16 -0
- data/lib/schema_org/mixins/festival.rb +16 -0
- data/lib/schema_org/mixins/film_action.rb +16 -0
- data/lib/schema_org/mixins/financial_incentive.rb +473 -0
- data/lib/schema_org/mixins/financial_product.rb +77 -0
- data/lib/schema_org/mixins/financial_service.rb +37 -0
- data/lib/schema_org/mixins/find_action.rb +16 -0
- data/lib/schema_org/mixins/fire_station.rb +17 -0
- data/lib/schema_org/mixins/flight.rb +321 -0
- data/lib/schema_org/mixins/flight_reservation.rb +97 -0
- data/lib/schema_org/mixins/float.rb +16 -0
- data/lib/schema_org/mixins/floor_plan.rb +261 -0
- data/lib/schema_org/mixins/florist.rb +16 -0
- data/lib/schema_org/mixins/fm_radio_channel.rb +16 -0
- data/lib/schema_org/mixins/follow_action.rb +37 -0
- data/lib/schema_org/mixins/food_establishment.rb +121 -0
- data/lib/schema_org/mixins/food_establishment_reservation.rb +77 -0
- data/lib/schema_org/mixins/food_event.rb +16 -0
- data/lib/schema_org/mixins/food_service.rb +16 -0
- data/lib/schema_org/mixins/fulfillment_type_enumeration.rb +16 -0
- data/lib/schema_org/mixins/funding_agency.rb +16 -0
- data/lib/schema_org/mixins/funding_scheme.rb +16 -0
- data/lib/schema_org/mixins/furniture_store.rb +16 -0
- data/lib/schema_org/mixins/game.rb +117 -0
- data/lib/schema_org/mixins/game_availability_enumeration.rb +16 -0
- data/lib/schema_org/mixins/game_play_mode.rb +16 -0
- data/lib/schema_org/mixins/game_server.rb +79 -0
- data/lib/schema_org/mixins/game_server_status.rb +16 -0
- data/lib/schema_org/mixins/garden_store.rb +16 -0
- data/lib/schema_org/mixins/gas_station.rb +16 -0
- data/lib/schema_org/mixins/gated_residence_community.rb +16 -0
- data/lib/schema_org/mixins/gender_type.rb +16 -0
- data/lib/schema_org/mixins/gene.rb +99 -0
- data/lib/schema_org/mixins/general_contractor.rb +16 -0
- data/lib/schema_org/mixins/geo_circle.rb +57 -0
- data/lib/schema_org/mixins/geo_coordinates.rb +137 -0
- data/lib/schema_org/mixins/geo_shape.rb +177 -0
- data/lib/schema_org/mixins/geospatial_geometry.rb +217 -0
- data/lib/schema_org/mixins/give_action.rb +37 -0
- data/lib/schema_org/mixins/golf_course.rb +16 -0
- data/lib/schema_org/mixins/government_benefits_type.rb +16 -0
- data/lib/schema_org/mixins/government_building.rb +16 -0
- data/lib/schema_org/mixins/government_office.rb +16 -0
- data/lib/schema_org/mixins/government_organization.rb +16 -0
- data/lib/schema_org/mixins/government_permit.rb +16 -0
- data/lib/schema_org/mixins/government_service.rb +57 -0
- data/lib/schema_org/mixins/grant.rb +79 -0
- data/lib/schema_org/mixins/grocery_store.rb +16 -0
- data/lib/schema_org/mixins/guide.rb +57 -0
- data/lib/schema_org/mixins/hackathon.rb +16 -0
- data/lib/schema_org/mixins/hair_salon.rb +16 -0
- data/lib/schema_org/mixins/hardware_store.rb +16 -0
- data/lib/schema_org/mixins/health_and_beauty_business.rb +16 -0
- data/lib/schema_org/mixins/health_aspect_enumeration.rb +16 -0
- data/lib/schema_org/mixins/health_club.rb +17 -0
- data/lib/schema_org/mixins/health_insurance_plan.rb +199 -0
- data/lib/schema_org/mixins/health_plan_cost_sharing_specification.rb +117 -0
- data/lib/schema_org/mixins/health_plan_formulary.rb +77 -0
- data/lib/schema_org/mixins/health_plan_network.rb +77 -0
- data/lib/schema_org/mixins/health_topic_content.rb +37 -0
- data/lib/schema_org/mixins/high_school.rb +16 -0
- data/lib/schema_org/mixins/hindu_temple.rb +16 -0
- data/lib/schema_org/mixins/hobby_shop.rb +16 -0
- data/lib/schema_org/mixins/home_and_construction_business.rb +16 -0
- data/lib/schema_org/mixins/home_goods_store.rb +16 -0
- data/lib/schema_org/mixins/hospital.rb +79 -0
- data/lib/schema_org/mixins/hostel.rb +16 -0
- data/lib/schema_org/mixins/hotel.rb +16 -0
- data/lib/schema_org/mixins/hotel_room.rb +61 -0
- data/lib/schema_org/mixins/house.rb +39 -0
- data/lib/schema_org/mixins/house_painter.rb +16 -0
- data/lib/schema_org/mixins/how_to.rb +201 -0
- data/lib/schema_org/mixins/how_to_direction.rb +178 -0
- data/lib/schema_org/mixins/how_to_item.rb +37 -0
- data/lib/schema_org/mixins/how_to_section.rb +41 -0
- data/lib/schema_org/mixins/how_to_step.rb +18 -0
- data/lib/schema_org/mixins/how_to_supply.rb +37 -0
- data/lib/schema_org/mixins/how_to_tip.rb +17 -0
- data/lib/schema_org/mixins/how_to_tool.rb +16 -0
- data/lib/schema_org/mixins/hvac_business.rb +16 -0
- data/lib/schema_org/mixins/hyper_toc.rb +57 -0
- data/lib/schema_org/mixins/hyper_toc_entry.rb +77 -0
- data/lib/schema_org/mixins/ice_cream_shop.rb +16 -0
- data/lib/schema_org/mixins/ignore_action.rb +16 -0
- data/lib/schema_org/mixins/image_gallery.rb +16 -0
- data/lib/schema_org/mixins/image_object.rb +97 -0
- data/lib/schema_org/mixins/image_object_snapshot.rb +16 -0
- data/lib/schema_org/mixins/imaging_test.rb +37 -0
- data/lib/schema_org/mixins/incentive_qualified_expense_type.rb +16 -0
- data/lib/schema_org/mixins/incentive_status.rb +16 -0
- data/lib/schema_org/mixins/incentive_type.rb +16 -0
- data/lib/schema_org/mixins/individual_physician.rb +37 -0
- data/lib/schema_org/mixins/individual_product.rb +37 -0
- data/lib/schema_org/mixins/infectious_agent_class.rb +16 -0
- data/lib/schema_org/mixins/infectious_disease.rb +77 -0
- data/lib/schema_org/mixins/inform_action.rb +39 -0
- data/lib/schema_org/mixins/insert_action.rb +37 -0
- data/lib/schema_org/mixins/install_action.rb +16 -0
- data/lib/schema_org/mixins/instantaneous_event.rb +77 -0
- data/lib/schema_org/mixins/insurance_agency.rb +16 -0
- data/lib/schema_org/mixins/intangible.rb +16 -0
- data/lib/schema_org/mixins/integer.rb +16 -0
- data/lib/schema_org/mixins/interact_action.rb +16 -0
- data/lib/schema_org/mixins/interaction_counter.rb +137 -0
- data/lib/schema_org/mixins/internet_cafe.rb +16 -0
- data/lib/schema_org/mixins/investment_fund.rb +16 -0
- data/lib/schema_org/mixins/investment_or_deposit.rb +37 -0
- data/lib/schema_org/mixins/invite_action.rb +39 -0
- data/lib/schema_org/mixins/invoice.rb +345 -0
- data/lib/schema_org/mixins/iptc_digital_source_enumeration.rb +16 -0
- data/lib/schema_org/mixins/it_nonprofit_type.rb +16 -0
- data/lib/schema_org/mixins/item_availability.rb +16 -0
- data/lib/schema_org/mixins/item_list.rb +97 -0
- data/lib/schema_org/mixins/item_list_order_type.rb +16 -0
- data/lib/schema_org/mixins/item_page.rb +16 -0
- data/lib/schema_org/mixins/jewelry_store.rb +16 -0
- data/lib/schema_org/mixins/job_posting.rb +787 -0
- data/lib/schema_org/mixins/join_action.rb +39 -0
- data/lib/schema_org/mixins/joint.rb +77 -0
- data/lib/schema_org/mixins/lake_body_of_water.rb +16 -0
- data/lib/schema_org/mixins/landform.rb +16 -0
- data/lib/schema_org/mixins/landmarks_or_historical_buildings.rb +16 -0
- data/lib/schema_org/mixins/language.rb +16 -0
- data/lib/schema_org/mixins/learning_resource.rb +161 -0
- data/lib/schema_org/mixins/leave_action.rb +39 -0
- data/lib/schema_org/mixins/legal_force_status.rb +16 -0
- data/lib/schema_org/mixins/legal_service.rb +16 -0
- data/lib/schema_org/mixins/legal_value_level.rb +16 -0
- data/lib/schema_org/mixins/legislation.rb +417 -0
- data/lib/schema_org/mixins/legislation_object.rb +38 -0
- data/lib/schema_org/mixins/legislative_building.rb +16 -0
- data/lib/schema_org/mixins/lend_action.rb +37 -0
- data/lib/schema_org/mixins/library.rb +16 -0
- data/lib/schema_org/mixins/library_system.rb +16 -0
- data/lib/schema_org/mixins/lifestyle_modification.rb +16 -0
- data/lib/schema_org/mixins/ligament.rb +16 -0
- data/lib/schema_org/mixins/like_action.rb +16 -0
- data/lib/schema_org/mixins/link_role.rb +59 -0
- data/lib/schema_org/mixins/liquor_store.rb +16 -0
- data/lib/schema_org/mixins/list_item.rb +97 -0
- data/lib/schema_org/mixins/listen_action.rb +16 -0
- data/lib/schema_org/mixins/literary_event.rb +16 -0
- data/lib/schema_org/mixins/live_blog_posting.rb +77 -0
- data/lib/schema_org/mixins/loan_or_credit.rb +197 -0
- data/lib/schema_org/mixins/local_business.rb +142 -0
- data/lib/schema_org/mixins/location_feature_specification.rb +77 -0
- data/lib/schema_org/mixins/locksmith.rb +16 -0
- data/lib/schema_org/mixins/lodging_business.rb +181 -0
- data/lib/schema_org/mixins/lodging_reservation.rb +137 -0
- data/lib/schema_org/mixins/login_action.rb +16 -0
- data/lib/schema_org/mixins/lose_action.rb +37 -0
- data/lib/schema_org/mixins/lymphatic_vessel.rb +77 -0
- data/lib/schema_org/mixins/manuscript.rb +16 -0
- data/lib/schema_org/mixins/map.rb +37 -0
- data/lib/schema_org/mixins/map_category_type.rb +16 -0
- data/lib/schema_org/mixins/marry_action.rb +16 -0
- data/lib/schema_org/mixins/mass.rb +16 -0
- data/lib/schema_org/mixins/math_solver.rb +37 -0
- data/lib/schema_org/mixins/maximum_dose_schedule.rb +16 -0
- data/lib/schema_org/mixins/measurement_method_enum.rb +16 -0
- data/lib/schema_org/mixins/measurement_type_enumeration.rb +16 -0
- data/lib/schema_org/mixins/media_enumeration.rb +16 -0
- data/lib/schema_org/mixins/media_gallery.rb +16 -0
- data/lib/schema_org/mixins/media_manipulation_rating_enumeration.rb +16 -0
- data/lib/schema_org/mixins/media_object.rb +429 -0
- data/lib/schema_org/mixins/media_review.rb +77 -0
- data/lib/schema_org/mixins/media_review_item.rb +37 -0
- data/lib/schema_org/mixins/media_subscription.rb +57 -0
- data/lib/schema_org/mixins/medical_audience.rb +17 -0
- data/lib/schema_org/mixins/medical_audience_type.rb +16 -0
- data/lib/schema_org/mixins/medical_business.rb +16 -0
- data/lib/schema_org/mixins/medical_cause.rb +39 -0
- data/lib/schema_org/mixins/medical_clinic.rb +58 -0
- data/lib/schema_org/mixins/medical_code.rb +58 -0
- data/lib/schema_org/mixins/medical_condition.rb +359 -0
- data/lib/schema_org/mixins/medical_condition_stage.rb +57 -0
- data/lib/schema_org/mixins/medical_contraindication.rb +16 -0
- data/lib/schema_org/mixins/medical_device.rb +137 -0
- data/lib/schema_org/mixins/medical_device_purpose.rb +16 -0
- data/lib/schema_org/mixins/medical_entity.rb +179 -0
- data/lib/schema_org/mixins/medical_enumeration.rb +16 -0
- data/lib/schema_org/mixins/medical_evidence_level.rb +16 -0
- data/lib/schema_org/mixins/medical_guideline.rb +97 -0
- data/lib/schema_org/mixins/medical_guideline_contraindication.rb +16 -0
- data/lib/schema_org/mixins/medical_guideline_recommendation.rb +37 -0
- data/lib/schema_org/mixins/medical_imaging_technique.rb +16 -0
- data/lib/schema_org/mixins/medical_indication.rb +16 -0
- data/lib/schema_org/mixins/medical_intangible.rb +16 -0
- data/lib/schema_org/mixins/medical_observational_study.rb +37 -0
- data/lib/schema_org/mixins/medical_observational_study_design.rb +16 -0
- data/lib/schema_org/mixins/medical_organization.rb +77 -0
- data/lib/schema_org/mixins/medical_procedure.rb +137 -0
- data/lib/schema_org/mixins/medical_procedure_type.rb +16 -0
- data/lib/schema_org/mixins/medical_risk_calculator.rb +16 -0
- data/lib/schema_org/mixins/medical_risk_estimator.rb +57 -0
- data/lib/schema_org/mixins/medical_risk_factor.rb +37 -0
- data/lib/schema_org/mixins/medical_risk_score.rb +37 -0
- data/lib/schema_org/mixins/medical_scholarly_article.rb +37 -0
- data/lib/schema_org/mixins/medical_sign.rb +57 -0
- data/lib/schema_org/mixins/medical_sign_or_symptom.rb +37 -0
- data/lib/schema_org/mixins/medical_specialty.rb +17 -0
- data/lib/schema_org/mixins/medical_study.rb +117 -0
- data/lib/schema_org/mixins/medical_study_status.rb +16 -0
- data/lib/schema_org/mixins/medical_symptom.rb +16 -0
- data/lib/schema_org/mixins/medical_test.rb +117 -0
- data/lib/schema_org/mixins/medical_test_panel.rb +37 -0
- data/lib/schema_org/mixins/medical_therapy.rb +77 -0
- data/lib/schema_org/mixins/medical_trial.rb +37 -0
- data/lib/schema_org/mixins/medical_trial_design.rb +16 -0
- data/lib/schema_org/mixins/medical_web_page.rb +59 -0
- data/lib/schema_org/mixins/medicine_system.rb +16 -0
- data/lib/schema_org/mixins/meeting_room.rb +16 -0
- data/lib/schema_org/mixins/member_program.rb +59 -0
- data/lib/schema_org/mixins/member_program_tier.rb +99 -0
- data/lib/schema_org/mixins/mens_clothing_store.rb +16 -0
- data/lib/schema_org/mixins/menu.rb +57 -0
- data/lib/schema_org/mixins/menu_item.rb +99 -0
- data/lib/schema_org/mixins/menu_section.rb +57 -0
- data/lib/schema_org/mixins/merchant_return_enumeration.rb +16 -0
- data/lib/schema_org/mixins/merchant_return_policy.rb +461 -0
- data/lib/schema_org/mixins/merchant_return_policy_seasonal_override.rb +199 -0
- data/lib/schema_org/mixins/message.rb +197 -0
- data/lib/schema_org/mixins/middle_school.rb +16 -0
- data/lib/schema_org/mixins/mobile_application.rb +37 -0
- data/lib/schema_org/mixins/mobile_phone_store.rb +16 -0
- data/lib/schema_org/mixins/molecular_entity.rb +197 -0
- data/lib/schema_org/mixins/monetary_amount.rb +137 -0
- data/lib/schema_org/mixins/monetary_amount_distribution.rb +37 -0
- data/lib/schema_org/mixins/monetary_grant.rb +57 -0
- data/lib/schema_org/mixins/money_transfer.rb +57 -0
- data/lib/schema_org/mixins/mortgage_loan.rb +57 -0
- data/lib/schema_org/mixins/mosque.rb +16 -0
- data/lib/schema_org/mixins/motel.rb +16 -0
- data/lib/schema_org/mixins/motorcycle.rb +16 -0
- data/lib/schema_org/mixins/motorcycle_dealer.rb +16 -0
- data/lib/schema_org/mixins/motorcycle_repair.rb +16 -0
- data/lib/schema_org/mixins/motorized_bicycle.rb +16 -0
- data/lib/schema_org/mixins/mountain.rb +16 -0
- data/lib/schema_org/mixins/move_action.rb +57 -0
- data/lib/schema_org/mixins/movie.rb +261 -0
- data/lib/schema_org/mixins/movie_clip.rb +16 -0
- data/lib/schema_org/mixins/movie_rental_store.rb +16 -0
- data/lib/schema_org/mixins/movie_series.rb +165 -0
- data/lib/schema_org/mixins/movie_theater.rb +38 -0
- data/lib/schema_org/mixins/moving_company.rb +16 -0
- data/lib/schema_org/mixins/muscle.rb +117 -0
- data/lib/schema_org/mixins/museum.rb +16 -0
- data/lib/schema_org/mixins/music_album.rb +99 -0
- data/lib/schema_org/mixins/music_album_production_type.rb +16 -0
- data/lib/schema_org/mixins/music_album_release_type.rb +16 -0
- data/lib/schema_org/mixins/music_composition.rb +219 -0
- data/lib/schema_org/mixins/music_event.rb +16 -0
- data/lib/schema_org/mixins/music_group.rb +147 -0
- data/lib/schema_org/mixins/music_playlist.rb +81 -0
- data/lib/schema_org/mixins/music_recording.rb +139 -0
- data/lib/schema_org/mixins/music_release.rb +139 -0
- data/lib/schema_org/mixins/music_release_format_type.rb +16 -0
- data/lib/schema_org/mixins/music_store.rb +16 -0
- data/lib/schema_org/mixins/music_venue.rb +16 -0
- data/lib/schema_org/mixins/music_video_object.rb +16 -0
- data/lib/schema_org/mixins/nail_salon.rb +16 -0
- data/lib/schema_org/mixins/nerve.rb +99 -0
- data/lib/schema_org/mixins/news_article.rb +125 -0
- data/lib/schema_org/mixins/news_media_organization.rb +237 -0
- data/lib/schema_org/mixins/newspaper.rb +16 -0
- data/lib/schema_org/mixins/ngo.rb +16 -0
- data/lib/schema_org/mixins/night_club.rb +16 -0
- data/lib/schema_org/mixins/nl_nonprofit_type.rb +16 -0
- data/lib/schema_org/mixins/nonprofit_type.rb +16 -0
- data/lib/schema_org/mixins/notary.rb +16 -0
- data/lib/schema_org/mixins/note_digital_document.rb +16 -0
- data/lib/schema_org/mixins/number.rb +16 -0
- data/lib/schema_org/mixins/nutrition_information.rb +257 -0
- data/lib/schema_org/mixins/observation.rb +230 -0
- data/lib/schema_org/mixins/occupation.rb +179 -0
- data/lib/schema_org/mixins/occupational_experience_requirements.rb +37 -0
- data/lib/schema_org/mixins/occupational_therapy.rb +16 -0
- data/lib/schema_org/mixins/ocean_body_of_water.rb +16 -0
- data/lib/schema_org/mixins/offer.rb +1137 -0
- data/lib/schema_org/mixins/offer_catalog.rb +16 -0
- data/lib/schema_org/mixins/offer_for_lease.rb +16 -0
- data/lib/schema_org/mixins/offer_for_purchase.rb +16 -0
- data/lib/schema_org/mixins/offer_item_condition.rb +16 -0
- data/lib/schema_org/mixins/offer_shipping_details.rb +297 -0
- data/lib/schema_org/mixins/office_equipment_store.rb +16 -0
- data/lib/schema_org/mixins/on_demand_event.rb +16 -0
- data/lib/schema_org/mixins/online_business.rb +16 -0
- data/lib/schema_org/mixins/online_marketplace.rb +37 -0
- data/lib/schema_org/mixins/online_store.rb +37 -0
- data/lib/schema_org/mixins/opening_hours_specification.rb +117 -0
- data/lib/schema_org/mixins/operating_system.rb +16 -0
- data/lib/schema_org/mixins/opinion_news_article.rb +16 -0
- data/lib/schema_org/mixins/optician.rb +16 -0
- data/lib/schema_org/mixins/order.rb +467 -0
- data/lib/schema_org/mixins/order_action.rb +37 -0
- data/lib/schema_org/mixins/order_item.rb +117 -0
- data/lib/schema_org/mixins/order_status.rb +16 -0
- data/lib/schema_org/mixins/organization.rb +1619 -0
- data/lib/schema_org/mixins/organization_role.rb +37 -0
- data/lib/schema_org/mixins/organize_action.rb +16 -0
- data/lib/schema_org/mixins/outlet_store.rb +16 -0
- data/lib/schema_org/mixins/ownership_info.rb +97 -0
- data/lib/schema_org/mixins/paint_action.rb +16 -0
- data/lib/schema_org/mixins/painting.rb +16 -0
- data/lib/schema_org/mixins/palliative_procedure.rb +17 -0
- data/lib/schema_org/mixins/parcel_delivery.rb +261 -0
- data/lib/schema_org/mixins/parent_audience.rb +57 -0
- data/lib/schema_org/mixins/park.rb +16 -0
- data/lib/schema_org/mixins/parking_facility.rb +16 -0
- data/lib/schema_org/mixins/pathology_test.rb +37 -0
- data/lib/schema_org/mixins/patient.rb +78 -0
- data/lib/schema_org/mixins/pawn_shop.rb +16 -0
- data/lib/schema_org/mixins/pay_action.rb +37 -0
- data/lib/schema_org/mixins/payment_card.rb +98 -0
- data/lib/schema_org/mixins/payment_charge_specification.rb +57 -0
- data/lib/schema_org/mixins/payment_method.rb +37 -0
- data/lib/schema_org/mixins/payment_method_type.rb +16 -0
- data/lib/schema_org/mixins/payment_service.rb +17 -0
- data/lib/schema_org/mixins/payment_status_type.rb +16 -0
- data/lib/schema_org/mixins/people_audience.rb +197 -0
- data/lib/schema_org/mixins/perform_action.rb +37 -0
- data/lib/schema_org/mixins/performance_role.rb +37 -0
- data/lib/schema_org/mixins/performing_arts_event.rb +16 -0
- data/lib/schema_org/mixins/performing_arts_theater.rb +16 -0
- data/lib/schema_org/mixins/performing_group.rb +16 -0
- data/lib/schema_org/mixins/periodical.rb +16 -0
- data/lib/schema_org/mixins/permit.rb +157 -0
- data/lib/schema_org/mixins/person.rb +1417 -0
- data/lib/schema_org/mixins/pet_store.rb +16 -0
- data/lib/schema_org/mixins/pharmacy.rb +17 -0
- data/lib/schema_org/mixins/photograph.rb +16 -0
- data/lib/schema_org/mixins/photograph_action.rb +16 -0
- data/lib/schema_org/mixins/physical_activity.rb +97 -0
- data/lib/schema_org/mixins/physical_activity_category.rb +16 -0
- data/lib/schema_org/mixins/physical_exam.rb +17 -0
- data/lib/schema_org/mixins/physical_therapy.rb +16 -0
- data/lib/schema_org/mixins/physician.rb +122 -0
- data/lib/schema_org/mixins/physicians_office.rb +16 -0
- data/lib/schema_org/mixins/place.rb +985 -0
- data/lib/schema_org/mixins/place_of_worship.rb +16 -0
- data/lib/schema_org/mixins/plan_action.rb +37 -0
- data/lib/schema_org/mixins/play.rb +16 -0
- data/lib/schema_org/mixins/play_action.rb +61 -0
- data/lib/schema_org/mixins/play_game_action.rb +37 -0
- data/lib/schema_org/mixins/playground.rb +16 -0
- data/lib/schema_org/mixins/plumber.rb +16 -0
- data/lib/schema_org/mixins/podcast_episode.rb +16 -0
- data/lib/schema_org/mixins/podcast_season.rb +16 -0
- data/lib/schema_org/mixins/podcast_series.rb +59 -0
- data/lib/schema_org/mixins/police_station.rb +17 -0
- data/lib/schema_org/mixins/political_party.rb +16 -0
- data/lib/schema_org/mixins/pond.rb +16 -0
- data/lib/schema_org/mixins/post_office.rb +16 -0
- data/lib/schema_org/mixins/postal_address.rb +157 -0
- data/lib/schema_org/mixins/postal_code_range_specification.rb +57 -0
- data/lib/schema_org/mixins/poster.rb +16 -0
- data/lib/schema_org/mixins/pre_order_action.rb +16 -0
- data/lib/schema_org/mixins/prepend_action.rb +16 -0
- data/lib/schema_org/mixins/preschool.rb +16 -0
- data/lib/schema_org/mixins/presentation_digital_document.rb +16 -0
- data/lib/schema_org/mixins/prevention_indication.rb +16 -0
- data/lib/schema_org/mixins/price_component_type_enumeration.rb +16 -0
- data/lib/schema_org/mixins/price_specification.rb +237 -0
- data/lib/schema_org/mixins/price_type_enumeration.rb +16 -0
- data/lib/schema_org/mixins/product.rb +1287 -0
- data/lib/schema_org/mixins/product_collection.rb +38 -0
- data/lib/schema_org/mixins/product_group.rb +79 -0
- data/lib/schema_org/mixins/product_model.rb +79 -0
- data/lib/schema_org/mixins/product_return_enumeration.rb +16 -0
- data/lib/schema_org/mixins/product_return_policy.rb +61 -0
- data/lib/schema_org/mixins/professional_service.rb +16 -0
- data/lib/schema_org/mixins/profile_page.rb +16 -0
- data/lib/schema_org/mixins/program_membership.rb +163 -0
- data/lib/schema_org/mixins/project.rb +16 -0
- data/lib/schema_org/mixins/pronounceable_text.rb +99 -0
- data/lib/schema_org/mixins/property.rb +16 -0
- data/lib/schema_org/mixins/property_value.rb +217 -0
- data/lib/schema_org/mixins/property_value_specification.rb +237 -0
- data/lib/schema_org/mixins/protein.rb +37 -0
- data/lib/schema_org/mixins/psychological_treatment.rb +16 -0
- data/lib/schema_org/mixins/public_swimming_pool.rb +16 -0
- data/lib/schema_org/mixins/public_toilet.rb +16 -0
- data/lib/schema_org/mixins/publication_event.rb +79 -0
- data/lib/schema_org/mixins/publication_issue.rb +97 -0
- data/lib/schema_org/mixins/publication_volume.rb +97 -0
- data/lib/schema_org/mixins/purchase_type.rb +16 -0
- data/lib/schema_org/mixins/qa_page.rb +16 -0
- data/lib/schema_org/mixins/qualitative_value.rb +177 -0
- data/lib/schema_org/mixins/quantitative_value.rb +159 -0
- data/lib/schema_org/mixins/quantitative_value_distribution.rb +137 -0
- data/lib/schema_org/mixins/quantity.rb +16 -0
- data/lib/schema_org/mixins/question.rb +117 -0
- data/lib/schema_org/mixins/quiz.rb +16 -0
- data/lib/schema_org/mixins/quotation.rb +37 -0
- data/lib/schema_org/mixins/quote_action.rb +16 -0
- data/lib/schema_org/mixins/radiation_therapy.rb +16 -0
- data/lib/schema_org/mixins/radio_broadcast_service.rb +16 -0
- data/lib/schema_org/mixins/radio_channel.rb +16 -0
- data/lib/schema_org/mixins/radio_clip.rb +16 -0
- data/lib/schema_org/mixins/radio_episode.rb +16 -0
- data/lib/schema_org/mixins/radio_season.rb +16 -0
- data/lib/schema_org/mixins/radio_series.rb +317 -0
- data/lib/schema_org/mixins/radio_station.rb +16 -0
- data/lib/schema_org/mixins/rating.rb +137 -0
- data/lib/schema_org/mixins/react_action.rb +16 -0
- data/lib/schema_org/mixins/read_action.rb +16 -0
- data/lib/schema_org/mixins/real_estate_agent.rb +16 -0
- data/lib/schema_org/mixins/real_estate_listing.rb +57 -0
- data/lib/schema_org/mixins/receive_action.rb +57 -0
- data/lib/schema_org/mixins/recipe.rb +221 -0
- data/lib/schema_org/mixins/recommendation.rb +37 -0
- data/lib/schema_org/mixins/recommended_dose_schedule.rb +16 -0
- data/lib/schema_org/mixins/recycling_center.rb +16 -0
- data/lib/schema_org/mixins/refund_type_enumeration.rb +16 -0
- data/lib/schema_org/mixins/register_action.rb +16 -0
- data/lib/schema_org/mixins/reject_action.rb +16 -0
- data/lib/schema_org/mixins/rent_action.rb +57 -0
- data/lib/schema_org/mixins/rental_car_reservation.rb +97 -0
- data/lib/schema_org/mixins/repayment_specification.rb +117 -0
- data/lib/schema_org/mixins/replace_action.rb +57 -0
- data/lib/schema_org/mixins/reply_action.rb +37 -0
- data/lib/schema_org/mixins/report.rb +37 -0
- data/lib/schema_org/mixins/reportage_news_article.rb +16 -0
- data/lib/schema_org/mixins/reported_dose_schedule.rb +16 -0
- data/lib/schema_org/mixins/research_organization.rb +16 -0
- data/lib/schema_org/mixins/research_project.rb +16 -0
- data/lib/schema_org/mixins/researcher.rb +16 -0
- data/lib/schema_org/mixins/reservation.rb +283 -0
- data/lib/schema_org/mixins/reservation_package.rb +37 -0
- data/lib/schema_org/mixins/reservation_status_type.rb +16 -0
- data/lib/schema_org/mixins/reserve_action.rb +16 -0
- data/lib/schema_org/mixins/reservoir.rb +16 -0
- data/lib/schema_org/mixins/reset_password_action.rb +16 -0
- data/lib/schema_org/mixins/residence.rb +59 -0
- data/lib/schema_org/mixins/resort.rb +16 -0
- data/lib/schema_org/mixins/restaurant.rb +16 -0
- data/lib/schema_org/mixins/restricted_diet.rb +16 -0
- data/lib/schema_org/mixins/resume_action.rb +16 -0
- data/lib/schema_org/mixins/return_action.rb +37 -0
- data/lib/schema_org/mixins/return_fees_enumeration.rb +16 -0
- data/lib/schema_org/mixins/return_label_source_enumeration.rb +16 -0
- data/lib/schema_org/mixins/return_method_enumeration.rb +16 -0
- data/lib/schema_org/mixins/review.rb +215 -0
- data/lib/schema_org/mixins/review_action.rb +37 -0
- data/lib/schema_org/mixins/review_news_article.rb +17 -0
- data/lib/schema_org/mixins/river_body_of_water.rb +16 -0
- data/lib/schema_org/mixins/role.rb +101 -0
- data/lib/schema_org/mixins/roofing_contractor.rb +16 -0
- data/lib/schema_org/mixins/room.rb +16 -0
- data/lib/schema_org/mixins/rsvp_action.rb +77 -0
- data/lib/schema_org/mixins/rsvp_response_type.rb +16 -0
- data/lib/schema_org/mixins/runtime_platform.rb +16 -0
- data/lib/schema_org/mixins/rv_park.rb +16 -0
- data/lib/schema_org/mixins/sale_event.rb +16 -0
- data/lib/schema_org/mixins/satirical_article.rb +16 -0
- data/lib/schema_org/mixins/schedule.rb +285 -0
- data/lib/schema_org/mixins/schedule_action.rb +16 -0
- data/lib/schema_org/mixins/scholarly_article.rb +16 -0
- data/lib/schema_org/mixins/school.rb +16 -0
- data/lib/schema_org/mixins/school_district.rb +16 -0
- data/lib/schema_org/mixins/screening_event.rb +77 -0
- data/lib/schema_org/mixins/sculpture.rb +16 -0
- data/lib/schema_org/mixins/sea_body_of_water.rb +16 -0
- data/lib/schema_org/mixins/search_action.rb +37 -0
- data/lib/schema_org/mixins/search_rescue_organization.rb +16 -0
- data/lib/schema_org/mixins/search_results_page.rb +16 -0
- data/lib/schema_org/mixins/season.rb +16 -0
- data/lib/schema_org/mixins/seat.rb +97 -0
- data/lib/schema_org/mixins/seek_to_action.rb +37 -0
- data/lib/schema_org/mixins/self_storage.rb +16 -0
- data/lib/schema_org/mixins/sell_action.rb +59 -0
- data/lib/schema_org/mixins/send_action.rb +57 -0
- data/lib/schema_org/mixins/sequential_art.rb +17 -0
- data/lib/schema_org/mixins/series.rb +16 -0
- data/lib/schema_org/mixins/service.rb +541 -0
- data/lib/schema_org/mixins/service_channel.rb +177 -0
- data/lib/schema_org/mixins/service_period.rb +77 -0
- data/lib/schema_org/mixins/share_action.rb +16 -0
- data/lib/schema_org/mixins/sheet_music.rb +16 -0
- data/lib/schema_org/mixins/shipping_conditions.rb +265 -0
- data/lib/schema_org/mixins/shipping_delivery_time.rb +113 -0
- data/lib/schema_org/mixins/shipping_rate_settings.rb +177 -0
- data/lib/schema_org/mixins/shipping_service.rb +105 -0
- data/lib/schema_org/mixins/shoe_store.rb +16 -0
- data/lib/schema_org/mixins/shopping_center.rb +16 -0
- data/lib/schema_org/mixins/short_story.rb +16 -0
- data/lib/schema_org/mixins/single_family_residence.rb +61 -0
- data/lib/schema_org/mixins/site_navigation_element.rb +16 -0
- data/lib/schema_org/mixins/size_group_enumeration.rb +16 -0
- data/lib/schema_org/mixins/size_specification.rb +137 -0
- data/lib/schema_org/mixins/size_system_enumeration.rb +16 -0
- data/lib/schema_org/mixins/ski_resort.rb +17 -0
- data/lib/schema_org/mixins/social_event.rb +16 -0
- data/lib/schema_org/mixins/social_media_posting.rb +37 -0
- data/lib/schema_org/mixins/software_application.rb +527 -0
- data/lib/schema_org/mixins/software_source_code.rb +165 -0
- data/lib/schema_org/mixins/solve_math_action.rb +37 -0
- data/lib/schema_org/mixins/some_products.rb +37 -0
- data/lib/schema_org/mixins/speakable_specification.rb +57 -0
- data/lib/schema_org/mixins/special_announcement.rb +281 -0
- data/lib/schema_org/mixins/specialty.rb +16 -0
- data/lib/schema_org/mixins/sporting_goods_store.rb +16 -0
- data/lib/schema_org/mixins/sports_activity_location.rb +16 -0
- data/lib/schema_org/mixins/sports_club.rb +16 -0
- data/lib/schema_org/mixins/sports_event.rb +117 -0
- data/lib/schema_org/mixins/sports_organization.rb +37 -0
- data/lib/schema_org/mixins/sports_team.rb +77 -0
- data/lib/schema_org/mixins/spreadsheet_digital_document.rb +16 -0
- data/lib/schema_org/mixins/stadium_or_arena.rb +17 -0
- data/lib/schema_org/mixins/state.rb +16 -0
- data/lib/schema_org/mixins/statement.rb +16 -0
- data/lib/schema_org/mixins/statistical_population.rb +37 -0
- data/lib/schema_org/mixins/statistical_variable.rb +169 -0
- data/lib/schema_org/mixins/status_enumeration.rb +16 -0
- data/lib/schema_org/mixins/steering_position_value.rb +16 -0
- data/lib/schema_org/mixins/store.rb +16 -0
- data/lib/schema_org/mixins/structured_value.rb +16 -0
- data/lib/schema_org/mixins/stupid_type.rb +37 -0
- data/lib/schema_org/mixins/subscribe_action.rb +16 -0
- data/lib/schema_org/mixins/substance.rb +57 -0
- data/lib/schema_org/mixins/subway_station.rb +16 -0
- data/lib/schema_org/mixins/suite.rb +83 -0
- data/lib/schema_org/mixins/superficial_anatomy.rb +117 -0
- data/lib/schema_org/mixins/surgical_procedure.rb +16 -0
- data/lib/schema_org/mixins/suspend_action.rb +16 -0
- data/lib/schema_org/mixins/syllabus.rb +16 -0
- data/lib/schema_org/mixins/synagogue.rb +16 -0
- data/lib/schema_org/mixins/table.rb +16 -0
- data/lib/schema_org/mixins/take_action.rb +16 -0
- data/lib/schema_org/mixins/tattoo_parlor.rb +16 -0
- data/lib/schema_org/mixins/taxi.rb +16 -0
- data/lib/schema_org/mixins/taxi_reservation.rb +77 -0
- data/lib/schema_org/mixins/taxi_service.rb +16 -0
- data/lib/schema_org/mixins/taxi_stand.rb +16 -0
- data/lib/schema_org/mixins/taxon.rb +101 -0
- data/lib/schema_org/mixins/tech_article.rb +57 -0
- data/lib/schema_org/mixins/television_channel.rb +16 -0
- data/lib/schema_org/mixins/television_station.rb +16 -0
- data/lib/schema_org/mixins/tennis_complex.rb +16 -0
- data/lib/schema_org/mixins/text.rb +16 -0
- data/lib/schema_org/mixins/text_digital_document.rb +16 -0
- data/lib/schema_org/mixins/text_object.rb +16 -0
- data/lib/schema_org/mixins/theater_event.rb +16 -0
- data/lib/schema_org/mixins/theater_group.rb +16 -0
- data/lib/schema_org/mixins/therapeutic_procedure.rb +77 -0
- data/lib/schema_org/mixins/thesis.rb +37 -0
- data/lib/schema_org/mixins/thing.rb +283 -0
- data/lib/schema_org/mixins/three_d_model.rb +37 -0
- data/lib/schema_org/mixins/ticket.rb +177 -0
- data/lib/schema_org/mixins/tie_action.rb +16 -0
- data/lib/schema_org/mixins/tier_benefit_enumeration.rb +16 -0
- data/lib/schema_org/mixins/time.rb +16 -0
- data/lib/schema_org/mixins/tip_action.rb +37 -0
- data/lib/schema_org/mixins/tire_shop.rb +16 -0
- data/lib/schema_org/mixins/tourist_attraction.rb +57 -0
- data/lib/schema_org/mixins/tourist_destination.rb +57 -0
- data/lib/schema_org/mixins/tourist_information_center.rb +16 -0
- data/lib/schema_org/mixins/tourist_trip.rb +37 -0
- data/lib/schema_org/mixins/toy_store.rb +16 -0
- data/lib/schema_org/mixins/track_action.rb +37 -0
- data/lib/schema_org/mixins/trade_action.rb +77 -0
- data/lib/schema_org/mixins/train_reservation.rb +16 -0
- data/lib/schema_org/mixins/train_station.rb +16 -0
- data/lib/schema_org/mixins/train_trip.rb +137 -0
- data/lib/schema_org/mixins/transfer_action.rb +57 -0
- data/lib/schema_org/mixins/travel_action.rb +37 -0
- data/lib/schema_org/mixins/travel_agency.rb +16 -0
- data/lib/schema_org/mixins/treatment_indication.rb +16 -0
- data/lib/schema_org/mixins/trip.rb +185 -0
- data/lib/schema_org/mixins/tv_clip.rb +39 -0
- data/lib/schema_org/mixins/tv_episode.rb +115 -0
- data/lib/schema_org/mixins/tv_season.rb +96 -0
- data/lib/schema_org/mixins/tv_series.rb +374 -0
- data/lib/schema_org/mixins/type_and_quantity_node.rb +119 -0
- data/lib/schema_org/mixins/uk_nonprofit_type.rb +16 -0
- data/lib/schema_org/mixins/un_register_action.rb +16 -0
- data/lib/schema_org/mixins/unit_price_specification.rb +179 -0
- data/lib/schema_org/mixins/update_action.rb +61 -0
- data/lib/schema_org/mixins/url.rb +16 -0
- data/lib/schema_org/mixins/us_nonprofit_type.rb +16 -0
- data/lib/schema_org/mixins/use_action.rb +16 -0
- data/lib/schema_org/mixins/user_blocks.rb +16 -0
- data/lib/schema_org/mixins/user_checkins.rb +16 -0
- data/lib/schema_org/mixins/user_comments.rb +117 -0
- data/lib/schema_org/mixins/user_downloads.rb +16 -0
- data/lib/schema_org/mixins/user_interaction.rb +16 -0
- data/lib/schema_org/mixins/user_likes.rb +16 -0
- data/lib/schema_org/mixins/user_page_visits.rb +16 -0
- data/lib/schema_org/mixins/user_plays.rb +16 -0
- data/lib/schema_org/mixins/user_plus_ones.rb +16 -0
- data/lib/schema_org/mixins/user_review.rb +16 -0
- data/lib/schema_org/mixins/user_tweets.rb +16 -0
- data/lib/schema_org/mixins/vacation_rental.rb +16 -0
- data/lib/schema_org/mixins/vehicle.rb +817 -0
- data/lib/schema_org/mixins/vein.rb +77 -0
- data/lib/schema_org/mixins/vessel.rb +16 -0
- data/lib/schema_org/mixins/veterinary_care.rb +16 -0
- data/lib/schema_org/mixins/video_gallery.rb +16 -0
- data/lib/schema_org/mixins/video_game.rb +268 -0
- data/lib/schema_org/mixins/video_game_clip.rb +16 -0
- data/lib/schema_org/mixins/video_game_series.rb +477 -0
- data/lib/schema_org/mixins/video_object.rb +225 -0
- data/lib/schema_org/mixins/video_object_snapshot.rb +16 -0
- data/lib/schema_org/mixins/view_action.rb +16 -0
- data/lib/schema_org/mixins/virtual_location.rb +16 -0
- data/lib/schema_org/mixins/visual_arts_event.rb +16 -0
- data/lib/schema_org/mixins/visual_artwork.rb +305 -0
- data/lib/schema_org/mixins/vital_sign.rb +16 -0
- data/lib/schema_org/mixins/volcano.rb +16 -0
- data/lib/schema_org/mixins/vote_action.rb +37 -0
- data/lib/schema_org/mixins/want_action.rb +16 -0
- data/lib/schema_org/mixins/warranty_promise.rb +57 -0
- data/lib/schema_org/mixins/warranty_scope.rb +16 -0
- data/lib/schema_org/mixins/watch_action.rb +16 -0
- data/lib/schema_org/mixins/waterfall.rb +16 -0
- data/lib/schema_org/mixins/wear_action.rb +16 -0
- data/lib/schema_org/mixins/wearable_measurement_type_enumeration.rb +16 -0
- data/lib/schema_org/mixins/wearable_size_group_enumeration.rb +16 -0
- data/lib/schema_org/mixins/wearable_size_system_enumeration.rb +16 -0
- data/lib/schema_org/mixins/web_api.rb +37 -0
- data/lib/schema_org/mixins/web_application.rb +37 -0
- data/lib/schema_org/mixins/web_content.rb +16 -0
- data/lib/schema_org/mixins/web_page.rb +247 -0
- data/lib/schema_org/mixins/web_page_element.rb +57 -0
- data/lib/schema_org/mixins/web_site.rb +37 -0
- data/lib/schema_org/mixins/wholesale_store.rb +16 -0
- data/lib/schema_org/mixins/win_action.rb +37 -0
- data/lib/schema_org/mixins/winery.rb +16 -0
- data/lib/schema_org/mixins/work_based_program.rb +59 -0
- data/lib/schema_org/mixins/workers_union.rb +16 -0
- data/lib/schema_org/mixins/wp_ad_block.rb +16 -0
- data/lib/schema_org/mixins/wp_footer.rb +16 -0
- data/lib/schema_org/mixins/wp_header.rb +16 -0
- data/lib/schema_org/mixins/wp_side_bar.rb +16 -0
- data/lib/schema_org/mixins/write_action.rb +61 -0
- data/lib/schema_org/mixins/x_path_type.rb +16 -0
- data/lib/schema_org/mixins/zoo.rb +16 -0
- data/lib/schema_org/schema_version.rb +5 -0
- data/lib/schema_org/types/about_page.rb +35 -0
- data/lib/schema_org/types/accept_action.rb +35 -0
- data/lib/schema_org/types/accommodation.rb +38 -0
- data/lib/schema_org/types/accounting_service.rb +35 -0
- data/lib/schema_org/types/achieve_action.rb +35 -0
- data/lib/schema_org/types/action.rb +35 -0
- data/lib/schema_org/types/action_access_specification.rb +35 -0
- data/lib/schema_org/types/action_status_type.rb +44 -0
- data/lib/schema_org/types/activate_action.rb +35 -0
- data/lib/schema_org/types/add_action.rb +35 -0
- data/lib/schema_org/types/administrative_area.rb +35 -0
- data/lib/schema_org/types/adult_entertainment.rb +35 -0
- data/lib/schema_org/types/adult_oriented_enumeration.rb +50 -0
- data/lib/schema_org/types/advertiser_content_article.rb +35 -0
- data/lib/schema_org/types/aggregate_offer.rb +35 -0
- data/lib/schema_org/types/aggregate_rating.rb +35 -0
- data/lib/schema_org/types/agree_action.rb +35 -0
- data/lib/schema_org/types/airline.rb +35 -0
- data/lib/schema_org/types/airport.rb +35 -0
- data/lib/schema_org/types/alignment_object.rb +36 -0
- data/lib/schema_org/types/allocate_action.rb +35 -0
- data/lib/schema_org/types/am_radio_channel.rb +35 -0
- data/lib/schema_org/types/amp_story.rb +35 -0
- data/lib/schema_org/types/amusement_park.rb +35 -0
- data/lib/schema_org/types/analysis_news_article.rb +35 -0
- data/lib/schema_org/types/anatomical_structure.rb +35 -0
- data/lib/schema_org/types/anatomical_system.rb +35 -0
- data/lib/schema_org/types/animal_shelter.rb +35 -0
- data/lib/schema_org/types/answer.rb +35 -0
- data/lib/schema_org/types/apartment.rb +35 -0
- data/lib/schema_org/types/apartment_complex.rb +35 -0
- data/lib/schema_org/types/api_reference.rb +35 -0
- data/lib/schema_org/types/append_action.rb +35 -0
- data/lib/schema_org/types/apply_action.rb +35 -0
- data/lib/schema_org/types/approved_indication.rb +35 -0
- data/lib/schema_org/types/aquarium.rb +35 -0
- data/lib/schema_org/types/archive_component.rb +35 -0
- data/lib/schema_org/types/archive_organization.rb +35 -0
- data/lib/schema_org/types/arrive_action.rb +35 -0
- data/lib/schema_org/types/art_gallery.rb +35 -0
- data/lib/schema_org/types/artery.rb +35 -0
- data/lib/schema_org/types/article.rb +35 -0
- data/lib/schema_org/types/ask_action.rb +35 -0
- data/lib/schema_org/types/ask_public_news_article.rb +35 -0
- data/lib/schema_org/types/assess_action.rb +35 -0
- data/lib/schema_org/types/assign_action.rb +35 -0
- data/lib/schema_org/types/atlas.rb +35 -0
- data/lib/schema_org/types/attorney.rb +35 -0
- data/lib/schema_org/types/audience.rb +35 -0
- data/lib/schema_org/types/audio_object.rb +35 -0
- data/lib/schema_org/types/audio_object_snapshot.rb +35 -0
- data/lib/schema_org/types/audiobook.rb +35 -0
- data/lib/schema_org/types/authenticate_action.rb +35 -0
- data/lib/schema_org/types/authorize_action.rb +35 -0
- data/lib/schema_org/types/auto_body_shop.rb +35 -0
- data/lib/schema_org/types/auto_dealer.rb +35 -0
- data/lib/schema_org/types/auto_parts_store.rb +35 -0
- data/lib/schema_org/types/auto_rental.rb +35 -0
- data/lib/schema_org/types/auto_repair.rb +35 -0
- data/lib/schema_org/types/auto_wash.rb +35 -0
- data/lib/schema_org/types/automated_teller.rb +35 -0
- data/lib/schema_org/types/automotive_business.rb +35 -0
- data/lib/schema_org/types/background_news_article.rb +35 -0
- data/lib/schema_org/types/bakery.rb +35 -0
- data/lib/schema_org/types/bank_account.rb +35 -0
- data/lib/schema_org/types/bank_or_credit_union.rb +35 -0
- data/lib/schema_org/types/bar_or_pub.rb +35 -0
- data/lib/schema_org/types/barcode.rb +35 -0
- data/lib/schema_org/types/beach.rb +35 -0
- data/lib/schema_org/types/beauty_salon.rb +35 -0
- data/lib/schema_org/types/bed_and_breakfast.rb +37 -0
- data/lib/schema_org/types/bed_details.rb +35 -0
- data/lib/schema_org/types/bed_type.rb +35 -0
- data/lib/schema_org/types/befriend_action.rb +35 -0
- data/lib/schema_org/types/bike_store.rb +35 -0
- data/lib/schema_org/types/bio_chem_entity.rb +35 -0
- data/lib/schema_org/types/blog.rb +35 -0
- data/lib/schema_org/types/blog_posting.rb +35 -0
- data/lib/schema_org/types/blood_test.rb +35 -0
- data/lib/schema_org/types/boarding_policy_type.rb +42 -0
- data/lib/schema_org/types/boat_reservation.rb +37 -0
- data/lib/schema_org/types/boat_terminal.rb +35 -0
- data/lib/schema_org/types/boat_trip.rb +35 -0
- data/lib/schema_org/types/body_measurement_type_enumeration.rb +53 -0
- data/lib/schema_org/types/body_of_water.rb +35 -0
- data/lib/schema_org/types/bone.rb +35 -0
- data/lib/schema_org/types/book.rb +35 -0
- data/lib/schema_org/types/book_format_type.rb +46 -0
- data/lib/schema_org/types/book_series.rb +35 -0
- data/lib/schema_org/types/book_store.rb +35 -0
- data/lib/schema_org/types/bookmark_action.rb +35 -0
- data/lib/schema_org/types/boolean.rb +36 -0
- data/lib/schema_org/types/borrow_action.rb +35 -0
- data/lib/schema_org/types/bowling_alley.rb +35 -0
- data/lib/schema_org/types/brain_structure.rb +35 -0
- data/lib/schema_org/types/brand.rb +35 -0
- data/lib/schema_org/types/breadcrumb_list.rb +35 -0
- data/lib/schema_org/types/brewery.rb +35 -0
- data/lib/schema_org/types/bridge.rb +35 -0
- data/lib/schema_org/types/broadcast_channel.rb +35 -0
- data/lib/schema_org/types/broadcast_event.rb +35 -0
- data/lib/schema_org/types/broadcast_frequency_specification.rb +35 -0
- data/lib/schema_org/types/broadcast_service.rb +35 -0
- data/lib/schema_org/types/brokerage_account.rb +35 -0
- data/lib/schema_org/types/buddhist_temple.rb +35 -0
- data/lib/schema_org/types/bus_or_coach.rb +35 -0
- data/lib/schema_org/types/bus_reservation.rb +35 -0
- data/lib/schema_org/types/bus_station.rb +35 -0
- data/lib/schema_org/types/bus_stop.rb +35 -0
- data/lib/schema_org/types/bus_trip.rb +35 -0
- data/lib/schema_org/types/business_audience.rb +35 -0
- data/lib/schema_org/types/business_entity_type.rb +35 -0
- data/lib/schema_org/types/business_event.rb +35 -0
- data/lib/schema_org/types/business_function.rb +35 -0
- data/lib/schema_org/types/buy_action.rb +35 -0
- data/lib/schema_org/types/cable_or_satellite_service.rb +35 -0
- data/lib/schema_org/types/cafe_or_coffee_shop.rb +35 -0
- data/lib/schema_org/types/campground.rb +38 -0
- data/lib/schema_org/types/camping_pitch.rb +38 -0
- data/lib/schema_org/types/canal.rb +35 -0
- data/lib/schema_org/types/cancel_action.rb +35 -0
- data/lib/schema_org/types/car.rb +35 -0
- data/lib/schema_org/types/car_usage_type.rb +43 -0
- data/lib/schema_org/types/casino.rb +35 -0
- data/lib/schema_org/types/category_code.rb +35 -0
- data/lib/schema_org/types/category_code_set.rb +35 -0
- data/lib/schema_org/types/catholic_church.rb +35 -0
- data/lib/schema_org/types/cdcpmd_record.rb +37 -0
- data/lib/schema_org/types/cemetery.rb +35 -0
- data/lib/schema_org/types/certification.rb +35 -0
- data/lib/schema_org/types/certification_status_enumeration.rb +42 -0
- data/lib/schema_org/types/chapter.rb +35 -0
- data/lib/schema_org/types/check_action.rb +35 -0
- data/lib/schema_org/types/check_in_action.rb +35 -0
- data/lib/schema_org/types/check_out_action.rb +35 -0
- data/lib/schema_org/types/checkout_page.rb +35 -0
- data/lib/schema_org/types/chemical_substance.rb +35 -0
- data/lib/schema_org/types/child_care.rb +35 -0
- data/lib/schema_org/types/childrens_event.rb +35 -0
- data/lib/schema_org/types/choose_action.rb +35 -0
- data/lib/schema_org/types/church.rb +35 -0
- data/lib/schema_org/types/city.rb +35 -0
- data/lib/schema_org/types/city_hall.rb +35 -0
- data/lib/schema_org/types/civic_structure.rb +35 -0
- data/lib/schema_org/types/claim.rb +39 -0
- data/lib/schema_org/types/claim_review.rb +35 -0
- data/lib/schema_org/types/class.rb +35 -0
- data/lib/schema_org/types/clip.rb +35 -0
- data/lib/schema_org/types/clothing_store.rb +35 -0
- data/lib/schema_org/types/code.rb +37 -0
- data/lib/schema_org/types/collection.rb +35 -0
- data/lib/schema_org/types/collection_page.rb +35 -0
- data/lib/schema_org/types/college_or_university.rb +35 -0
- data/lib/schema_org/types/comedy_club.rb +35 -0
- data/lib/schema_org/types/comedy_event.rb +35 -0
- data/lib/schema_org/types/comic_cover_art.rb +35 -0
- data/lib/schema_org/types/comic_issue.rb +40 -0
- data/lib/schema_org/types/comic_series.rb +37 -0
- data/lib/schema_org/types/comic_story.rb +37 -0
- data/lib/schema_org/types/comment.rb +35 -0
- data/lib/schema_org/types/comment_action.rb +35 -0
- data/lib/schema_org/types/communicate_action.rb +35 -0
- data/lib/schema_org/types/complete_data_feed.rb +37 -0
- data/lib/schema_org/types/compound_price_specification.rb +35 -0
- data/lib/schema_org/types/computer_language.rb +35 -0
- data/lib/schema_org/types/computer_store.rb +35 -0
- data/lib/schema_org/types/conference_event.rb +35 -0
- data/lib/schema_org/types/confirm_action.rb +35 -0
- data/lib/schema_org/types/consortium.rb +35 -0
- data/lib/schema_org/types/constraint_node.rb +36 -0
- data/lib/schema_org/types/consume_action.rb +35 -0
- data/lib/schema_org/types/contact_page.rb +35 -0
- data/lib/schema_org/types/contact_point.rb +35 -0
- data/lib/schema_org/types/contact_point_option.rb +42 -0
- data/lib/schema_org/types/continent.rb +35 -0
- data/lib/schema_org/types/control_action.rb +35 -0
- data/lib/schema_org/types/convenience_store.rb +35 -0
- data/lib/schema_org/types/conversation.rb +35 -0
- data/lib/schema_org/types/cook_action.rb +35 -0
- data/lib/schema_org/types/cooperative.rb +35 -0
- data/lib/schema_org/types/corporation.rb +35 -0
- data/lib/schema_org/types/correction_comment.rb +35 -0
- data/lib/schema_org/types/country.rb +35 -0
- data/lib/schema_org/types/course.rb +35 -0
- data/lib/schema_org/types/course_instance.rb +35 -0
- data/lib/schema_org/types/courthouse.rb +35 -0
- data/lib/schema_org/types/cover_art.rb +35 -0
- data/lib/schema_org/types/covid_testing_facility.rb +38 -0
- data/lib/schema_org/types/create_action.rb +35 -0
- data/lib/schema_org/types/creative_work.rb +35 -0
- data/lib/schema_org/types/creative_work_season.rb +37 -0
- data/lib/schema_org/types/creative_work_series.rb +35 -0
- data/lib/schema_org/types/credential.rb +35 -0
- data/lib/schema_org/types/credit_card.rb +35 -0
- data/lib/schema_org/types/crematorium.rb +35 -0
- data/lib/schema_org/types/critic_review.rb +35 -0
- data/lib/schema_org/types/css_selector_type.rb +36 -0
- data/lib/schema_org/types/currency_conversion_service.rb +35 -0
- data/lib/schema_org/types/d_dx_element.rb +35 -0
- data/lib/schema_org/types/dance_event.rb +35 -0
- data/lib/schema_org/types/dance_group.rb +35 -0
- data/lib/schema_org/types/data_catalog.rb +35 -0
- data/lib/schema_org/types/data_download.rb +35 -0
- data/lib/schema_org/types/data_feed.rb +35 -0
- data/lib/schema_org/types/data_feed_item.rb +35 -0
- data/lib/schema_org/types/data_type.rb +36 -0
- data/lib/schema_org/types/dataset.rb +35 -0
- data/lib/schema_org/types/date.rb +36 -0
- data/lib/schema_org/types/date_time.rb +36 -0
- data/lib/schema_org/types/dated_money_specification.rb +37 -0
- data/lib/schema_org/types/day_of_week.rb +50 -0
- data/lib/schema_org/types/day_spa.rb +35 -0
- data/lib/schema_org/types/de_nonprofit_type.rb +47 -0
- data/lib/schema_org/types/deactivate_action.rb +35 -0
- data/lib/schema_org/types/defence_establishment.rb +35 -0
- data/lib/schema_org/types/defined_region.rb +47 -0
- data/lib/schema_org/types/defined_term.rb +35 -0
- data/lib/schema_org/types/defined_term_set.rb +35 -0
- data/lib/schema_org/types/delete_action.rb +35 -0
- data/lib/schema_org/types/delivery_charge_specification.rb +35 -0
- data/lib/schema_org/types/delivery_event.rb +35 -0
- data/lib/schema_org/types/delivery_method.rb +43 -0
- data/lib/schema_org/types/delivery_time_settings.rb +37 -0
- data/lib/schema_org/types/demand.rb +35 -0
- data/lib/schema_org/types/dentist.rb +35 -0
- data/lib/schema_org/types/depart_action.rb +35 -0
- data/lib/schema_org/types/department_store.rb +35 -0
- data/lib/schema_org/types/deposit_account.rb +35 -0
- data/lib/schema_org/types/diagnostic_lab.rb +35 -0
- data/lib/schema_org/types/diagnostic_procedure.rb +35 -0
- data/lib/schema_org/types/diet.rb +35 -0
- data/lib/schema_org/types/dietary_supplement.rb +35 -0
- data/lib/schema_org/types/digital_document.rb +35 -0
- data/lib/schema_org/types/digital_document_permission.rb +35 -0
- data/lib/schema_org/types/digital_document_permission_type.rb +43 -0
- data/lib/schema_org/types/digital_platform_enumeration.rb +45 -0
- data/lib/schema_org/types/disagree_action.rb +35 -0
- data/lib/schema_org/types/discover_action.rb +35 -0
- data/lib/schema_org/types/discussion_forum_posting.rb +35 -0
- data/lib/schema_org/types/dislike_action.rb +35 -0
- data/lib/schema_org/types/distance.rb +36 -0
- data/lib/schema_org/types/distillery.rb +35 -0
- data/lib/schema_org/types/donate_action.rb +35 -0
- data/lib/schema_org/types/dose_schedule.rb +35 -0
- data/lib/schema_org/types/download_action.rb +35 -0
- data/lib/schema_org/types/draw_action.rb +35 -0
- data/lib/schema_org/types/drawing.rb +35 -0
- data/lib/schema_org/types/drink_action.rb +35 -0
- data/lib/schema_org/types/drive_wheel_configuration_value.rb +44 -0
- data/lib/schema_org/types/drug.rb +35 -0
- data/lib/schema_org/types/drug_class.rb +35 -0
- data/lib/schema_org/types/drug_cost.rb +35 -0
- data/lib/schema_org/types/drug_cost_category.rb +43 -0
- data/lib/schema_org/types/drug_legal_status.rb +35 -0
- data/lib/schema_org/types/drug_pregnancy_category.rb +46 -0
- data/lib/schema_org/types/drug_prescription_status.rb +42 -0
- data/lib/schema_org/types/drug_strength.rb +35 -0
- data/lib/schema_org/types/dry_cleaning_or_laundry.rb +35 -0
- data/lib/schema_org/types/duration.rb +36 -0
- data/lib/schema_org/types/eat_action.rb +35 -0
- data/lib/schema_org/types/education_event.rb +35 -0
- data/lib/schema_org/types/educational_audience.rb +35 -0
- data/lib/schema_org/types/educational_occupational_credential.rb +35 -0
- data/lib/schema_org/types/educational_occupational_program.rb +35 -0
- data/lib/schema_org/types/educational_organization.rb +35 -0
- data/lib/schema_org/types/electrician.rb +35 -0
- data/lib/schema_org/types/electronics_store.rb +35 -0
- data/lib/schema_org/types/elementary_school.rb +35 -0
- data/lib/schema_org/types/email_message.rb +35 -0
- data/lib/schema_org/types/embassy.rb +35 -0
- data/lib/schema_org/types/emergency_service.rb +35 -0
- data/lib/schema_org/types/employee_role.rb +35 -0
- data/lib/schema_org/types/employer_aggregate_rating.rb +35 -0
- data/lib/schema_org/types/employer_review.rb +35 -0
- data/lib/schema_org/types/employment_agency.rb +35 -0
- data/lib/schema_org/types/endorse_action.rb +35 -0
- data/lib/schema_org/types/endorsement_rating.rb +40 -0
- data/lib/schema_org/types/energy.rb +36 -0
- data/lib/schema_org/types/energy_consumption_details.rb +35 -0
- data/lib/schema_org/types/energy_efficiency_enumeration.rb +35 -0
- data/lib/schema_org/types/energy_star_energy_efficiency_enumeration.rb +41 -0
- data/lib/schema_org/types/engine_specification.rb +35 -0
- data/lib/schema_org/types/entertainment_business.rb +35 -0
- data/lib/schema_org/types/entry_point.rb +35 -0
- data/lib/schema_org/types/enumeration.rb +35 -0
- data/lib/schema_org/types/episode.rb +35 -0
- data/lib/schema_org/types/error.rb +35 -0
- data/lib/schema_org/types/eu_energy_efficiency_enumeration.rb +50 -0
- data/lib/schema_org/types/event.rb +35 -0
- data/lib/schema_org/types/event_attendance_mode_enumeration.rb +43 -0
- data/lib/schema_org/types/event_reservation.rb +35 -0
- data/lib/schema_org/types/event_series.rb +47 -0
- data/lib/schema_org/types/event_status_type.rb +45 -0
- data/lib/schema_org/types/event_venue.rb +35 -0
- data/lib/schema_org/types/exchange_rate_specification.rb +35 -0
- data/lib/schema_org/types/exercise_action.rb +35 -0
- data/lib/schema_org/types/exercise_gym.rb +35 -0
- data/lib/schema_org/types/exercise_plan.rb +35 -0
- data/lib/schema_org/types/exhibition_event.rb +35 -0
- data/lib/schema_org/types/faq_page.rb +35 -0
- data/lib/schema_org/types/fast_food_restaurant.rb +35 -0
- data/lib/schema_org/types/festival.rb +35 -0
- data/lib/schema_org/types/film_action.rb +35 -0
- data/lib/schema_org/types/financial_incentive.rb +39 -0
- data/lib/schema_org/types/financial_product.rb +35 -0
- data/lib/schema_org/types/financial_service.rb +35 -0
- data/lib/schema_org/types/find_action.rb +35 -0
- data/lib/schema_org/types/fire_station.rb +35 -0
- data/lib/schema_org/types/flight.rb +35 -0
- data/lib/schema_org/types/flight_reservation.rb +35 -0
- data/lib/schema_org/types/float.rb +36 -0
- data/lib/schema_org/types/floor_plan.rb +35 -0
- data/lib/schema_org/types/florist.rb +35 -0
- data/lib/schema_org/types/fm_radio_channel.rb +35 -0
- data/lib/schema_org/types/follow_action.rb +35 -0
- data/lib/schema_org/types/food_establishment.rb +35 -0
- data/lib/schema_org/types/food_establishment_reservation.rb +35 -0
- data/lib/schema_org/types/food_event.rb +35 -0
- data/lib/schema_org/types/food_service.rb +35 -0
- data/lib/schema_org/types/fulfillment_type_enumeration.rb +45 -0
- data/lib/schema_org/types/funding_agency.rb +39 -0
- data/lib/schema_org/types/funding_scheme.rb +37 -0
- data/lib/schema_org/types/furniture_store.rb +35 -0
- data/lib/schema_org/types/game.rb +35 -0
- data/lib/schema_org/types/game_availability_enumeration.rb +42 -0
- data/lib/schema_org/types/game_play_mode.rb +43 -0
- data/lib/schema_org/types/game_server.rb +35 -0
- data/lib/schema_org/types/game_server_status.rb +44 -0
- data/lib/schema_org/types/garden_store.rb +35 -0
- data/lib/schema_org/types/gas_station.rb +35 -0
- data/lib/schema_org/types/gated_residence_community.rb +35 -0
- data/lib/schema_org/types/gender_type.rb +42 -0
- data/lib/schema_org/types/gene.rb +35 -0
- data/lib/schema_org/types/general_contractor.rb +35 -0
- data/lib/schema_org/types/geo_circle.rb +37 -0
- data/lib/schema_org/types/geo_coordinates.rb +35 -0
- data/lib/schema_org/types/geo_shape.rb +35 -0
- data/lib/schema_org/types/geospatial_geometry.rb +35 -0
- data/lib/schema_org/types/give_action.rb +35 -0
- data/lib/schema_org/types/golf_course.rb +35 -0
- data/lib/schema_org/types/government_benefits_type.rb +48 -0
- data/lib/schema_org/types/government_building.rb +35 -0
- data/lib/schema_org/types/government_office.rb +35 -0
- data/lib/schema_org/types/government_organization.rb +35 -0
- data/lib/schema_org/types/government_permit.rb +35 -0
- data/lib/schema_org/types/government_service.rb +35 -0
- data/lib/schema_org/types/grant.rb +40 -0
- data/lib/schema_org/types/grocery_store.rb +35 -0
- data/lib/schema_org/types/guide.rb +35 -0
- data/lib/schema_org/types/hackathon.rb +35 -0
- data/lib/schema_org/types/hair_salon.rb +35 -0
- data/lib/schema_org/types/hardware_store.rb +35 -0
- data/lib/schema_org/types/health_and_beauty_business.rb +35 -0
- data/lib/schema_org/types/health_aspect_enumeration.rb +69 -0
- data/lib/schema_org/types/health_club.rb +35 -0
- data/lib/schema_org/types/health_insurance_plan.rb +35 -0
- data/lib/schema_org/types/health_plan_cost_sharing_specification.rb +35 -0
- data/lib/schema_org/types/health_plan_formulary.rb +35 -0
- data/lib/schema_org/types/health_plan_network.rb +35 -0
- data/lib/schema_org/types/health_topic_content.rb +35 -0
- data/lib/schema_org/types/high_school.rb +35 -0
- data/lib/schema_org/types/hindu_temple.rb +35 -0
- data/lib/schema_org/types/hobby_shop.rb +35 -0
- data/lib/schema_org/types/home_and_construction_business.rb +35 -0
- data/lib/schema_org/types/home_goods_store.rb +35 -0
- data/lib/schema_org/types/hospital.rb +35 -0
- data/lib/schema_org/types/hostel.rb +37 -0
- data/lib/schema_org/types/hotel.rb +37 -0
- data/lib/schema_org/types/hotel_room.rb +37 -0
- data/lib/schema_org/types/house.rb +35 -0
- data/lib/schema_org/types/house_painter.rb +35 -0
- data/lib/schema_org/types/how_to.rb +35 -0
- data/lib/schema_org/types/how_to_direction.rb +35 -0
- data/lib/schema_org/types/how_to_item.rb +35 -0
- data/lib/schema_org/types/how_to_section.rb +35 -0
- data/lib/schema_org/types/how_to_step.rb +35 -0
- data/lib/schema_org/types/how_to_supply.rb +35 -0
- data/lib/schema_org/types/how_to_tip.rb +35 -0
- data/lib/schema_org/types/how_to_tool.rb +35 -0
- data/lib/schema_org/types/hvac_business.rb +35 -0
- data/lib/schema_org/types/hyper_toc.rb +35 -0
- data/lib/schema_org/types/hyper_toc_entry.rb +35 -0
- data/lib/schema_org/types/ice_cream_shop.rb +35 -0
- data/lib/schema_org/types/ignore_action.rb +35 -0
- data/lib/schema_org/types/image_gallery.rb +35 -0
- data/lib/schema_org/types/image_object.rb +35 -0
- data/lib/schema_org/types/image_object_snapshot.rb +35 -0
- data/lib/schema_org/types/imaging_test.rb +35 -0
- data/lib/schema_org/types/incentive_qualified_expense_type.rb +44 -0
- data/lib/schema_org/types/incentive_status.rb +44 -0
- data/lib/schema_org/types/incentive_type.rb +45 -0
- data/lib/schema_org/types/individual_physician.rb +36 -0
- data/lib/schema_org/types/individual_product.rb +35 -0
- data/lib/schema_org/types/infectious_agent_class.rb +46 -0
- data/lib/schema_org/types/infectious_disease.rb +35 -0
- data/lib/schema_org/types/inform_action.rb +35 -0
- data/lib/schema_org/types/insert_action.rb +35 -0
- data/lib/schema_org/types/install_action.rb +35 -0
- data/lib/schema_org/types/instantaneous_event.rb +35 -0
- data/lib/schema_org/types/insurance_agency.rb +35 -0
- data/lib/schema_org/types/intangible.rb +35 -0
- data/lib/schema_org/types/integer.rb +36 -0
- data/lib/schema_org/types/interact_action.rb +35 -0
- data/lib/schema_org/types/interaction_counter.rb +37 -0
- data/lib/schema_org/types/internet_cafe.rb +35 -0
- data/lib/schema_org/types/investment_fund.rb +35 -0
- data/lib/schema_org/types/investment_or_deposit.rb +35 -0
- data/lib/schema_org/types/invite_action.rb +35 -0
- data/lib/schema_org/types/invoice.rb +35 -0
- data/lib/schema_org/types/iptc_digital_source_enumeration.rb +59 -0
- data/lib/schema_org/types/it_nonprofit_type.rb +46 -0
- data/lib/schema_org/types/item_availability.rb +52 -0
- data/lib/schema_org/types/item_list.rb +35 -0
- data/lib/schema_org/types/item_list_order_type.rb +43 -0
- data/lib/schema_org/types/item_page.rb +35 -0
- data/lib/schema_org/types/jewelry_store.rb +35 -0
- data/lib/schema_org/types/job_posting.rb +35 -0
- data/lib/schema_org/types/join_action.rb +35 -0
- data/lib/schema_org/types/joint.rb +35 -0
- data/lib/schema_org/types/lake_body_of_water.rb +35 -0
- data/lib/schema_org/types/landform.rb +35 -0
- data/lib/schema_org/types/landmarks_or_historical_buildings.rb +35 -0
- data/lib/schema_org/types/language.rb +35 -0
- data/lib/schema_org/types/learning_resource.rb +39 -0
- data/lib/schema_org/types/leave_action.rb +35 -0
- data/lib/schema_org/types/legal_force_status.rb +43 -0
- data/lib/schema_org/types/legal_service.rb +35 -0
- data/lib/schema_org/types/legal_value_level.rb +44 -0
- data/lib/schema_org/types/legislation.rb +35 -0
- data/lib/schema_org/types/legislation_object.rb +35 -0
- data/lib/schema_org/types/legislative_building.rb +35 -0
- data/lib/schema_org/types/lend_action.rb +35 -0
- data/lib/schema_org/types/library.rb +35 -0
- data/lib/schema_org/types/library_system.rb +35 -0
- data/lib/schema_org/types/lifestyle_modification.rb +35 -0
- data/lib/schema_org/types/ligament.rb +35 -0
- data/lib/schema_org/types/like_action.rb +35 -0
- data/lib/schema_org/types/link_role.rb +35 -0
- data/lib/schema_org/types/liquor_store.rb +35 -0
- data/lib/schema_org/types/list_item.rb +35 -0
- data/lib/schema_org/types/listen_action.rb +35 -0
- data/lib/schema_org/types/literary_event.rb +35 -0
- data/lib/schema_org/types/live_blog_posting.rb +35 -0
- data/lib/schema_org/types/loan_or_credit.rb +35 -0
- data/lib/schema_org/types/local_business.rb +35 -0
- data/lib/schema_org/types/location_feature_specification.rb +35 -0
- data/lib/schema_org/types/locksmith.rb +35 -0
- data/lib/schema_org/types/lodging_business.rb +35 -0
- data/lib/schema_org/types/lodging_reservation.rb +35 -0
- data/lib/schema_org/types/login_action.rb +35 -0
- data/lib/schema_org/types/lose_action.rb +35 -0
- data/lib/schema_org/types/lymphatic_vessel.rb +35 -0
- data/lib/schema_org/types/manuscript.rb +35 -0
- data/lib/schema_org/types/map.rb +35 -0
- data/lib/schema_org/types/map_category_type.rb +44 -0
- data/lib/schema_org/types/marry_action.rb +35 -0
- data/lib/schema_org/types/mass.rb +36 -0
- data/lib/schema_org/types/math_solver.rb +35 -0
- data/lib/schema_org/types/maximum_dose_schedule.rb +35 -0
- data/lib/schema_org/types/measurement_method_enum.rb +41 -0
- data/lib/schema_org/types/measurement_type_enumeration.rb +35 -0
- data/lib/schema_org/types/media_enumeration.rb +35 -0
- data/lib/schema_org/types/media_gallery.rb +35 -0
- data/lib/schema_org/types/media_manipulation_rating_enumeration.rb +46 -0
- data/lib/schema_org/types/media_object.rb +35 -0
- data/lib/schema_org/types/media_review.rb +38 -0
- data/lib/schema_org/types/media_review_item.rb +35 -0
- data/lib/schema_org/types/media_subscription.rb +35 -0
- data/lib/schema_org/types/medical_audience.rb +35 -0
- data/lib/schema_org/types/medical_audience_type.rb +42 -0
- data/lib/schema_org/types/medical_business.rb +35 -0
- data/lib/schema_org/types/medical_cause.rb +35 -0
- data/lib/schema_org/types/medical_clinic.rb +35 -0
- data/lib/schema_org/types/medical_code.rb +35 -0
- data/lib/schema_org/types/medical_condition.rb +35 -0
- data/lib/schema_org/types/medical_condition_stage.rb +35 -0
- data/lib/schema_org/types/medical_contraindication.rb +35 -0
- data/lib/schema_org/types/medical_device.rb +35 -0
- data/lib/schema_org/types/medical_device_purpose.rb +42 -0
- data/lib/schema_org/types/medical_entity.rb +35 -0
- data/lib/schema_org/types/medical_enumeration.rb +35 -0
- data/lib/schema_org/types/medical_evidence_level.rb +43 -0
- data/lib/schema_org/types/medical_guideline.rb +35 -0
- data/lib/schema_org/types/medical_guideline_contraindication.rb +35 -0
- data/lib/schema_org/types/medical_guideline_recommendation.rb +35 -0
- data/lib/schema_org/types/medical_imaging_technique.rb +46 -0
- data/lib/schema_org/types/medical_indication.rb +35 -0
- data/lib/schema_org/types/medical_intangible.rb +35 -0
- data/lib/schema_org/types/medical_observational_study.rb +35 -0
- data/lib/schema_org/types/medical_observational_study_design.rb +46 -0
- data/lib/schema_org/types/medical_organization.rb +35 -0
- data/lib/schema_org/types/medical_procedure.rb +35 -0
- data/lib/schema_org/types/medical_procedure_type.rb +42 -0
- data/lib/schema_org/types/medical_risk_calculator.rb +35 -0
- data/lib/schema_org/types/medical_risk_estimator.rb +35 -0
- data/lib/schema_org/types/medical_risk_factor.rb +35 -0
- data/lib/schema_org/types/medical_risk_score.rb +35 -0
- data/lib/schema_org/types/medical_scholarly_article.rb +35 -0
- data/lib/schema_org/types/medical_sign.rb +35 -0
- data/lib/schema_org/types/medical_sign_or_symptom.rb +35 -0
- data/lib/schema_org/types/medical_specialty.rb +82 -0
- data/lib/schema_org/types/medical_study.rb +35 -0
- data/lib/schema_org/types/medical_study_status.rb +50 -0
- data/lib/schema_org/types/medical_symptom.rb +35 -0
- data/lib/schema_org/types/medical_test.rb +35 -0
- data/lib/schema_org/types/medical_test_panel.rb +35 -0
- data/lib/schema_org/types/medical_therapy.rb +35 -0
- data/lib/schema_org/types/medical_trial.rb +35 -0
- data/lib/schema_org/types/medical_trial_design.rb +49 -0
- data/lib/schema_org/types/medical_web_page.rb +35 -0
- data/lib/schema_org/types/medicine_system.rb +46 -0
- data/lib/schema_org/types/meeting_room.rb +37 -0
- data/lib/schema_org/types/member_program.rb +35 -0
- data/lib/schema_org/types/member_program_tier.rb +35 -0
- data/lib/schema_org/types/mens_clothing_store.rb +35 -0
- data/lib/schema_org/types/menu.rb +35 -0
- data/lib/schema_org/types/menu_item.rb +35 -0
- data/lib/schema_org/types/menu_section.rb +35 -0
- data/lib/schema_org/types/merchant_return_enumeration.rb +46 -0
- data/lib/schema_org/types/merchant_return_policy.rb +37 -0
- data/lib/schema_org/types/merchant_return_policy_seasonal_override.rb +35 -0
- data/lib/schema_org/types/message.rb +35 -0
- data/lib/schema_org/types/middle_school.rb +35 -0
- data/lib/schema_org/types/mobile_application.rb +35 -0
- data/lib/schema_org/types/mobile_phone_store.rb +35 -0
- data/lib/schema_org/types/molecular_entity.rb +35 -0
- data/lib/schema_org/types/monetary_amount.rb +37 -0
- data/lib/schema_org/types/monetary_amount_distribution.rb +35 -0
- data/lib/schema_org/types/monetary_grant.rb +35 -0
- data/lib/schema_org/types/money_transfer.rb +35 -0
- data/lib/schema_org/types/mortgage_loan.rb +35 -0
- data/lib/schema_org/types/mosque.rb +35 -0
- data/lib/schema_org/types/motel.rb +37 -0
- data/lib/schema_org/types/motorcycle.rb +35 -0
- data/lib/schema_org/types/motorcycle_dealer.rb +35 -0
- data/lib/schema_org/types/motorcycle_repair.rb +35 -0
- data/lib/schema_org/types/motorized_bicycle.rb +35 -0
- data/lib/schema_org/types/mountain.rb +35 -0
- data/lib/schema_org/types/move_action.rb +35 -0
- data/lib/schema_org/types/movie.rb +35 -0
- data/lib/schema_org/types/movie_clip.rb +35 -0
- data/lib/schema_org/types/movie_rental_store.rb +35 -0
- data/lib/schema_org/types/movie_series.rb +35 -0
- data/lib/schema_org/types/movie_theater.rb +35 -0
- data/lib/schema_org/types/moving_company.rb +35 -0
- data/lib/schema_org/types/muscle.rb +35 -0
- data/lib/schema_org/types/museum.rb +35 -0
- data/lib/schema_org/types/music_album.rb +35 -0
- data/lib/schema_org/types/music_album_production_type.rb +49 -0
- data/lib/schema_org/types/music_album_release_type.rb +44 -0
- data/lib/schema_org/types/music_composition.rb +35 -0
- data/lib/schema_org/types/music_event.rb +35 -0
- data/lib/schema_org/types/music_group.rb +35 -0
- data/lib/schema_org/types/music_playlist.rb +35 -0
- data/lib/schema_org/types/music_recording.rb +35 -0
- data/lib/schema_org/types/music_release.rb +35 -0
- data/lib/schema_org/types/music_release_format_type.rb +47 -0
- data/lib/schema_org/types/music_store.rb +35 -0
- data/lib/schema_org/types/music_venue.rb +35 -0
- data/lib/schema_org/types/music_video_object.rb +35 -0
- data/lib/schema_org/types/nail_salon.rb +35 -0
- data/lib/schema_org/types/nerve.rb +35 -0
- data/lib/schema_org/types/news_article.rb +37 -0
- data/lib/schema_org/types/news_media_organization.rb +35 -0
- data/lib/schema_org/types/newspaper.rb +35 -0
- data/lib/schema_org/types/ngo.rb +35 -0
- data/lib/schema_org/types/night_club.rb +35 -0
- data/lib/schema_org/types/nl_nonprofit_type.rb +42 -0
- data/lib/schema_org/types/nonprofit_type.rb +35 -0
- data/lib/schema_org/types/notary.rb +35 -0
- data/lib/schema_org/types/note_digital_document.rb +35 -0
- data/lib/schema_org/types/number.rb +36 -0
- data/lib/schema_org/types/nutrition_information.rb +35 -0
- data/lib/schema_org/types/observation.rb +39 -0
- data/lib/schema_org/types/occupation.rb +35 -0
- data/lib/schema_org/types/occupational_experience_requirements.rb +35 -0
- data/lib/schema_org/types/occupational_therapy.rb +35 -0
- data/lib/schema_org/types/ocean_body_of_water.rb +35 -0
- data/lib/schema_org/types/offer.rb +35 -0
- data/lib/schema_org/types/offer_catalog.rb +35 -0
- data/lib/schema_org/types/offer_for_lease.rb +37 -0
- data/lib/schema_org/types/offer_for_purchase.rb +37 -0
- data/lib/schema_org/types/offer_item_condition.rb +44 -0
- data/lib/schema_org/types/offer_shipping_details.rb +46 -0
- data/lib/schema_org/types/office_equipment_store.rb +35 -0
- data/lib/schema_org/types/on_demand_event.rb +35 -0
- data/lib/schema_org/types/online_business.rb +35 -0
- data/lib/schema_org/types/online_marketplace.rb +35 -0
- data/lib/schema_org/types/online_store.rb +35 -0
- data/lib/schema_org/types/opening_hours_specification.rb +36 -0
- data/lib/schema_org/types/operating_system.rb +35 -0
- data/lib/schema_org/types/opinion_news_article.rb +35 -0
- data/lib/schema_org/types/optician.rb +35 -0
- data/lib/schema_org/types/order.rb +35 -0
- data/lib/schema_org/types/order_action.rb +35 -0
- data/lib/schema_org/types/order_item.rb +35 -0
- data/lib/schema_org/types/order_status.rb +48 -0
- data/lib/schema_org/types/organization.rb +35 -0
- data/lib/schema_org/types/organization_role.rb +35 -0
- data/lib/schema_org/types/organize_action.rb +35 -0
- data/lib/schema_org/types/outlet_store.rb +35 -0
- data/lib/schema_org/types/ownership_info.rb +35 -0
- data/lib/schema_org/types/paint_action.rb +35 -0
- data/lib/schema_org/types/painting.rb +35 -0
- data/lib/schema_org/types/palliative_procedure.rb +35 -0
- data/lib/schema_org/types/parcel_delivery.rb +35 -0
- data/lib/schema_org/types/parent_audience.rb +35 -0
- data/lib/schema_org/types/park.rb +35 -0
- data/lib/schema_org/types/parking_facility.rb +35 -0
- data/lib/schema_org/types/pathology_test.rb +35 -0
- data/lib/schema_org/types/patient.rb +35 -0
- data/lib/schema_org/types/pawn_shop.rb +35 -0
- data/lib/schema_org/types/pay_action.rb +35 -0
- data/lib/schema_org/types/payment_card.rb +35 -0
- data/lib/schema_org/types/payment_charge_specification.rb +35 -0
- data/lib/schema_org/types/payment_method.rb +35 -0
- data/lib/schema_org/types/payment_method_type.rb +48 -0
- data/lib/schema_org/types/payment_service.rb +35 -0
- data/lib/schema_org/types/payment_status_type.rb +45 -0
- data/lib/schema_org/types/people_audience.rb +35 -0
- data/lib/schema_org/types/perform_action.rb +35 -0
- data/lib/schema_org/types/performance_role.rb +35 -0
- data/lib/schema_org/types/performing_arts_event.rb +35 -0
- data/lib/schema_org/types/performing_arts_theater.rb +35 -0
- data/lib/schema_org/types/performing_group.rb +35 -0
- data/lib/schema_org/types/periodical.rb +35 -0
- data/lib/schema_org/types/permit.rb +35 -0
- data/lib/schema_org/types/person.rb +35 -0
- data/lib/schema_org/types/pet_store.rb +35 -0
- data/lib/schema_org/types/pharmacy.rb +35 -0
- data/lib/schema_org/types/photograph.rb +35 -0
- data/lib/schema_org/types/photograph_action.rb +35 -0
- data/lib/schema_org/types/physical_activity.rb +35 -0
- data/lib/schema_org/types/physical_activity_category.rb +47 -0
- data/lib/schema_org/types/physical_exam.rb +54 -0
- data/lib/schema_org/types/physical_therapy.rb +35 -0
- data/lib/schema_org/types/physician.rb +35 -0
- data/lib/schema_org/types/physicians_office.rb +35 -0
- data/lib/schema_org/types/place.rb +35 -0
- data/lib/schema_org/types/place_of_worship.rb +35 -0
- data/lib/schema_org/types/plan_action.rb +35 -0
- data/lib/schema_org/types/play.rb +35 -0
- data/lib/schema_org/types/play_action.rb +35 -0
- data/lib/schema_org/types/play_game_action.rb +35 -0
- data/lib/schema_org/types/playground.rb +35 -0
- data/lib/schema_org/types/plumber.rb +35 -0
- data/lib/schema_org/types/podcast_episode.rb +35 -0
- data/lib/schema_org/types/podcast_season.rb +35 -0
- data/lib/schema_org/types/podcast_series.rb +35 -0
- data/lib/schema_org/types/police_station.rb +35 -0
- data/lib/schema_org/types/political_party.rb +35 -0
- data/lib/schema_org/types/pond.rb +35 -0
- data/lib/schema_org/types/post_office.rb +35 -0
- data/lib/schema_org/types/postal_address.rb +35 -0
- data/lib/schema_org/types/postal_code_range_specification.rb +35 -0
- data/lib/schema_org/types/poster.rb +35 -0
- data/lib/schema_org/types/pre_order_action.rb +35 -0
- data/lib/schema_org/types/prepend_action.rb +35 -0
- data/lib/schema_org/types/preschool.rb +35 -0
- data/lib/schema_org/types/presentation_digital_document.rb +35 -0
- data/lib/schema_org/types/prevention_indication.rb +35 -0
- data/lib/schema_org/types/price_component_type_enumeration.rb +46 -0
- data/lib/schema_org/types/price_specification.rb +35 -0
- data/lib/schema_org/types/price_type_enumeration.rb +48 -0
- data/lib/schema_org/types/product.rb +35 -0
- data/lib/schema_org/types/product_collection.rb +35 -0
- data/lib/schema_org/types/product_group.rb +37 -0
- data/lib/schema_org/types/product_model.rb +35 -0
- data/lib/schema_org/types/product_return_enumeration.rb +46 -0
- data/lib/schema_org/types/product_return_policy.rb +37 -0
- data/lib/schema_org/types/professional_service.rb +37 -0
- data/lib/schema_org/types/profile_page.rb +35 -0
- data/lib/schema_org/types/program_membership.rb +35 -0
- data/lib/schema_org/types/project.rb +36 -0
- data/lib/schema_org/types/pronounceable_text.rb +36 -0
- data/lib/schema_org/types/property.rb +35 -0
- data/lib/schema_org/types/property_value.rb +35 -0
- data/lib/schema_org/types/property_value_specification.rb +35 -0
- data/lib/schema_org/types/protein.rb +35 -0
- data/lib/schema_org/types/psychological_treatment.rb +35 -0
- data/lib/schema_org/types/public_swimming_pool.rb +35 -0
- data/lib/schema_org/types/public_toilet.rb +35 -0
- data/lib/schema_org/types/publication_event.rb +35 -0
- data/lib/schema_org/types/publication_issue.rb +35 -0
- data/lib/schema_org/types/publication_volume.rb +35 -0
- data/lib/schema_org/types/purchase_type.rb +44 -0
- data/lib/schema_org/types/qa_page.rb +35 -0
- data/lib/schema_org/types/qualitative_value.rb +35 -0
- data/lib/schema_org/types/quantitative_value.rb +35 -0
- data/lib/schema_org/types/quantitative_value_distribution.rb +35 -0
- data/lib/schema_org/types/quantity.rb +36 -0
- data/lib/schema_org/types/question.rb +35 -0
- data/lib/schema_org/types/quiz.rb +35 -0
- data/lib/schema_org/types/quotation.rb +35 -0
- data/lib/schema_org/types/quote_action.rb +35 -0
- data/lib/schema_org/types/radiation_therapy.rb +35 -0
- data/lib/schema_org/types/radio_broadcast_service.rb +35 -0
- data/lib/schema_org/types/radio_channel.rb +35 -0
- data/lib/schema_org/types/radio_clip.rb +35 -0
- data/lib/schema_org/types/radio_episode.rb +35 -0
- data/lib/schema_org/types/radio_season.rb +35 -0
- data/lib/schema_org/types/radio_series.rb +35 -0
- data/lib/schema_org/types/radio_station.rb +35 -0
- data/lib/schema_org/types/rating.rb +35 -0
- data/lib/schema_org/types/react_action.rb +35 -0
- data/lib/schema_org/types/read_action.rb +35 -0
- data/lib/schema_org/types/real_estate_agent.rb +35 -0
- data/lib/schema_org/types/real_estate_listing.rb +36 -0
- data/lib/schema_org/types/receive_action.rb +35 -0
- data/lib/schema_org/types/recipe.rb +35 -0
- data/lib/schema_org/types/recommendation.rb +35 -0
- data/lib/schema_org/types/recommended_dose_schedule.rb +35 -0
- data/lib/schema_org/types/recycling_center.rb +35 -0
- data/lib/schema_org/types/refund_type_enumeration.rb +43 -0
- data/lib/schema_org/types/register_action.rb +35 -0
- data/lib/schema_org/types/reject_action.rb +35 -0
- data/lib/schema_org/types/rent_action.rb +35 -0
- data/lib/schema_org/types/rental_car_reservation.rb +35 -0
- data/lib/schema_org/types/repayment_specification.rb +35 -0
- data/lib/schema_org/types/replace_action.rb +35 -0
- data/lib/schema_org/types/reply_action.rb +35 -0
- data/lib/schema_org/types/report.rb +35 -0
- data/lib/schema_org/types/reportage_news_article.rb +42 -0
- data/lib/schema_org/types/reported_dose_schedule.rb +35 -0
- data/lib/schema_org/types/research_organization.rb +35 -0
- data/lib/schema_org/types/research_project.rb +35 -0
- data/lib/schema_org/types/researcher.rb +35 -0
- data/lib/schema_org/types/reservation.rb +35 -0
- data/lib/schema_org/types/reservation_package.rb +35 -0
- data/lib/schema_org/types/reservation_status_type.rb +44 -0
- data/lib/schema_org/types/reserve_action.rb +35 -0
- data/lib/schema_org/types/reservoir.rb +35 -0
- data/lib/schema_org/types/reset_password_action.rb +35 -0
- data/lib/schema_org/types/residence.rb +35 -0
- data/lib/schema_org/types/resort.rb +37 -0
- data/lib/schema_org/types/restaurant.rb +35 -0
- data/lib/schema_org/types/restricted_diet.rb +51 -0
- data/lib/schema_org/types/resume_action.rb +35 -0
- data/lib/schema_org/types/return_action.rb +35 -0
- data/lib/schema_org/types/return_fees_enumeration.rb +45 -0
- data/lib/schema_org/types/return_label_source_enumeration.rb +43 -0
- data/lib/schema_org/types/return_method_enumeration.rb +44 -0
- data/lib/schema_org/types/review.rb +35 -0
- data/lib/schema_org/types/review_action.rb +35 -0
- data/lib/schema_org/types/review_news_article.rb +35 -0
- data/lib/schema_org/types/river_body_of_water.rb +35 -0
- data/lib/schema_org/types/role.rb +35 -0
- data/lib/schema_org/types/roofing_contractor.rb +35 -0
- data/lib/schema_org/types/room.rb +37 -0
- data/lib/schema_org/types/rsvp_action.rb +35 -0
- data/lib/schema_org/types/rsvp_response_type.rb +43 -0
- data/lib/schema_org/types/runtime_platform.rb +35 -0
- data/lib/schema_org/types/rv_park.rb +35 -0
- data/lib/schema_org/types/sale_event.rb +35 -0
- data/lib/schema_org/types/satirical_article.rb +35 -0
- data/lib/schema_org/types/schedule.rb +37 -0
- data/lib/schema_org/types/schedule_action.rb +35 -0
- data/lib/schema_org/types/scholarly_article.rb +35 -0
- data/lib/schema_org/types/school.rb +35 -0
- data/lib/schema_org/types/school_district.rb +35 -0
- data/lib/schema_org/types/screening_event.rb +35 -0
- data/lib/schema_org/types/sculpture.rb +35 -0
- data/lib/schema_org/types/sea_body_of_water.rb +35 -0
- data/lib/schema_org/types/search_action.rb +35 -0
- data/lib/schema_org/types/search_rescue_organization.rb +35 -0
- data/lib/schema_org/types/search_results_page.rb +35 -0
- data/lib/schema_org/types/season.rb +37 -0
- data/lib/schema_org/types/seat.rb +35 -0
- data/lib/schema_org/types/seek_to_action.rb +35 -0
- data/lib/schema_org/types/self_storage.rb +35 -0
- data/lib/schema_org/types/sell_action.rb +35 -0
- data/lib/schema_org/types/send_action.rb +35 -0
- data/lib/schema_org/types/sequential_art.rb +35 -0
- data/lib/schema_org/types/series.rb +35 -0
- data/lib/schema_org/types/service.rb +35 -0
- data/lib/schema_org/types/service_channel.rb +35 -0
- data/lib/schema_org/types/service_period.rb +35 -0
- data/lib/schema_org/types/share_action.rb +35 -0
- data/lib/schema_org/types/sheet_music.rb +35 -0
- data/lib/schema_org/types/shipping_conditions.rb +37 -0
- data/lib/schema_org/types/shipping_delivery_time.rb +35 -0
- data/lib/schema_org/types/shipping_rate_settings.rb +35 -0
- data/lib/schema_org/types/shipping_service.rb +35 -0
- data/lib/schema_org/types/shoe_store.rb +35 -0
- data/lib/schema_org/types/shopping_center.rb +35 -0
- data/lib/schema_org/types/short_story.rb +35 -0
- data/lib/schema_org/types/single_family_residence.rb +35 -0
- data/lib/schema_org/types/site_navigation_element.rb +35 -0
- data/lib/schema_org/types/size_group_enumeration.rb +35 -0
- data/lib/schema_org/types/size_specification.rb +35 -0
- data/lib/schema_org/types/size_system_enumeration.rb +42 -0
- data/lib/schema_org/types/ski_resort.rb +35 -0
- data/lib/schema_org/types/social_event.rb +35 -0
- data/lib/schema_org/types/social_media_posting.rb +35 -0
- data/lib/schema_org/types/software_application.rb +35 -0
- data/lib/schema_org/types/software_source_code.rb +37 -0
- data/lib/schema_org/types/solve_math_action.rb +35 -0
- data/lib/schema_org/types/some_products.rb +35 -0
- data/lib/schema_org/types/speakable_specification.rb +35 -0
- data/lib/schema_org/types/special_announcement.rb +69 -0
- data/lib/schema_org/types/specialty.rb +35 -0
- data/lib/schema_org/types/sporting_goods_store.rb +35 -0
- data/lib/schema_org/types/sports_activity_location.rb +35 -0
- data/lib/schema_org/types/sports_club.rb +35 -0
- data/lib/schema_org/types/sports_event.rb +35 -0
- data/lib/schema_org/types/sports_organization.rb +35 -0
- data/lib/schema_org/types/sports_team.rb +35 -0
- data/lib/schema_org/types/spreadsheet_digital_document.rb +35 -0
- data/lib/schema_org/types/stadium_or_arena.rb +35 -0
- data/lib/schema_org/types/state.rb +35 -0
- data/lib/schema_org/types/statement.rb +35 -0
- data/lib/schema_org/types/statistical_population.rb +37 -0
- data/lib/schema_org/types/statistical_variable.rb +35 -0
- data/lib/schema_org/types/status_enumeration.rb +35 -0
- data/lib/schema_org/types/steering_position_value.rb +42 -0
- data/lib/schema_org/types/store.rb +35 -0
- data/lib/schema_org/types/structured_value.rb +35 -0
- data/lib/schema_org/types/stupid_type.rb +35 -0
- data/lib/schema_org/types/subscribe_action.rb +35 -0
- data/lib/schema_org/types/substance.rb +35 -0
- data/lib/schema_org/types/subway_station.rb +35 -0
- data/lib/schema_org/types/suite.rb +37 -0
- data/lib/schema_org/types/superficial_anatomy.rb +35 -0
- data/lib/schema_org/types/surgical_procedure.rb +35 -0
- data/lib/schema_org/types/suspend_action.rb +35 -0
- data/lib/schema_org/types/syllabus.rb +35 -0
- data/lib/schema_org/types/synagogue.rb +35 -0
- data/lib/schema_org/types/table.rb +35 -0
- data/lib/schema_org/types/take_action.rb +35 -0
- data/lib/schema_org/types/tattoo_parlor.rb +35 -0
- data/lib/schema_org/types/taxi.rb +37 -0
- data/lib/schema_org/types/taxi_reservation.rb +35 -0
- data/lib/schema_org/types/taxi_service.rb +37 -0
- data/lib/schema_org/types/taxi_stand.rb +35 -0
- data/lib/schema_org/types/taxon.rb +35 -0
- data/lib/schema_org/types/tech_article.rb +35 -0
- data/lib/schema_org/types/television_channel.rb +35 -0
- data/lib/schema_org/types/television_station.rb +35 -0
- data/lib/schema_org/types/tennis_complex.rb +35 -0
- data/lib/schema_org/types/text.rb +36 -0
- data/lib/schema_org/types/text_digital_document.rb +35 -0
- data/lib/schema_org/types/text_object.rb +35 -0
- data/lib/schema_org/types/theater_event.rb +35 -0
- data/lib/schema_org/types/theater_group.rb +35 -0
- data/lib/schema_org/types/therapeutic_procedure.rb +35 -0
- data/lib/schema_org/types/thesis.rb +35 -0
- data/lib/schema_org/types/thing.rb +35 -0
- data/lib/schema_org/types/three_d_model.rb +36 -0
- data/lib/schema_org/types/ticket.rb +35 -0
- data/lib/schema_org/types/tie_action.rb +35 -0
- data/lib/schema_org/types/tier_benefit_enumeration.rb +44 -0
- data/lib/schema_org/types/time.rb +36 -0
- data/lib/schema_org/types/tip_action.rb +35 -0
- data/lib/schema_org/types/tire_shop.rb +35 -0
- data/lib/schema_org/types/tourist_attraction.rb +35 -0
- data/lib/schema_org/types/tourist_destination.rb +36 -0
- data/lib/schema_org/types/tourist_information_center.rb +35 -0
- data/lib/schema_org/types/tourist_trip.rb +36 -0
- data/lib/schema_org/types/toy_store.rb +35 -0
- data/lib/schema_org/types/track_action.rb +35 -0
- data/lib/schema_org/types/trade_action.rb +35 -0
- data/lib/schema_org/types/train_reservation.rb +35 -0
- data/lib/schema_org/types/train_station.rb +35 -0
- data/lib/schema_org/types/train_trip.rb +35 -0
- data/lib/schema_org/types/transfer_action.rb +35 -0
- data/lib/schema_org/types/travel_action.rb +35 -0
- data/lib/schema_org/types/travel_agency.rb +35 -0
- data/lib/schema_org/types/treatment_indication.rb +35 -0
- data/lib/schema_org/types/trip.rb +35 -0
- data/lib/schema_org/types/tv_clip.rb +35 -0
- data/lib/schema_org/types/tv_episode.rb +35 -0
- data/lib/schema_org/types/tv_season.rb +35 -0
- data/lib/schema_org/types/tv_series.rb +35 -0
- data/lib/schema_org/types/type_and_quantity_node.rb +35 -0
- data/lib/schema_org/types/uk_nonprofit_type.rb +44 -0
- data/lib/schema_org/types/un_register_action.rb +35 -0
- data/lib/schema_org/types/unit_price_specification.rb +35 -0
- data/lib/schema_org/types/update_action.rb +35 -0
- data/lib/schema_org/types/url.rb +36 -0
- data/lib/schema_org/types/us_nonprofit_type.rb +76 -0
- data/lib/schema_org/types/use_action.rb +35 -0
- data/lib/schema_org/types/user_blocks.rb +37 -0
- data/lib/schema_org/types/user_checkins.rb +37 -0
- data/lib/schema_org/types/user_comments.rb +37 -0
- data/lib/schema_org/types/user_downloads.rb +37 -0
- data/lib/schema_org/types/user_interaction.rb +37 -0
- data/lib/schema_org/types/user_likes.rb +37 -0
- data/lib/schema_org/types/user_page_visits.rb +37 -0
- data/lib/schema_org/types/user_plays.rb +37 -0
- data/lib/schema_org/types/user_plus_ones.rb +37 -0
- data/lib/schema_org/types/user_review.rb +35 -0
- data/lib/schema_org/types/user_tweets.rb +37 -0
- data/lib/schema_org/types/vacation_rental.rb +35 -0
- data/lib/schema_org/types/vehicle.rb +35 -0
- data/lib/schema_org/types/vein.rb +35 -0
- data/lib/schema_org/types/vessel.rb +35 -0
- data/lib/schema_org/types/veterinary_care.rb +35 -0
- data/lib/schema_org/types/video_gallery.rb +35 -0
- data/lib/schema_org/types/video_game.rb +35 -0
- data/lib/schema_org/types/video_game_clip.rb +35 -0
- data/lib/schema_org/types/video_game_series.rb +35 -0
- data/lib/schema_org/types/video_object.rb +35 -0
- data/lib/schema_org/types/video_object_snapshot.rb +35 -0
- data/lib/schema_org/types/view_action.rb +35 -0
- data/lib/schema_org/types/virtual_location.rb +35 -0
- data/lib/schema_org/types/visual_arts_event.rb +35 -0
- data/lib/schema_org/types/visual_artwork.rb +35 -0
- data/lib/schema_org/types/vital_sign.rb +35 -0
- data/lib/schema_org/types/volcano.rb +35 -0
- data/lib/schema_org/types/vote_action.rb +35 -0
- data/lib/schema_org/types/want_action.rb +35 -0
- data/lib/schema_org/types/warranty_promise.rb +35 -0
- data/lib/schema_org/types/warranty_scope.rb +35 -0
- data/lib/schema_org/types/watch_action.rb +35 -0
- data/lib/schema_org/types/waterfall.rb +35 -0
- data/lib/schema_org/types/wear_action.rb +35 -0
- data/lib/schema_org/types/wearable_measurement_type_enumeration.rb +52 -0
- data/lib/schema_org/types/wearable_size_group_enumeration.rb +57 -0
- data/lib/schema_org/types/wearable_size_system_enumeration.rb +54 -0
- data/lib/schema_org/types/web_api.rb +35 -0
- data/lib/schema_org/types/web_application.rb +35 -0
- data/lib/schema_org/types/web_content.rb +35 -0
- data/lib/schema_org/types/web_page.rb +35 -0
- data/lib/schema_org/types/web_page_element.rb +35 -0
- data/lib/schema_org/types/web_site.rb +35 -0
- data/lib/schema_org/types/wholesale_store.rb +35 -0
- data/lib/schema_org/types/win_action.rb +35 -0
- data/lib/schema_org/types/winery.rb +35 -0
- data/lib/schema_org/types/work_based_program.rb +35 -0
- data/lib/schema_org/types/workers_union.rb +35 -0
- data/lib/schema_org/types/wp_ad_block.rb +35 -0
- data/lib/schema_org/types/wp_footer.rb +35 -0
- data/lib/schema_org/types/wp_header.rb +35 -0
- data/lib/schema_org/types/wp_side_bar.rb +35 -0
- data/lib/schema_org/types/write_action.rb +35 -0
- data/lib/schema_org/types/x_path_type.rb +36 -0
- data/lib/schema_org/types/zoo.rb +35 -0
- data/lib/schema_org/version.rb +5 -0
- data/lib/schema_org.rb +13 -0
- data/sig/schema_org.rbs +139979 -0
- metadata +1946 -0
|
@@ -0,0 +1,1287 @@
|
|
|
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 Product
|
|
9
|
+
include Thing
|
|
10
|
+
|
|
11
|
+
def self.schema_property_definitions
|
|
12
|
+
{
|
|
13
|
+
additional_property: {
|
|
14
|
+
schema_name: "additionalProperty",
|
|
15
|
+
schema_url: "https://schema.org/additionalProperty",
|
|
16
|
+
comment_lines: ["A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\\n\\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism."].freeze,
|
|
17
|
+
ranges: ["PropertyValue"].freeze,
|
|
18
|
+
external_ranges: [].freeze,
|
|
19
|
+
inverse_of: nil,
|
|
20
|
+
superseded_by: nil,
|
|
21
|
+
supersedes: nil
|
|
22
|
+
}.freeze,
|
|
23
|
+
aggregate_rating: {
|
|
24
|
+
schema_name: "aggregateRating",
|
|
25
|
+
schema_url: "https://schema.org/aggregateRating",
|
|
26
|
+
comment_lines: ["The overall rating, based on a collection of reviews or ratings, of the item."].freeze,
|
|
27
|
+
ranges: ["AggregateRating"].freeze,
|
|
28
|
+
external_ranges: [].freeze,
|
|
29
|
+
inverse_of: nil,
|
|
30
|
+
superseded_by: nil,
|
|
31
|
+
supersedes: nil
|
|
32
|
+
}.freeze,
|
|
33
|
+
asin: {
|
|
34
|
+
schema_name: "asin",
|
|
35
|
+
schema_url: "https://schema.org/asin",
|
|
36
|
+
comment_lines: ["An Amazon Standard Identification Number (ASIN) is a 10-character alphanumeric unique identifier assigned by Amazon.com and its partners for product identification within the Amazon organization (summary from [Wikipedia](https://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number)'s article).", "", "Note also that this is a definition for how to include ASINs in Schema.org data, and not a definition of ASINs in general - see documentation from Amazon for authoritative details.", "ASINs are most commonly encoded as text strings, but the [asin] property supports URL/URI as potential values too."].freeze,
|
|
37
|
+
ranges: ["Text", "URL"].freeze,
|
|
38
|
+
external_ranges: [].freeze,
|
|
39
|
+
inverse_of: nil,
|
|
40
|
+
superseded_by: nil,
|
|
41
|
+
supersedes: nil
|
|
42
|
+
}.freeze,
|
|
43
|
+
audience: {
|
|
44
|
+
schema_name: "audience",
|
|
45
|
+
schema_url: "https://schema.org/audience",
|
|
46
|
+
comment_lines: ["An intended audience, i.e. a group for whom something was created."].freeze,
|
|
47
|
+
ranges: ["Audience"].freeze,
|
|
48
|
+
external_ranges: [].freeze,
|
|
49
|
+
inverse_of: nil,
|
|
50
|
+
superseded_by: nil,
|
|
51
|
+
supersedes: "serviceAudience"
|
|
52
|
+
}.freeze,
|
|
53
|
+
award: {
|
|
54
|
+
schema_name: "award",
|
|
55
|
+
schema_url: "https://schema.org/award",
|
|
56
|
+
comment_lines: ["An award won by or for this item."].freeze,
|
|
57
|
+
ranges: ["Text"].freeze,
|
|
58
|
+
external_ranges: [].freeze,
|
|
59
|
+
inverse_of: nil,
|
|
60
|
+
superseded_by: nil,
|
|
61
|
+
supersedes: "awards"
|
|
62
|
+
}.freeze,
|
|
63
|
+
awards: {
|
|
64
|
+
schema_name: "awards",
|
|
65
|
+
schema_url: "https://schema.org/awards",
|
|
66
|
+
comment_lines: ["Awards won by or for this item."].freeze,
|
|
67
|
+
ranges: ["Text"].freeze,
|
|
68
|
+
external_ranges: [].freeze,
|
|
69
|
+
inverse_of: nil,
|
|
70
|
+
superseded_by: "award",
|
|
71
|
+
supersedes: nil
|
|
72
|
+
}.freeze,
|
|
73
|
+
brand: {
|
|
74
|
+
schema_name: "brand",
|
|
75
|
+
schema_url: "https://schema.org/brand",
|
|
76
|
+
comment_lines: ["The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person."].freeze,
|
|
77
|
+
ranges: ["Brand", "Organization"].freeze,
|
|
78
|
+
external_ranges: [].freeze,
|
|
79
|
+
inverse_of: nil,
|
|
80
|
+
superseded_by: nil,
|
|
81
|
+
supersedes: nil
|
|
82
|
+
}.freeze,
|
|
83
|
+
category: {
|
|
84
|
+
schema_name: "category",
|
|
85
|
+
schema_url: "https://schema.org/category",
|
|
86
|
+
comment_lines: ["A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy."].freeze,
|
|
87
|
+
ranges: ["CategoryCode", "PhysicalActivityCategory", "Text", "Thing", "URL"].freeze,
|
|
88
|
+
external_ranges: [].freeze,
|
|
89
|
+
inverse_of: nil,
|
|
90
|
+
superseded_by: nil,
|
|
91
|
+
supersedes: nil
|
|
92
|
+
}.freeze,
|
|
93
|
+
color: {
|
|
94
|
+
schema_name: "color",
|
|
95
|
+
schema_url: "https://schema.org/color",
|
|
96
|
+
comment_lines: ["The color of the product."].freeze,
|
|
97
|
+
ranges: ["Text"].freeze,
|
|
98
|
+
external_ranges: [].freeze,
|
|
99
|
+
inverse_of: nil,
|
|
100
|
+
superseded_by: nil,
|
|
101
|
+
supersedes: nil
|
|
102
|
+
}.freeze,
|
|
103
|
+
color_swatch: {
|
|
104
|
+
schema_name: "colorSwatch",
|
|
105
|
+
schema_url: "https://schema.org/colorSwatch",
|
|
106
|
+
comment_lines: ["A color swatch image, visualizing the color of a [[Product]]. Should match the textual description specified in the [[color]] property. This can be a URL or a fully described ImageObject."].freeze,
|
|
107
|
+
ranges: ["ImageObject", "URL"].freeze,
|
|
108
|
+
external_ranges: [].freeze,
|
|
109
|
+
inverse_of: nil,
|
|
110
|
+
superseded_by: nil,
|
|
111
|
+
supersedes: nil
|
|
112
|
+
}.freeze,
|
|
113
|
+
country_of_assembly: {
|
|
114
|
+
schema_name: "countryOfAssembly",
|
|
115
|
+
schema_url: "https://schema.org/countryOfAssembly",
|
|
116
|
+
comment_lines: ["The place where the product was assembled."].freeze,
|
|
117
|
+
ranges: ["Text"].freeze,
|
|
118
|
+
external_ranges: [].freeze,
|
|
119
|
+
inverse_of: nil,
|
|
120
|
+
superseded_by: nil,
|
|
121
|
+
supersedes: nil
|
|
122
|
+
}.freeze,
|
|
123
|
+
country_of_last_processing: {
|
|
124
|
+
schema_name: "countryOfLastProcessing",
|
|
125
|
+
schema_url: "https://schema.org/countryOfLastProcessing",
|
|
126
|
+
comment_lines: ["The place where the item (typically [[Product]]) was last processed and tested before importation."].freeze,
|
|
127
|
+
ranges: ["Text"].freeze,
|
|
128
|
+
external_ranges: [].freeze,
|
|
129
|
+
inverse_of: nil,
|
|
130
|
+
superseded_by: nil,
|
|
131
|
+
supersedes: nil
|
|
132
|
+
}.freeze,
|
|
133
|
+
country_of_origin: {
|
|
134
|
+
schema_name: "countryOfOrigin",
|
|
135
|
+
schema_url: "https://schema.org/countryOfOrigin",
|
|
136
|
+
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,
|
|
137
|
+
ranges: ["Country"].freeze,
|
|
138
|
+
external_ranges: [].freeze,
|
|
139
|
+
inverse_of: nil,
|
|
140
|
+
superseded_by: nil,
|
|
141
|
+
supersedes: nil
|
|
142
|
+
}.freeze,
|
|
143
|
+
depth: {
|
|
144
|
+
schema_name: "depth",
|
|
145
|
+
schema_url: "https://schema.org/depth",
|
|
146
|
+
comment_lines: ["The depth of the item."].freeze,
|
|
147
|
+
ranges: ["Distance", "QuantitativeValue"].freeze,
|
|
148
|
+
external_ranges: [].freeze,
|
|
149
|
+
inverse_of: nil,
|
|
150
|
+
superseded_by: nil,
|
|
151
|
+
supersedes: nil
|
|
152
|
+
}.freeze,
|
|
153
|
+
display_location: {
|
|
154
|
+
schema_name: "displayLocation",
|
|
155
|
+
schema_url: "https://schema.org/displayLocation",
|
|
156
|
+
comment_lines: ["The location at which an item can be viewed or experienced in-person."].freeze,
|
|
157
|
+
ranges: ["Place"].freeze,
|
|
158
|
+
external_ranges: [].freeze,
|
|
159
|
+
inverse_of: nil,
|
|
160
|
+
superseded_by: nil,
|
|
161
|
+
supersedes: nil
|
|
162
|
+
}.freeze,
|
|
163
|
+
funding: {
|
|
164
|
+
schema_name: "funding",
|
|
165
|
+
schema_url: "https://schema.org/funding",
|
|
166
|
+
comment_lines: ["A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]."].freeze,
|
|
167
|
+
ranges: ["Grant"].freeze,
|
|
168
|
+
external_ranges: [].freeze,
|
|
169
|
+
inverse_of: "fundedItem",
|
|
170
|
+
superseded_by: nil,
|
|
171
|
+
supersedes: nil
|
|
172
|
+
}.freeze,
|
|
173
|
+
gtin: {
|
|
174
|
+
schema_name: "gtin",
|
|
175
|
+
schema_url: "https://schema.org/gtin",
|
|
176
|
+
comment_lines: ["A Global Trade Item Number ([GTIN](https://www.gs1.org/standards/id-keys/gtin)). GTINs identify trade items, including products and services, using numeric identification codes.", "", "A correct [[gtin]] value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a \"GS1 Digital Link\" URL based on such a string. The numeric component should also have a [valid GS1 check digit](https://www.gs1.org/services/check-digit-calculator) and meet the other rules for valid GTINs. See also [GS1's GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) and [Wikipedia](https://en.wikipedia.org/wiki/Global_Trade_Item_Number) for more details. Left-padding of the gtin values is not required or encouraged. The [[gtin]] property generalizes the earlier [[gtin8]], [[gtin12]], [[gtin13]], and [[gtin14]] properties.", "", "The GS1 [digital link specifications](https://www.gs1.org/standards/Digital-Link/) expresses GTINs as URLs (URIs, IRIs, etc.).", "Digital Links should be populated into the [[hasGS1DigitalLink]] attribute.", "", "Note also that this is a definition for how to include GTINs in Schema.org data, and not a definition of GTINs in general - see the GS1 documentation for authoritative details."].freeze,
|
|
177
|
+
ranges: ["Text", "URL"].freeze,
|
|
178
|
+
external_ranges: [].freeze,
|
|
179
|
+
inverse_of: nil,
|
|
180
|
+
superseded_by: nil,
|
|
181
|
+
supersedes: nil
|
|
182
|
+
}.freeze,
|
|
183
|
+
gtin12: {
|
|
184
|
+
schema_name: "gtin12",
|
|
185
|
+
schema_url: "https://schema.org/gtin12",
|
|
186
|
+
comment_lines: ["The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details."].freeze,
|
|
187
|
+
ranges: ["Text"].freeze,
|
|
188
|
+
external_ranges: [].freeze,
|
|
189
|
+
inverse_of: nil,
|
|
190
|
+
superseded_by: nil,
|
|
191
|
+
supersedes: nil
|
|
192
|
+
}.freeze,
|
|
193
|
+
gtin13: {
|
|
194
|
+
schema_name: "gtin13",
|
|
195
|
+
schema_url: "https://schema.org/gtin13",
|
|
196
|
+
comment_lines: ["The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceding zero. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details."].freeze,
|
|
197
|
+
ranges: ["Text"].freeze,
|
|
198
|
+
external_ranges: [].freeze,
|
|
199
|
+
inverse_of: nil,
|
|
200
|
+
superseded_by: nil,
|
|
201
|
+
supersedes: nil
|
|
202
|
+
}.freeze,
|
|
203
|
+
gtin14: {
|
|
204
|
+
schema_name: "gtin14",
|
|
205
|
+
schema_url: "https://schema.org/gtin14",
|
|
206
|
+
comment_lines: ["The GTIN-14 code of the product, or the product to which the offer refers. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details."].freeze,
|
|
207
|
+
ranges: ["Text"].freeze,
|
|
208
|
+
external_ranges: [].freeze,
|
|
209
|
+
inverse_of: nil,
|
|
210
|
+
superseded_by: nil,
|
|
211
|
+
supersedes: nil
|
|
212
|
+
}.freeze,
|
|
213
|
+
gtin8: {
|
|
214
|
+
schema_name: "gtin8",
|
|
215
|
+
schema_url: "https://schema.org/gtin8",
|
|
216
|
+
comment_lines: ["The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details."].freeze,
|
|
217
|
+
ranges: ["Text"].freeze,
|
|
218
|
+
external_ranges: [].freeze,
|
|
219
|
+
inverse_of: nil,
|
|
220
|
+
superseded_by: nil,
|
|
221
|
+
supersedes: nil
|
|
222
|
+
}.freeze,
|
|
223
|
+
has_adult_consideration: {
|
|
224
|
+
schema_name: "hasAdultConsideration",
|
|
225
|
+
schema_url: "https://schema.org/hasAdultConsideration",
|
|
226
|
+
comment_lines: ["Used to tag an item to be intended or suitable for consumption or use by adults only."].freeze,
|
|
227
|
+
ranges: ["AdultOrientedEnumeration"].freeze,
|
|
228
|
+
external_ranges: [].freeze,
|
|
229
|
+
inverse_of: nil,
|
|
230
|
+
superseded_by: nil,
|
|
231
|
+
supersedes: nil
|
|
232
|
+
}.freeze,
|
|
233
|
+
has_certification: {
|
|
234
|
+
schema_name: "hasCertification",
|
|
235
|
+
schema_url: "https://schema.org/hasCertification",
|
|
236
|
+
comment_lines: ["Certification information about a product, organization, service, place, or person."].freeze,
|
|
237
|
+
ranges: ["Certification"].freeze,
|
|
238
|
+
external_ranges: [].freeze,
|
|
239
|
+
inverse_of: nil,
|
|
240
|
+
superseded_by: nil,
|
|
241
|
+
supersedes: nil
|
|
242
|
+
}.freeze,
|
|
243
|
+
has_energy_consumption_details: {
|
|
244
|
+
schema_name: "hasEnergyConsumptionDetails",
|
|
245
|
+
schema_url: "https://schema.org/hasEnergyConsumptionDetails",
|
|
246
|
+
comment_lines: ["Defines the energy efficiency Category (also known as \"class\" or \"rating\") for a product according to an international energy efficiency standard."].freeze,
|
|
247
|
+
ranges: ["EnergyConsumptionDetails"].freeze,
|
|
248
|
+
external_ranges: [].freeze,
|
|
249
|
+
inverse_of: nil,
|
|
250
|
+
superseded_by: nil,
|
|
251
|
+
supersedes: nil
|
|
252
|
+
}.freeze,
|
|
253
|
+
has_gs1_digital_link: {
|
|
254
|
+
schema_name: "hasGS1DigitalLink",
|
|
255
|
+
schema_url: "https://schema.org/hasGS1DigitalLink",
|
|
256
|
+
comment_lines: ["The <a href=\"https://www.gs1.org/standards/gs1-digital-link\">GS1 digital link</a> associated with the object. This URL should conform to the particular requirements of digital links. The link should only contain the Application Identifiers (AIs) that are relevant for the entity being annotated, for instance a [[Product]] or an [[Organization]], and for the correct granularity. In particular, for products:<ul><li>A Digital Link that contains a serial number (AI <code>21</code>) should only be present on instances of [[IndividualProduct]]</li><li>A Digital Link that contains a lot number (AI <code>10</code>) should be annotated as [[SomeProducts]] if only products from that lot are sold, or [[IndividualProduct]] if there is only a specific product.</li><li>A Digital Link that contains a global model number (AI <code>8013</code>) should be attached to a [[Product]] or a [[ProductModel]].</li></ul> Other item types should be adapted similarly."].freeze,
|
|
257
|
+
ranges: ["URL"].freeze,
|
|
258
|
+
external_ranges: [].freeze,
|
|
259
|
+
inverse_of: nil,
|
|
260
|
+
superseded_by: nil,
|
|
261
|
+
supersedes: nil
|
|
262
|
+
}.freeze,
|
|
263
|
+
has_measurement: {
|
|
264
|
+
schema_name: "hasMeasurement",
|
|
265
|
+
schema_url: "https://schema.org/hasMeasurement",
|
|
266
|
+
comment_lines: ["A measurement of an item, For example, the inseam of pants, the wheel size of a bicycle, the gauge of a screw, or the carbon footprint measured for certification by an authority. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings."].freeze,
|
|
267
|
+
ranges: ["QuantitativeValue"].freeze,
|
|
268
|
+
external_ranges: [].freeze,
|
|
269
|
+
inverse_of: nil,
|
|
270
|
+
superseded_by: nil,
|
|
271
|
+
supersedes: nil
|
|
272
|
+
}.freeze,
|
|
273
|
+
has_merchant_return_policy: {
|
|
274
|
+
schema_name: "hasMerchantReturnPolicy",
|
|
275
|
+
schema_url: "https://schema.org/hasMerchantReturnPolicy",
|
|
276
|
+
comment_lines: ["Specifies a MerchantReturnPolicy that may be applicable."].freeze,
|
|
277
|
+
ranges: ["MerchantReturnPolicy"].freeze,
|
|
278
|
+
external_ranges: [].freeze,
|
|
279
|
+
inverse_of: nil,
|
|
280
|
+
superseded_by: nil,
|
|
281
|
+
supersedes: "hasProductReturnPolicy"
|
|
282
|
+
}.freeze,
|
|
283
|
+
has_product_return_policy: {
|
|
284
|
+
schema_name: "hasProductReturnPolicy",
|
|
285
|
+
schema_url: "https://schema.org/hasProductReturnPolicy",
|
|
286
|
+
comment_lines: ["Indicates a ProductReturnPolicy that may be applicable."].freeze,
|
|
287
|
+
ranges: ["ProductReturnPolicy"].freeze,
|
|
288
|
+
external_ranges: [].freeze,
|
|
289
|
+
inverse_of: nil,
|
|
290
|
+
superseded_by: "hasMerchantReturnPolicy",
|
|
291
|
+
supersedes: nil
|
|
292
|
+
}.freeze,
|
|
293
|
+
height: {
|
|
294
|
+
schema_name: "height",
|
|
295
|
+
schema_url: "https://schema.org/height",
|
|
296
|
+
comment_lines: ["The height of the item."].freeze,
|
|
297
|
+
ranges: ["Distance", "QuantitativeValue"].freeze,
|
|
298
|
+
external_ranges: [].freeze,
|
|
299
|
+
inverse_of: nil,
|
|
300
|
+
superseded_by: nil,
|
|
301
|
+
supersedes: nil
|
|
302
|
+
}.freeze,
|
|
303
|
+
in_product_group_with_id: {
|
|
304
|
+
schema_name: "inProductGroupWithID",
|
|
305
|
+
schema_url: "https://schema.org/inProductGroupWithID",
|
|
306
|
+
comment_lines: ["Indicates the [[productGroupID]] for a [[ProductGroup]] that this product [[isVariantOf]]."].freeze,
|
|
307
|
+
ranges: ["Text"].freeze,
|
|
308
|
+
external_ranges: [].freeze,
|
|
309
|
+
inverse_of: nil,
|
|
310
|
+
superseded_by: nil,
|
|
311
|
+
supersedes: nil
|
|
312
|
+
}.freeze,
|
|
313
|
+
is_accessory_or_spare_part_for: {
|
|
314
|
+
schema_name: "isAccessoryOrSparePartFor",
|
|
315
|
+
schema_url: "https://schema.org/isAccessoryOrSparePartFor",
|
|
316
|
+
comment_lines: ["A pointer to another product (or multiple products) for which this product is an accessory or spare part."].freeze,
|
|
317
|
+
ranges: ["Product"].freeze,
|
|
318
|
+
external_ranges: [].freeze,
|
|
319
|
+
inverse_of: nil,
|
|
320
|
+
superseded_by: nil,
|
|
321
|
+
supersedes: nil
|
|
322
|
+
}.freeze,
|
|
323
|
+
is_consumable_for: {
|
|
324
|
+
schema_name: "isConsumableFor",
|
|
325
|
+
schema_url: "https://schema.org/isConsumableFor",
|
|
326
|
+
comment_lines: ["A pointer to another product (or multiple products) for which this product is a consumable."].freeze,
|
|
327
|
+
ranges: ["Product"].freeze,
|
|
328
|
+
external_ranges: [].freeze,
|
|
329
|
+
inverse_of: nil,
|
|
330
|
+
superseded_by: nil,
|
|
331
|
+
supersedes: nil
|
|
332
|
+
}.freeze,
|
|
333
|
+
is_family_friendly: {
|
|
334
|
+
schema_name: "isFamilyFriendly",
|
|
335
|
+
schema_url: "https://schema.org/isFamilyFriendly",
|
|
336
|
+
comment_lines: ["Indicates whether this content is family friendly."].freeze,
|
|
337
|
+
ranges: ["Boolean"].freeze,
|
|
338
|
+
external_ranges: [].freeze,
|
|
339
|
+
inverse_of: nil,
|
|
340
|
+
superseded_by: nil,
|
|
341
|
+
supersedes: nil
|
|
342
|
+
}.freeze,
|
|
343
|
+
is_related_to: {
|
|
344
|
+
schema_name: "isRelatedTo",
|
|
345
|
+
schema_url: "https://schema.org/isRelatedTo",
|
|
346
|
+
comment_lines: ["A pointer to another, somehow related product (or multiple products)."].freeze,
|
|
347
|
+
ranges: ["Product", "Service"].freeze,
|
|
348
|
+
external_ranges: [].freeze,
|
|
349
|
+
inverse_of: nil,
|
|
350
|
+
superseded_by: nil,
|
|
351
|
+
supersedes: nil
|
|
352
|
+
}.freeze,
|
|
353
|
+
is_similar_to: {
|
|
354
|
+
schema_name: "isSimilarTo",
|
|
355
|
+
schema_url: "https://schema.org/isSimilarTo",
|
|
356
|
+
comment_lines: ["A pointer to another, functionally similar product (or multiple products)."].freeze,
|
|
357
|
+
ranges: ["Product", "Service"].freeze,
|
|
358
|
+
external_ranges: [].freeze,
|
|
359
|
+
inverse_of: nil,
|
|
360
|
+
superseded_by: nil,
|
|
361
|
+
supersedes: nil
|
|
362
|
+
}.freeze,
|
|
363
|
+
is_variant_of: {
|
|
364
|
+
schema_name: "isVariantOf",
|
|
365
|
+
schema_url: "https://schema.org/isVariantOf",
|
|
366
|
+
comment_lines: ["Indicates the kind of product that this is a variant of. In the case of [[ProductModel]], this is a pointer (from a ProductModel) to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive. In the case of a [[ProductGroup]], the group description also serves as a template, representing a set of Products that vary on explicitly defined, specific dimensions only (so it defines both a set of variants, as well as which values distinguish amongst those variants). When used with [[ProductGroup]], this property can apply to any [[Product]] included in the group."].freeze,
|
|
367
|
+
ranges: ["ProductGroup", "ProductModel"].freeze,
|
|
368
|
+
external_ranges: [].freeze,
|
|
369
|
+
inverse_of: "hasVariant",
|
|
370
|
+
superseded_by: nil,
|
|
371
|
+
supersedes: nil
|
|
372
|
+
}.freeze,
|
|
373
|
+
item_condition: {
|
|
374
|
+
schema_name: "itemCondition",
|
|
375
|
+
schema_url: "https://schema.org/itemCondition",
|
|
376
|
+
comment_lines: ["A predefined value from OfferItemCondition specifying the condition of the product or service, or the products or services included in the offer. Also used for product return policies to specify the condition of products accepted for returns."].freeze,
|
|
377
|
+
ranges: ["OfferItemCondition"].freeze,
|
|
378
|
+
external_ranges: [].freeze,
|
|
379
|
+
inverse_of: nil,
|
|
380
|
+
superseded_by: nil,
|
|
381
|
+
supersedes: nil
|
|
382
|
+
}.freeze,
|
|
383
|
+
keywords: {
|
|
384
|
+
schema_name: "keywords",
|
|
385
|
+
schema_url: "https://schema.org/keywords",
|
|
386
|
+
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,
|
|
387
|
+
ranges: ["DefinedTerm", "Text", "URL"].freeze,
|
|
388
|
+
external_ranges: [].freeze,
|
|
389
|
+
inverse_of: nil,
|
|
390
|
+
superseded_by: nil,
|
|
391
|
+
supersedes: nil
|
|
392
|
+
}.freeze,
|
|
393
|
+
logo: {
|
|
394
|
+
schema_name: "logo",
|
|
395
|
+
schema_url: "https://schema.org/logo",
|
|
396
|
+
comment_lines: ["An associated logo."].freeze,
|
|
397
|
+
ranges: ["ImageObject", "URL"].freeze,
|
|
398
|
+
external_ranges: [].freeze,
|
|
399
|
+
inverse_of: nil,
|
|
400
|
+
superseded_by: nil,
|
|
401
|
+
supersedes: nil
|
|
402
|
+
}.freeze,
|
|
403
|
+
manufacturer: {
|
|
404
|
+
schema_name: "manufacturer",
|
|
405
|
+
schema_url: "https://schema.org/manufacturer",
|
|
406
|
+
comment_lines: ["The manufacturer of the product."].freeze,
|
|
407
|
+
ranges: ["Organization"].freeze,
|
|
408
|
+
external_ranges: [].freeze,
|
|
409
|
+
inverse_of: nil,
|
|
410
|
+
superseded_by: nil,
|
|
411
|
+
supersedes: nil
|
|
412
|
+
}.freeze,
|
|
413
|
+
material: {
|
|
414
|
+
schema_name: "material",
|
|
415
|
+
schema_url: "https://schema.org/material",
|
|
416
|
+
comment_lines: ["A material that something is made from, e.g. leather, wool, cotton, paper."].freeze,
|
|
417
|
+
ranges: ["Product", "Text", "URL"].freeze,
|
|
418
|
+
external_ranges: [].freeze,
|
|
419
|
+
inverse_of: nil,
|
|
420
|
+
superseded_by: nil,
|
|
421
|
+
supersedes: nil
|
|
422
|
+
}.freeze,
|
|
423
|
+
mobile_url: {
|
|
424
|
+
schema_name: "mobileUrl",
|
|
425
|
+
schema_url: "https://schema.org/mobileUrl",
|
|
426
|
+
comment_lines: ["The [[mobileUrl]] property is provided for specific situations in which data consumers need to determine whether one of several provided URLs is a dedicated 'mobile site'.", "", "To discourage over-use, and reflecting intial usecases, the property is expected only on [[Product]] and [[Offer]], rather than [[Thing]]. The general trend in web technology is towards [responsive design](https://en.wikipedia.org/wiki/Responsive_web_design) in which content can be flexibly adapted to a wide range of browsing environments. Pages and sites referenced with the long-established [[url]] property should ideally also be usable on a wide variety of devices, including mobile phones. In most cases, it would be pointless and counter productive to attempt to update all [[url]] markup to use [[mobileUrl]] for more mobile-oriented pages. The property is intended for the case when items (primarily [[Product]] and [[Offer]]) have extra URLs hosted on an additional \"mobile site\" alongside the main one. It should not be taken as an endorsement of this publication style."].freeze,
|
|
427
|
+
ranges: ["Text"].freeze,
|
|
428
|
+
external_ranges: [].freeze,
|
|
429
|
+
inverse_of: nil,
|
|
430
|
+
superseded_by: nil,
|
|
431
|
+
supersedes: nil
|
|
432
|
+
}.freeze,
|
|
433
|
+
model: {
|
|
434
|
+
schema_name: "model",
|
|
435
|
+
schema_url: "https://schema.org/model",
|
|
436
|
+
comment_lines: ["The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties."].freeze,
|
|
437
|
+
ranges: ["ProductModel", "Text"].freeze,
|
|
438
|
+
external_ranges: [].freeze,
|
|
439
|
+
inverse_of: nil,
|
|
440
|
+
superseded_by: nil,
|
|
441
|
+
supersedes: nil
|
|
442
|
+
}.freeze,
|
|
443
|
+
mpn: {
|
|
444
|
+
schema_name: "mpn",
|
|
445
|
+
schema_url: "https://schema.org/mpn",
|
|
446
|
+
comment_lines: ["The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers."].freeze,
|
|
447
|
+
ranges: ["Text"].freeze,
|
|
448
|
+
external_ranges: [].freeze,
|
|
449
|
+
inverse_of: nil,
|
|
450
|
+
superseded_by: nil,
|
|
451
|
+
supersedes: nil
|
|
452
|
+
}.freeze,
|
|
453
|
+
negative_notes: {
|
|
454
|
+
schema_name: "negativeNotes",
|
|
455
|
+
schema_url: "https://schema.org/negativeNotes",
|
|
456
|
+
comment_lines: ["Provides negative considerations regarding something, most typically in pro/con lists for reviews (alongside [[positiveNotes]]). For symmetry", "", "In the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described. Since product descriptions", "tend to emphasise positive claims, it may be relatively unusual to find [[negativeNotes]] used in this way. Nevertheless for the sake of symmetry, [[negativeNotes]] can be used on [[Product]].", "", "The property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most negative is at the beginning of the list)."].freeze,
|
|
457
|
+
ranges: ["ItemList", "ListItem", "Text", "WebContent"].freeze,
|
|
458
|
+
external_ranges: [].freeze,
|
|
459
|
+
inverse_of: nil,
|
|
460
|
+
superseded_by: nil,
|
|
461
|
+
supersedes: nil
|
|
462
|
+
}.freeze,
|
|
463
|
+
nsn: {
|
|
464
|
+
schema_name: "nsn",
|
|
465
|
+
schema_url: "https://schema.org/nsn",
|
|
466
|
+
comment_lines: ["Indicates the [NATO stock number](https://en.wikipedia.org/wiki/NATO_Stock_Number) (nsn) of a [[Product]]."].freeze,
|
|
467
|
+
ranges: ["Text"].freeze,
|
|
468
|
+
external_ranges: [].freeze,
|
|
469
|
+
inverse_of: nil,
|
|
470
|
+
superseded_by: nil,
|
|
471
|
+
supersedes: nil
|
|
472
|
+
}.freeze,
|
|
473
|
+
offers: {
|
|
474
|
+
schema_name: "offers",
|
|
475
|
+
schema_url: "https://schema.org/offers",
|
|
476
|
+
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,
|
|
477
|
+
ranges: ["Demand", "Offer"].freeze,
|
|
478
|
+
external_ranges: [].freeze,
|
|
479
|
+
inverse_of: "itemOffered",
|
|
480
|
+
superseded_by: nil,
|
|
481
|
+
supersedes: nil
|
|
482
|
+
}.freeze,
|
|
483
|
+
pattern: {
|
|
484
|
+
schema_name: "pattern",
|
|
485
|
+
schema_url: "https://schema.org/pattern",
|
|
486
|
+
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,
|
|
487
|
+
ranges: ["DefinedTerm", "Text"].freeze,
|
|
488
|
+
external_ranges: [].freeze,
|
|
489
|
+
inverse_of: nil,
|
|
490
|
+
superseded_by: nil,
|
|
491
|
+
supersedes: nil
|
|
492
|
+
}.freeze,
|
|
493
|
+
positive_notes: {
|
|
494
|
+
schema_name: "positiveNotes",
|
|
495
|
+
schema_url: "https://schema.org/positiveNotes",
|
|
496
|
+
comment_lines: ["Provides positive considerations regarding something, for example product highlights or (alongside [[negativeNotes]]) pro/con lists for reviews.", "", "In the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described.", "", "The property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most positive is at the beginning of the list)."].freeze,
|
|
497
|
+
ranges: ["ItemList", "ListItem", "Text", "WebContent"].freeze,
|
|
498
|
+
external_ranges: [].freeze,
|
|
499
|
+
inverse_of: nil,
|
|
500
|
+
superseded_by: nil,
|
|
501
|
+
supersedes: nil
|
|
502
|
+
}.freeze,
|
|
503
|
+
product_id: {
|
|
504
|
+
schema_name: "productID",
|
|
505
|
+
schema_url: "https://schema.org/productID",
|
|
506
|
+
comment_lines: ["The product identifier, such as ISBN. For example: ``` meta itemprop=\"productID\" content=\"isbn:123-456-789\" ```."].freeze,
|
|
507
|
+
ranges: ["Text"].freeze,
|
|
508
|
+
external_ranges: [].freeze,
|
|
509
|
+
inverse_of: nil,
|
|
510
|
+
superseded_by: nil,
|
|
511
|
+
supersedes: nil
|
|
512
|
+
}.freeze,
|
|
513
|
+
production_date: {
|
|
514
|
+
schema_name: "productionDate",
|
|
515
|
+
schema_url: "https://schema.org/productionDate",
|
|
516
|
+
comment_lines: ["The date of production of the item, e.g. vehicle."].freeze,
|
|
517
|
+
ranges: ["Date"].freeze,
|
|
518
|
+
external_ranges: [].freeze,
|
|
519
|
+
inverse_of: nil,
|
|
520
|
+
superseded_by: nil,
|
|
521
|
+
supersedes: nil
|
|
522
|
+
}.freeze,
|
|
523
|
+
purchase_date: {
|
|
524
|
+
schema_name: "purchaseDate",
|
|
525
|
+
schema_url: "https://schema.org/purchaseDate",
|
|
526
|
+
comment_lines: ["The date the item, e.g. vehicle, was purchased by the current owner."].freeze,
|
|
527
|
+
ranges: ["Date"].freeze,
|
|
528
|
+
external_ranges: [].freeze,
|
|
529
|
+
inverse_of: nil,
|
|
530
|
+
superseded_by: nil,
|
|
531
|
+
supersedes: nil
|
|
532
|
+
}.freeze,
|
|
533
|
+
release_date: {
|
|
534
|
+
schema_name: "releaseDate",
|
|
535
|
+
schema_url: "https://schema.org/releaseDate",
|
|
536
|
+
comment_lines: ["The release date of a product or product model. This can be used to distinguish the exact variant of a product."].freeze,
|
|
537
|
+
ranges: ["Date"].freeze,
|
|
538
|
+
external_ranges: [].freeze,
|
|
539
|
+
inverse_of: nil,
|
|
540
|
+
superseded_by: nil,
|
|
541
|
+
supersedes: nil
|
|
542
|
+
}.freeze,
|
|
543
|
+
review: {
|
|
544
|
+
schema_name: "review",
|
|
545
|
+
schema_url: "https://schema.org/review",
|
|
546
|
+
comment_lines: ["A review of the item."].freeze,
|
|
547
|
+
ranges: ["Review"].freeze,
|
|
548
|
+
external_ranges: [].freeze,
|
|
549
|
+
inverse_of: nil,
|
|
550
|
+
superseded_by: nil,
|
|
551
|
+
supersedes: "reviews"
|
|
552
|
+
}.freeze,
|
|
553
|
+
reviews: {
|
|
554
|
+
schema_name: "reviews",
|
|
555
|
+
schema_url: "https://schema.org/reviews",
|
|
556
|
+
comment_lines: ["Review of the item."].freeze,
|
|
557
|
+
ranges: ["Review"].freeze,
|
|
558
|
+
external_ranges: [].freeze,
|
|
559
|
+
inverse_of: nil,
|
|
560
|
+
superseded_by: "review",
|
|
561
|
+
supersedes: nil
|
|
562
|
+
}.freeze,
|
|
563
|
+
size: {
|
|
564
|
+
schema_name: "size",
|
|
565
|
+
schema_url: "https://schema.org/size",
|
|
566
|
+
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,
|
|
567
|
+
ranges: ["DefinedTerm", "QuantitativeValue", "SizeSpecification", "Text"].freeze,
|
|
568
|
+
external_ranges: [].freeze,
|
|
569
|
+
inverse_of: nil,
|
|
570
|
+
superseded_by: nil,
|
|
571
|
+
supersedes: nil
|
|
572
|
+
}.freeze,
|
|
573
|
+
sku: {
|
|
574
|
+
schema_name: "sku",
|
|
575
|
+
schema_url: "https://schema.org/sku",
|
|
576
|
+
comment_lines: ["The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers."].freeze,
|
|
577
|
+
ranges: ["Text"].freeze,
|
|
578
|
+
external_ranges: [].freeze,
|
|
579
|
+
inverse_of: nil,
|
|
580
|
+
superseded_by: nil,
|
|
581
|
+
supersedes: nil
|
|
582
|
+
}.freeze,
|
|
583
|
+
slogan: {
|
|
584
|
+
schema_name: "slogan",
|
|
585
|
+
schema_url: "https://schema.org/slogan",
|
|
586
|
+
comment_lines: ["A slogan or motto associated with the item."].freeze,
|
|
587
|
+
ranges: ["Text"].freeze,
|
|
588
|
+
external_ranges: [].freeze,
|
|
589
|
+
inverse_of: nil,
|
|
590
|
+
superseded_by: nil,
|
|
591
|
+
supersedes: nil
|
|
592
|
+
}.freeze,
|
|
593
|
+
weight: {
|
|
594
|
+
schema_name: "weight",
|
|
595
|
+
schema_url: "https://schema.org/weight",
|
|
596
|
+
comment_lines: ["The weight of the product or person."].freeze,
|
|
597
|
+
ranges: ["Mass", "QuantitativeValue"].freeze,
|
|
598
|
+
external_ranges: [].freeze,
|
|
599
|
+
inverse_of: nil,
|
|
600
|
+
superseded_by: nil,
|
|
601
|
+
supersedes: nil
|
|
602
|
+
}.freeze,
|
|
603
|
+
width: {
|
|
604
|
+
schema_name: "width",
|
|
605
|
+
schema_url: "https://schema.org/width",
|
|
606
|
+
comment_lines: ["The width of the item."].freeze,
|
|
607
|
+
ranges: ["Distance", "QuantitativeValue"].freeze,
|
|
608
|
+
external_ranges: [].freeze,
|
|
609
|
+
inverse_of: nil,
|
|
610
|
+
superseded_by: nil,
|
|
611
|
+
supersedes: nil
|
|
612
|
+
}.freeze
|
|
613
|
+
}.freeze
|
|
614
|
+
end
|
|
615
|
+
|
|
616
|
+
# A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.
|
|
617
|
+
def additional_property
|
|
618
|
+
read_property(:additional_property)
|
|
619
|
+
end
|
|
620
|
+
|
|
621
|
+
# A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.
|
|
622
|
+
def additional_property=(value)
|
|
623
|
+
write_property(:additional_property, value)
|
|
624
|
+
end
|
|
625
|
+
|
|
626
|
+
# The overall rating, based on a collection of reviews or ratings, of the item.
|
|
627
|
+
def aggregate_rating
|
|
628
|
+
read_property(:aggregate_rating)
|
|
629
|
+
end
|
|
630
|
+
|
|
631
|
+
# The overall rating, based on a collection of reviews or ratings, of the item.
|
|
632
|
+
def aggregate_rating=(value)
|
|
633
|
+
write_property(:aggregate_rating, value)
|
|
634
|
+
end
|
|
635
|
+
|
|
636
|
+
# An Amazon Standard Identification Number (ASIN) is a 10-character alphanumeric unique identifier assigned by Amazon.com and its partners for product identification within the Amazon organization (summary from [Wikipedia](https://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number)'s article).
|
|
637
|
+
#
|
|
638
|
+
# Note also that this is a definition for how to include ASINs in Schema.org data, and not a definition of ASINs in general - see documentation from Amazon for authoritative details.
|
|
639
|
+
# ASINs are most commonly encoded as text strings, but the [asin] property supports URL/URI as potential values too.
|
|
640
|
+
def asin
|
|
641
|
+
read_property(:asin)
|
|
642
|
+
end
|
|
643
|
+
|
|
644
|
+
# An Amazon Standard Identification Number (ASIN) is a 10-character alphanumeric unique identifier assigned by Amazon.com and its partners for product identification within the Amazon organization (summary from [Wikipedia](https://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number)'s article).
|
|
645
|
+
#
|
|
646
|
+
# Note also that this is a definition for how to include ASINs in Schema.org data, and not a definition of ASINs in general - see documentation from Amazon for authoritative details.
|
|
647
|
+
# ASINs are most commonly encoded as text strings, but the [asin] property supports URL/URI as potential values too.
|
|
648
|
+
def asin=(value)
|
|
649
|
+
write_property(:asin, value)
|
|
650
|
+
end
|
|
651
|
+
|
|
652
|
+
# An intended audience, i.e. a group for whom something was created.
|
|
653
|
+
# Supersedes `serviceAudience`.
|
|
654
|
+
def audience
|
|
655
|
+
read_property(:audience)
|
|
656
|
+
end
|
|
657
|
+
|
|
658
|
+
# An intended audience, i.e. a group for whom something was created.
|
|
659
|
+
# Supersedes `serviceAudience`.
|
|
660
|
+
def audience=(value)
|
|
661
|
+
write_property(:audience, value)
|
|
662
|
+
end
|
|
663
|
+
|
|
664
|
+
# An award won by or for this item.
|
|
665
|
+
# Supersedes `awards`.
|
|
666
|
+
def award
|
|
667
|
+
read_property(:award)
|
|
668
|
+
end
|
|
669
|
+
|
|
670
|
+
# An award won by or for this item.
|
|
671
|
+
# Supersedes `awards`.
|
|
672
|
+
def award=(value)
|
|
673
|
+
write_property(:award, value)
|
|
674
|
+
end
|
|
675
|
+
|
|
676
|
+
# Awards won by or for this item.
|
|
677
|
+
# Superseded by `award`.
|
|
678
|
+
def awards
|
|
679
|
+
read_property(:awards)
|
|
680
|
+
end
|
|
681
|
+
|
|
682
|
+
# Awards won by or for this item.
|
|
683
|
+
# Superseded by `award`.
|
|
684
|
+
def awards=(value)
|
|
685
|
+
write_property(:awards, value)
|
|
686
|
+
end
|
|
687
|
+
|
|
688
|
+
# The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.
|
|
689
|
+
def brand
|
|
690
|
+
read_property(:brand)
|
|
691
|
+
end
|
|
692
|
+
|
|
693
|
+
# The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.
|
|
694
|
+
def brand=(value)
|
|
695
|
+
write_property(:brand, value)
|
|
696
|
+
end
|
|
697
|
+
|
|
698
|
+
# A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.
|
|
699
|
+
def category
|
|
700
|
+
read_property(:category)
|
|
701
|
+
end
|
|
702
|
+
|
|
703
|
+
# A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.
|
|
704
|
+
def category=(value)
|
|
705
|
+
write_property(:category, value)
|
|
706
|
+
end
|
|
707
|
+
|
|
708
|
+
# The color of the product.
|
|
709
|
+
def color
|
|
710
|
+
read_property(:color)
|
|
711
|
+
end
|
|
712
|
+
|
|
713
|
+
# The color of the product.
|
|
714
|
+
def color=(value)
|
|
715
|
+
write_property(:color, value)
|
|
716
|
+
end
|
|
717
|
+
|
|
718
|
+
# A color swatch image, visualizing the color of a [[Product]]. Should match the textual description specified in the [[color]] property. This can be a URL or a fully described ImageObject.
|
|
719
|
+
def color_swatch
|
|
720
|
+
read_property(:color_swatch)
|
|
721
|
+
end
|
|
722
|
+
|
|
723
|
+
# A color swatch image, visualizing the color of a [[Product]]. Should match the textual description specified in the [[color]] property. This can be a URL or a fully described ImageObject.
|
|
724
|
+
def color_swatch=(value)
|
|
725
|
+
write_property(:color_swatch, value)
|
|
726
|
+
end
|
|
727
|
+
|
|
728
|
+
# The place where the product was assembled.
|
|
729
|
+
def country_of_assembly
|
|
730
|
+
read_property(:country_of_assembly)
|
|
731
|
+
end
|
|
732
|
+
|
|
733
|
+
# The place where the product was assembled.
|
|
734
|
+
def country_of_assembly=(value)
|
|
735
|
+
write_property(:country_of_assembly, value)
|
|
736
|
+
end
|
|
737
|
+
|
|
738
|
+
# The place where the item (typically [[Product]]) was last processed and tested before importation.
|
|
739
|
+
def country_of_last_processing
|
|
740
|
+
read_property(:country_of_last_processing)
|
|
741
|
+
end
|
|
742
|
+
|
|
743
|
+
# The place where the item (typically [[Product]]) was last processed and tested before importation.
|
|
744
|
+
def country_of_last_processing=(value)
|
|
745
|
+
write_property(:country_of_last_processing, value)
|
|
746
|
+
end
|
|
747
|
+
|
|
748
|
+
# The country of origin of something, including products as well as creative works such as movie and TV content.
|
|
749
|
+
#
|
|
750
|
+
# 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.
|
|
751
|
+
#
|
|
752
|
+
# 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.
|
|
753
|
+
def country_of_origin
|
|
754
|
+
read_property(:country_of_origin)
|
|
755
|
+
end
|
|
756
|
+
|
|
757
|
+
# The country of origin of something, including products as well as creative works such as movie and TV content.
|
|
758
|
+
#
|
|
759
|
+
# 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.
|
|
760
|
+
#
|
|
761
|
+
# 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.
|
|
762
|
+
def country_of_origin=(value)
|
|
763
|
+
write_property(:country_of_origin, value)
|
|
764
|
+
end
|
|
765
|
+
|
|
766
|
+
# The depth of the item.
|
|
767
|
+
def depth
|
|
768
|
+
read_property(:depth)
|
|
769
|
+
end
|
|
770
|
+
|
|
771
|
+
# The depth of the item.
|
|
772
|
+
def depth=(value)
|
|
773
|
+
write_property(:depth, value)
|
|
774
|
+
end
|
|
775
|
+
|
|
776
|
+
# The location at which an item can be viewed or experienced in-person.
|
|
777
|
+
def display_location
|
|
778
|
+
read_property(:display_location)
|
|
779
|
+
end
|
|
780
|
+
|
|
781
|
+
# The location at which an item can be viewed or experienced in-person.
|
|
782
|
+
def display_location=(value)
|
|
783
|
+
write_property(:display_location, value)
|
|
784
|
+
end
|
|
785
|
+
|
|
786
|
+
# A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].
|
|
787
|
+
# Inverse-property: `fundedItem`.
|
|
788
|
+
def funding
|
|
789
|
+
read_property(:funding)
|
|
790
|
+
end
|
|
791
|
+
|
|
792
|
+
# A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].
|
|
793
|
+
# Inverse-property: `fundedItem`.
|
|
794
|
+
def funding=(value)
|
|
795
|
+
write_property(:funding, value)
|
|
796
|
+
end
|
|
797
|
+
|
|
798
|
+
# A Global Trade Item Number ([GTIN](https://www.gs1.org/standards/id-keys/gtin)). GTINs identify trade items, including products and services, using numeric identification codes.
|
|
799
|
+
#
|
|
800
|
+
# A correct [[gtin]] value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a "GS1 Digital Link" URL based on such a string. The numeric component should also have a [valid GS1 check digit](https://www.gs1.org/services/check-digit-calculator) and meet the other rules for valid GTINs. See also [GS1's GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) and [Wikipedia](https://en.wikipedia.org/wiki/Global_Trade_Item_Number) for more details. Left-padding of the gtin values is not required or encouraged. The [[gtin]] property generalizes the earlier [[gtin8]], [[gtin12]], [[gtin13]], and [[gtin14]] properties.
|
|
801
|
+
#
|
|
802
|
+
# The GS1 [digital link specifications](https://www.gs1.org/standards/Digital-Link/) expresses GTINs as URLs (URIs, IRIs, etc.).
|
|
803
|
+
# Digital Links should be populated into the [[hasGS1DigitalLink]] attribute.
|
|
804
|
+
#
|
|
805
|
+
# Note also that this is a definition for how to include GTINs in Schema.org data, and not a definition of GTINs in general - see the GS1 documentation for authoritative details.
|
|
806
|
+
def gtin
|
|
807
|
+
read_property(:gtin)
|
|
808
|
+
end
|
|
809
|
+
|
|
810
|
+
# A Global Trade Item Number ([GTIN](https://www.gs1.org/standards/id-keys/gtin)). GTINs identify trade items, including products and services, using numeric identification codes.
|
|
811
|
+
#
|
|
812
|
+
# A correct [[gtin]] value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a "GS1 Digital Link" URL based on such a string. The numeric component should also have a [valid GS1 check digit](https://www.gs1.org/services/check-digit-calculator) and meet the other rules for valid GTINs. See also [GS1's GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) and [Wikipedia](https://en.wikipedia.org/wiki/Global_Trade_Item_Number) for more details. Left-padding of the gtin values is not required or encouraged. The [[gtin]] property generalizes the earlier [[gtin8]], [[gtin12]], [[gtin13]], and [[gtin14]] properties.
|
|
813
|
+
#
|
|
814
|
+
# The GS1 [digital link specifications](https://www.gs1.org/standards/Digital-Link/) expresses GTINs as URLs (URIs, IRIs, etc.).
|
|
815
|
+
# Digital Links should be populated into the [[hasGS1DigitalLink]] attribute.
|
|
816
|
+
#
|
|
817
|
+
# Note also that this is a definition for how to include GTINs in Schema.org data, and not a definition of GTINs in general - see the GS1 documentation for authoritative details.
|
|
818
|
+
def gtin=(value)
|
|
819
|
+
write_property(:gtin, value)
|
|
820
|
+
end
|
|
821
|
+
|
|
822
|
+
# The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.
|
|
823
|
+
def gtin12
|
|
824
|
+
read_property(:gtin12)
|
|
825
|
+
end
|
|
826
|
+
|
|
827
|
+
# The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.
|
|
828
|
+
def gtin12=(value)
|
|
829
|
+
write_property(:gtin12, value)
|
|
830
|
+
end
|
|
831
|
+
|
|
832
|
+
# The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceding zero. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.
|
|
833
|
+
def gtin13
|
|
834
|
+
read_property(:gtin13)
|
|
835
|
+
end
|
|
836
|
+
|
|
837
|
+
# The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceding zero. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.
|
|
838
|
+
def gtin13=(value)
|
|
839
|
+
write_property(:gtin13, value)
|
|
840
|
+
end
|
|
841
|
+
|
|
842
|
+
# The GTIN-14 code of the product, or the product to which the offer refers. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.
|
|
843
|
+
def gtin14
|
|
844
|
+
read_property(:gtin14)
|
|
845
|
+
end
|
|
846
|
+
|
|
847
|
+
# The GTIN-14 code of the product, or the product to which the offer refers. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.
|
|
848
|
+
def gtin14=(value)
|
|
849
|
+
write_property(:gtin14, value)
|
|
850
|
+
end
|
|
851
|
+
|
|
852
|
+
# The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.
|
|
853
|
+
def gtin8
|
|
854
|
+
read_property(:gtin8)
|
|
855
|
+
end
|
|
856
|
+
|
|
857
|
+
# The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.
|
|
858
|
+
def gtin8=(value)
|
|
859
|
+
write_property(:gtin8, value)
|
|
860
|
+
end
|
|
861
|
+
|
|
862
|
+
# Used to tag an item to be intended or suitable for consumption or use by adults only.
|
|
863
|
+
def has_adult_consideration
|
|
864
|
+
read_property(:has_adult_consideration)
|
|
865
|
+
end
|
|
866
|
+
|
|
867
|
+
# Used to tag an item to be intended or suitable for consumption or use by adults only.
|
|
868
|
+
def has_adult_consideration=(value)
|
|
869
|
+
write_property(:has_adult_consideration, value)
|
|
870
|
+
end
|
|
871
|
+
|
|
872
|
+
# Certification information about a product, organization, service, place, or person.
|
|
873
|
+
def has_certification
|
|
874
|
+
read_property(:has_certification)
|
|
875
|
+
end
|
|
876
|
+
|
|
877
|
+
# Certification information about a product, organization, service, place, or person.
|
|
878
|
+
def has_certification=(value)
|
|
879
|
+
write_property(:has_certification, value)
|
|
880
|
+
end
|
|
881
|
+
|
|
882
|
+
# Defines the energy efficiency Category (also known as "class" or "rating") for a product according to an international energy efficiency standard.
|
|
883
|
+
def has_energy_consumption_details
|
|
884
|
+
read_property(:has_energy_consumption_details)
|
|
885
|
+
end
|
|
886
|
+
|
|
887
|
+
# Defines the energy efficiency Category (also known as "class" or "rating") for a product according to an international energy efficiency standard.
|
|
888
|
+
def has_energy_consumption_details=(value)
|
|
889
|
+
write_property(:has_energy_consumption_details, value)
|
|
890
|
+
end
|
|
891
|
+
|
|
892
|
+
# The <a href="https://www.gs1.org/standards/gs1-digital-link">GS1 digital link</a> associated with the object. This URL should conform to the particular requirements of digital links. The link should only contain the Application Identifiers (AIs) that are relevant for the entity being annotated, for instance a [[Product]] or an [[Organization]], and for the correct granularity. In particular, for products:<ul><li>A Digital Link that contains a serial number (AI <code>21</code>) should only be present on instances of [[IndividualProduct]]</li><li>A Digital Link that contains a lot number (AI <code>10</code>) should be annotated as [[SomeProducts]] if only products from that lot are sold, or [[IndividualProduct]] if there is only a specific product.</li><li>A Digital Link that contains a global model number (AI <code>8013</code>) should be attached to a [[Product]] or a [[ProductModel]].</li></ul> Other item types should be adapted similarly.
|
|
893
|
+
def has_gs1_digital_link
|
|
894
|
+
read_property(:has_gs1_digital_link)
|
|
895
|
+
end
|
|
896
|
+
|
|
897
|
+
# The <a href="https://www.gs1.org/standards/gs1-digital-link">GS1 digital link</a> associated with the object. This URL should conform to the particular requirements of digital links. The link should only contain the Application Identifiers (AIs) that are relevant for the entity being annotated, for instance a [[Product]] or an [[Organization]], and for the correct granularity. In particular, for products:<ul><li>A Digital Link that contains a serial number (AI <code>21</code>) should only be present on instances of [[IndividualProduct]]</li><li>A Digital Link that contains a lot number (AI <code>10</code>) should be annotated as [[SomeProducts]] if only products from that lot are sold, or [[IndividualProduct]] if there is only a specific product.</li><li>A Digital Link that contains a global model number (AI <code>8013</code>) should be attached to a [[Product]] or a [[ProductModel]].</li></ul> Other item types should be adapted similarly.
|
|
898
|
+
def has_gs1_digital_link=(value)
|
|
899
|
+
write_property(:has_gs1_digital_link, value)
|
|
900
|
+
end
|
|
901
|
+
|
|
902
|
+
# A measurement of an item, For example, the inseam of pants, the wheel size of a bicycle, the gauge of a screw, or the carbon footprint measured for certification by an authority. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings.
|
|
903
|
+
def has_measurement
|
|
904
|
+
read_property(:has_measurement)
|
|
905
|
+
end
|
|
906
|
+
|
|
907
|
+
# A measurement of an item, For example, the inseam of pants, the wheel size of a bicycle, the gauge of a screw, or the carbon footprint measured for certification by an authority. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings.
|
|
908
|
+
def has_measurement=(value)
|
|
909
|
+
write_property(:has_measurement, value)
|
|
910
|
+
end
|
|
911
|
+
|
|
912
|
+
# Specifies a MerchantReturnPolicy that may be applicable.
|
|
913
|
+
# Supersedes `hasProductReturnPolicy`.
|
|
914
|
+
def has_merchant_return_policy
|
|
915
|
+
read_property(:has_merchant_return_policy)
|
|
916
|
+
end
|
|
917
|
+
|
|
918
|
+
# Specifies a MerchantReturnPolicy that may be applicable.
|
|
919
|
+
# Supersedes `hasProductReturnPolicy`.
|
|
920
|
+
def has_merchant_return_policy=(value)
|
|
921
|
+
write_property(:has_merchant_return_policy, value)
|
|
922
|
+
end
|
|
923
|
+
|
|
924
|
+
# Indicates a ProductReturnPolicy that may be applicable.
|
|
925
|
+
# Superseded by `hasMerchantReturnPolicy`.
|
|
926
|
+
def has_product_return_policy
|
|
927
|
+
read_property(:has_product_return_policy)
|
|
928
|
+
end
|
|
929
|
+
|
|
930
|
+
# Indicates a ProductReturnPolicy that may be applicable.
|
|
931
|
+
# Superseded by `hasMerchantReturnPolicy`.
|
|
932
|
+
def has_product_return_policy=(value)
|
|
933
|
+
write_property(:has_product_return_policy, value)
|
|
934
|
+
end
|
|
935
|
+
|
|
936
|
+
# The height of the item.
|
|
937
|
+
def height
|
|
938
|
+
read_property(:height)
|
|
939
|
+
end
|
|
940
|
+
|
|
941
|
+
# The height of the item.
|
|
942
|
+
def height=(value)
|
|
943
|
+
write_property(:height, value)
|
|
944
|
+
end
|
|
945
|
+
|
|
946
|
+
# Indicates the [[productGroupID]] for a [[ProductGroup]] that this product [[isVariantOf]].
|
|
947
|
+
def in_product_group_with_id
|
|
948
|
+
read_property(:in_product_group_with_id)
|
|
949
|
+
end
|
|
950
|
+
|
|
951
|
+
# Indicates the [[productGroupID]] for a [[ProductGroup]] that this product [[isVariantOf]].
|
|
952
|
+
def in_product_group_with_id=(value)
|
|
953
|
+
write_property(:in_product_group_with_id, value)
|
|
954
|
+
end
|
|
955
|
+
|
|
956
|
+
# A pointer to another product (or multiple products) for which this product is an accessory or spare part.
|
|
957
|
+
def is_accessory_or_spare_part_for
|
|
958
|
+
read_property(:is_accessory_or_spare_part_for)
|
|
959
|
+
end
|
|
960
|
+
|
|
961
|
+
# A pointer to another product (or multiple products) for which this product is an accessory or spare part.
|
|
962
|
+
def is_accessory_or_spare_part_for=(value)
|
|
963
|
+
write_property(:is_accessory_or_spare_part_for, value)
|
|
964
|
+
end
|
|
965
|
+
|
|
966
|
+
# A pointer to another product (or multiple products) for which this product is a consumable.
|
|
967
|
+
def is_consumable_for
|
|
968
|
+
read_property(:is_consumable_for)
|
|
969
|
+
end
|
|
970
|
+
|
|
971
|
+
# A pointer to another product (or multiple products) for which this product is a consumable.
|
|
972
|
+
def is_consumable_for=(value)
|
|
973
|
+
write_property(:is_consumable_for, value)
|
|
974
|
+
end
|
|
975
|
+
|
|
976
|
+
# Indicates whether this content is family friendly.
|
|
977
|
+
def is_family_friendly
|
|
978
|
+
read_property(:is_family_friendly)
|
|
979
|
+
end
|
|
980
|
+
|
|
981
|
+
# Indicates whether this content is family friendly.
|
|
982
|
+
def is_family_friendly=(value)
|
|
983
|
+
write_property(:is_family_friendly, value)
|
|
984
|
+
end
|
|
985
|
+
|
|
986
|
+
# A pointer to another, somehow related product (or multiple products).
|
|
987
|
+
def is_related_to
|
|
988
|
+
read_property(:is_related_to)
|
|
989
|
+
end
|
|
990
|
+
|
|
991
|
+
# A pointer to another, somehow related product (or multiple products).
|
|
992
|
+
def is_related_to=(value)
|
|
993
|
+
write_property(:is_related_to, value)
|
|
994
|
+
end
|
|
995
|
+
|
|
996
|
+
# A pointer to another, functionally similar product (or multiple products).
|
|
997
|
+
def is_similar_to
|
|
998
|
+
read_property(:is_similar_to)
|
|
999
|
+
end
|
|
1000
|
+
|
|
1001
|
+
# A pointer to another, functionally similar product (or multiple products).
|
|
1002
|
+
def is_similar_to=(value)
|
|
1003
|
+
write_property(:is_similar_to, value)
|
|
1004
|
+
end
|
|
1005
|
+
|
|
1006
|
+
# Indicates the kind of product that this is a variant of. In the case of [[ProductModel]], this is a pointer (from a ProductModel) to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive. In the case of a [[ProductGroup]], the group description also serves as a template, representing a set of Products that vary on explicitly defined, specific dimensions only (so it defines both a set of variants, as well as which values distinguish amongst those variants). When used with [[ProductGroup]], this property can apply to any [[Product]] included in the group.
|
|
1007
|
+
# Inverse-property: `hasVariant`.
|
|
1008
|
+
def is_variant_of
|
|
1009
|
+
read_property(:is_variant_of)
|
|
1010
|
+
end
|
|
1011
|
+
|
|
1012
|
+
# Indicates the kind of product that this is a variant of. In the case of [[ProductModel]], this is a pointer (from a ProductModel) to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive. In the case of a [[ProductGroup]], the group description also serves as a template, representing a set of Products that vary on explicitly defined, specific dimensions only (so it defines both a set of variants, as well as which values distinguish amongst those variants). When used with [[ProductGroup]], this property can apply to any [[Product]] included in the group.
|
|
1013
|
+
# Inverse-property: `hasVariant`.
|
|
1014
|
+
def is_variant_of=(value)
|
|
1015
|
+
write_property(:is_variant_of, value)
|
|
1016
|
+
end
|
|
1017
|
+
|
|
1018
|
+
# A predefined value from OfferItemCondition specifying the condition of the product or service, or the products or services included in the offer. Also used for product return policies to specify the condition of products accepted for returns.
|
|
1019
|
+
def item_condition
|
|
1020
|
+
read_property(:item_condition)
|
|
1021
|
+
end
|
|
1022
|
+
|
|
1023
|
+
# A predefined value from OfferItemCondition specifying the condition of the product or service, or the products or services included in the offer. Also used for product return policies to specify the condition of products accepted for returns.
|
|
1024
|
+
def item_condition=(value)
|
|
1025
|
+
write_property(:item_condition, value)
|
|
1026
|
+
end
|
|
1027
|
+
|
|
1028
|
+
# 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.
|
|
1029
|
+
def keywords
|
|
1030
|
+
read_property(:keywords)
|
|
1031
|
+
end
|
|
1032
|
+
|
|
1033
|
+
# 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.
|
|
1034
|
+
def keywords=(value)
|
|
1035
|
+
write_property(:keywords, value)
|
|
1036
|
+
end
|
|
1037
|
+
|
|
1038
|
+
# An associated logo.
|
|
1039
|
+
def logo
|
|
1040
|
+
read_property(:logo)
|
|
1041
|
+
end
|
|
1042
|
+
|
|
1043
|
+
# An associated logo.
|
|
1044
|
+
def logo=(value)
|
|
1045
|
+
write_property(:logo, value)
|
|
1046
|
+
end
|
|
1047
|
+
|
|
1048
|
+
# The manufacturer of the product.
|
|
1049
|
+
def manufacturer
|
|
1050
|
+
read_property(:manufacturer)
|
|
1051
|
+
end
|
|
1052
|
+
|
|
1053
|
+
# The manufacturer of the product.
|
|
1054
|
+
def manufacturer=(value)
|
|
1055
|
+
write_property(:manufacturer, value)
|
|
1056
|
+
end
|
|
1057
|
+
|
|
1058
|
+
# A material that something is made from, e.g. leather, wool, cotton, paper.
|
|
1059
|
+
def material
|
|
1060
|
+
read_property(:material)
|
|
1061
|
+
end
|
|
1062
|
+
|
|
1063
|
+
# A material that something is made from, e.g. leather, wool, cotton, paper.
|
|
1064
|
+
def material=(value)
|
|
1065
|
+
write_property(:material, value)
|
|
1066
|
+
end
|
|
1067
|
+
|
|
1068
|
+
# The [[mobileUrl]] property is provided for specific situations in which data consumers need to determine whether one of several provided URLs is a dedicated 'mobile site'.
|
|
1069
|
+
#
|
|
1070
|
+
# To discourage over-use, and reflecting intial usecases, the property is expected only on [[Product]] and [[Offer]], rather than [[Thing]]. The general trend in web technology is towards [responsive design](https://en.wikipedia.org/wiki/Responsive_web_design) in which content can be flexibly adapted to a wide range of browsing environments. Pages and sites referenced with the long-established [[url]] property should ideally also be usable on a wide variety of devices, including mobile phones. In most cases, it would be pointless and counter productive to attempt to update all [[url]] markup to use [[mobileUrl]] for more mobile-oriented pages. The property is intended for the case when items (primarily [[Product]] and [[Offer]]) have extra URLs hosted on an additional "mobile site" alongside the main one. It should not be taken as an endorsement of this publication style.
|
|
1071
|
+
def mobile_url
|
|
1072
|
+
read_property(:mobile_url)
|
|
1073
|
+
end
|
|
1074
|
+
|
|
1075
|
+
# The [[mobileUrl]] property is provided for specific situations in which data consumers need to determine whether one of several provided URLs is a dedicated 'mobile site'.
|
|
1076
|
+
#
|
|
1077
|
+
# To discourage over-use, and reflecting intial usecases, the property is expected only on [[Product]] and [[Offer]], rather than [[Thing]]. The general trend in web technology is towards [responsive design](https://en.wikipedia.org/wiki/Responsive_web_design) in which content can be flexibly adapted to a wide range of browsing environments. Pages and sites referenced with the long-established [[url]] property should ideally also be usable on a wide variety of devices, including mobile phones. In most cases, it would be pointless and counter productive to attempt to update all [[url]] markup to use [[mobileUrl]] for more mobile-oriented pages. The property is intended for the case when items (primarily [[Product]] and [[Offer]]) have extra URLs hosted on an additional "mobile site" alongside the main one. It should not be taken as an endorsement of this publication style.
|
|
1078
|
+
def mobile_url=(value)
|
|
1079
|
+
write_property(:mobile_url, value)
|
|
1080
|
+
end
|
|
1081
|
+
|
|
1082
|
+
# The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties.
|
|
1083
|
+
def model
|
|
1084
|
+
read_property(:model)
|
|
1085
|
+
end
|
|
1086
|
+
|
|
1087
|
+
# The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties.
|
|
1088
|
+
def model=(value)
|
|
1089
|
+
write_property(:model, value)
|
|
1090
|
+
end
|
|
1091
|
+
|
|
1092
|
+
# The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.
|
|
1093
|
+
def mpn
|
|
1094
|
+
read_property(:mpn)
|
|
1095
|
+
end
|
|
1096
|
+
|
|
1097
|
+
# The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.
|
|
1098
|
+
def mpn=(value)
|
|
1099
|
+
write_property(:mpn, value)
|
|
1100
|
+
end
|
|
1101
|
+
|
|
1102
|
+
# Provides negative considerations regarding something, most typically in pro/con lists for reviews (alongside [[positiveNotes]]). For symmetry
|
|
1103
|
+
#
|
|
1104
|
+
# In the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described. Since product descriptions
|
|
1105
|
+
# tend to emphasise positive claims, it may be relatively unusual to find [[negativeNotes]] used in this way. Nevertheless for the sake of symmetry, [[negativeNotes]] can be used on [[Product]].
|
|
1106
|
+
#
|
|
1107
|
+
# The property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most negative is at the beginning of the list).
|
|
1108
|
+
def negative_notes
|
|
1109
|
+
read_property(:negative_notes)
|
|
1110
|
+
end
|
|
1111
|
+
|
|
1112
|
+
# Provides negative considerations regarding something, most typically in pro/con lists for reviews (alongside [[positiveNotes]]). For symmetry
|
|
1113
|
+
#
|
|
1114
|
+
# In the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described. Since product descriptions
|
|
1115
|
+
# tend to emphasise positive claims, it may be relatively unusual to find [[negativeNotes]] used in this way. Nevertheless for the sake of symmetry, [[negativeNotes]] can be used on [[Product]].
|
|
1116
|
+
#
|
|
1117
|
+
# The property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most negative is at the beginning of the list).
|
|
1118
|
+
def negative_notes=(value)
|
|
1119
|
+
write_property(:negative_notes, value)
|
|
1120
|
+
end
|
|
1121
|
+
|
|
1122
|
+
# Indicates the [NATO stock number](https://en.wikipedia.org/wiki/NATO_Stock_Number) (nsn) of a [[Product]].
|
|
1123
|
+
def nsn
|
|
1124
|
+
read_property(:nsn)
|
|
1125
|
+
end
|
|
1126
|
+
|
|
1127
|
+
# Indicates the [NATO stock number](https://en.wikipedia.org/wiki/NATO_Stock_Number) (nsn) of a [[Product]].
|
|
1128
|
+
def nsn=(value)
|
|
1129
|
+
write_property(:nsn, value)
|
|
1130
|
+
end
|
|
1131
|
+
|
|
1132
|
+
# 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.
|
|
1133
|
+
# Inverse-property: `itemOffered`.
|
|
1134
|
+
def offers
|
|
1135
|
+
read_property(:offers)
|
|
1136
|
+
end
|
|
1137
|
+
|
|
1138
|
+
# 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.
|
|
1139
|
+
# Inverse-property: `itemOffered`.
|
|
1140
|
+
def offers=(value)
|
|
1141
|
+
write_property(:offers, value)
|
|
1142
|
+
end
|
|
1143
|
+
|
|
1144
|
+
# 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.
|
|
1145
|
+
def pattern
|
|
1146
|
+
read_property(:pattern)
|
|
1147
|
+
end
|
|
1148
|
+
|
|
1149
|
+
# 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.
|
|
1150
|
+
def pattern=(value)
|
|
1151
|
+
write_property(:pattern, value)
|
|
1152
|
+
end
|
|
1153
|
+
|
|
1154
|
+
# Provides positive considerations regarding something, for example product highlights or (alongside [[negativeNotes]]) pro/con lists for reviews.
|
|
1155
|
+
#
|
|
1156
|
+
# In the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described.
|
|
1157
|
+
#
|
|
1158
|
+
# The property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most positive is at the beginning of the list).
|
|
1159
|
+
def positive_notes
|
|
1160
|
+
read_property(:positive_notes)
|
|
1161
|
+
end
|
|
1162
|
+
|
|
1163
|
+
# Provides positive considerations regarding something, for example product highlights or (alongside [[negativeNotes]]) pro/con lists for reviews.
|
|
1164
|
+
#
|
|
1165
|
+
# In the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described.
|
|
1166
|
+
#
|
|
1167
|
+
# The property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most positive is at the beginning of the list).
|
|
1168
|
+
def positive_notes=(value)
|
|
1169
|
+
write_property(:positive_notes, value)
|
|
1170
|
+
end
|
|
1171
|
+
|
|
1172
|
+
# The product identifier, such as ISBN. For example: ``` meta itemprop="productID" content="isbn:123-456-789" ```.
|
|
1173
|
+
def product_id
|
|
1174
|
+
read_property(:product_id)
|
|
1175
|
+
end
|
|
1176
|
+
|
|
1177
|
+
# The product identifier, such as ISBN. For example: ``` meta itemprop="productID" content="isbn:123-456-789" ```.
|
|
1178
|
+
def product_id=(value)
|
|
1179
|
+
write_property(:product_id, value)
|
|
1180
|
+
end
|
|
1181
|
+
|
|
1182
|
+
# The date of production of the item, e.g. vehicle.
|
|
1183
|
+
def production_date
|
|
1184
|
+
read_property(:production_date)
|
|
1185
|
+
end
|
|
1186
|
+
|
|
1187
|
+
# The date of production of the item, e.g. vehicle.
|
|
1188
|
+
def production_date=(value)
|
|
1189
|
+
write_property(:production_date, value)
|
|
1190
|
+
end
|
|
1191
|
+
|
|
1192
|
+
# The date the item, e.g. vehicle, was purchased by the current owner.
|
|
1193
|
+
def purchase_date
|
|
1194
|
+
read_property(:purchase_date)
|
|
1195
|
+
end
|
|
1196
|
+
|
|
1197
|
+
# The date the item, e.g. vehicle, was purchased by the current owner.
|
|
1198
|
+
def purchase_date=(value)
|
|
1199
|
+
write_property(:purchase_date, value)
|
|
1200
|
+
end
|
|
1201
|
+
|
|
1202
|
+
# The release date of a product or product model. This can be used to distinguish the exact variant of a product.
|
|
1203
|
+
def release_date
|
|
1204
|
+
read_property(:release_date)
|
|
1205
|
+
end
|
|
1206
|
+
|
|
1207
|
+
# The release date of a product or product model. This can be used to distinguish the exact variant of a product.
|
|
1208
|
+
def release_date=(value)
|
|
1209
|
+
write_property(:release_date, value)
|
|
1210
|
+
end
|
|
1211
|
+
|
|
1212
|
+
# A review of the item.
|
|
1213
|
+
# Supersedes `reviews`.
|
|
1214
|
+
def review
|
|
1215
|
+
read_property(:review)
|
|
1216
|
+
end
|
|
1217
|
+
|
|
1218
|
+
# A review of the item.
|
|
1219
|
+
# Supersedes `reviews`.
|
|
1220
|
+
def review=(value)
|
|
1221
|
+
write_property(:review, value)
|
|
1222
|
+
end
|
|
1223
|
+
|
|
1224
|
+
# Review of the item.
|
|
1225
|
+
# Superseded by `review`.
|
|
1226
|
+
def reviews
|
|
1227
|
+
read_property(:reviews)
|
|
1228
|
+
end
|
|
1229
|
+
|
|
1230
|
+
# Review of the item.
|
|
1231
|
+
# Superseded by `review`.
|
|
1232
|
+
def reviews=(value)
|
|
1233
|
+
write_property(:reviews, value)
|
|
1234
|
+
end
|
|
1235
|
+
|
|
1236
|
+
# 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.
|
|
1237
|
+
def size
|
|
1238
|
+
read_property(:size)
|
|
1239
|
+
end
|
|
1240
|
+
|
|
1241
|
+
# 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.
|
|
1242
|
+
def size=(value)
|
|
1243
|
+
write_property(:size, value)
|
|
1244
|
+
end
|
|
1245
|
+
|
|
1246
|
+
# The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.
|
|
1247
|
+
def sku
|
|
1248
|
+
read_property(:sku)
|
|
1249
|
+
end
|
|
1250
|
+
|
|
1251
|
+
# The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.
|
|
1252
|
+
def sku=(value)
|
|
1253
|
+
write_property(:sku, value)
|
|
1254
|
+
end
|
|
1255
|
+
|
|
1256
|
+
# A slogan or motto associated with the item.
|
|
1257
|
+
def slogan
|
|
1258
|
+
read_property(:slogan)
|
|
1259
|
+
end
|
|
1260
|
+
|
|
1261
|
+
# A slogan or motto associated with the item.
|
|
1262
|
+
def slogan=(value)
|
|
1263
|
+
write_property(:slogan, value)
|
|
1264
|
+
end
|
|
1265
|
+
|
|
1266
|
+
# The weight of the product or person.
|
|
1267
|
+
def weight
|
|
1268
|
+
read_property(:weight)
|
|
1269
|
+
end
|
|
1270
|
+
|
|
1271
|
+
# The weight of the product or person.
|
|
1272
|
+
def weight=(value)
|
|
1273
|
+
write_property(:weight, value)
|
|
1274
|
+
end
|
|
1275
|
+
|
|
1276
|
+
# The width of the item.
|
|
1277
|
+
def width
|
|
1278
|
+
read_property(:width)
|
|
1279
|
+
end
|
|
1280
|
+
|
|
1281
|
+
# The width of the item.
|
|
1282
|
+
def width=(value)
|
|
1283
|
+
write_property(:width, value)
|
|
1284
|
+
end
|
|
1285
|
+
end
|
|
1286
|
+
end
|
|
1287
|
+
end
|