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,2850 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module SchemaOrg
|
|
4
|
+
class GeneratedVocabulary
|
|
5
|
+
SCHEMA_TO_RUBY = {
|
|
6
|
+
"3DModel" => "ThreeDModel",
|
|
7
|
+
"AMRadioChannel" => "AMRadioChannel",
|
|
8
|
+
"APIReference" => "APIReference",
|
|
9
|
+
"AboutPage" => "AboutPage",
|
|
10
|
+
"AcceptAction" => "AcceptAction",
|
|
11
|
+
"Accommodation" => "Accommodation",
|
|
12
|
+
"AccountingService" => "AccountingService",
|
|
13
|
+
"AchieveAction" => "AchieveAction",
|
|
14
|
+
"Action" => "Action",
|
|
15
|
+
"ActionAccessSpecification" => "ActionAccessSpecification",
|
|
16
|
+
"ActionStatusType" => "ActionStatusType",
|
|
17
|
+
"ActivateAction" => "ActivateAction",
|
|
18
|
+
"AddAction" => "AddAction",
|
|
19
|
+
"AdministrativeArea" => "AdministrativeArea",
|
|
20
|
+
"AdultEntertainment" => "AdultEntertainment",
|
|
21
|
+
"AdultOrientedEnumeration" => "AdultOrientedEnumeration",
|
|
22
|
+
"AdvertiserContentArticle" => "AdvertiserContentArticle",
|
|
23
|
+
"AggregateOffer" => "AggregateOffer",
|
|
24
|
+
"AggregateRating" => "AggregateRating",
|
|
25
|
+
"AgreeAction" => "AgreeAction",
|
|
26
|
+
"Airline" => "Airline",
|
|
27
|
+
"Airport" => "Airport",
|
|
28
|
+
"AlignmentObject" => "AlignmentObject",
|
|
29
|
+
"AllocateAction" => "AllocateAction",
|
|
30
|
+
"AmpStory" => "AmpStory",
|
|
31
|
+
"AmusementPark" => "AmusementPark",
|
|
32
|
+
"AnalysisNewsArticle" => "AnalysisNewsArticle",
|
|
33
|
+
"AnatomicalStructure" => "AnatomicalStructure",
|
|
34
|
+
"AnatomicalSystem" => "AnatomicalSystem",
|
|
35
|
+
"AnimalShelter" => "AnimalShelter",
|
|
36
|
+
"Answer" => "Answer",
|
|
37
|
+
"Apartment" => "Apartment",
|
|
38
|
+
"ApartmentComplex" => "ApartmentComplex",
|
|
39
|
+
"AppendAction" => "AppendAction",
|
|
40
|
+
"ApplyAction" => "ApplyAction",
|
|
41
|
+
"ApprovedIndication" => "ApprovedIndication",
|
|
42
|
+
"Aquarium" => "Aquarium",
|
|
43
|
+
"ArchiveComponent" => "ArchiveComponent",
|
|
44
|
+
"ArchiveOrganization" => "ArchiveOrganization",
|
|
45
|
+
"ArriveAction" => "ArriveAction",
|
|
46
|
+
"ArtGallery" => "ArtGallery",
|
|
47
|
+
"Artery" => "Artery",
|
|
48
|
+
"Article" => "Article",
|
|
49
|
+
"AskAction" => "AskAction",
|
|
50
|
+
"AskPublicNewsArticle" => "AskPublicNewsArticle",
|
|
51
|
+
"AssessAction" => "AssessAction",
|
|
52
|
+
"AssignAction" => "AssignAction",
|
|
53
|
+
"Atlas" => "Atlas",
|
|
54
|
+
"Attorney" => "Attorney",
|
|
55
|
+
"Audience" => "Audience",
|
|
56
|
+
"AudioObject" => "AudioObject",
|
|
57
|
+
"AudioObjectSnapshot" => "AudioObjectSnapshot",
|
|
58
|
+
"Audiobook" => "Audiobook",
|
|
59
|
+
"AuthenticateAction" => "AuthenticateAction",
|
|
60
|
+
"AuthorizeAction" => "AuthorizeAction",
|
|
61
|
+
"AutoBodyShop" => "AutoBodyShop",
|
|
62
|
+
"AutoDealer" => "AutoDealer",
|
|
63
|
+
"AutoPartsStore" => "AutoPartsStore",
|
|
64
|
+
"AutoRental" => "AutoRental",
|
|
65
|
+
"AutoRepair" => "AutoRepair",
|
|
66
|
+
"AutoWash" => "AutoWash",
|
|
67
|
+
"AutomatedTeller" => "AutomatedTeller",
|
|
68
|
+
"AutomotiveBusiness" => "AutomotiveBusiness",
|
|
69
|
+
"BackgroundNewsArticle" => "BackgroundNewsArticle",
|
|
70
|
+
"Bakery" => "Bakery",
|
|
71
|
+
"BankAccount" => "BankAccount",
|
|
72
|
+
"BankOrCreditUnion" => "BankOrCreditUnion",
|
|
73
|
+
"BarOrPub" => "BarOrPub",
|
|
74
|
+
"Barcode" => "Barcode",
|
|
75
|
+
"Beach" => "Beach",
|
|
76
|
+
"BeautySalon" => "BeautySalon",
|
|
77
|
+
"BedAndBreakfast" => "BedAndBreakfast",
|
|
78
|
+
"BedDetails" => "BedDetails",
|
|
79
|
+
"BedType" => "BedType",
|
|
80
|
+
"BefriendAction" => "BefriendAction",
|
|
81
|
+
"BikeStore" => "BikeStore",
|
|
82
|
+
"BioChemEntity" => "BioChemEntity",
|
|
83
|
+
"Blog" => "Blog",
|
|
84
|
+
"BlogPosting" => "BlogPosting",
|
|
85
|
+
"BloodTest" => "BloodTest",
|
|
86
|
+
"BoardingPolicyType" => "BoardingPolicyType",
|
|
87
|
+
"BoatReservation" => "BoatReservation",
|
|
88
|
+
"BoatTerminal" => "BoatTerminal",
|
|
89
|
+
"BoatTrip" => "BoatTrip",
|
|
90
|
+
"BodyMeasurementTypeEnumeration" => "BodyMeasurementTypeEnumeration",
|
|
91
|
+
"BodyOfWater" => "BodyOfWater",
|
|
92
|
+
"Bone" => "Bone",
|
|
93
|
+
"Book" => "Book",
|
|
94
|
+
"BookFormatType" => "BookFormatType",
|
|
95
|
+
"BookSeries" => "BookSeries",
|
|
96
|
+
"BookStore" => "BookStore",
|
|
97
|
+
"BookmarkAction" => "BookmarkAction",
|
|
98
|
+
"Boolean" => "Boolean",
|
|
99
|
+
"BorrowAction" => "BorrowAction",
|
|
100
|
+
"BowlingAlley" => "BowlingAlley",
|
|
101
|
+
"BrainStructure" => "BrainStructure",
|
|
102
|
+
"Brand" => "Brand",
|
|
103
|
+
"BreadcrumbList" => "BreadcrumbList",
|
|
104
|
+
"Brewery" => "Brewery",
|
|
105
|
+
"Bridge" => "Bridge",
|
|
106
|
+
"BroadcastChannel" => "BroadcastChannel",
|
|
107
|
+
"BroadcastEvent" => "BroadcastEvent",
|
|
108
|
+
"BroadcastFrequencySpecification" => "BroadcastFrequencySpecification",
|
|
109
|
+
"BroadcastService" => "BroadcastService",
|
|
110
|
+
"BrokerageAccount" => "BrokerageAccount",
|
|
111
|
+
"BuddhistTemple" => "BuddhistTemple",
|
|
112
|
+
"BusOrCoach" => "BusOrCoach",
|
|
113
|
+
"BusReservation" => "BusReservation",
|
|
114
|
+
"BusStation" => "BusStation",
|
|
115
|
+
"BusStop" => "BusStop",
|
|
116
|
+
"BusTrip" => "BusTrip",
|
|
117
|
+
"BusinessAudience" => "BusinessAudience",
|
|
118
|
+
"BusinessEntityType" => "BusinessEntityType",
|
|
119
|
+
"BusinessEvent" => "BusinessEvent",
|
|
120
|
+
"BusinessFunction" => "BusinessFunction",
|
|
121
|
+
"BuyAction" => "BuyAction",
|
|
122
|
+
"CDCPMDRecord" => "CDCPMDRecord",
|
|
123
|
+
"CableOrSatelliteService" => "CableOrSatelliteService",
|
|
124
|
+
"CafeOrCoffeeShop" => "CafeOrCoffeeShop",
|
|
125
|
+
"Campground" => "Campground",
|
|
126
|
+
"CampingPitch" => "CampingPitch",
|
|
127
|
+
"Canal" => "Canal",
|
|
128
|
+
"CancelAction" => "CancelAction",
|
|
129
|
+
"Car" => "Car",
|
|
130
|
+
"CarUsageType" => "CarUsageType",
|
|
131
|
+
"Casino" => "Casino",
|
|
132
|
+
"CategoryCode" => "CategoryCode",
|
|
133
|
+
"CategoryCodeSet" => "CategoryCodeSet",
|
|
134
|
+
"CatholicChurch" => "CatholicChurch",
|
|
135
|
+
"Cemetery" => "Cemetery",
|
|
136
|
+
"Certification" => "Certification",
|
|
137
|
+
"CertificationStatusEnumeration" => "CertificationStatusEnumeration",
|
|
138
|
+
"Chapter" => "Chapter",
|
|
139
|
+
"CheckAction" => "CheckAction",
|
|
140
|
+
"CheckInAction" => "CheckInAction",
|
|
141
|
+
"CheckOutAction" => "CheckOutAction",
|
|
142
|
+
"CheckoutPage" => "CheckoutPage",
|
|
143
|
+
"ChemicalSubstance" => "ChemicalSubstance",
|
|
144
|
+
"ChildCare" => "ChildCare",
|
|
145
|
+
"ChildrensEvent" => "ChildrensEvent",
|
|
146
|
+
"ChooseAction" => "ChooseAction",
|
|
147
|
+
"Church" => "Church",
|
|
148
|
+
"City" => "City",
|
|
149
|
+
"CityHall" => "CityHall",
|
|
150
|
+
"CivicStructure" => "CivicStructure",
|
|
151
|
+
"Claim" => "Claim",
|
|
152
|
+
"ClaimReview" => "ClaimReview",
|
|
153
|
+
"Class" => "Class",
|
|
154
|
+
"Clip" => "Clip",
|
|
155
|
+
"ClothingStore" => "ClothingStore",
|
|
156
|
+
"Code" => "Code",
|
|
157
|
+
"Collection" => "Collection",
|
|
158
|
+
"CollectionPage" => "CollectionPage",
|
|
159
|
+
"CollegeOrUniversity" => "CollegeOrUniversity",
|
|
160
|
+
"ComedyClub" => "ComedyClub",
|
|
161
|
+
"ComedyEvent" => "ComedyEvent",
|
|
162
|
+
"ComicCoverArt" => "ComicCoverArt",
|
|
163
|
+
"ComicIssue" => "ComicIssue",
|
|
164
|
+
"ComicSeries" => "ComicSeries",
|
|
165
|
+
"ComicStory" => "ComicStory",
|
|
166
|
+
"Comment" => "Comment",
|
|
167
|
+
"CommentAction" => "CommentAction",
|
|
168
|
+
"CommunicateAction" => "CommunicateAction",
|
|
169
|
+
"CompleteDataFeed" => "CompleteDataFeed",
|
|
170
|
+
"CompoundPriceSpecification" => "CompoundPriceSpecification",
|
|
171
|
+
"ComputerLanguage" => "ComputerLanguage",
|
|
172
|
+
"ComputerStore" => "ComputerStore",
|
|
173
|
+
"ConferenceEvent" => "ConferenceEvent",
|
|
174
|
+
"ConfirmAction" => "ConfirmAction",
|
|
175
|
+
"Consortium" => "Consortium",
|
|
176
|
+
"ConstraintNode" => "ConstraintNode",
|
|
177
|
+
"ConsumeAction" => "ConsumeAction",
|
|
178
|
+
"ContactPage" => "ContactPage",
|
|
179
|
+
"ContactPoint" => "ContactPoint",
|
|
180
|
+
"ContactPointOption" => "ContactPointOption",
|
|
181
|
+
"Continent" => "Continent",
|
|
182
|
+
"ControlAction" => "ControlAction",
|
|
183
|
+
"ConvenienceStore" => "ConvenienceStore",
|
|
184
|
+
"Conversation" => "Conversation",
|
|
185
|
+
"CookAction" => "CookAction",
|
|
186
|
+
"Cooperative" => "Cooperative",
|
|
187
|
+
"Corporation" => "Corporation",
|
|
188
|
+
"CorrectionComment" => "CorrectionComment",
|
|
189
|
+
"Country" => "Country",
|
|
190
|
+
"Course" => "Course",
|
|
191
|
+
"CourseInstance" => "CourseInstance",
|
|
192
|
+
"Courthouse" => "Courthouse",
|
|
193
|
+
"CoverArt" => "CoverArt",
|
|
194
|
+
"CovidTestingFacility" => "CovidTestingFacility",
|
|
195
|
+
"CreateAction" => "CreateAction",
|
|
196
|
+
"CreativeWork" => "CreativeWork",
|
|
197
|
+
"CreativeWorkSeason" => "CreativeWorkSeason",
|
|
198
|
+
"CreativeWorkSeries" => "CreativeWorkSeries",
|
|
199
|
+
"Credential" => "Credential",
|
|
200
|
+
"CreditCard" => "CreditCard",
|
|
201
|
+
"Crematorium" => "Crematorium",
|
|
202
|
+
"CriticReview" => "CriticReview",
|
|
203
|
+
"CssSelectorType" => "CssSelectorType",
|
|
204
|
+
"CurrencyConversionService" => "CurrencyConversionService",
|
|
205
|
+
"DDxElement" => "DDxElement",
|
|
206
|
+
"DENonprofitType" => "DENonprofitType",
|
|
207
|
+
"DanceEvent" => "DanceEvent",
|
|
208
|
+
"DanceGroup" => "DanceGroup",
|
|
209
|
+
"DataCatalog" => "DataCatalog",
|
|
210
|
+
"DataDownload" => "DataDownload",
|
|
211
|
+
"DataFeed" => "DataFeed",
|
|
212
|
+
"DataFeedItem" => "DataFeedItem",
|
|
213
|
+
"DataType" => "DataType",
|
|
214
|
+
"Dataset" => "Dataset",
|
|
215
|
+
"Date" => "Date",
|
|
216
|
+
"DateTime" => "DateTime",
|
|
217
|
+
"DatedMoneySpecification" => "DatedMoneySpecification",
|
|
218
|
+
"DayOfWeek" => "DayOfWeek",
|
|
219
|
+
"DaySpa" => "DaySpa",
|
|
220
|
+
"DeactivateAction" => "DeactivateAction",
|
|
221
|
+
"DefenceEstablishment" => "DefenceEstablishment",
|
|
222
|
+
"DefinedRegion" => "DefinedRegion",
|
|
223
|
+
"DefinedTerm" => "DefinedTerm",
|
|
224
|
+
"DefinedTermSet" => "DefinedTermSet",
|
|
225
|
+
"DeleteAction" => "DeleteAction",
|
|
226
|
+
"DeliveryChargeSpecification" => "DeliveryChargeSpecification",
|
|
227
|
+
"DeliveryEvent" => "DeliveryEvent",
|
|
228
|
+
"DeliveryMethod" => "DeliveryMethod",
|
|
229
|
+
"DeliveryTimeSettings" => "DeliveryTimeSettings",
|
|
230
|
+
"Demand" => "Demand",
|
|
231
|
+
"Dentist" => "Dentist",
|
|
232
|
+
"DepartAction" => "DepartAction",
|
|
233
|
+
"DepartmentStore" => "DepartmentStore",
|
|
234
|
+
"DepositAccount" => "DepositAccount",
|
|
235
|
+
"DiagnosticLab" => "DiagnosticLab",
|
|
236
|
+
"DiagnosticProcedure" => "DiagnosticProcedure",
|
|
237
|
+
"Diet" => "Diet",
|
|
238
|
+
"DietarySupplement" => "DietarySupplement",
|
|
239
|
+
"DigitalDocument" => "DigitalDocument",
|
|
240
|
+
"DigitalDocumentPermission" => "DigitalDocumentPermission",
|
|
241
|
+
"DigitalDocumentPermissionType" => "DigitalDocumentPermissionType",
|
|
242
|
+
"DigitalPlatformEnumeration" => "DigitalPlatformEnumeration",
|
|
243
|
+
"DisagreeAction" => "DisagreeAction",
|
|
244
|
+
"DiscoverAction" => "DiscoverAction",
|
|
245
|
+
"DiscussionForumPosting" => "DiscussionForumPosting",
|
|
246
|
+
"DislikeAction" => "DislikeAction",
|
|
247
|
+
"Distance" => "Distance",
|
|
248
|
+
"Distillery" => "Distillery",
|
|
249
|
+
"DonateAction" => "DonateAction",
|
|
250
|
+
"DoseSchedule" => "DoseSchedule",
|
|
251
|
+
"DownloadAction" => "DownloadAction",
|
|
252
|
+
"DrawAction" => "DrawAction",
|
|
253
|
+
"Drawing" => "Drawing",
|
|
254
|
+
"DrinkAction" => "DrinkAction",
|
|
255
|
+
"DriveWheelConfigurationValue" => "DriveWheelConfigurationValue",
|
|
256
|
+
"Drug" => "Drug",
|
|
257
|
+
"DrugClass" => "DrugClass",
|
|
258
|
+
"DrugCost" => "DrugCost",
|
|
259
|
+
"DrugCostCategory" => "DrugCostCategory",
|
|
260
|
+
"DrugLegalStatus" => "DrugLegalStatus",
|
|
261
|
+
"DrugPregnancyCategory" => "DrugPregnancyCategory",
|
|
262
|
+
"DrugPrescriptionStatus" => "DrugPrescriptionStatus",
|
|
263
|
+
"DrugStrength" => "DrugStrength",
|
|
264
|
+
"DryCleaningOrLaundry" => "DryCleaningOrLaundry",
|
|
265
|
+
"Duration" => "Duration",
|
|
266
|
+
"EUEnergyEfficiencyEnumeration" => "EUEnergyEfficiencyEnumeration",
|
|
267
|
+
"EatAction" => "EatAction",
|
|
268
|
+
"EducationEvent" => "EducationEvent",
|
|
269
|
+
"EducationalAudience" => "EducationalAudience",
|
|
270
|
+
"EducationalOccupationalCredential" => "EducationalOccupationalCredential",
|
|
271
|
+
"EducationalOccupationalProgram" => "EducationalOccupationalProgram",
|
|
272
|
+
"EducationalOrganization" => "EducationalOrganization",
|
|
273
|
+
"Electrician" => "Electrician",
|
|
274
|
+
"ElectronicsStore" => "ElectronicsStore",
|
|
275
|
+
"ElementarySchool" => "ElementarySchool",
|
|
276
|
+
"EmailMessage" => "EmailMessage",
|
|
277
|
+
"Embassy" => "Embassy",
|
|
278
|
+
"EmergencyService" => "EmergencyService",
|
|
279
|
+
"EmployeeRole" => "EmployeeRole",
|
|
280
|
+
"EmployerAggregateRating" => "EmployerAggregateRating",
|
|
281
|
+
"EmployerReview" => "EmployerReview",
|
|
282
|
+
"EmploymentAgency" => "EmploymentAgency",
|
|
283
|
+
"EndorseAction" => "EndorseAction",
|
|
284
|
+
"EndorsementRating" => "EndorsementRating",
|
|
285
|
+
"Energy" => "Energy",
|
|
286
|
+
"EnergyConsumptionDetails" => "EnergyConsumptionDetails",
|
|
287
|
+
"EnergyEfficiencyEnumeration" => "EnergyEfficiencyEnumeration",
|
|
288
|
+
"EnergyStarEnergyEfficiencyEnumeration" => "EnergyStarEnergyEfficiencyEnumeration",
|
|
289
|
+
"EngineSpecification" => "EngineSpecification",
|
|
290
|
+
"EntertainmentBusiness" => "EntertainmentBusiness",
|
|
291
|
+
"EntryPoint" => "EntryPoint",
|
|
292
|
+
"Enumeration" => "Enumeration",
|
|
293
|
+
"Episode" => "Episode",
|
|
294
|
+
"Error" => "Error",
|
|
295
|
+
"Event" => "Event",
|
|
296
|
+
"EventAttendanceModeEnumeration" => "EventAttendanceModeEnumeration",
|
|
297
|
+
"EventReservation" => "EventReservation",
|
|
298
|
+
"EventSeries" => "EventSeries",
|
|
299
|
+
"EventStatusType" => "EventStatusType",
|
|
300
|
+
"EventVenue" => "EventVenue",
|
|
301
|
+
"ExchangeRateSpecification" => "ExchangeRateSpecification",
|
|
302
|
+
"ExerciseAction" => "ExerciseAction",
|
|
303
|
+
"ExerciseGym" => "ExerciseGym",
|
|
304
|
+
"ExercisePlan" => "ExercisePlan",
|
|
305
|
+
"ExhibitionEvent" => "ExhibitionEvent",
|
|
306
|
+
"FAQPage" => "FAQPage",
|
|
307
|
+
"FMRadioChannel" => "FMRadioChannel",
|
|
308
|
+
"FastFoodRestaurant" => "FastFoodRestaurant",
|
|
309
|
+
"Festival" => "Festival",
|
|
310
|
+
"FilmAction" => "FilmAction",
|
|
311
|
+
"FinancialIncentive" => "FinancialIncentive",
|
|
312
|
+
"FinancialProduct" => "FinancialProduct",
|
|
313
|
+
"FinancialService" => "FinancialService",
|
|
314
|
+
"FindAction" => "FindAction",
|
|
315
|
+
"FireStation" => "FireStation",
|
|
316
|
+
"Flight" => "Flight",
|
|
317
|
+
"FlightReservation" => "FlightReservation",
|
|
318
|
+
"Float" => "Float",
|
|
319
|
+
"FloorPlan" => "FloorPlan",
|
|
320
|
+
"Florist" => "Florist",
|
|
321
|
+
"FollowAction" => "FollowAction",
|
|
322
|
+
"FoodEstablishment" => "FoodEstablishment",
|
|
323
|
+
"FoodEstablishmentReservation" => "FoodEstablishmentReservation",
|
|
324
|
+
"FoodEvent" => "FoodEvent",
|
|
325
|
+
"FoodService" => "FoodService",
|
|
326
|
+
"FulfillmentTypeEnumeration" => "FulfillmentTypeEnumeration",
|
|
327
|
+
"FundingAgency" => "FundingAgency",
|
|
328
|
+
"FundingScheme" => "FundingScheme",
|
|
329
|
+
"FurnitureStore" => "FurnitureStore",
|
|
330
|
+
"Game" => "Game",
|
|
331
|
+
"GameAvailabilityEnumeration" => "GameAvailabilityEnumeration",
|
|
332
|
+
"GamePlayMode" => "GamePlayMode",
|
|
333
|
+
"GameServer" => "GameServer",
|
|
334
|
+
"GameServerStatus" => "GameServerStatus",
|
|
335
|
+
"GardenStore" => "GardenStore",
|
|
336
|
+
"GasStation" => "GasStation",
|
|
337
|
+
"GatedResidenceCommunity" => "GatedResidenceCommunity",
|
|
338
|
+
"GenderType" => "GenderType",
|
|
339
|
+
"Gene" => "Gene",
|
|
340
|
+
"GeneralContractor" => "GeneralContractor",
|
|
341
|
+
"GeoCircle" => "GeoCircle",
|
|
342
|
+
"GeoCoordinates" => "GeoCoordinates",
|
|
343
|
+
"GeoShape" => "GeoShape",
|
|
344
|
+
"GeospatialGeometry" => "GeospatialGeometry",
|
|
345
|
+
"GiveAction" => "GiveAction",
|
|
346
|
+
"GolfCourse" => "GolfCourse",
|
|
347
|
+
"GovernmentBenefitsType" => "GovernmentBenefitsType",
|
|
348
|
+
"GovernmentBuilding" => "GovernmentBuilding",
|
|
349
|
+
"GovernmentOffice" => "GovernmentOffice",
|
|
350
|
+
"GovernmentOrganization" => "GovernmentOrganization",
|
|
351
|
+
"GovernmentPermit" => "GovernmentPermit",
|
|
352
|
+
"GovernmentService" => "GovernmentService",
|
|
353
|
+
"Grant" => "Grant",
|
|
354
|
+
"GroceryStore" => "GroceryStore",
|
|
355
|
+
"Guide" => "Guide",
|
|
356
|
+
"HVACBusiness" => "HVACBusiness",
|
|
357
|
+
"Hackathon" => "Hackathon",
|
|
358
|
+
"HairSalon" => "HairSalon",
|
|
359
|
+
"HardwareStore" => "HardwareStore",
|
|
360
|
+
"HealthAndBeautyBusiness" => "HealthAndBeautyBusiness",
|
|
361
|
+
"HealthAspectEnumeration" => "HealthAspectEnumeration",
|
|
362
|
+
"HealthClub" => "HealthClub",
|
|
363
|
+
"HealthInsurancePlan" => "HealthInsurancePlan",
|
|
364
|
+
"HealthPlanCostSharingSpecification" => "HealthPlanCostSharingSpecification",
|
|
365
|
+
"HealthPlanFormulary" => "HealthPlanFormulary",
|
|
366
|
+
"HealthPlanNetwork" => "HealthPlanNetwork",
|
|
367
|
+
"HealthTopicContent" => "HealthTopicContent",
|
|
368
|
+
"HighSchool" => "HighSchool",
|
|
369
|
+
"HinduTemple" => "HinduTemple",
|
|
370
|
+
"HobbyShop" => "HobbyShop",
|
|
371
|
+
"HomeAndConstructionBusiness" => "HomeAndConstructionBusiness",
|
|
372
|
+
"HomeGoodsStore" => "HomeGoodsStore",
|
|
373
|
+
"Hospital" => "Hospital",
|
|
374
|
+
"Hostel" => "Hostel",
|
|
375
|
+
"Hotel" => "Hotel",
|
|
376
|
+
"HotelRoom" => "HotelRoom",
|
|
377
|
+
"House" => "House",
|
|
378
|
+
"HousePainter" => "HousePainter",
|
|
379
|
+
"HowTo" => "HowTo",
|
|
380
|
+
"HowToDirection" => "HowToDirection",
|
|
381
|
+
"HowToItem" => "HowToItem",
|
|
382
|
+
"HowToSection" => "HowToSection",
|
|
383
|
+
"HowToStep" => "HowToStep",
|
|
384
|
+
"HowToSupply" => "HowToSupply",
|
|
385
|
+
"HowToTip" => "HowToTip",
|
|
386
|
+
"HowToTool" => "HowToTool",
|
|
387
|
+
"HyperToc" => "HyperToc",
|
|
388
|
+
"HyperTocEntry" => "HyperTocEntry",
|
|
389
|
+
"IPTCDigitalSourceEnumeration" => "IPTCDigitalSourceEnumeration",
|
|
390
|
+
"ITNonprofitType" => "ITNonprofitType",
|
|
391
|
+
"IceCreamShop" => "IceCreamShop",
|
|
392
|
+
"IgnoreAction" => "IgnoreAction",
|
|
393
|
+
"ImageGallery" => "ImageGallery",
|
|
394
|
+
"ImageObject" => "ImageObject",
|
|
395
|
+
"ImageObjectSnapshot" => "ImageObjectSnapshot",
|
|
396
|
+
"ImagingTest" => "ImagingTest",
|
|
397
|
+
"IncentiveQualifiedExpenseType" => "IncentiveQualifiedExpenseType",
|
|
398
|
+
"IncentiveStatus" => "IncentiveStatus",
|
|
399
|
+
"IncentiveType" => "IncentiveType",
|
|
400
|
+
"IndividualPhysician" => "IndividualPhysician",
|
|
401
|
+
"IndividualProduct" => "IndividualProduct",
|
|
402
|
+
"InfectiousAgentClass" => "InfectiousAgentClass",
|
|
403
|
+
"InfectiousDisease" => "InfectiousDisease",
|
|
404
|
+
"InformAction" => "InformAction",
|
|
405
|
+
"InsertAction" => "InsertAction",
|
|
406
|
+
"InstallAction" => "InstallAction",
|
|
407
|
+
"InstantaneousEvent" => "InstantaneousEvent",
|
|
408
|
+
"InsuranceAgency" => "InsuranceAgency",
|
|
409
|
+
"Intangible" => "Intangible",
|
|
410
|
+
"Integer" => "Integer",
|
|
411
|
+
"InteractAction" => "InteractAction",
|
|
412
|
+
"InteractionCounter" => "InteractionCounter",
|
|
413
|
+
"InternetCafe" => "InternetCafe",
|
|
414
|
+
"InvestmentFund" => "InvestmentFund",
|
|
415
|
+
"InvestmentOrDeposit" => "InvestmentOrDeposit",
|
|
416
|
+
"InviteAction" => "InviteAction",
|
|
417
|
+
"Invoice" => "Invoice",
|
|
418
|
+
"ItemAvailability" => "ItemAvailability",
|
|
419
|
+
"ItemList" => "ItemList",
|
|
420
|
+
"ItemListOrderType" => "ItemListOrderType",
|
|
421
|
+
"ItemPage" => "ItemPage",
|
|
422
|
+
"JewelryStore" => "JewelryStore",
|
|
423
|
+
"JobPosting" => "JobPosting",
|
|
424
|
+
"JoinAction" => "JoinAction",
|
|
425
|
+
"Joint" => "Joint",
|
|
426
|
+
"LakeBodyOfWater" => "LakeBodyOfWater",
|
|
427
|
+
"Landform" => "Landform",
|
|
428
|
+
"LandmarksOrHistoricalBuildings" => "LandmarksOrHistoricalBuildings",
|
|
429
|
+
"Language" => "Language",
|
|
430
|
+
"LearningResource" => "LearningResource",
|
|
431
|
+
"LeaveAction" => "LeaveAction",
|
|
432
|
+
"LegalForceStatus" => "LegalForceStatus",
|
|
433
|
+
"LegalService" => "LegalService",
|
|
434
|
+
"LegalValueLevel" => "LegalValueLevel",
|
|
435
|
+
"Legislation" => "Legislation",
|
|
436
|
+
"LegislationObject" => "LegislationObject",
|
|
437
|
+
"LegislativeBuilding" => "LegislativeBuilding",
|
|
438
|
+
"LendAction" => "LendAction",
|
|
439
|
+
"Library" => "Library",
|
|
440
|
+
"LibrarySystem" => "LibrarySystem",
|
|
441
|
+
"LifestyleModification" => "LifestyleModification",
|
|
442
|
+
"Ligament" => "Ligament",
|
|
443
|
+
"LikeAction" => "LikeAction",
|
|
444
|
+
"LinkRole" => "LinkRole",
|
|
445
|
+
"LiquorStore" => "LiquorStore",
|
|
446
|
+
"ListItem" => "ListItem",
|
|
447
|
+
"ListenAction" => "ListenAction",
|
|
448
|
+
"LiteraryEvent" => "LiteraryEvent",
|
|
449
|
+
"LiveBlogPosting" => "LiveBlogPosting",
|
|
450
|
+
"LoanOrCredit" => "LoanOrCredit",
|
|
451
|
+
"LocalBusiness" => "LocalBusiness",
|
|
452
|
+
"LocationFeatureSpecification" => "LocationFeatureSpecification",
|
|
453
|
+
"Locksmith" => "Locksmith",
|
|
454
|
+
"LodgingBusiness" => "LodgingBusiness",
|
|
455
|
+
"LodgingReservation" => "LodgingReservation",
|
|
456
|
+
"LoginAction" => "LoginAction",
|
|
457
|
+
"LoseAction" => "LoseAction",
|
|
458
|
+
"LymphaticVessel" => "LymphaticVessel",
|
|
459
|
+
"Manuscript" => "Manuscript",
|
|
460
|
+
"Map" => "Map",
|
|
461
|
+
"MapCategoryType" => "MapCategoryType",
|
|
462
|
+
"MarryAction" => "MarryAction",
|
|
463
|
+
"Mass" => "Mass",
|
|
464
|
+
"MathSolver" => "MathSolver",
|
|
465
|
+
"MaximumDoseSchedule" => "MaximumDoseSchedule",
|
|
466
|
+
"MeasurementMethodEnum" => "MeasurementMethodEnum",
|
|
467
|
+
"MeasurementTypeEnumeration" => "MeasurementTypeEnumeration",
|
|
468
|
+
"MediaEnumeration" => "MediaEnumeration",
|
|
469
|
+
"MediaGallery" => "MediaGallery",
|
|
470
|
+
"MediaManipulationRatingEnumeration" => "MediaManipulationRatingEnumeration",
|
|
471
|
+
"MediaObject" => "MediaObject",
|
|
472
|
+
"MediaReview" => "MediaReview",
|
|
473
|
+
"MediaReviewItem" => "MediaReviewItem",
|
|
474
|
+
"MediaSubscription" => "MediaSubscription",
|
|
475
|
+
"MedicalAudience" => "MedicalAudience",
|
|
476
|
+
"MedicalAudienceType" => "MedicalAudienceType",
|
|
477
|
+
"MedicalBusiness" => "MedicalBusiness",
|
|
478
|
+
"MedicalCause" => "MedicalCause",
|
|
479
|
+
"MedicalClinic" => "MedicalClinic",
|
|
480
|
+
"MedicalCode" => "MedicalCode",
|
|
481
|
+
"MedicalCondition" => "MedicalCondition",
|
|
482
|
+
"MedicalConditionStage" => "MedicalConditionStage",
|
|
483
|
+
"MedicalContraindication" => "MedicalContraindication",
|
|
484
|
+
"MedicalDevice" => "MedicalDevice",
|
|
485
|
+
"MedicalDevicePurpose" => "MedicalDevicePurpose",
|
|
486
|
+
"MedicalEntity" => "MedicalEntity",
|
|
487
|
+
"MedicalEnumeration" => "MedicalEnumeration",
|
|
488
|
+
"MedicalEvidenceLevel" => "MedicalEvidenceLevel",
|
|
489
|
+
"MedicalGuideline" => "MedicalGuideline",
|
|
490
|
+
"MedicalGuidelineContraindication" => "MedicalGuidelineContraindication",
|
|
491
|
+
"MedicalGuidelineRecommendation" => "MedicalGuidelineRecommendation",
|
|
492
|
+
"MedicalImagingTechnique" => "MedicalImagingTechnique",
|
|
493
|
+
"MedicalIndication" => "MedicalIndication",
|
|
494
|
+
"MedicalIntangible" => "MedicalIntangible",
|
|
495
|
+
"MedicalObservationalStudy" => "MedicalObservationalStudy",
|
|
496
|
+
"MedicalObservationalStudyDesign" => "MedicalObservationalStudyDesign",
|
|
497
|
+
"MedicalOrganization" => "MedicalOrganization",
|
|
498
|
+
"MedicalProcedure" => "MedicalProcedure",
|
|
499
|
+
"MedicalProcedureType" => "MedicalProcedureType",
|
|
500
|
+
"MedicalRiskCalculator" => "MedicalRiskCalculator",
|
|
501
|
+
"MedicalRiskEstimator" => "MedicalRiskEstimator",
|
|
502
|
+
"MedicalRiskFactor" => "MedicalRiskFactor",
|
|
503
|
+
"MedicalRiskScore" => "MedicalRiskScore",
|
|
504
|
+
"MedicalScholarlyArticle" => "MedicalScholarlyArticle",
|
|
505
|
+
"MedicalSign" => "MedicalSign",
|
|
506
|
+
"MedicalSignOrSymptom" => "MedicalSignOrSymptom",
|
|
507
|
+
"MedicalSpecialty" => "MedicalSpecialty",
|
|
508
|
+
"MedicalStudy" => "MedicalStudy",
|
|
509
|
+
"MedicalStudyStatus" => "MedicalStudyStatus",
|
|
510
|
+
"MedicalSymptom" => "MedicalSymptom",
|
|
511
|
+
"MedicalTest" => "MedicalTest",
|
|
512
|
+
"MedicalTestPanel" => "MedicalTestPanel",
|
|
513
|
+
"MedicalTherapy" => "MedicalTherapy",
|
|
514
|
+
"MedicalTrial" => "MedicalTrial",
|
|
515
|
+
"MedicalTrialDesign" => "MedicalTrialDesign",
|
|
516
|
+
"MedicalWebPage" => "MedicalWebPage",
|
|
517
|
+
"MedicineSystem" => "MedicineSystem",
|
|
518
|
+
"MeetingRoom" => "MeetingRoom",
|
|
519
|
+
"MemberProgram" => "MemberProgram",
|
|
520
|
+
"MemberProgramTier" => "MemberProgramTier",
|
|
521
|
+
"MensClothingStore" => "MensClothingStore",
|
|
522
|
+
"Menu" => "Menu",
|
|
523
|
+
"MenuItem" => "MenuItem",
|
|
524
|
+
"MenuSection" => "MenuSection",
|
|
525
|
+
"MerchantReturnEnumeration" => "MerchantReturnEnumeration",
|
|
526
|
+
"MerchantReturnPolicy" => "MerchantReturnPolicy",
|
|
527
|
+
"MerchantReturnPolicySeasonalOverride" => "MerchantReturnPolicySeasonalOverride",
|
|
528
|
+
"Message" => "Message",
|
|
529
|
+
"MiddleSchool" => "MiddleSchool",
|
|
530
|
+
"MobileApplication" => "MobileApplication",
|
|
531
|
+
"MobilePhoneStore" => "MobilePhoneStore",
|
|
532
|
+
"MolecularEntity" => "MolecularEntity",
|
|
533
|
+
"MonetaryAmount" => "MonetaryAmount",
|
|
534
|
+
"MonetaryAmountDistribution" => "MonetaryAmountDistribution",
|
|
535
|
+
"MonetaryGrant" => "MonetaryGrant",
|
|
536
|
+
"MoneyTransfer" => "MoneyTransfer",
|
|
537
|
+
"MortgageLoan" => "MortgageLoan",
|
|
538
|
+
"Mosque" => "Mosque",
|
|
539
|
+
"Motel" => "Motel",
|
|
540
|
+
"Motorcycle" => "Motorcycle",
|
|
541
|
+
"MotorcycleDealer" => "MotorcycleDealer",
|
|
542
|
+
"MotorcycleRepair" => "MotorcycleRepair",
|
|
543
|
+
"MotorizedBicycle" => "MotorizedBicycle",
|
|
544
|
+
"Mountain" => "Mountain",
|
|
545
|
+
"MoveAction" => "MoveAction",
|
|
546
|
+
"Movie" => "Movie",
|
|
547
|
+
"MovieClip" => "MovieClip",
|
|
548
|
+
"MovieRentalStore" => "MovieRentalStore",
|
|
549
|
+
"MovieSeries" => "MovieSeries",
|
|
550
|
+
"MovieTheater" => "MovieTheater",
|
|
551
|
+
"MovingCompany" => "MovingCompany",
|
|
552
|
+
"Muscle" => "Muscle",
|
|
553
|
+
"Museum" => "Museum",
|
|
554
|
+
"MusicAlbum" => "MusicAlbum",
|
|
555
|
+
"MusicAlbumProductionType" => "MusicAlbumProductionType",
|
|
556
|
+
"MusicAlbumReleaseType" => "MusicAlbumReleaseType",
|
|
557
|
+
"MusicComposition" => "MusicComposition",
|
|
558
|
+
"MusicEvent" => "MusicEvent",
|
|
559
|
+
"MusicGroup" => "MusicGroup",
|
|
560
|
+
"MusicPlaylist" => "MusicPlaylist",
|
|
561
|
+
"MusicRecording" => "MusicRecording",
|
|
562
|
+
"MusicRelease" => "MusicRelease",
|
|
563
|
+
"MusicReleaseFormatType" => "MusicReleaseFormatType",
|
|
564
|
+
"MusicStore" => "MusicStore",
|
|
565
|
+
"MusicVenue" => "MusicVenue",
|
|
566
|
+
"MusicVideoObject" => "MusicVideoObject",
|
|
567
|
+
"NGO" => "NGO",
|
|
568
|
+
"NLNonprofitType" => "NLNonprofitType",
|
|
569
|
+
"NailSalon" => "NailSalon",
|
|
570
|
+
"Nerve" => "Nerve",
|
|
571
|
+
"NewsArticle" => "NewsArticle",
|
|
572
|
+
"NewsMediaOrganization" => "NewsMediaOrganization",
|
|
573
|
+
"Newspaper" => "Newspaper",
|
|
574
|
+
"NightClub" => "NightClub",
|
|
575
|
+
"NonprofitType" => "NonprofitType",
|
|
576
|
+
"Notary" => "Notary",
|
|
577
|
+
"NoteDigitalDocument" => "NoteDigitalDocument",
|
|
578
|
+
"Number" => "Number",
|
|
579
|
+
"NutritionInformation" => "NutritionInformation",
|
|
580
|
+
"Observation" => "Observation",
|
|
581
|
+
"Occupation" => "Occupation",
|
|
582
|
+
"OccupationalExperienceRequirements" => "OccupationalExperienceRequirements",
|
|
583
|
+
"OccupationalTherapy" => "OccupationalTherapy",
|
|
584
|
+
"OceanBodyOfWater" => "OceanBodyOfWater",
|
|
585
|
+
"Offer" => "Offer",
|
|
586
|
+
"OfferCatalog" => "OfferCatalog",
|
|
587
|
+
"OfferForLease" => "OfferForLease",
|
|
588
|
+
"OfferForPurchase" => "OfferForPurchase",
|
|
589
|
+
"OfferItemCondition" => "OfferItemCondition",
|
|
590
|
+
"OfferShippingDetails" => "OfferShippingDetails",
|
|
591
|
+
"OfficeEquipmentStore" => "OfficeEquipmentStore",
|
|
592
|
+
"OnDemandEvent" => "OnDemandEvent",
|
|
593
|
+
"OnlineBusiness" => "OnlineBusiness",
|
|
594
|
+
"OnlineMarketplace" => "OnlineMarketplace",
|
|
595
|
+
"OnlineStore" => "OnlineStore",
|
|
596
|
+
"OpeningHoursSpecification" => "OpeningHoursSpecification",
|
|
597
|
+
"OperatingSystem" => "OperatingSystem",
|
|
598
|
+
"OpinionNewsArticle" => "OpinionNewsArticle",
|
|
599
|
+
"Optician" => "Optician",
|
|
600
|
+
"Order" => "Order",
|
|
601
|
+
"OrderAction" => "OrderAction",
|
|
602
|
+
"OrderItem" => "OrderItem",
|
|
603
|
+
"OrderStatus" => "OrderStatus",
|
|
604
|
+
"Organization" => "Organization",
|
|
605
|
+
"OrganizationRole" => "OrganizationRole",
|
|
606
|
+
"OrganizeAction" => "OrganizeAction",
|
|
607
|
+
"OutletStore" => "OutletStore",
|
|
608
|
+
"OwnershipInfo" => "OwnershipInfo",
|
|
609
|
+
"PaintAction" => "PaintAction",
|
|
610
|
+
"Painting" => "Painting",
|
|
611
|
+
"PalliativeProcedure" => "PalliativeProcedure",
|
|
612
|
+
"ParcelDelivery" => "ParcelDelivery",
|
|
613
|
+
"ParentAudience" => "ParentAudience",
|
|
614
|
+
"Park" => "Park",
|
|
615
|
+
"ParkingFacility" => "ParkingFacility",
|
|
616
|
+
"PathologyTest" => "PathologyTest",
|
|
617
|
+
"Patient" => "Patient",
|
|
618
|
+
"PawnShop" => "PawnShop",
|
|
619
|
+
"PayAction" => "PayAction",
|
|
620
|
+
"PaymentCard" => "PaymentCard",
|
|
621
|
+
"PaymentChargeSpecification" => "PaymentChargeSpecification",
|
|
622
|
+
"PaymentMethod" => "PaymentMethod",
|
|
623
|
+
"PaymentMethodType" => "PaymentMethodType",
|
|
624
|
+
"PaymentService" => "PaymentService",
|
|
625
|
+
"PaymentStatusType" => "PaymentStatusType",
|
|
626
|
+
"PeopleAudience" => "PeopleAudience",
|
|
627
|
+
"PerformAction" => "PerformAction",
|
|
628
|
+
"PerformanceRole" => "PerformanceRole",
|
|
629
|
+
"PerformingArtsEvent" => "PerformingArtsEvent",
|
|
630
|
+
"PerformingArtsTheater" => "PerformingArtsTheater",
|
|
631
|
+
"PerformingGroup" => "PerformingGroup",
|
|
632
|
+
"Periodical" => "Periodical",
|
|
633
|
+
"Permit" => "Permit",
|
|
634
|
+
"Person" => "Person",
|
|
635
|
+
"PetStore" => "PetStore",
|
|
636
|
+
"Pharmacy" => "Pharmacy",
|
|
637
|
+
"Photograph" => "Photograph",
|
|
638
|
+
"PhotographAction" => "PhotographAction",
|
|
639
|
+
"PhysicalActivity" => "PhysicalActivity",
|
|
640
|
+
"PhysicalActivityCategory" => "PhysicalActivityCategory",
|
|
641
|
+
"PhysicalExam" => "PhysicalExam",
|
|
642
|
+
"PhysicalTherapy" => "PhysicalTherapy",
|
|
643
|
+
"Physician" => "Physician",
|
|
644
|
+
"PhysiciansOffice" => "PhysiciansOffice",
|
|
645
|
+
"Place" => "Place",
|
|
646
|
+
"PlaceOfWorship" => "PlaceOfWorship",
|
|
647
|
+
"PlanAction" => "PlanAction",
|
|
648
|
+
"Play" => "Play",
|
|
649
|
+
"PlayAction" => "PlayAction",
|
|
650
|
+
"PlayGameAction" => "PlayGameAction",
|
|
651
|
+
"Playground" => "Playground",
|
|
652
|
+
"Plumber" => "Plumber",
|
|
653
|
+
"PodcastEpisode" => "PodcastEpisode",
|
|
654
|
+
"PodcastSeason" => "PodcastSeason",
|
|
655
|
+
"PodcastSeries" => "PodcastSeries",
|
|
656
|
+
"PoliceStation" => "PoliceStation",
|
|
657
|
+
"PoliticalParty" => "PoliticalParty",
|
|
658
|
+
"Pond" => "Pond",
|
|
659
|
+
"PostOffice" => "PostOffice",
|
|
660
|
+
"PostalAddress" => "PostalAddress",
|
|
661
|
+
"PostalCodeRangeSpecification" => "PostalCodeRangeSpecification",
|
|
662
|
+
"Poster" => "Poster",
|
|
663
|
+
"PreOrderAction" => "PreOrderAction",
|
|
664
|
+
"PrependAction" => "PrependAction",
|
|
665
|
+
"Preschool" => "Preschool",
|
|
666
|
+
"PresentationDigitalDocument" => "PresentationDigitalDocument",
|
|
667
|
+
"PreventionIndication" => "PreventionIndication",
|
|
668
|
+
"PriceComponentTypeEnumeration" => "PriceComponentTypeEnumeration",
|
|
669
|
+
"PriceSpecification" => "PriceSpecification",
|
|
670
|
+
"PriceTypeEnumeration" => "PriceTypeEnumeration",
|
|
671
|
+
"Product" => "Product",
|
|
672
|
+
"ProductCollection" => "ProductCollection",
|
|
673
|
+
"ProductGroup" => "ProductGroup",
|
|
674
|
+
"ProductModel" => "ProductModel",
|
|
675
|
+
"ProductReturnEnumeration" => "ProductReturnEnumeration",
|
|
676
|
+
"ProductReturnPolicy" => "ProductReturnPolicy",
|
|
677
|
+
"ProfessionalService" => "ProfessionalService",
|
|
678
|
+
"ProfilePage" => "ProfilePage",
|
|
679
|
+
"ProgramMembership" => "ProgramMembership",
|
|
680
|
+
"Project" => "Project",
|
|
681
|
+
"PronounceableText" => "PronounceableText",
|
|
682
|
+
"Property" => "Property",
|
|
683
|
+
"PropertyValue" => "PropertyValue",
|
|
684
|
+
"PropertyValueSpecification" => "PropertyValueSpecification",
|
|
685
|
+
"Protein" => "Protein",
|
|
686
|
+
"PsychologicalTreatment" => "PsychologicalTreatment",
|
|
687
|
+
"PublicSwimmingPool" => "PublicSwimmingPool",
|
|
688
|
+
"PublicToilet" => "PublicToilet",
|
|
689
|
+
"PublicationEvent" => "PublicationEvent",
|
|
690
|
+
"PublicationIssue" => "PublicationIssue",
|
|
691
|
+
"PublicationVolume" => "PublicationVolume",
|
|
692
|
+
"PurchaseType" => "PurchaseType",
|
|
693
|
+
"QAPage" => "QAPage",
|
|
694
|
+
"QualitativeValue" => "QualitativeValue",
|
|
695
|
+
"QuantitativeValue" => "QuantitativeValue",
|
|
696
|
+
"QuantitativeValueDistribution" => "QuantitativeValueDistribution",
|
|
697
|
+
"Quantity" => "Quantity",
|
|
698
|
+
"Question" => "Question",
|
|
699
|
+
"Quiz" => "Quiz",
|
|
700
|
+
"Quotation" => "Quotation",
|
|
701
|
+
"QuoteAction" => "QuoteAction",
|
|
702
|
+
"RVPark" => "RVPark",
|
|
703
|
+
"RadiationTherapy" => "RadiationTherapy",
|
|
704
|
+
"RadioBroadcastService" => "RadioBroadcastService",
|
|
705
|
+
"RadioChannel" => "RadioChannel",
|
|
706
|
+
"RadioClip" => "RadioClip",
|
|
707
|
+
"RadioEpisode" => "RadioEpisode",
|
|
708
|
+
"RadioSeason" => "RadioSeason",
|
|
709
|
+
"RadioSeries" => "RadioSeries",
|
|
710
|
+
"RadioStation" => "RadioStation",
|
|
711
|
+
"Rating" => "Rating",
|
|
712
|
+
"ReactAction" => "ReactAction",
|
|
713
|
+
"ReadAction" => "ReadAction",
|
|
714
|
+
"RealEstateAgent" => "RealEstateAgent",
|
|
715
|
+
"RealEstateListing" => "RealEstateListing",
|
|
716
|
+
"ReceiveAction" => "ReceiveAction",
|
|
717
|
+
"Recipe" => "Recipe",
|
|
718
|
+
"Recommendation" => "Recommendation",
|
|
719
|
+
"RecommendedDoseSchedule" => "RecommendedDoseSchedule",
|
|
720
|
+
"RecyclingCenter" => "RecyclingCenter",
|
|
721
|
+
"RefundTypeEnumeration" => "RefundTypeEnumeration",
|
|
722
|
+
"RegisterAction" => "RegisterAction",
|
|
723
|
+
"RejectAction" => "RejectAction",
|
|
724
|
+
"RentAction" => "RentAction",
|
|
725
|
+
"RentalCarReservation" => "RentalCarReservation",
|
|
726
|
+
"RepaymentSpecification" => "RepaymentSpecification",
|
|
727
|
+
"ReplaceAction" => "ReplaceAction",
|
|
728
|
+
"ReplyAction" => "ReplyAction",
|
|
729
|
+
"Report" => "Report",
|
|
730
|
+
"ReportageNewsArticle" => "ReportageNewsArticle",
|
|
731
|
+
"ReportedDoseSchedule" => "ReportedDoseSchedule",
|
|
732
|
+
"ResearchOrganization" => "ResearchOrganization",
|
|
733
|
+
"ResearchProject" => "ResearchProject",
|
|
734
|
+
"Researcher" => "Researcher",
|
|
735
|
+
"Reservation" => "Reservation",
|
|
736
|
+
"ReservationPackage" => "ReservationPackage",
|
|
737
|
+
"ReservationStatusType" => "ReservationStatusType",
|
|
738
|
+
"ReserveAction" => "ReserveAction",
|
|
739
|
+
"Reservoir" => "Reservoir",
|
|
740
|
+
"ResetPasswordAction" => "ResetPasswordAction",
|
|
741
|
+
"Residence" => "Residence",
|
|
742
|
+
"Resort" => "Resort",
|
|
743
|
+
"Restaurant" => "Restaurant",
|
|
744
|
+
"RestrictedDiet" => "RestrictedDiet",
|
|
745
|
+
"ResumeAction" => "ResumeAction",
|
|
746
|
+
"ReturnAction" => "ReturnAction",
|
|
747
|
+
"ReturnFeesEnumeration" => "ReturnFeesEnumeration",
|
|
748
|
+
"ReturnLabelSourceEnumeration" => "ReturnLabelSourceEnumeration",
|
|
749
|
+
"ReturnMethodEnumeration" => "ReturnMethodEnumeration",
|
|
750
|
+
"Review" => "Review",
|
|
751
|
+
"ReviewAction" => "ReviewAction",
|
|
752
|
+
"ReviewNewsArticle" => "ReviewNewsArticle",
|
|
753
|
+
"RiverBodyOfWater" => "RiverBodyOfWater",
|
|
754
|
+
"Role" => "Role",
|
|
755
|
+
"RoofingContractor" => "RoofingContractor",
|
|
756
|
+
"Room" => "Room",
|
|
757
|
+
"RsvpAction" => "RsvpAction",
|
|
758
|
+
"RsvpResponseType" => "RsvpResponseType",
|
|
759
|
+
"RuntimePlatform" => "RuntimePlatform",
|
|
760
|
+
"SaleEvent" => "SaleEvent",
|
|
761
|
+
"SatiricalArticle" => "SatiricalArticle",
|
|
762
|
+
"Schedule" => "Schedule",
|
|
763
|
+
"ScheduleAction" => "ScheduleAction",
|
|
764
|
+
"ScholarlyArticle" => "ScholarlyArticle",
|
|
765
|
+
"School" => "School",
|
|
766
|
+
"SchoolDistrict" => "SchoolDistrict",
|
|
767
|
+
"ScreeningEvent" => "ScreeningEvent",
|
|
768
|
+
"Sculpture" => "Sculpture",
|
|
769
|
+
"SeaBodyOfWater" => "SeaBodyOfWater",
|
|
770
|
+
"SearchAction" => "SearchAction",
|
|
771
|
+
"SearchRescueOrganization" => "SearchRescueOrganization",
|
|
772
|
+
"SearchResultsPage" => "SearchResultsPage",
|
|
773
|
+
"Season" => "Season",
|
|
774
|
+
"Seat" => "Seat",
|
|
775
|
+
"SeekToAction" => "SeekToAction",
|
|
776
|
+
"SelfStorage" => "SelfStorage",
|
|
777
|
+
"SellAction" => "SellAction",
|
|
778
|
+
"SendAction" => "SendAction",
|
|
779
|
+
"SequentialArt" => "SequentialArt",
|
|
780
|
+
"Series" => "Series",
|
|
781
|
+
"Service" => "Service",
|
|
782
|
+
"ServiceChannel" => "ServiceChannel",
|
|
783
|
+
"ServicePeriod" => "ServicePeriod",
|
|
784
|
+
"ShareAction" => "ShareAction",
|
|
785
|
+
"SheetMusic" => "SheetMusic",
|
|
786
|
+
"ShippingConditions" => "ShippingConditions",
|
|
787
|
+
"ShippingDeliveryTime" => "ShippingDeliveryTime",
|
|
788
|
+
"ShippingRateSettings" => "ShippingRateSettings",
|
|
789
|
+
"ShippingService" => "ShippingService",
|
|
790
|
+
"ShoeStore" => "ShoeStore",
|
|
791
|
+
"ShoppingCenter" => "ShoppingCenter",
|
|
792
|
+
"ShortStory" => "ShortStory",
|
|
793
|
+
"SingleFamilyResidence" => "SingleFamilyResidence",
|
|
794
|
+
"SiteNavigationElement" => "SiteNavigationElement",
|
|
795
|
+
"SizeGroupEnumeration" => "SizeGroupEnumeration",
|
|
796
|
+
"SizeSpecification" => "SizeSpecification",
|
|
797
|
+
"SizeSystemEnumeration" => "SizeSystemEnumeration",
|
|
798
|
+
"SkiResort" => "SkiResort",
|
|
799
|
+
"SocialEvent" => "SocialEvent",
|
|
800
|
+
"SocialMediaPosting" => "SocialMediaPosting",
|
|
801
|
+
"SoftwareApplication" => "SoftwareApplication",
|
|
802
|
+
"SoftwareSourceCode" => "SoftwareSourceCode",
|
|
803
|
+
"SolveMathAction" => "SolveMathAction",
|
|
804
|
+
"SomeProducts" => "SomeProducts",
|
|
805
|
+
"SpeakableSpecification" => "SpeakableSpecification",
|
|
806
|
+
"SpecialAnnouncement" => "SpecialAnnouncement",
|
|
807
|
+
"Specialty" => "Specialty",
|
|
808
|
+
"SportingGoodsStore" => "SportingGoodsStore",
|
|
809
|
+
"SportsActivityLocation" => "SportsActivityLocation",
|
|
810
|
+
"SportsClub" => "SportsClub",
|
|
811
|
+
"SportsEvent" => "SportsEvent",
|
|
812
|
+
"SportsOrganization" => "SportsOrganization",
|
|
813
|
+
"SportsTeam" => "SportsTeam",
|
|
814
|
+
"SpreadsheetDigitalDocument" => "SpreadsheetDigitalDocument",
|
|
815
|
+
"StadiumOrArena" => "StadiumOrArena",
|
|
816
|
+
"State" => "State",
|
|
817
|
+
"Statement" => "Statement",
|
|
818
|
+
"StatisticalPopulation" => "StatisticalPopulation",
|
|
819
|
+
"StatisticalVariable" => "StatisticalVariable",
|
|
820
|
+
"StatusEnumeration" => "StatusEnumeration",
|
|
821
|
+
"SteeringPositionValue" => "SteeringPositionValue",
|
|
822
|
+
"Store" => "Store",
|
|
823
|
+
"StructuredValue" => "StructuredValue",
|
|
824
|
+
"StupidType" => "StupidType",
|
|
825
|
+
"SubscribeAction" => "SubscribeAction",
|
|
826
|
+
"Substance" => "Substance",
|
|
827
|
+
"SubwayStation" => "SubwayStation",
|
|
828
|
+
"Suite" => "Suite",
|
|
829
|
+
"SuperficialAnatomy" => "SuperficialAnatomy",
|
|
830
|
+
"SurgicalProcedure" => "SurgicalProcedure",
|
|
831
|
+
"SuspendAction" => "SuspendAction",
|
|
832
|
+
"Syllabus" => "Syllabus",
|
|
833
|
+
"Synagogue" => "Synagogue",
|
|
834
|
+
"TVClip" => "TVClip",
|
|
835
|
+
"TVEpisode" => "TVEpisode",
|
|
836
|
+
"TVSeason" => "TVSeason",
|
|
837
|
+
"TVSeries" => "TVSeries",
|
|
838
|
+
"Table" => "Table",
|
|
839
|
+
"TakeAction" => "TakeAction",
|
|
840
|
+
"TattooParlor" => "TattooParlor",
|
|
841
|
+
"Taxi" => "Taxi",
|
|
842
|
+
"TaxiReservation" => "TaxiReservation",
|
|
843
|
+
"TaxiService" => "TaxiService",
|
|
844
|
+
"TaxiStand" => "TaxiStand",
|
|
845
|
+
"Taxon" => "Taxon",
|
|
846
|
+
"TechArticle" => "TechArticle",
|
|
847
|
+
"TelevisionChannel" => "TelevisionChannel",
|
|
848
|
+
"TelevisionStation" => "TelevisionStation",
|
|
849
|
+
"TennisComplex" => "TennisComplex",
|
|
850
|
+
"Text" => "Text",
|
|
851
|
+
"TextDigitalDocument" => "TextDigitalDocument",
|
|
852
|
+
"TextObject" => "TextObject",
|
|
853
|
+
"TheaterEvent" => "TheaterEvent",
|
|
854
|
+
"TheaterGroup" => "TheaterGroup",
|
|
855
|
+
"TherapeuticProcedure" => "TherapeuticProcedure",
|
|
856
|
+
"Thesis" => "Thesis",
|
|
857
|
+
"Thing" => "Thing",
|
|
858
|
+
"Ticket" => "Ticket",
|
|
859
|
+
"TieAction" => "TieAction",
|
|
860
|
+
"TierBenefitEnumeration" => "TierBenefitEnumeration",
|
|
861
|
+
"Time" => "Time",
|
|
862
|
+
"TipAction" => "TipAction",
|
|
863
|
+
"TireShop" => "TireShop",
|
|
864
|
+
"TouristAttraction" => "TouristAttraction",
|
|
865
|
+
"TouristDestination" => "TouristDestination",
|
|
866
|
+
"TouristInformationCenter" => "TouristInformationCenter",
|
|
867
|
+
"TouristTrip" => "TouristTrip",
|
|
868
|
+
"ToyStore" => "ToyStore",
|
|
869
|
+
"TrackAction" => "TrackAction",
|
|
870
|
+
"TradeAction" => "TradeAction",
|
|
871
|
+
"TrainReservation" => "TrainReservation",
|
|
872
|
+
"TrainStation" => "TrainStation",
|
|
873
|
+
"TrainTrip" => "TrainTrip",
|
|
874
|
+
"TransferAction" => "TransferAction",
|
|
875
|
+
"TravelAction" => "TravelAction",
|
|
876
|
+
"TravelAgency" => "TravelAgency",
|
|
877
|
+
"TreatmentIndication" => "TreatmentIndication",
|
|
878
|
+
"Trip" => "Trip",
|
|
879
|
+
"TypeAndQuantityNode" => "TypeAndQuantityNode",
|
|
880
|
+
"UKNonprofitType" => "UKNonprofitType",
|
|
881
|
+
"URL" => "URL",
|
|
882
|
+
"USNonprofitType" => "USNonprofitType",
|
|
883
|
+
"UnRegisterAction" => "UnRegisterAction",
|
|
884
|
+
"UnitPriceSpecification" => "UnitPriceSpecification",
|
|
885
|
+
"UpdateAction" => "UpdateAction",
|
|
886
|
+
"UseAction" => "UseAction",
|
|
887
|
+
"UserBlocks" => "UserBlocks",
|
|
888
|
+
"UserCheckins" => "UserCheckins",
|
|
889
|
+
"UserComments" => "UserComments",
|
|
890
|
+
"UserDownloads" => "UserDownloads",
|
|
891
|
+
"UserInteraction" => "UserInteraction",
|
|
892
|
+
"UserLikes" => "UserLikes",
|
|
893
|
+
"UserPageVisits" => "UserPageVisits",
|
|
894
|
+
"UserPlays" => "UserPlays",
|
|
895
|
+
"UserPlusOnes" => "UserPlusOnes",
|
|
896
|
+
"UserReview" => "UserReview",
|
|
897
|
+
"UserTweets" => "UserTweets",
|
|
898
|
+
"VacationRental" => "VacationRental",
|
|
899
|
+
"Vehicle" => "Vehicle",
|
|
900
|
+
"Vein" => "Vein",
|
|
901
|
+
"Vessel" => "Vessel",
|
|
902
|
+
"VeterinaryCare" => "VeterinaryCare",
|
|
903
|
+
"VideoGallery" => "VideoGallery",
|
|
904
|
+
"VideoGame" => "VideoGame",
|
|
905
|
+
"VideoGameClip" => "VideoGameClip",
|
|
906
|
+
"VideoGameSeries" => "VideoGameSeries",
|
|
907
|
+
"VideoObject" => "VideoObject",
|
|
908
|
+
"VideoObjectSnapshot" => "VideoObjectSnapshot",
|
|
909
|
+
"ViewAction" => "ViewAction",
|
|
910
|
+
"VirtualLocation" => "VirtualLocation",
|
|
911
|
+
"VisualArtsEvent" => "VisualArtsEvent",
|
|
912
|
+
"VisualArtwork" => "VisualArtwork",
|
|
913
|
+
"VitalSign" => "VitalSign",
|
|
914
|
+
"Volcano" => "Volcano",
|
|
915
|
+
"VoteAction" => "VoteAction",
|
|
916
|
+
"WPAdBlock" => "WPAdBlock",
|
|
917
|
+
"WPFooter" => "WPFooter",
|
|
918
|
+
"WPHeader" => "WPHeader",
|
|
919
|
+
"WPSideBar" => "WPSideBar",
|
|
920
|
+
"WantAction" => "WantAction",
|
|
921
|
+
"WarrantyPromise" => "WarrantyPromise",
|
|
922
|
+
"WarrantyScope" => "WarrantyScope",
|
|
923
|
+
"WatchAction" => "WatchAction",
|
|
924
|
+
"Waterfall" => "Waterfall",
|
|
925
|
+
"WearAction" => "WearAction",
|
|
926
|
+
"WearableMeasurementTypeEnumeration" => "WearableMeasurementTypeEnumeration",
|
|
927
|
+
"WearableSizeGroupEnumeration" => "WearableSizeGroupEnumeration",
|
|
928
|
+
"WearableSizeSystemEnumeration" => "WearableSizeSystemEnumeration",
|
|
929
|
+
"WebAPI" => "WebAPI",
|
|
930
|
+
"WebApplication" => "WebApplication",
|
|
931
|
+
"WebContent" => "WebContent",
|
|
932
|
+
"WebPage" => "WebPage",
|
|
933
|
+
"WebPageElement" => "WebPageElement",
|
|
934
|
+
"WebSite" => "WebSite",
|
|
935
|
+
"WholesaleStore" => "WholesaleStore",
|
|
936
|
+
"WinAction" => "WinAction",
|
|
937
|
+
"Winery" => "Winery",
|
|
938
|
+
"WorkBasedProgram" => "WorkBasedProgram",
|
|
939
|
+
"WorkersUnion" => "WorkersUnion",
|
|
940
|
+
"WriteAction" => "WriteAction",
|
|
941
|
+
"XPathType" => "XPathType",
|
|
942
|
+
"Zoo" => "Zoo"
|
|
943
|
+
}.freeze
|
|
944
|
+
RUBY_TO_SCHEMA = {
|
|
945
|
+
"AMRadioChannel" => "AMRadioChannel",
|
|
946
|
+
"APIReference" => "APIReference",
|
|
947
|
+
"AboutPage" => "AboutPage",
|
|
948
|
+
"AcceptAction" => "AcceptAction",
|
|
949
|
+
"Accommodation" => "Accommodation",
|
|
950
|
+
"AccountingService" => "AccountingService",
|
|
951
|
+
"AchieveAction" => "AchieveAction",
|
|
952
|
+
"Action" => "Action",
|
|
953
|
+
"ActionAccessSpecification" => "ActionAccessSpecification",
|
|
954
|
+
"ActionStatusType" => "ActionStatusType",
|
|
955
|
+
"ActivateAction" => "ActivateAction",
|
|
956
|
+
"AddAction" => "AddAction",
|
|
957
|
+
"AdministrativeArea" => "AdministrativeArea",
|
|
958
|
+
"AdultEntertainment" => "AdultEntertainment",
|
|
959
|
+
"AdultOrientedEnumeration" => "AdultOrientedEnumeration",
|
|
960
|
+
"AdvertiserContentArticle" => "AdvertiserContentArticle",
|
|
961
|
+
"AggregateOffer" => "AggregateOffer",
|
|
962
|
+
"AggregateRating" => "AggregateRating",
|
|
963
|
+
"AgreeAction" => "AgreeAction",
|
|
964
|
+
"Airline" => "Airline",
|
|
965
|
+
"Airport" => "Airport",
|
|
966
|
+
"AlignmentObject" => "AlignmentObject",
|
|
967
|
+
"AllocateAction" => "AllocateAction",
|
|
968
|
+
"AmpStory" => "AmpStory",
|
|
969
|
+
"AmusementPark" => "AmusementPark",
|
|
970
|
+
"AnalysisNewsArticle" => "AnalysisNewsArticle",
|
|
971
|
+
"AnatomicalStructure" => "AnatomicalStructure",
|
|
972
|
+
"AnatomicalSystem" => "AnatomicalSystem",
|
|
973
|
+
"AnimalShelter" => "AnimalShelter",
|
|
974
|
+
"Answer" => "Answer",
|
|
975
|
+
"Apartment" => "Apartment",
|
|
976
|
+
"ApartmentComplex" => "ApartmentComplex",
|
|
977
|
+
"AppendAction" => "AppendAction",
|
|
978
|
+
"ApplyAction" => "ApplyAction",
|
|
979
|
+
"ApprovedIndication" => "ApprovedIndication",
|
|
980
|
+
"Aquarium" => "Aquarium",
|
|
981
|
+
"ArchiveComponent" => "ArchiveComponent",
|
|
982
|
+
"ArchiveOrganization" => "ArchiveOrganization",
|
|
983
|
+
"ArriveAction" => "ArriveAction",
|
|
984
|
+
"ArtGallery" => "ArtGallery",
|
|
985
|
+
"Artery" => "Artery",
|
|
986
|
+
"Article" => "Article",
|
|
987
|
+
"AskAction" => "AskAction",
|
|
988
|
+
"AskPublicNewsArticle" => "AskPublicNewsArticle",
|
|
989
|
+
"AssessAction" => "AssessAction",
|
|
990
|
+
"AssignAction" => "AssignAction",
|
|
991
|
+
"Atlas" => "Atlas",
|
|
992
|
+
"Attorney" => "Attorney",
|
|
993
|
+
"Audience" => "Audience",
|
|
994
|
+
"AudioObject" => "AudioObject",
|
|
995
|
+
"AudioObjectSnapshot" => "AudioObjectSnapshot",
|
|
996
|
+
"Audiobook" => "Audiobook",
|
|
997
|
+
"AuthenticateAction" => "AuthenticateAction",
|
|
998
|
+
"AuthorizeAction" => "AuthorizeAction",
|
|
999
|
+
"AutoBodyShop" => "AutoBodyShop",
|
|
1000
|
+
"AutoDealer" => "AutoDealer",
|
|
1001
|
+
"AutoPartsStore" => "AutoPartsStore",
|
|
1002
|
+
"AutoRental" => "AutoRental",
|
|
1003
|
+
"AutoRepair" => "AutoRepair",
|
|
1004
|
+
"AutoWash" => "AutoWash",
|
|
1005
|
+
"AutomatedTeller" => "AutomatedTeller",
|
|
1006
|
+
"AutomotiveBusiness" => "AutomotiveBusiness",
|
|
1007
|
+
"BackgroundNewsArticle" => "BackgroundNewsArticle",
|
|
1008
|
+
"Bakery" => "Bakery",
|
|
1009
|
+
"BankAccount" => "BankAccount",
|
|
1010
|
+
"BankOrCreditUnion" => "BankOrCreditUnion",
|
|
1011
|
+
"BarOrPub" => "BarOrPub",
|
|
1012
|
+
"Barcode" => "Barcode",
|
|
1013
|
+
"Beach" => "Beach",
|
|
1014
|
+
"BeautySalon" => "BeautySalon",
|
|
1015
|
+
"BedAndBreakfast" => "BedAndBreakfast",
|
|
1016
|
+
"BedDetails" => "BedDetails",
|
|
1017
|
+
"BedType" => "BedType",
|
|
1018
|
+
"BefriendAction" => "BefriendAction",
|
|
1019
|
+
"BikeStore" => "BikeStore",
|
|
1020
|
+
"BioChemEntity" => "BioChemEntity",
|
|
1021
|
+
"Blog" => "Blog",
|
|
1022
|
+
"BlogPosting" => "BlogPosting",
|
|
1023
|
+
"BloodTest" => "BloodTest",
|
|
1024
|
+
"BoardingPolicyType" => "BoardingPolicyType",
|
|
1025
|
+
"BoatReservation" => "BoatReservation",
|
|
1026
|
+
"BoatTerminal" => "BoatTerminal",
|
|
1027
|
+
"BoatTrip" => "BoatTrip",
|
|
1028
|
+
"BodyMeasurementTypeEnumeration" => "BodyMeasurementTypeEnumeration",
|
|
1029
|
+
"BodyOfWater" => "BodyOfWater",
|
|
1030
|
+
"Bone" => "Bone",
|
|
1031
|
+
"Book" => "Book",
|
|
1032
|
+
"BookFormatType" => "BookFormatType",
|
|
1033
|
+
"BookSeries" => "BookSeries",
|
|
1034
|
+
"BookStore" => "BookStore",
|
|
1035
|
+
"BookmarkAction" => "BookmarkAction",
|
|
1036
|
+
"Boolean" => "Boolean",
|
|
1037
|
+
"BorrowAction" => "BorrowAction",
|
|
1038
|
+
"BowlingAlley" => "BowlingAlley",
|
|
1039
|
+
"BrainStructure" => "BrainStructure",
|
|
1040
|
+
"Brand" => "Brand",
|
|
1041
|
+
"BreadcrumbList" => "BreadcrumbList",
|
|
1042
|
+
"Brewery" => "Brewery",
|
|
1043
|
+
"Bridge" => "Bridge",
|
|
1044
|
+
"BroadcastChannel" => "BroadcastChannel",
|
|
1045
|
+
"BroadcastEvent" => "BroadcastEvent",
|
|
1046
|
+
"BroadcastFrequencySpecification" => "BroadcastFrequencySpecification",
|
|
1047
|
+
"BroadcastService" => "BroadcastService",
|
|
1048
|
+
"BrokerageAccount" => "BrokerageAccount",
|
|
1049
|
+
"BuddhistTemple" => "BuddhistTemple",
|
|
1050
|
+
"BusOrCoach" => "BusOrCoach",
|
|
1051
|
+
"BusReservation" => "BusReservation",
|
|
1052
|
+
"BusStation" => "BusStation",
|
|
1053
|
+
"BusStop" => "BusStop",
|
|
1054
|
+
"BusTrip" => "BusTrip",
|
|
1055
|
+
"BusinessAudience" => "BusinessAudience",
|
|
1056
|
+
"BusinessEntityType" => "BusinessEntityType",
|
|
1057
|
+
"BusinessEvent" => "BusinessEvent",
|
|
1058
|
+
"BusinessFunction" => "BusinessFunction",
|
|
1059
|
+
"BuyAction" => "BuyAction",
|
|
1060
|
+
"CDCPMDRecord" => "CDCPMDRecord",
|
|
1061
|
+
"CableOrSatelliteService" => "CableOrSatelliteService",
|
|
1062
|
+
"CafeOrCoffeeShop" => "CafeOrCoffeeShop",
|
|
1063
|
+
"Campground" => "Campground",
|
|
1064
|
+
"CampingPitch" => "CampingPitch",
|
|
1065
|
+
"Canal" => "Canal",
|
|
1066
|
+
"CancelAction" => "CancelAction",
|
|
1067
|
+
"Car" => "Car",
|
|
1068
|
+
"CarUsageType" => "CarUsageType",
|
|
1069
|
+
"Casino" => "Casino",
|
|
1070
|
+
"CategoryCode" => "CategoryCode",
|
|
1071
|
+
"CategoryCodeSet" => "CategoryCodeSet",
|
|
1072
|
+
"CatholicChurch" => "CatholicChurch",
|
|
1073
|
+
"Cemetery" => "Cemetery",
|
|
1074
|
+
"Certification" => "Certification",
|
|
1075
|
+
"CertificationStatusEnumeration" => "CertificationStatusEnumeration",
|
|
1076
|
+
"Chapter" => "Chapter",
|
|
1077
|
+
"CheckAction" => "CheckAction",
|
|
1078
|
+
"CheckInAction" => "CheckInAction",
|
|
1079
|
+
"CheckOutAction" => "CheckOutAction",
|
|
1080
|
+
"CheckoutPage" => "CheckoutPage",
|
|
1081
|
+
"ChemicalSubstance" => "ChemicalSubstance",
|
|
1082
|
+
"ChildCare" => "ChildCare",
|
|
1083
|
+
"ChildrensEvent" => "ChildrensEvent",
|
|
1084
|
+
"ChooseAction" => "ChooseAction",
|
|
1085
|
+
"Church" => "Church",
|
|
1086
|
+
"City" => "City",
|
|
1087
|
+
"CityHall" => "CityHall",
|
|
1088
|
+
"CivicStructure" => "CivicStructure",
|
|
1089
|
+
"Claim" => "Claim",
|
|
1090
|
+
"ClaimReview" => "ClaimReview",
|
|
1091
|
+
"Class" => "Class",
|
|
1092
|
+
"Clip" => "Clip",
|
|
1093
|
+
"ClothingStore" => "ClothingStore",
|
|
1094
|
+
"Code" => "Code",
|
|
1095
|
+
"Collection" => "Collection",
|
|
1096
|
+
"CollectionPage" => "CollectionPage",
|
|
1097
|
+
"CollegeOrUniversity" => "CollegeOrUniversity",
|
|
1098
|
+
"ComedyClub" => "ComedyClub",
|
|
1099
|
+
"ComedyEvent" => "ComedyEvent",
|
|
1100
|
+
"ComicCoverArt" => "ComicCoverArt",
|
|
1101
|
+
"ComicIssue" => "ComicIssue",
|
|
1102
|
+
"ComicSeries" => "ComicSeries",
|
|
1103
|
+
"ComicStory" => "ComicStory",
|
|
1104
|
+
"Comment" => "Comment",
|
|
1105
|
+
"CommentAction" => "CommentAction",
|
|
1106
|
+
"CommunicateAction" => "CommunicateAction",
|
|
1107
|
+
"CompleteDataFeed" => "CompleteDataFeed",
|
|
1108
|
+
"CompoundPriceSpecification" => "CompoundPriceSpecification",
|
|
1109
|
+
"ComputerLanguage" => "ComputerLanguage",
|
|
1110
|
+
"ComputerStore" => "ComputerStore",
|
|
1111
|
+
"ConferenceEvent" => "ConferenceEvent",
|
|
1112
|
+
"ConfirmAction" => "ConfirmAction",
|
|
1113
|
+
"Consortium" => "Consortium",
|
|
1114
|
+
"ConstraintNode" => "ConstraintNode",
|
|
1115
|
+
"ConsumeAction" => "ConsumeAction",
|
|
1116
|
+
"ContactPage" => "ContactPage",
|
|
1117
|
+
"ContactPoint" => "ContactPoint",
|
|
1118
|
+
"ContactPointOption" => "ContactPointOption",
|
|
1119
|
+
"Continent" => "Continent",
|
|
1120
|
+
"ControlAction" => "ControlAction",
|
|
1121
|
+
"ConvenienceStore" => "ConvenienceStore",
|
|
1122
|
+
"Conversation" => "Conversation",
|
|
1123
|
+
"CookAction" => "CookAction",
|
|
1124
|
+
"Cooperative" => "Cooperative",
|
|
1125
|
+
"Corporation" => "Corporation",
|
|
1126
|
+
"CorrectionComment" => "CorrectionComment",
|
|
1127
|
+
"Country" => "Country",
|
|
1128
|
+
"Course" => "Course",
|
|
1129
|
+
"CourseInstance" => "CourseInstance",
|
|
1130
|
+
"Courthouse" => "Courthouse",
|
|
1131
|
+
"CoverArt" => "CoverArt",
|
|
1132
|
+
"CovidTestingFacility" => "CovidTestingFacility",
|
|
1133
|
+
"CreateAction" => "CreateAction",
|
|
1134
|
+
"CreativeWork" => "CreativeWork",
|
|
1135
|
+
"CreativeWorkSeason" => "CreativeWorkSeason",
|
|
1136
|
+
"CreativeWorkSeries" => "CreativeWorkSeries",
|
|
1137
|
+
"Credential" => "Credential",
|
|
1138
|
+
"CreditCard" => "CreditCard",
|
|
1139
|
+
"Crematorium" => "Crematorium",
|
|
1140
|
+
"CriticReview" => "CriticReview",
|
|
1141
|
+
"CssSelectorType" => "CssSelectorType",
|
|
1142
|
+
"CurrencyConversionService" => "CurrencyConversionService",
|
|
1143
|
+
"DDxElement" => "DDxElement",
|
|
1144
|
+
"DENonprofitType" => "DENonprofitType",
|
|
1145
|
+
"DanceEvent" => "DanceEvent",
|
|
1146
|
+
"DanceGroup" => "DanceGroup",
|
|
1147
|
+
"DataCatalog" => "DataCatalog",
|
|
1148
|
+
"DataDownload" => "DataDownload",
|
|
1149
|
+
"DataFeed" => "DataFeed",
|
|
1150
|
+
"DataFeedItem" => "DataFeedItem",
|
|
1151
|
+
"DataType" => "DataType",
|
|
1152
|
+
"Dataset" => "Dataset",
|
|
1153
|
+
"Date" => "Date",
|
|
1154
|
+
"DateTime" => "DateTime",
|
|
1155
|
+
"DatedMoneySpecification" => "DatedMoneySpecification",
|
|
1156
|
+
"DayOfWeek" => "DayOfWeek",
|
|
1157
|
+
"DaySpa" => "DaySpa",
|
|
1158
|
+
"DeactivateAction" => "DeactivateAction",
|
|
1159
|
+
"DefenceEstablishment" => "DefenceEstablishment",
|
|
1160
|
+
"DefinedRegion" => "DefinedRegion",
|
|
1161
|
+
"DefinedTerm" => "DefinedTerm",
|
|
1162
|
+
"DefinedTermSet" => "DefinedTermSet",
|
|
1163
|
+
"DeleteAction" => "DeleteAction",
|
|
1164
|
+
"DeliveryChargeSpecification" => "DeliveryChargeSpecification",
|
|
1165
|
+
"DeliveryEvent" => "DeliveryEvent",
|
|
1166
|
+
"DeliveryMethod" => "DeliveryMethod",
|
|
1167
|
+
"DeliveryTimeSettings" => "DeliveryTimeSettings",
|
|
1168
|
+
"Demand" => "Demand",
|
|
1169
|
+
"Dentist" => "Dentist",
|
|
1170
|
+
"DepartAction" => "DepartAction",
|
|
1171
|
+
"DepartmentStore" => "DepartmentStore",
|
|
1172
|
+
"DepositAccount" => "DepositAccount",
|
|
1173
|
+
"DiagnosticLab" => "DiagnosticLab",
|
|
1174
|
+
"DiagnosticProcedure" => "DiagnosticProcedure",
|
|
1175
|
+
"Diet" => "Diet",
|
|
1176
|
+
"DietarySupplement" => "DietarySupplement",
|
|
1177
|
+
"DigitalDocument" => "DigitalDocument",
|
|
1178
|
+
"DigitalDocumentPermission" => "DigitalDocumentPermission",
|
|
1179
|
+
"DigitalDocumentPermissionType" => "DigitalDocumentPermissionType",
|
|
1180
|
+
"DigitalPlatformEnumeration" => "DigitalPlatformEnumeration",
|
|
1181
|
+
"DisagreeAction" => "DisagreeAction",
|
|
1182
|
+
"DiscoverAction" => "DiscoverAction",
|
|
1183
|
+
"DiscussionForumPosting" => "DiscussionForumPosting",
|
|
1184
|
+
"DislikeAction" => "DislikeAction",
|
|
1185
|
+
"Distance" => "Distance",
|
|
1186
|
+
"Distillery" => "Distillery",
|
|
1187
|
+
"DonateAction" => "DonateAction",
|
|
1188
|
+
"DoseSchedule" => "DoseSchedule",
|
|
1189
|
+
"DownloadAction" => "DownloadAction",
|
|
1190
|
+
"DrawAction" => "DrawAction",
|
|
1191
|
+
"Drawing" => "Drawing",
|
|
1192
|
+
"DrinkAction" => "DrinkAction",
|
|
1193
|
+
"DriveWheelConfigurationValue" => "DriveWheelConfigurationValue",
|
|
1194
|
+
"Drug" => "Drug",
|
|
1195
|
+
"DrugClass" => "DrugClass",
|
|
1196
|
+
"DrugCost" => "DrugCost",
|
|
1197
|
+
"DrugCostCategory" => "DrugCostCategory",
|
|
1198
|
+
"DrugLegalStatus" => "DrugLegalStatus",
|
|
1199
|
+
"DrugPregnancyCategory" => "DrugPregnancyCategory",
|
|
1200
|
+
"DrugPrescriptionStatus" => "DrugPrescriptionStatus",
|
|
1201
|
+
"DrugStrength" => "DrugStrength",
|
|
1202
|
+
"DryCleaningOrLaundry" => "DryCleaningOrLaundry",
|
|
1203
|
+
"Duration" => "Duration",
|
|
1204
|
+
"EUEnergyEfficiencyEnumeration" => "EUEnergyEfficiencyEnumeration",
|
|
1205
|
+
"EatAction" => "EatAction",
|
|
1206
|
+
"EducationEvent" => "EducationEvent",
|
|
1207
|
+
"EducationalAudience" => "EducationalAudience",
|
|
1208
|
+
"EducationalOccupationalCredential" => "EducationalOccupationalCredential",
|
|
1209
|
+
"EducationalOccupationalProgram" => "EducationalOccupationalProgram",
|
|
1210
|
+
"EducationalOrganization" => "EducationalOrganization",
|
|
1211
|
+
"Electrician" => "Electrician",
|
|
1212
|
+
"ElectronicsStore" => "ElectronicsStore",
|
|
1213
|
+
"ElementarySchool" => "ElementarySchool",
|
|
1214
|
+
"EmailMessage" => "EmailMessage",
|
|
1215
|
+
"Embassy" => "Embassy",
|
|
1216
|
+
"EmergencyService" => "EmergencyService",
|
|
1217
|
+
"EmployeeRole" => "EmployeeRole",
|
|
1218
|
+
"EmployerAggregateRating" => "EmployerAggregateRating",
|
|
1219
|
+
"EmployerReview" => "EmployerReview",
|
|
1220
|
+
"EmploymentAgency" => "EmploymentAgency",
|
|
1221
|
+
"EndorseAction" => "EndorseAction",
|
|
1222
|
+
"EndorsementRating" => "EndorsementRating",
|
|
1223
|
+
"Energy" => "Energy",
|
|
1224
|
+
"EnergyConsumptionDetails" => "EnergyConsumptionDetails",
|
|
1225
|
+
"EnergyEfficiencyEnumeration" => "EnergyEfficiencyEnumeration",
|
|
1226
|
+
"EnergyStarEnergyEfficiencyEnumeration" => "EnergyStarEnergyEfficiencyEnumeration",
|
|
1227
|
+
"EngineSpecification" => "EngineSpecification",
|
|
1228
|
+
"EntertainmentBusiness" => "EntertainmentBusiness",
|
|
1229
|
+
"EntryPoint" => "EntryPoint",
|
|
1230
|
+
"Enumeration" => "Enumeration",
|
|
1231
|
+
"Episode" => "Episode",
|
|
1232
|
+
"Error" => "Error",
|
|
1233
|
+
"Event" => "Event",
|
|
1234
|
+
"EventAttendanceModeEnumeration" => "EventAttendanceModeEnumeration",
|
|
1235
|
+
"EventReservation" => "EventReservation",
|
|
1236
|
+
"EventSeries" => "EventSeries",
|
|
1237
|
+
"EventStatusType" => "EventStatusType",
|
|
1238
|
+
"EventVenue" => "EventVenue",
|
|
1239
|
+
"ExchangeRateSpecification" => "ExchangeRateSpecification",
|
|
1240
|
+
"ExerciseAction" => "ExerciseAction",
|
|
1241
|
+
"ExerciseGym" => "ExerciseGym",
|
|
1242
|
+
"ExercisePlan" => "ExercisePlan",
|
|
1243
|
+
"ExhibitionEvent" => "ExhibitionEvent",
|
|
1244
|
+
"FAQPage" => "FAQPage",
|
|
1245
|
+
"FMRadioChannel" => "FMRadioChannel",
|
|
1246
|
+
"FastFoodRestaurant" => "FastFoodRestaurant",
|
|
1247
|
+
"Festival" => "Festival",
|
|
1248
|
+
"FilmAction" => "FilmAction",
|
|
1249
|
+
"FinancialIncentive" => "FinancialIncentive",
|
|
1250
|
+
"FinancialProduct" => "FinancialProduct",
|
|
1251
|
+
"FinancialService" => "FinancialService",
|
|
1252
|
+
"FindAction" => "FindAction",
|
|
1253
|
+
"FireStation" => "FireStation",
|
|
1254
|
+
"Flight" => "Flight",
|
|
1255
|
+
"FlightReservation" => "FlightReservation",
|
|
1256
|
+
"Float" => "Float",
|
|
1257
|
+
"FloorPlan" => "FloorPlan",
|
|
1258
|
+
"Florist" => "Florist",
|
|
1259
|
+
"FollowAction" => "FollowAction",
|
|
1260
|
+
"FoodEstablishment" => "FoodEstablishment",
|
|
1261
|
+
"FoodEstablishmentReservation" => "FoodEstablishmentReservation",
|
|
1262
|
+
"FoodEvent" => "FoodEvent",
|
|
1263
|
+
"FoodService" => "FoodService",
|
|
1264
|
+
"FulfillmentTypeEnumeration" => "FulfillmentTypeEnumeration",
|
|
1265
|
+
"FundingAgency" => "FundingAgency",
|
|
1266
|
+
"FundingScheme" => "FundingScheme",
|
|
1267
|
+
"FurnitureStore" => "FurnitureStore",
|
|
1268
|
+
"Game" => "Game",
|
|
1269
|
+
"GameAvailabilityEnumeration" => "GameAvailabilityEnumeration",
|
|
1270
|
+
"GamePlayMode" => "GamePlayMode",
|
|
1271
|
+
"GameServer" => "GameServer",
|
|
1272
|
+
"GameServerStatus" => "GameServerStatus",
|
|
1273
|
+
"GardenStore" => "GardenStore",
|
|
1274
|
+
"GasStation" => "GasStation",
|
|
1275
|
+
"GatedResidenceCommunity" => "GatedResidenceCommunity",
|
|
1276
|
+
"GenderType" => "GenderType",
|
|
1277
|
+
"Gene" => "Gene",
|
|
1278
|
+
"GeneralContractor" => "GeneralContractor",
|
|
1279
|
+
"GeoCircle" => "GeoCircle",
|
|
1280
|
+
"GeoCoordinates" => "GeoCoordinates",
|
|
1281
|
+
"GeoShape" => "GeoShape",
|
|
1282
|
+
"GeospatialGeometry" => "GeospatialGeometry",
|
|
1283
|
+
"GiveAction" => "GiveAction",
|
|
1284
|
+
"GolfCourse" => "GolfCourse",
|
|
1285
|
+
"GovernmentBenefitsType" => "GovernmentBenefitsType",
|
|
1286
|
+
"GovernmentBuilding" => "GovernmentBuilding",
|
|
1287
|
+
"GovernmentOffice" => "GovernmentOffice",
|
|
1288
|
+
"GovernmentOrganization" => "GovernmentOrganization",
|
|
1289
|
+
"GovernmentPermit" => "GovernmentPermit",
|
|
1290
|
+
"GovernmentService" => "GovernmentService",
|
|
1291
|
+
"Grant" => "Grant",
|
|
1292
|
+
"GroceryStore" => "GroceryStore",
|
|
1293
|
+
"Guide" => "Guide",
|
|
1294
|
+
"HVACBusiness" => "HVACBusiness",
|
|
1295
|
+
"Hackathon" => "Hackathon",
|
|
1296
|
+
"HairSalon" => "HairSalon",
|
|
1297
|
+
"HardwareStore" => "HardwareStore",
|
|
1298
|
+
"HealthAndBeautyBusiness" => "HealthAndBeautyBusiness",
|
|
1299
|
+
"HealthAspectEnumeration" => "HealthAspectEnumeration",
|
|
1300
|
+
"HealthClub" => "HealthClub",
|
|
1301
|
+
"HealthInsurancePlan" => "HealthInsurancePlan",
|
|
1302
|
+
"HealthPlanCostSharingSpecification" => "HealthPlanCostSharingSpecification",
|
|
1303
|
+
"HealthPlanFormulary" => "HealthPlanFormulary",
|
|
1304
|
+
"HealthPlanNetwork" => "HealthPlanNetwork",
|
|
1305
|
+
"HealthTopicContent" => "HealthTopicContent",
|
|
1306
|
+
"HighSchool" => "HighSchool",
|
|
1307
|
+
"HinduTemple" => "HinduTemple",
|
|
1308
|
+
"HobbyShop" => "HobbyShop",
|
|
1309
|
+
"HomeAndConstructionBusiness" => "HomeAndConstructionBusiness",
|
|
1310
|
+
"HomeGoodsStore" => "HomeGoodsStore",
|
|
1311
|
+
"Hospital" => "Hospital",
|
|
1312
|
+
"Hostel" => "Hostel",
|
|
1313
|
+
"Hotel" => "Hotel",
|
|
1314
|
+
"HotelRoom" => "HotelRoom",
|
|
1315
|
+
"House" => "House",
|
|
1316
|
+
"HousePainter" => "HousePainter",
|
|
1317
|
+
"HowTo" => "HowTo",
|
|
1318
|
+
"HowToDirection" => "HowToDirection",
|
|
1319
|
+
"HowToItem" => "HowToItem",
|
|
1320
|
+
"HowToSection" => "HowToSection",
|
|
1321
|
+
"HowToStep" => "HowToStep",
|
|
1322
|
+
"HowToSupply" => "HowToSupply",
|
|
1323
|
+
"HowToTip" => "HowToTip",
|
|
1324
|
+
"HowToTool" => "HowToTool",
|
|
1325
|
+
"HyperToc" => "HyperToc",
|
|
1326
|
+
"HyperTocEntry" => "HyperTocEntry",
|
|
1327
|
+
"IPTCDigitalSourceEnumeration" => "IPTCDigitalSourceEnumeration",
|
|
1328
|
+
"ITNonprofitType" => "ITNonprofitType",
|
|
1329
|
+
"IceCreamShop" => "IceCreamShop",
|
|
1330
|
+
"IgnoreAction" => "IgnoreAction",
|
|
1331
|
+
"ImageGallery" => "ImageGallery",
|
|
1332
|
+
"ImageObject" => "ImageObject",
|
|
1333
|
+
"ImageObjectSnapshot" => "ImageObjectSnapshot",
|
|
1334
|
+
"ImagingTest" => "ImagingTest",
|
|
1335
|
+
"IncentiveQualifiedExpenseType" => "IncentiveQualifiedExpenseType",
|
|
1336
|
+
"IncentiveStatus" => "IncentiveStatus",
|
|
1337
|
+
"IncentiveType" => "IncentiveType",
|
|
1338
|
+
"IndividualPhysician" => "IndividualPhysician",
|
|
1339
|
+
"IndividualProduct" => "IndividualProduct",
|
|
1340
|
+
"InfectiousAgentClass" => "InfectiousAgentClass",
|
|
1341
|
+
"InfectiousDisease" => "InfectiousDisease",
|
|
1342
|
+
"InformAction" => "InformAction",
|
|
1343
|
+
"InsertAction" => "InsertAction",
|
|
1344
|
+
"InstallAction" => "InstallAction",
|
|
1345
|
+
"InstantaneousEvent" => "InstantaneousEvent",
|
|
1346
|
+
"InsuranceAgency" => "InsuranceAgency",
|
|
1347
|
+
"Intangible" => "Intangible",
|
|
1348
|
+
"Integer" => "Integer",
|
|
1349
|
+
"InteractAction" => "InteractAction",
|
|
1350
|
+
"InteractionCounter" => "InteractionCounter",
|
|
1351
|
+
"InternetCafe" => "InternetCafe",
|
|
1352
|
+
"InvestmentFund" => "InvestmentFund",
|
|
1353
|
+
"InvestmentOrDeposit" => "InvestmentOrDeposit",
|
|
1354
|
+
"InviteAction" => "InviteAction",
|
|
1355
|
+
"Invoice" => "Invoice",
|
|
1356
|
+
"ItemAvailability" => "ItemAvailability",
|
|
1357
|
+
"ItemList" => "ItemList",
|
|
1358
|
+
"ItemListOrderType" => "ItemListOrderType",
|
|
1359
|
+
"ItemPage" => "ItemPage",
|
|
1360
|
+
"JewelryStore" => "JewelryStore",
|
|
1361
|
+
"JobPosting" => "JobPosting",
|
|
1362
|
+
"JoinAction" => "JoinAction",
|
|
1363
|
+
"Joint" => "Joint",
|
|
1364
|
+
"LakeBodyOfWater" => "LakeBodyOfWater",
|
|
1365
|
+
"Landform" => "Landform",
|
|
1366
|
+
"LandmarksOrHistoricalBuildings" => "LandmarksOrHistoricalBuildings",
|
|
1367
|
+
"Language" => "Language",
|
|
1368
|
+
"LearningResource" => "LearningResource",
|
|
1369
|
+
"LeaveAction" => "LeaveAction",
|
|
1370
|
+
"LegalForceStatus" => "LegalForceStatus",
|
|
1371
|
+
"LegalService" => "LegalService",
|
|
1372
|
+
"LegalValueLevel" => "LegalValueLevel",
|
|
1373
|
+
"Legislation" => "Legislation",
|
|
1374
|
+
"LegislationObject" => "LegislationObject",
|
|
1375
|
+
"LegislativeBuilding" => "LegislativeBuilding",
|
|
1376
|
+
"LendAction" => "LendAction",
|
|
1377
|
+
"Library" => "Library",
|
|
1378
|
+
"LibrarySystem" => "LibrarySystem",
|
|
1379
|
+
"LifestyleModification" => "LifestyleModification",
|
|
1380
|
+
"Ligament" => "Ligament",
|
|
1381
|
+
"LikeAction" => "LikeAction",
|
|
1382
|
+
"LinkRole" => "LinkRole",
|
|
1383
|
+
"LiquorStore" => "LiquorStore",
|
|
1384
|
+
"ListItem" => "ListItem",
|
|
1385
|
+
"ListenAction" => "ListenAction",
|
|
1386
|
+
"LiteraryEvent" => "LiteraryEvent",
|
|
1387
|
+
"LiveBlogPosting" => "LiveBlogPosting",
|
|
1388
|
+
"LoanOrCredit" => "LoanOrCredit",
|
|
1389
|
+
"LocalBusiness" => "LocalBusiness",
|
|
1390
|
+
"LocationFeatureSpecification" => "LocationFeatureSpecification",
|
|
1391
|
+
"Locksmith" => "Locksmith",
|
|
1392
|
+
"LodgingBusiness" => "LodgingBusiness",
|
|
1393
|
+
"LodgingReservation" => "LodgingReservation",
|
|
1394
|
+
"LoginAction" => "LoginAction",
|
|
1395
|
+
"LoseAction" => "LoseAction",
|
|
1396
|
+
"LymphaticVessel" => "LymphaticVessel",
|
|
1397
|
+
"Manuscript" => "Manuscript",
|
|
1398
|
+
"Map" => "Map",
|
|
1399
|
+
"MapCategoryType" => "MapCategoryType",
|
|
1400
|
+
"MarryAction" => "MarryAction",
|
|
1401
|
+
"Mass" => "Mass",
|
|
1402
|
+
"MathSolver" => "MathSolver",
|
|
1403
|
+
"MaximumDoseSchedule" => "MaximumDoseSchedule",
|
|
1404
|
+
"MeasurementMethodEnum" => "MeasurementMethodEnum",
|
|
1405
|
+
"MeasurementTypeEnumeration" => "MeasurementTypeEnumeration",
|
|
1406
|
+
"MediaEnumeration" => "MediaEnumeration",
|
|
1407
|
+
"MediaGallery" => "MediaGallery",
|
|
1408
|
+
"MediaManipulationRatingEnumeration" => "MediaManipulationRatingEnumeration",
|
|
1409
|
+
"MediaObject" => "MediaObject",
|
|
1410
|
+
"MediaReview" => "MediaReview",
|
|
1411
|
+
"MediaReviewItem" => "MediaReviewItem",
|
|
1412
|
+
"MediaSubscription" => "MediaSubscription",
|
|
1413
|
+
"MedicalAudience" => "MedicalAudience",
|
|
1414
|
+
"MedicalAudienceType" => "MedicalAudienceType",
|
|
1415
|
+
"MedicalBusiness" => "MedicalBusiness",
|
|
1416
|
+
"MedicalCause" => "MedicalCause",
|
|
1417
|
+
"MedicalClinic" => "MedicalClinic",
|
|
1418
|
+
"MedicalCode" => "MedicalCode",
|
|
1419
|
+
"MedicalCondition" => "MedicalCondition",
|
|
1420
|
+
"MedicalConditionStage" => "MedicalConditionStage",
|
|
1421
|
+
"MedicalContraindication" => "MedicalContraindication",
|
|
1422
|
+
"MedicalDevice" => "MedicalDevice",
|
|
1423
|
+
"MedicalDevicePurpose" => "MedicalDevicePurpose",
|
|
1424
|
+
"MedicalEntity" => "MedicalEntity",
|
|
1425
|
+
"MedicalEnumeration" => "MedicalEnumeration",
|
|
1426
|
+
"MedicalEvidenceLevel" => "MedicalEvidenceLevel",
|
|
1427
|
+
"MedicalGuideline" => "MedicalGuideline",
|
|
1428
|
+
"MedicalGuidelineContraindication" => "MedicalGuidelineContraindication",
|
|
1429
|
+
"MedicalGuidelineRecommendation" => "MedicalGuidelineRecommendation",
|
|
1430
|
+
"MedicalImagingTechnique" => "MedicalImagingTechnique",
|
|
1431
|
+
"MedicalIndication" => "MedicalIndication",
|
|
1432
|
+
"MedicalIntangible" => "MedicalIntangible",
|
|
1433
|
+
"MedicalObservationalStudy" => "MedicalObservationalStudy",
|
|
1434
|
+
"MedicalObservationalStudyDesign" => "MedicalObservationalStudyDesign",
|
|
1435
|
+
"MedicalOrganization" => "MedicalOrganization",
|
|
1436
|
+
"MedicalProcedure" => "MedicalProcedure",
|
|
1437
|
+
"MedicalProcedureType" => "MedicalProcedureType",
|
|
1438
|
+
"MedicalRiskCalculator" => "MedicalRiskCalculator",
|
|
1439
|
+
"MedicalRiskEstimator" => "MedicalRiskEstimator",
|
|
1440
|
+
"MedicalRiskFactor" => "MedicalRiskFactor",
|
|
1441
|
+
"MedicalRiskScore" => "MedicalRiskScore",
|
|
1442
|
+
"MedicalScholarlyArticle" => "MedicalScholarlyArticle",
|
|
1443
|
+
"MedicalSign" => "MedicalSign",
|
|
1444
|
+
"MedicalSignOrSymptom" => "MedicalSignOrSymptom",
|
|
1445
|
+
"MedicalSpecialty" => "MedicalSpecialty",
|
|
1446
|
+
"MedicalStudy" => "MedicalStudy",
|
|
1447
|
+
"MedicalStudyStatus" => "MedicalStudyStatus",
|
|
1448
|
+
"MedicalSymptom" => "MedicalSymptom",
|
|
1449
|
+
"MedicalTest" => "MedicalTest",
|
|
1450
|
+
"MedicalTestPanel" => "MedicalTestPanel",
|
|
1451
|
+
"MedicalTherapy" => "MedicalTherapy",
|
|
1452
|
+
"MedicalTrial" => "MedicalTrial",
|
|
1453
|
+
"MedicalTrialDesign" => "MedicalTrialDesign",
|
|
1454
|
+
"MedicalWebPage" => "MedicalWebPage",
|
|
1455
|
+
"MedicineSystem" => "MedicineSystem",
|
|
1456
|
+
"MeetingRoom" => "MeetingRoom",
|
|
1457
|
+
"MemberProgram" => "MemberProgram",
|
|
1458
|
+
"MemberProgramTier" => "MemberProgramTier",
|
|
1459
|
+
"MensClothingStore" => "MensClothingStore",
|
|
1460
|
+
"Menu" => "Menu",
|
|
1461
|
+
"MenuItem" => "MenuItem",
|
|
1462
|
+
"MenuSection" => "MenuSection",
|
|
1463
|
+
"MerchantReturnEnumeration" => "MerchantReturnEnumeration",
|
|
1464
|
+
"MerchantReturnPolicy" => "MerchantReturnPolicy",
|
|
1465
|
+
"MerchantReturnPolicySeasonalOverride" => "MerchantReturnPolicySeasonalOverride",
|
|
1466
|
+
"Message" => "Message",
|
|
1467
|
+
"MiddleSchool" => "MiddleSchool",
|
|
1468
|
+
"MobileApplication" => "MobileApplication",
|
|
1469
|
+
"MobilePhoneStore" => "MobilePhoneStore",
|
|
1470
|
+
"MolecularEntity" => "MolecularEntity",
|
|
1471
|
+
"MonetaryAmount" => "MonetaryAmount",
|
|
1472
|
+
"MonetaryAmountDistribution" => "MonetaryAmountDistribution",
|
|
1473
|
+
"MonetaryGrant" => "MonetaryGrant",
|
|
1474
|
+
"MoneyTransfer" => "MoneyTransfer",
|
|
1475
|
+
"MortgageLoan" => "MortgageLoan",
|
|
1476
|
+
"Mosque" => "Mosque",
|
|
1477
|
+
"Motel" => "Motel",
|
|
1478
|
+
"Motorcycle" => "Motorcycle",
|
|
1479
|
+
"MotorcycleDealer" => "MotorcycleDealer",
|
|
1480
|
+
"MotorcycleRepair" => "MotorcycleRepair",
|
|
1481
|
+
"MotorizedBicycle" => "MotorizedBicycle",
|
|
1482
|
+
"Mountain" => "Mountain",
|
|
1483
|
+
"MoveAction" => "MoveAction",
|
|
1484
|
+
"Movie" => "Movie",
|
|
1485
|
+
"MovieClip" => "MovieClip",
|
|
1486
|
+
"MovieRentalStore" => "MovieRentalStore",
|
|
1487
|
+
"MovieSeries" => "MovieSeries",
|
|
1488
|
+
"MovieTheater" => "MovieTheater",
|
|
1489
|
+
"MovingCompany" => "MovingCompany",
|
|
1490
|
+
"Muscle" => "Muscle",
|
|
1491
|
+
"Museum" => "Museum",
|
|
1492
|
+
"MusicAlbum" => "MusicAlbum",
|
|
1493
|
+
"MusicAlbumProductionType" => "MusicAlbumProductionType",
|
|
1494
|
+
"MusicAlbumReleaseType" => "MusicAlbumReleaseType",
|
|
1495
|
+
"MusicComposition" => "MusicComposition",
|
|
1496
|
+
"MusicEvent" => "MusicEvent",
|
|
1497
|
+
"MusicGroup" => "MusicGroup",
|
|
1498
|
+
"MusicPlaylist" => "MusicPlaylist",
|
|
1499
|
+
"MusicRecording" => "MusicRecording",
|
|
1500
|
+
"MusicRelease" => "MusicRelease",
|
|
1501
|
+
"MusicReleaseFormatType" => "MusicReleaseFormatType",
|
|
1502
|
+
"MusicStore" => "MusicStore",
|
|
1503
|
+
"MusicVenue" => "MusicVenue",
|
|
1504
|
+
"MusicVideoObject" => "MusicVideoObject",
|
|
1505
|
+
"NGO" => "NGO",
|
|
1506
|
+
"NLNonprofitType" => "NLNonprofitType",
|
|
1507
|
+
"NailSalon" => "NailSalon",
|
|
1508
|
+
"Nerve" => "Nerve",
|
|
1509
|
+
"NewsArticle" => "NewsArticle",
|
|
1510
|
+
"NewsMediaOrganization" => "NewsMediaOrganization",
|
|
1511
|
+
"Newspaper" => "Newspaper",
|
|
1512
|
+
"NightClub" => "NightClub",
|
|
1513
|
+
"NonprofitType" => "NonprofitType",
|
|
1514
|
+
"Notary" => "Notary",
|
|
1515
|
+
"NoteDigitalDocument" => "NoteDigitalDocument",
|
|
1516
|
+
"Number" => "Number",
|
|
1517
|
+
"NutritionInformation" => "NutritionInformation",
|
|
1518
|
+
"Observation" => "Observation",
|
|
1519
|
+
"Occupation" => "Occupation",
|
|
1520
|
+
"OccupationalExperienceRequirements" => "OccupationalExperienceRequirements",
|
|
1521
|
+
"OccupationalTherapy" => "OccupationalTherapy",
|
|
1522
|
+
"OceanBodyOfWater" => "OceanBodyOfWater",
|
|
1523
|
+
"Offer" => "Offer",
|
|
1524
|
+
"OfferCatalog" => "OfferCatalog",
|
|
1525
|
+
"OfferForLease" => "OfferForLease",
|
|
1526
|
+
"OfferForPurchase" => "OfferForPurchase",
|
|
1527
|
+
"OfferItemCondition" => "OfferItemCondition",
|
|
1528
|
+
"OfferShippingDetails" => "OfferShippingDetails",
|
|
1529
|
+
"OfficeEquipmentStore" => "OfficeEquipmentStore",
|
|
1530
|
+
"OnDemandEvent" => "OnDemandEvent",
|
|
1531
|
+
"OnlineBusiness" => "OnlineBusiness",
|
|
1532
|
+
"OnlineMarketplace" => "OnlineMarketplace",
|
|
1533
|
+
"OnlineStore" => "OnlineStore",
|
|
1534
|
+
"OpeningHoursSpecification" => "OpeningHoursSpecification",
|
|
1535
|
+
"OperatingSystem" => "OperatingSystem",
|
|
1536
|
+
"OpinionNewsArticle" => "OpinionNewsArticle",
|
|
1537
|
+
"Optician" => "Optician",
|
|
1538
|
+
"Order" => "Order",
|
|
1539
|
+
"OrderAction" => "OrderAction",
|
|
1540
|
+
"OrderItem" => "OrderItem",
|
|
1541
|
+
"OrderStatus" => "OrderStatus",
|
|
1542
|
+
"Organization" => "Organization",
|
|
1543
|
+
"OrganizationRole" => "OrganizationRole",
|
|
1544
|
+
"OrganizeAction" => "OrganizeAction",
|
|
1545
|
+
"OutletStore" => "OutletStore",
|
|
1546
|
+
"OwnershipInfo" => "OwnershipInfo",
|
|
1547
|
+
"PaintAction" => "PaintAction",
|
|
1548
|
+
"Painting" => "Painting",
|
|
1549
|
+
"PalliativeProcedure" => "PalliativeProcedure",
|
|
1550
|
+
"ParcelDelivery" => "ParcelDelivery",
|
|
1551
|
+
"ParentAudience" => "ParentAudience",
|
|
1552
|
+
"Park" => "Park",
|
|
1553
|
+
"ParkingFacility" => "ParkingFacility",
|
|
1554
|
+
"PathologyTest" => "PathologyTest",
|
|
1555
|
+
"Patient" => "Patient",
|
|
1556
|
+
"PawnShop" => "PawnShop",
|
|
1557
|
+
"PayAction" => "PayAction",
|
|
1558
|
+
"PaymentCard" => "PaymentCard",
|
|
1559
|
+
"PaymentChargeSpecification" => "PaymentChargeSpecification",
|
|
1560
|
+
"PaymentMethod" => "PaymentMethod",
|
|
1561
|
+
"PaymentMethodType" => "PaymentMethodType",
|
|
1562
|
+
"PaymentService" => "PaymentService",
|
|
1563
|
+
"PaymentStatusType" => "PaymentStatusType",
|
|
1564
|
+
"PeopleAudience" => "PeopleAudience",
|
|
1565
|
+
"PerformAction" => "PerformAction",
|
|
1566
|
+
"PerformanceRole" => "PerformanceRole",
|
|
1567
|
+
"PerformingArtsEvent" => "PerformingArtsEvent",
|
|
1568
|
+
"PerformingArtsTheater" => "PerformingArtsTheater",
|
|
1569
|
+
"PerformingGroup" => "PerformingGroup",
|
|
1570
|
+
"Periodical" => "Periodical",
|
|
1571
|
+
"Permit" => "Permit",
|
|
1572
|
+
"Person" => "Person",
|
|
1573
|
+
"PetStore" => "PetStore",
|
|
1574
|
+
"Pharmacy" => "Pharmacy",
|
|
1575
|
+
"Photograph" => "Photograph",
|
|
1576
|
+
"PhotographAction" => "PhotographAction",
|
|
1577
|
+
"PhysicalActivity" => "PhysicalActivity",
|
|
1578
|
+
"PhysicalActivityCategory" => "PhysicalActivityCategory",
|
|
1579
|
+
"PhysicalExam" => "PhysicalExam",
|
|
1580
|
+
"PhysicalTherapy" => "PhysicalTherapy",
|
|
1581
|
+
"Physician" => "Physician",
|
|
1582
|
+
"PhysiciansOffice" => "PhysiciansOffice",
|
|
1583
|
+
"Place" => "Place",
|
|
1584
|
+
"PlaceOfWorship" => "PlaceOfWorship",
|
|
1585
|
+
"PlanAction" => "PlanAction",
|
|
1586
|
+
"Play" => "Play",
|
|
1587
|
+
"PlayAction" => "PlayAction",
|
|
1588
|
+
"PlayGameAction" => "PlayGameAction",
|
|
1589
|
+
"Playground" => "Playground",
|
|
1590
|
+
"Plumber" => "Plumber",
|
|
1591
|
+
"PodcastEpisode" => "PodcastEpisode",
|
|
1592
|
+
"PodcastSeason" => "PodcastSeason",
|
|
1593
|
+
"PodcastSeries" => "PodcastSeries",
|
|
1594
|
+
"PoliceStation" => "PoliceStation",
|
|
1595
|
+
"PoliticalParty" => "PoliticalParty",
|
|
1596
|
+
"Pond" => "Pond",
|
|
1597
|
+
"PostOffice" => "PostOffice",
|
|
1598
|
+
"PostalAddress" => "PostalAddress",
|
|
1599
|
+
"PostalCodeRangeSpecification" => "PostalCodeRangeSpecification",
|
|
1600
|
+
"Poster" => "Poster",
|
|
1601
|
+
"PreOrderAction" => "PreOrderAction",
|
|
1602
|
+
"PrependAction" => "PrependAction",
|
|
1603
|
+
"Preschool" => "Preschool",
|
|
1604
|
+
"PresentationDigitalDocument" => "PresentationDigitalDocument",
|
|
1605
|
+
"PreventionIndication" => "PreventionIndication",
|
|
1606
|
+
"PriceComponentTypeEnumeration" => "PriceComponentTypeEnumeration",
|
|
1607
|
+
"PriceSpecification" => "PriceSpecification",
|
|
1608
|
+
"PriceTypeEnumeration" => "PriceTypeEnumeration",
|
|
1609
|
+
"Product" => "Product",
|
|
1610
|
+
"ProductCollection" => "ProductCollection",
|
|
1611
|
+
"ProductGroup" => "ProductGroup",
|
|
1612
|
+
"ProductModel" => "ProductModel",
|
|
1613
|
+
"ProductReturnEnumeration" => "ProductReturnEnumeration",
|
|
1614
|
+
"ProductReturnPolicy" => "ProductReturnPolicy",
|
|
1615
|
+
"ProfessionalService" => "ProfessionalService",
|
|
1616
|
+
"ProfilePage" => "ProfilePage",
|
|
1617
|
+
"ProgramMembership" => "ProgramMembership",
|
|
1618
|
+
"Project" => "Project",
|
|
1619
|
+
"PronounceableText" => "PronounceableText",
|
|
1620
|
+
"Property" => "Property",
|
|
1621
|
+
"PropertyValue" => "PropertyValue",
|
|
1622
|
+
"PropertyValueSpecification" => "PropertyValueSpecification",
|
|
1623
|
+
"Protein" => "Protein",
|
|
1624
|
+
"PsychologicalTreatment" => "PsychologicalTreatment",
|
|
1625
|
+
"PublicSwimmingPool" => "PublicSwimmingPool",
|
|
1626
|
+
"PublicToilet" => "PublicToilet",
|
|
1627
|
+
"PublicationEvent" => "PublicationEvent",
|
|
1628
|
+
"PublicationIssue" => "PublicationIssue",
|
|
1629
|
+
"PublicationVolume" => "PublicationVolume",
|
|
1630
|
+
"PurchaseType" => "PurchaseType",
|
|
1631
|
+
"QAPage" => "QAPage",
|
|
1632
|
+
"QualitativeValue" => "QualitativeValue",
|
|
1633
|
+
"QuantitativeValue" => "QuantitativeValue",
|
|
1634
|
+
"QuantitativeValueDistribution" => "QuantitativeValueDistribution",
|
|
1635
|
+
"Quantity" => "Quantity",
|
|
1636
|
+
"Question" => "Question",
|
|
1637
|
+
"Quiz" => "Quiz",
|
|
1638
|
+
"Quotation" => "Quotation",
|
|
1639
|
+
"QuoteAction" => "QuoteAction",
|
|
1640
|
+
"RVPark" => "RVPark",
|
|
1641
|
+
"RadiationTherapy" => "RadiationTherapy",
|
|
1642
|
+
"RadioBroadcastService" => "RadioBroadcastService",
|
|
1643
|
+
"RadioChannel" => "RadioChannel",
|
|
1644
|
+
"RadioClip" => "RadioClip",
|
|
1645
|
+
"RadioEpisode" => "RadioEpisode",
|
|
1646
|
+
"RadioSeason" => "RadioSeason",
|
|
1647
|
+
"RadioSeries" => "RadioSeries",
|
|
1648
|
+
"RadioStation" => "RadioStation",
|
|
1649
|
+
"Rating" => "Rating",
|
|
1650
|
+
"ReactAction" => "ReactAction",
|
|
1651
|
+
"ReadAction" => "ReadAction",
|
|
1652
|
+
"RealEstateAgent" => "RealEstateAgent",
|
|
1653
|
+
"RealEstateListing" => "RealEstateListing",
|
|
1654
|
+
"ReceiveAction" => "ReceiveAction",
|
|
1655
|
+
"Recipe" => "Recipe",
|
|
1656
|
+
"Recommendation" => "Recommendation",
|
|
1657
|
+
"RecommendedDoseSchedule" => "RecommendedDoseSchedule",
|
|
1658
|
+
"RecyclingCenter" => "RecyclingCenter",
|
|
1659
|
+
"RefundTypeEnumeration" => "RefundTypeEnumeration",
|
|
1660
|
+
"RegisterAction" => "RegisterAction",
|
|
1661
|
+
"RejectAction" => "RejectAction",
|
|
1662
|
+
"RentAction" => "RentAction",
|
|
1663
|
+
"RentalCarReservation" => "RentalCarReservation",
|
|
1664
|
+
"RepaymentSpecification" => "RepaymentSpecification",
|
|
1665
|
+
"ReplaceAction" => "ReplaceAction",
|
|
1666
|
+
"ReplyAction" => "ReplyAction",
|
|
1667
|
+
"Report" => "Report",
|
|
1668
|
+
"ReportageNewsArticle" => "ReportageNewsArticle",
|
|
1669
|
+
"ReportedDoseSchedule" => "ReportedDoseSchedule",
|
|
1670
|
+
"ResearchOrganization" => "ResearchOrganization",
|
|
1671
|
+
"ResearchProject" => "ResearchProject",
|
|
1672
|
+
"Researcher" => "Researcher",
|
|
1673
|
+
"Reservation" => "Reservation",
|
|
1674
|
+
"ReservationPackage" => "ReservationPackage",
|
|
1675
|
+
"ReservationStatusType" => "ReservationStatusType",
|
|
1676
|
+
"ReserveAction" => "ReserveAction",
|
|
1677
|
+
"Reservoir" => "Reservoir",
|
|
1678
|
+
"ResetPasswordAction" => "ResetPasswordAction",
|
|
1679
|
+
"Residence" => "Residence",
|
|
1680
|
+
"Resort" => "Resort",
|
|
1681
|
+
"Restaurant" => "Restaurant",
|
|
1682
|
+
"RestrictedDiet" => "RestrictedDiet",
|
|
1683
|
+
"ResumeAction" => "ResumeAction",
|
|
1684
|
+
"ReturnAction" => "ReturnAction",
|
|
1685
|
+
"ReturnFeesEnumeration" => "ReturnFeesEnumeration",
|
|
1686
|
+
"ReturnLabelSourceEnumeration" => "ReturnLabelSourceEnumeration",
|
|
1687
|
+
"ReturnMethodEnumeration" => "ReturnMethodEnumeration",
|
|
1688
|
+
"Review" => "Review",
|
|
1689
|
+
"ReviewAction" => "ReviewAction",
|
|
1690
|
+
"ReviewNewsArticle" => "ReviewNewsArticle",
|
|
1691
|
+
"RiverBodyOfWater" => "RiverBodyOfWater",
|
|
1692
|
+
"Role" => "Role",
|
|
1693
|
+
"RoofingContractor" => "RoofingContractor",
|
|
1694
|
+
"Room" => "Room",
|
|
1695
|
+
"RsvpAction" => "RsvpAction",
|
|
1696
|
+
"RsvpResponseType" => "RsvpResponseType",
|
|
1697
|
+
"RuntimePlatform" => "RuntimePlatform",
|
|
1698
|
+
"SaleEvent" => "SaleEvent",
|
|
1699
|
+
"SatiricalArticle" => "SatiricalArticle",
|
|
1700
|
+
"Schedule" => "Schedule",
|
|
1701
|
+
"ScheduleAction" => "ScheduleAction",
|
|
1702
|
+
"ScholarlyArticle" => "ScholarlyArticle",
|
|
1703
|
+
"School" => "School",
|
|
1704
|
+
"SchoolDistrict" => "SchoolDistrict",
|
|
1705
|
+
"ScreeningEvent" => "ScreeningEvent",
|
|
1706
|
+
"Sculpture" => "Sculpture",
|
|
1707
|
+
"SeaBodyOfWater" => "SeaBodyOfWater",
|
|
1708
|
+
"SearchAction" => "SearchAction",
|
|
1709
|
+
"SearchRescueOrganization" => "SearchRescueOrganization",
|
|
1710
|
+
"SearchResultsPage" => "SearchResultsPage",
|
|
1711
|
+
"Season" => "Season",
|
|
1712
|
+
"Seat" => "Seat",
|
|
1713
|
+
"SeekToAction" => "SeekToAction",
|
|
1714
|
+
"SelfStorage" => "SelfStorage",
|
|
1715
|
+
"SellAction" => "SellAction",
|
|
1716
|
+
"SendAction" => "SendAction",
|
|
1717
|
+
"SequentialArt" => "SequentialArt",
|
|
1718
|
+
"Series" => "Series",
|
|
1719
|
+
"Service" => "Service",
|
|
1720
|
+
"ServiceChannel" => "ServiceChannel",
|
|
1721
|
+
"ServicePeriod" => "ServicePeriod",
|
|
1722
|
+
"ShareAction" => "ShareAction",
|
|
1723
|
+
"SheetMusic" => "SheetMusic",
|
|
1724
|
+
"ShippingConditions" => "ShippingConditions",
|
|
1725
|
+
"ShippingDeliveryTime" => "ShippingDeliveryTime",
|
|
1726
|
+
"ShippingRateSettings" => "ShippingRateSettings",
|
|
1727
|
+
"ShippingService" => "ShippingService",
|
|
1728
|
+
"ShoeStore" => "ShoeStore",
|
|
1729
|
+
"ShoppingCenter" => "ShoppingCenter",
|
|
1730
|
+
"ShortStory" => "ShortStory",
|
|
1731
|
+
"SingleFamilyResidence" => "SingleFamilyResidence",
|
|
1732
|
+
"SiteNavigationElement" => "SiteNavigationElement",
|
|
1733
|
+
"SizeGroupEnumeration" => "SizeGroupEnumeration",
|
|
1734
|
+
"SizeSpecification" => "SizeSpecification",
|
|
1735
|
+
"SizeSystemEnumeration" => "SizeSystemEnumeration",
|
|
1736
|
+
"SkiResort" => "SkiResort",
|
|
1737
|
+
"SocialEvent" => "SocialEvent",
|
|
1738
|
+
"SocialMediaPosting" => "SocialMediaPosting",
|
|
1739
|
+
"SoftwareApplication" => "SoftwareApplication",
|
|
1740
|
+
"SoftwareSourceCode" => "SoftwareSourceCode",
|
|
1741
|
+
"SolveMathAction" => "SolveMathAction",
|
|
1742
|
+
"SomeProducts" => "SomeProducts",
|
|
1743
|
+
"SpeakableSpecification" => "SpeakableSpecification",
|
|
1744
|
+
"SpecialAnnouncement" => "SpecialAnnouncement",
|
|
1745
|
+
"Specialty" => "Specialty",
|
|
1746
|
+
"SportingGoodsStore" => "SportingGoodsStore",
|
|
1747
|
+
"SportsActivityLocation" => "SportsActivityLocation",
|
|
1748
|
+
"SportsClub" => "SportsClub",
|
|
1749
|
+
"SportsEvent" => "SportsEvent",
|
|
1750
|
+
"SportsOrganization" => "SportsOrganization",
|
|
1751
|
+
"SportsTeam" => "SportsTeam",
|
|
1752
|
+
"SpreadsheetDigitalDocument" => "SpreadsheetDigitalDocument",
|
|
1753
|
+
"StadiumOrArena" => "StadiumOrArena",
|
|
1754
|
+
"State" => "State",
|
|
1755
|
+
"Statement" => "Statement",
|
|
1756
|
+
"StatisticalPopulation" => "StatisticalPopulation",
|
|
1757
|
+
"StatisticalVariable" => "StatisticalVariable",
|
|
1758
|
+
"StatusEnumeration" => "StatusEnumeration",
|
|
1759
|
+
"SteeringPositionValue" => "SteeringPositionValue",
|
|
1760
|
+
"Store" => "Store",
|
|
1761
|
+
"StructuredValue" => "StructuredValue",
|
|
1762
|
+
"StupidType" => "StupidType",
|
|
1763
|
+
"SubscribeAction" => "SubscribeAction",
|
|
1764
|
+
"Substance" => "Substance",
|
|
1765
|
+
"SubwayStation" => "SubwayStation",
|
|
1766
|
+
"Suite" => "Suite",
|
|
1767
|
+
"SuperficialAnatomy" => "SuperficialAnatomy",
|
|
1768
|
+
"SurgicalProcedure" => "SurgicalProcedure",
|
|
1769
|
+
"SuspendAction" => "SuspendAction",
|
|
1770
|
+
"Syllabus" => "Syllabus",
|
|
1771
|
+
"Synagogue" => "Synagogue",
|
|
1772
|
+
"TVClip" => "TVClip",
|
|
1773
|
+
"TVEpisode" => "TVEpisode",
|
|
1774
|
+
"TVSeason" => "TVSeason",
|
|
1775
|
+
"TVSeries" => "TVSeries",
|
|
1776
|
+
"Table" => "Table",
|
|
1777
|
+
"TakeAction" => "TakeAction",
|
|
1778
|
+
"TattooParlor" => "TattooParlor",
|
|
1779
|
+
"Taxi" => "Taxi",
|
|
1780
|
+
"TaxiReservation" => "TaxiReservation",
|
|
1781
|
+
"TaxiService" => "TaxiService",
|
|
1782
|
+
"TaxiStand" => "TaxiStand",
|
|
1783
|
+
"Taxon" => "Taxon",
|
|
1784
|
+
"TechArticle" => "TechArticle",
|
|
1785
|
+
"TelevisionChannel" => "TelevisionChannel",
|
|
1786
|
+
"TelevisionStation" => "TelevisionStation",
|
|
1787
|
+
"TennisComplex" => "TennisComplex",
|
|
1788
|
+
"Text" => "Text",
|
|
1789
|
+
"TextDigitalDocument" => "TextDigitalDocument",
|
|
1790
|
+
"TextObject" => "TextObject",
|
|
1791
|
+
"TheaterEvent" => "TheaterEvent",
|
|
1792
|
+
"TheaterGroup" => "TheaterGroup",
|
|
1793
|
+
"TherapeuticProcedure" => "TherapeuticProcedure",
|
|
1794
|
+
"Thesis" => "Thesis",
|
|
1795
|
+
"Thing" => "Thing",
|
|
1796
|
+
"ThreeDModel" => "3DModel",
|
|
1797
|
+
"Ticket" => "Ticket",
|
|
1798
|
+
"TieAction" => "TieAction",
|
|
1799
|
+
"TierBenefitEnumeration" => "TierBenefitEnumeration",
|
|
1800
|
+
"Time" => "Time",
|
|
1801
|
+
"TipAction" => "TipAction",
|
|
1802
|
+
"TireShop" => "TireShop",
|
|
1803
|
+
"TouristAttraction" => "TouristAttraction",
|
|
1804
|
+
"TouristDestination" => "TouristDestination",
|
|
1805
|
+
"TouristInformationCenter" => "TouristInformationCenter",
|
|
1806
|
+
"TouristTrip" => "TouristTrip",
|
|
1807
|
+
"ToyStore" => "ToyStore",
|
|
1808
|
+
"TrackAction" => "TrackAction",
|
|
1809
|
+
"TradeAction" => "TradeAction",
|
|
1810
|
+
"TrainReservation" => "TrainReservation",
|
|
1811
|
+
"TrainStation" => "TrainStation",
|
|
1812
|
+
"TrainTrip" => "TrainTrip",
|
|
1813
|
+
"TransferAction" => "TransferAction",
|
|
1814
|
+
"TravelAction" => "TravelAction",
|
|
1815
|
+
"TravelAgency" => "TravelAgency",
|
|
1816
|
+
"TreatmentIndication" => "TreatmentIndication",
|
|
1817
|
+
"Trip" => "Trip",
|
|
1818
|
+
"TypeAndQuantityNode" => "TypeAndQuantityNode",
|
|
1819
|
+
"UKNonprofitType" => "UKNonprofitType",
|
|
1820
|
+
"URL" => "URL",
|
|
1821
|
+
"USNonprofitType" => "USNonprofitType",
|
|
1822
|
+
"UnRegisterAction" => "UnRegisterAction",
|
|
1823
|
+
"UnitPriceSpecification" => "UnitPriceSpecification",
|
|
1824
|
+
"UpdateAction" => "UpdateAction",
|
|
1825
|
+
"UseAction" => "UseAction",
|
|
1826
|
+
"UserBlocks" => "UserBlocks",
|
|
1827
|
+
"UserCheckins" => "UserCheckins",
|
|
1828
|
+
"UserComments" => "UserComments",
|
|
1829
|
+
"UserDownloads" => "UserDownloads",
|
|
1830
|
+
"UserInteraction" => "UserInteraction",
|
|
1831
|
+
"UserLikes" => "UserLikes",
|
|
1832
|
+
"UserPageVisits" => "UserPageVisits",
|
|
1833
|
+
"UserPlays" => "UserPlays",
|
|
1834
|
+
"UserPlusOnes" => "UserPlusOnes",
|
|
1835
|
+
"UserReview" => "UserReview",
|
|
1836
|
+
"UserTweets" => "UserTweets",
|
|
1837
|
+
"VacationRental" => "VacationRental",
|
|
1838
|
+
"Vehicle" => "Vehicle",
|
|
1839
|
+
"Vein" => "Vein",
|
|
1840
|
+
"Vessel" => "Vessel",
|
|
1841
|
+
"VeterinaryCare" => "VeterinaryCare",
|
|
1842
|
+
"VideoGallery" => "VideoGallery",
|
|
1843
|
+
"VideoGame" => "VideoGame",
|
|
1844
|
+
"VideoGameClip" => "VideoGameClip",
|
|
1845
|
+
"VideoGameSeries" => "VideoGameSeries",
|
|
1846
|
+
"VideoObject" => "VideoObject",
|
|
1847
|
+
"VideoObjectSnapshot" => "VideoObjectSnapshot",
|
|
1848
|
+
"ViewAction" => "ViewAction",
|
|
1849
|
+
"VirtualLocation" => "VirtualLocation",
|
|
1850
|
+
"VisualArtsEvent" => "VisualArtsEvent",
|
|
1851
|
+
"VisualArtwork" => "VisualArtwork",
|
|
1852
|
+
"VitalSign" => "VitalSign",
|
|
1853
|
+
"Volcano" => "Volcano",
|
|
1854
|
+
"VoteAction" => "VoteAction",
|
|
1855
|
+
"WPAdBlock" => "WPAdBlock",
|
|
1856
|
+
"WPFooter" => "WPFooter",
|
|
1857
|
+
"WPHeader" => "WPHeader",
|
|
1858
|
+
"WPSideBar" => "WPSideBar",
|
|
1859
|
+
"WantAction" => "WantAction",
|
|
1860
|
+
"WarrantyPromise" => "WarrantyPromise",
|
|
1861
|
+
"WarrantyScope" => "WarrantyScope",
|
|
1862
|
+
"WatchAction" => "WatchAction",
|
|
1863
|
+
"Waterfall" => "Waterfall",
|
|
1864
|
+
"WearAction" => "WearAction",
|
|
1865
|
+
"WearableMeasurementTypeEnumeration" => "WearableMeasurementTypeEnumeration",
|
|
1866
|
+
"WearableSizeGroupEnumeration" => "WearableSizeGroupEnumeration",
|
|
1867
|
+
"WearableSizeSystemEnumeration" => "WearableSizeSystemEnumeration",
|
|
1868
|
+
"WebAPI" => "WebAPI",
|
|
1869
|
+
"WebApplication" => "WebApplication",
|
|
1870
|
+
"WebContent" => "WebContent",
|
|
1871
|
+
"WebPage" => "WebPage",
|
|
1872
|
+
"WebPageElement" => "WebPageElement",
|
|
1873
|
+
"WebSite" => "WebSite",
|
|
1874
|
+
"WholesaleStore" => "WholesaleStore",
|
|
1875
|
+
"WinAction" => "WinAction",
|
|
1876
|
+
"Winery" => "Winery",
|
|
1877
|
+
"WorkBasedProgram" => "WorkBasedProgram",
|
|
1878
|
+
"WorkersUnion" => "WorkersUnion",
|
|
1879
|
+
"WriteAction" => "WriteAction",
|
|
1880
|
+
"XPathType" => "XPathType",
|
|
1881
|
+
"Zoo" => "Zoo"
|
|
1882
|
+
}.freeze
|
|
1883
|
+
FILE_TO_RUBY = {
|
|
1884
|
+
"about_page" => "AboutPage",
|
|
1885
|
+
"accept_action" => "AcceptAction",
|
|
1886
|
+
"accommodation" => "Accommodation",
|
|
1887
|
+
"accounting_service" => "AccountingService",
|
|
1888
|
+
"achieve_action" => "AchieveAction",
|
|
1889
|
+
"action" => "Action",
|
|
1890
|
+
"action_access_specification" => "ActionAccessSpecification",
|
|
1891
|
+
"action_status_type" => "ActionStatusType",
|
|
1892
|
+
"activate_action" => "ActivateAction",
|
|
1893
|
+
"add_action" => "AddAction",
|
|
1894
|
+
"administrative_area" => "AdministrativeArea",
|
|
1895
|
+
"adult_entertainment" => "AdultEntertainment",
|
|
1896
|
+
"adult_oriented_enumeration" => "AdultOrientedEnumeration",
|
|
1897
|
+
"advertiser_content_article" => "AdvertiserContentArticle",
|
|
1898
|
+
"aggregate_offer" => "AggregateOffer",
|
|
1899
|
+
"aggregate_rating" => "AggregateRating",
|
|
1900
|
+
"agree_action" => "AgreeAction",
|
|
1901
|
+
"airline" => "Airline",
|
|
1902
|
+
"airport" => "Airport",
|
|
1903
|
+
"alignment_object" => "AlignmentObject",
|
|
1904
|
+
"allocate_action" => "AllocateAction",
|
|
1905
|
+
"am_radio_channel" => "AMRadioChannel",
|
|
1906
|
+
"amp_story" => "AmpStory",
|
|
1907
|
+
"amusement_park" => "AmusementPark",
|
|
1908
|
+
"analysis_news_article" => "AnalysisNewsArticle",
|
|
1909
|
+
"anatomical_structure" => "AnatomicalStructure",
|
|
1910
|
+
"anatomical_system" => "AnatomicalSystem",
|
|
1911
|
+
"animal_shelter" => "AnimalShelter",
|
|
1912
|
+
"answer" => "Answer",
|
|
1913
|
+
"apartment" => "Apartment",
|
|
1914
|
+
"apartment_complex" => "ApartmentComplex",
|
|
1915
|
+
"api_reference" => "APIReference",
|
|
1916
|
+
"append_action" => "AppendAction",
|
|
1917
|
+
"apply_action" => "ApplyAction",
|
|
1918
|
+
"approved_indication" => "ApprovedIndication",
|
|
1919
|
+
"aquarium" => "Aquarium",
|
|
1920
|
+
"archive_component" => "ArchiveComponent",
|
|
1921
|
+
"archive_organization" => "ArchiveOrganization",
|
|
1922
|
+
"arrive_action" => "ArriveAction",
|
|
1923
|
+
"art_gallery" => "ArtGallery",
|
|
1924
|
+
"artery" => "Artery",
|
|
1925
|
+
"article" => "Article",
|
|
1926
|
+
"ask_action" => "AskAction",
|
|
1927
|
+
"ask_public_news_article" => "AskPublicNewsArticle",
|
|
1928
|
+
"assess_action" => "AssessAction",
|
|
1929
|
+
"assign_action" => "AssignAction",
|
|
1930
|
+
"atlas" => "Atlas",
|
|
1931
|
+
"attorney" => "Attorney",
|
|
1932
|
+
"audience" => "Audience",
|
|
1933
|
+
"audio_object" => "AudioObject",
|
|
1934
|
+
"audio_object_snapshot" => "AudioObjectSnapshot",
|
|
1935
|
+
"audiobook" => "Audiobook",
|
|
1936
|
+
"authenticate_action" => "AuthenticateAction",
|
|
1937
|
+
"authorize_action" => "AuthorizeAction",
|
|
1938
|
+
"auto_body_shop" => "AutoBodyShop",
|
|
1939
|
+
"auto_dealer" => "AutoDealer",
|
|
1940
|
+
"auto_parts_store" => "AutoPartsStore",
|
|
1941
|
+
"auto_rental" => "AutoRental",
|
|
1942
|
+
"auto_repair" => "AutoRepair",
|
|
1943
|
+
"auto_wash" => "AutoWash",
|
|
1944
|
+
"automated_teller" => "AutomatedTeller",
|
|
1945
|
+
"automotive_business" => "AutomotiveBusiness",
|
|
1946
|
+
"background_news_article" => "BackgroundNewsArticle",
|
|
1947
|
+
"bakery" => "Bakery",
|
|
1948
|
+
"bank_account" => "BankAccount",
|
|
1949
|
+
"bank_or_credit_union" => "BankOrCreditUnion",
|
|
1950
|
+
"bar_or_pub" => "BarOrPub",
|
|
1951
|
+
"barcode" => "Barcode",
|
|
1952
|
+
"beach" => "Beach",
|
|
1953
|
+
"beauty_salon" => "BeautySalon",
|
|
1954
|
+
"bed_and_breakfast" => "BedAndBreakfast",
|
|
1955
|
+
"bed_details" => "BedDetails",
|
|
1956
|
+
"bed_type" => "BedType",
|
|
1957
|
+
"befriend_action" => "BefriendAction",
|
|
1958
|
+
"bike_store" => "BikeStore",
|
|
1959
|
+
"bio_chem_entity" => "BioChemEntity",
|
|
1960
|
+
"blog" => "Blog",
|
|
1961
|
+
"blog_posting" => "BlogPosting",
|
|
1962
|
+
"blood_test" => "BloodTest",
|
|
1963
|
+
"boarding_policy_type" => "BoardingPolicyType",
|
|
1964
|
+
"boat_reservation" => "BoatReservation",
|
|
1965
|
+
"boat_terminal" => "BoatTerminal",
|
|
1966
|
+
"boat_trip" => "BoatTrip",
|
|
1967
|
+
"body_measurement_type_enumeration" => "BodyMeasurementTypeEnumeration",
|
|
1968
|
+
"body_of_water" => "BodyOfWater",
|
|
1969
|
+
"bone" => "Bone",
|
|
1970
|
+
"book" => "Book",
|
|
1971
|
+
"book_format_type" => "BookFormatType",
|
|
1972
|
+
"book_series" => "BookSeries",
|
|
1973
|
+
"book_store" => "BookStore",
|
|
1974
|
+
"bookmark_action" => "BookmarkAction",
|
|
1975
|
+
"boolean" => "Boolean",
|
|
1976
|
+
"borrow_action" => "BorrowAction",
|
|
1977
|
+
"bowling_alley" => "BowlingAlley",
|
|
1978
|
+
"brain_structure" => "BrainStructure",
|
|
1979
|
+
"brand" => "Brand",
|
|
1980
|
+
"breadcrumb_list" => "BreadcrumbList",
|
|
1981
|
+
"brewery" => "Brewery",
|
|
1982
|
+
"bridge" => "Bridge",
|
|
1983
|
+
"broadcast_channel" => "BroadcastChannel",
|
|
1984
|
+
"broadcast_event" => "BroadcastEvent",
|
|
1985
|
+
"broadcast_frequency_specification" => "BroadcastFrequencySpecification",
|
|
1986
|
+
"broadcast_service" => "BroadcastService",
|
|
1987
|
+
"brokerage_account" => "BrokerageAccount",
|
|
1988
|
+
"buddhist_temple" => "BuddhistTemple",
|
|
1989
|
+
"bus_or_coach" => "BusOrCoach",
|
|
1990
|
+
"bus_reservation" => "BusReservation",
|
|
1991
|
+
"bus_station" => "BusStation",
|
|
1992
|
+
"bus_stop" => "BusStop",
|
|
1993
|
+
"bus_trip" => "BusTrip",
|
|
1994
|
+
"business_audience" => "BusinessAudience",
|
|
1995
|
+
"business_entity_type" => "BusinessEntityType",
|
|
1996
|
+
"business_event" => "BusinessEvent",
|
|
1997
|
+
"business_function" => "BusinessFunction",
|
|
1998
|
+
"buy_action" => "BuyAction",
|
|
1999
|
+
"cable_or_satellite_service" => "CableOrSatelliteService",
|
|
2000
|
+
"cafe_or_coffee_shop" => "CafeOrCoffeeShop",
|
|
2001
|
+
"campground" => "Campground",
|
|
2002
|
+
"camping_pitch" => "CampingPitch",
|
|
2003
|
+
"canal" => "Canal",
|
|
2004
|
+
"cancel_action" => "CancelAction",
|
|
2005
|
+
"car" => "Car",
|
|
2006
|
+
"car_usage_type" => "CarUsageType",
|
|
2007
|
+
"casino" => "Casino",
|
|
2008
|
+
"category_code" => "CategoryCode",
|
|
2009
|
+
"category_code_set" => "CategoryCodeSet",
|
|
2010
|
+
"catholic_church" => "CatholicChurch",
|
|
2011
|
+
"cdcpmd_record" => "CDCPMDRecord",
|
|
2012
|
+
"cemetery" => "Cemetery",
|
|
2013
|
+
"certification" => "Certification",
|
|
2014
|
+
"certification_status_enumeration" => "CertificationStatusEnumeration",
|
|
2015
|
+
"chapter" => "Chapter",
|
|
2016
|
+
"check_action" => "CheckAction",
|
|
2017
|
+
"check_in_action" => "CheckInAction",
|
|
2018
|
+
"check_out_action" => "CheckOutAction",
|
|
2019
|
+
"checkout_page" => "CheckoutPage",
|
|
2020
|
+
"chemical_substance" => "ChemicalSubstance",
|
|
2021
|
+
"child_care" => "ChildCare",
|
|
2022
|
+
"childrens_event" => "ChildrensEvent",
|
|
2023
|
+
"choose_action" => "ChooseAction",
|
|
2024
|
+
"church" => "Church",
|
|
2025
|
+
"city" => "City",
|
|
2026
|
+
"city_hall" => "CityHall",
|
|
2027
|
+
"civic_structure" => "CivicStructure",
|
|
2028
|
+
"claim" => "Claim",
|
|
2029
|
+
"claim_review" => "ClaimReview",
|
|
2030
|
+
"class" => "Class",
|
|
2031
|
+
"clip" => "Clip",
|
|
2032
|
+
"clothing_store" => "ClothingStore",
|
|
2033
|
+
"code" => "Code",
|
|
2034
|
+
"collection" => "Collection",
|
|
2035
|
+
"collection_page" => "CollectionPage",
|
|
2036
|
+
"college_or_university" => "CollegeOrUniversity",
|
|
2037
|
+
"comedy_club" => "ComedyClub",
|
|
2038
|
+
"comedy_event" => "ComedyEvent",
|
|
2039
|
+
"comic_cover_art" => "ComicCoverArt",
|
|
2040
|
+
"comic_issue" => "ComicIssue",
|
|
2041
|
+
"comic_series" => "ComicSeries",
|
|
2042
|
+
"comic_story" => "ComicStory",
|
|
2043
|
+
"comment" => "Comment",
|
|
2044
|
+
"comment_action" => "CommentAction",
|
|
2045
|
+
"communicate_action" => "CommunicateAction",
|
|
2046
|
+
"complete_data_feed" => "CompleteDataFeed",
|
|
2047
|
+
"compound_price_specification" => "CompoundPriceSpecification",
|
|
2048
|
+
"computer_language" => "ComputerLanguage",
|
|
2049
|
+
"computer_store" => "ComputerStore",
|
|
2050
|
+
"conference_event" => "ConferenceEvent",
|
|
2051
|
+
"confirm_action" => "ConfirmAction",
|
|
2052
|
+
"consortium" => "Consortium",
|
|
2053
|
+
"constraint_node" => "ConstraintNode",
|
|
2054
|
+
"consume_action" => "ConsumeAction",
|
|
2055
|
+
"contact_page" => "ContactPage",
|
|
2056
|
+
"contact_point" => "ContactPoint",
|
|
2057
|
+
"contact_point_option" => "ContactPointOption",
|
|
2058
|
+
"continent" => "Continent",
|
|
2059
|
+
"control_action" => "ControlAction",
|
|
2060
|
+
"convenience_store" => "ConvenienceStore",
|
|
2061
|
+
"conversation" => "Conversation",
|
|
2062
|
+
"cook_action" => "CookAction",
|
|
2063
|
+
"cooperative" => "Cooperative",
|
|
2064
|
+
"corporation" => "Corporation",
|
|
2065
|
+
"correction_comment" => "CorrectionComment",
|
|
2066
|
+
"country" => "Country",
|
|
2067
|
+
"course" => "Course",
|
|
2068
|
+
"course_instance" => "CourseInstance",
|
|
2069
|
+
"courthouse" => "Courthouse",
|
|
2070
|
+
"cover_art" => "CoverArt",
|
|
2071
|
+
"covid_testing_facility" => "CovidTestingFacility",
|
|
2072
|
+
"create_action" => "CreateAction",
|
|
2073
|
+
"creative_work" => "CreativeWork",
|
|
2074
|
+
"creative_work_season" => "CreativeWorkSeason",
|
|
2075
|
+
"creative_work_series" => "CreativeWorkSeries",
|
|
2076
|
+
"credential" => "Credential",
|
|
2077
|
+
"credit_card" => "CreditCard",
|
|
2078
|
+
"crematorium" => "Crematorium",
|
|
2079
|
+
"critic_review" => "CriticReview",
|
|
2080
|
+
"css_selector_type" => "CssSelectorType",
|
|
2081
|
+
"currency_conversion_service" => "CurrencyConversionService",
|
|
2082
|
+
"d_dx_element" => "DDxElement",
|
|
2083
|
+
"dance_event" => "DanceEvent",
|
|
2084
|
+
"dance_group" => "DanceGroup",
|
|
2085
|
+
"data_catalog" => "DataCatalog",
|
|
2086
|
+
"data_download" => "DataDownload",
|
|
2087
|
+
"data_feed" => "DataFeed",
|
|
2088
|
+
"data_feed_item" => "DataFeedItem",
|
|
2089
|
+
"data_type" => "DataType",
|
|
2090
|
+
"dataset" => "Dataset",
|
|
2091
|
+
"date" => "Date",
|
|
2092
|
+
"date_time" => "DateTime",
|
|
2093
|
+
"dated_money_specification" => "DatedMoneySpecification",
|
|
2094
|
+
"day_of_week" => "DayOfWeek",
|
|
2095
|
+
"day_spa" => "DaySpa",
|
|
2096
|
+
"de_nonprofit_type" => "DENonprofitType",
|
|
2097
|
+
"deactivate_action" => "DeactivateAction",
|
|
2098
|
+
"defence_establishment" => "DefenceEstablishment",
|
|
2099
|
+
"defined_region" => "DefinedRegion",
|
|
2100
|
+
"defined_term" => "DefinedTerm",
|
|
2101
|
+
"defined_term_set" => "DefinedTermSet",
|
|
2102
|
+
"delete_action" => "DeleteAction",
|
|
2103
|
+
"delivery_charge_specification" => "DeliveryChargeSpecification",
|
|
2104
|
+
"delivery_event" => "DeliveryEvent",
|
|
2105
|
+
"delivery_method" => "DeliveryMethod",
|
|
2106
|
+
"delivery_time_settings" => "DeliveryTimeSettings",
|
|
2107
|
+
"demand" => "Demand",
|
|
2108
|
+
"dentist" => "Dentist",
|
|
2109
|
+
"depart_action" => "DepartAction",
|
|
2110
|
+
"department_store" => "DepartmentStore",
|
|
2111
|
+
"deposit_account" => "DepositAccount",
|
|
2112
|
+
"diagnostic_lab" => "DiagnosticLab",
|
|
2113
|
+
"diagnostic_procedure" => "DiagnosticProcedure",
|
|
2114
|
+
"diet" => "Diet",
|
|
2115
|
+
"dietary_supplement" => "DietarySupplement",
|
|
2116
|
+
"digital_document" => "DigitalDocument",
|
|
2117
|
+
"digital_document_permission" => "DigitalDocumentPermission",
|
|
2118
|
+
"digital_document_permission_type" => "DigitalDocumentPermissionType",
|
|
2119
|
+
"digital_platform_enumeration" => "DigitalPlatformEnumeration",
|
|
2120
|
+
"disagree_action" => "DisagreeAction",
|
|
2121
|
+
"discover_action" => "DiscoverAction",
|
|
2122
|
+
"discussion_forum_posting" => "DiscussionForumPosting",
|
|
2123
|
+
"dislike_action" => "DislikeAction",
|
|
2124
|
+
"distance" => "Distance",
|
|
2125
|
+
"distillery" => "Distillery",
|
|
2126
|
+
"donate_action" => "DonateAction",
|
|
2127
|
+
"dose_schedule" => "DoseSchedule",
|
|
2128
|
+
"download_action" => "DownloadAction",
|
|
2129
|
+
"draw_action" => "DrawAction",
|
|
2130
|
+
"drawing" => "Drawing",
|
|
2131
|
+
"drink_action" => "DrinkAction",
|
|
2132
|
+
"drive_wheel_configuration_value" => "DriveWheelConfigurationValue",
|
|
2133
|
+
"drug" => "Drug",
|
|
2134
|
+
"drug_class" => "DrugClass",
|
|
2135
|
+
"drug_cost" => "DrugCost",
|
|
2136
|
+
"drug_cost_category" => "DrugCostCategory",
|
|
2137
|
+
"drug_legal_status" => "DrugLegalStatus",
|
|
2138
|
+
"drug_pregnancy_category" => "DrugPregnancyCategory",
|
|
2139
|
+
"drug_prescription_status" => "DrugPrescriptionStatus",
|
|
2140
|
+
"drug_strength" => "DrugStrength",
|
|
2141
|
+
"dry_cleaning_or_laundry" => "DryCleaningOrLaundry",
|
|
2142
|
+
"duration" => "Duration",
|
|
2143
|
+
"eat_action" => "EatAction",
|
|
2144
|
+
"education_event" => "EducationEvent",
|
|
2145
|
+
"educational_audience" => "EducationalAudience",
|
|
2146
|
+
"educational_occupational_credential" => "EducationalOccupationalCredential",
|
|
2147
|
+
"educational_occupational_program" => "EducationalOccupationalProgram",
|
|
2148
|
+
"educational_organization" => "EducationalOrganization",
|
|
2149
|
+
"electrician" => "Electrician",
|
|
2150
|
+
"electronics_store" => "ElectronicsStore",
|
|
2151
|
+
"elementary_school" => "ElementarySchool",
|
|
2152
|
+
"email_message" => "EmailMessage",
|
|
2153
|
+
"embassy" => "Embassy",
|
|
2154
|
+
"emergency_service" => "EmergencyService",
|
|
2155
|
+
"employee_role" => "EmployeeRole",
|
|
2156
|
+
"employer_aggregate_rating" => "EmployerAggregateRating",
|
|
2157
|
+
"employer_review" => "EmployerReview",
|
|
2158
|
+
"employment_agency" => "EmploymentAgency",
|
|
2159
|
+
"endorse_action" => "EndorseAction",
|
|
2160
|
+
"endorsement_rating" => "EndorsementRating",
|
|
2161
|
+
"energy" => "Energy",
|
|
2162
|
+
"energy_consumption_details" => "EnergyConsumptionDetails",
|
|
2163
|
+
"energy_efficiency_enumeration" => "EnergyEfficiencyEnumeration",
|
|
2164
|
+
"energy_star_energy_efficiency_enumeration" => "EnergyStarEnergyEfficiencyEnumeration",
|
|
2165
|
+
"engine_specification" => "EngineSpecification",
|
|
2166
|
+
"entertainment_business" => "EntertainmentBusiness",
|
|
2167
|
+
"entry_point" => "EntryPoint",
|
|
2168
|
+
"enumeration" => "Enumeration",
|
|
2169
|
+
"episode" => "Episode",
|
|
2170
|
+
"error" => "Error",
|
|
2171
|
+
"eu_energy_efficiency_enumeration" => "EUEnergyEfficiencyEnumeration",
|
|
2172
|
+
"event" => "Event",
|
|
2173
|
+
"event_attendance_mode_enumeration" => "EventAttendanceModeEnumeration",
|
|
2174
|
+
"event_reservation" => "EventReservation",
|
|
2175
|
+
"event_series" => "EventSeries",
|
|
2176
|
+
"event_status_type" => "EventStatusType",
|
|
2177
|
+
"event_venue" => "EventVenue",
|
|
2178
|
+
"exchange_rate_specification" => "ExchangeRateSpecification",
|
|
2179
|
+
"exercise_action" => "ExerciseAction",
|
|
2180
|
+
"exercise_gym" => "ExerciseGym",
|
|
2181
|
+
"exercise_plan" => "ExercisePlan",
|
|
2182
|
+
"exhibition_event" => "ExhibitionEvent",
|
|
2183
|
+
"faq_page" => "FAQPage",
|
|
2184
|
+
"fast_food_restaurant" => "FastFoodRestaurant",
|
|
2185
|
+
"festival" => "Festival",
|
|
2186
|
+
"film_action" => "FilmAction",
|
|
2187
|
+
"financial_incentive" => "FinancialIncentive",
|
|
2188
|
+
"financial_product" => "FinancialProduct",
|
|
2189
|
+
"financial_service" => "FinancialService",
|
|
2190
|
+
"find_action" => "FindAction",
|
|
2191
|
+
"fire_station" => "FireStation",
|
|
2192
|
+
"flight" => "Flight",
|
|
2193
|
+
"flight_reservation" => "FlightReservation",
|
|
2194
|
+
"float" => "Float",
|
|
2195
|
+
"floor_plan" => "FloorPlan",
|
|
2196
|
+
"florist" => "Florist",
|
|
2197
|
+
"fm_radio_channel" => "FMRadioChannel",
|
|
2198
|
+
"follow_action" => "FollowAction",
|
|
2199
|
+
"food_establishment" => "FoodEstablishment",
|
|
2200
|
+
"food_establishment_reservation" => "FoodEstablishmentReservation",
|
|
2201
|
+
"food_event" => "FoodEvent",
|
|
2202
|
+
"food_service" => "FoodService",
|
|
2203
|
+
"fulfillment_type_enumeration" => "FulfillmentTypeEnumeration",
|
|
2204
|
+
"funding_agency" => "FundingAgency",
|
|
2205
|
+
"funding_scheme" => "FundingScheme",
|
|
2206
|
+
"furniture_store" => "FurnitureStore",
|
|
2207
|
+
"game" => "Game",
|
|
2208
|
+
"game_availability_enumeration" => "GameAvailabilityEnumeration",
|
|
2209
|
+
"game_play_mode" => "GamePlayMode",
|
|
2210
|
+
"game_server" => "GameServer",
|
|
2211
|
+
"game_server_status" => "GameServerStatus",
|
|
2212
|
+
"garden_store" => "GardenStore",
|
|
2213
|
+
"gas_station" => "GasStation",
|
|
2214
|
+
"gated_residence_community" => "GatedResidenceCommunity",
|
|
2215
|
+
"gender_type" => "GenderType",
|
|
2216
|
+
"gene" => "Gene",
|
|
2217
|
+
"general_contractor" => "GeneralContractor",
|
|
2218
|
+
"geo_circle" => "GeoCircle",
|
|
2219
|
+
"geo_coordinates" => "GeoCoordinates",
|
|
2220
|
+
"geo_shape" => "GeoShape",
|
|
2221
|
+
"geospatial_geometry" => "GeospatialGeometry",
|
|
2222
|
+
"give_action" => "GiveAction",
|
|
2223
|
+
"golf_course" => "GolfCourse",
|
|
2224
|
+
"government_benefits_type" => "GovernmentBenefitsType",
|
|
2225
|
+
"government_building" => "GovernmentBuilding",
|
|
2226
|
+
"government_office" => "GovernmentOffice",
|
|
2227
|
+
"government_organization" => "GovernmentOrganization",
|
|
2228
|
+
"government_permit" => "GovernmentPermit",
|
|
2229
|
+
"government_service" => "GovernmentService",
|
|
2230
|
+
"grant" => "Grant",
|
|
2231
|
+
"grocery_store" => "GroceryStore",
|
|
2232
|
+
"guide" => "Guide",
|
|
2233
|
+
"hackathon" => "Hackathon",
|
|
2234
|
+
"hair_salon" => "HairSalon",
|
|
2235
|
+
"hardware_store" => "HardwareStore",
|
|
2236
|
+
"health_and_beauty_business" => "HealthAndBeautyBusiness",
|
|
2237
|
+
"health_aspect_enumeration" => "HealthAspectEnumeration",
|
|
2238
|
+
"health_club" => "HealthClub",
|
|
2239
|
+
"health_insurance_plan" => "HealthInsurancePlan",
|
|
2240
|
+
"health_plan_cost_sharing_specification" => "HealthPlanCostSharingSpecification",
|
|
2241
|
+
"health_plan_formulary" => "HealthPlanFormulary",
|
|
2242
|
+
"health_plan_network" => "HealthPlanNetwork",
|
|
2243
|
+
"health_topic_content" => "HealthTopicContent",
|
|
2244
|
+
"high_school" => "HighSchool",
|
|
2245
|
+
"hindu_temple" => "HinduTemple",
|
|
2246
|
+
"hobby_shop" => "HobbyShop",
|
|
2247
|
+
"home_and_construction_business" => "HomeAndConstructionBusiness",
|
|
2248
|
+
"home_goods_store" => "HomeGoodsStore",
|
|
2249
|
+
"hospital" => "Hospital",
|
|
2250
|
+
"hostel" => "Hostel",
|
|
2251
|
+
"hotel" => "Hotel",
|
|
2252
|
+
"hotel_room" => "HotelRoom",
|
|
2253
|
+
"house" => "House",
|
|
2254
|
+
"house_painter" => "HousePainter",
|
|
2255
|
+
"how_to" => "HowTo",
|
|
2256
|
+
"how_to_direction" => "HowToDirection",
|
|
2257
|
+
"how_to_item" => "HowToItem",
|
|
2258
|
+
"how_to_section" => "HowToSection",
|
|
2259
|
+
"how_to_step" => "HowToStep",
|
|
2260
|
+
"how_to_supply" => "HowToSupply",
|
|
2261
|
+
"how_to_tip" => "HowToTip",
|
|
2262
|
+
"how_to_tool" => "HowToTool",
|
|
2263
|
+
"hvac_business" => "HVACBusiness",
|
|
2264
|
+
"hyper_toc" => "HyperToc",
|
|
2265
|
+
"hyper_toc_entry" => "HyperTocEntry",
|
|
2266
|
+
"ice_cream_shop" => "IceCreamShop",
|
|
2267
|
+
"ignore_action" => "IgnoreAction",
|
|
2268
|
+
"image_gallery" => "ImageGallery",
|
|
2269
|
+
"image_object" => "ImageObject",
|
|
2270
|
+
"image_object_snapshot" => "ImageObjectSnapshot",
|
|
2271
|
+
"imaging_test" => "ImagingTest",
|
|
2272
|
+
"incentive_qualified_expense_type" => "IncentiveQualifiedExpenseType",
|
|
2273
|
+
"incentive_status" => "IncentiveStatus",
|
|
2274
|
+
"incentive_type" => "IncentiveType",
|
|
2275
|
+
"individual_physician" => "IndividualPhysician",
|
|
2276
|
+
"individual_product" => "IndividualProduct",
|
|
2277
|
+
"infectious_agent_class" => "InfectiousAgentClass",
|
|
2278
|
+
"infectious_disease" => "InfectiousDisease",
|
|
2279
|
+
"inform_action" => "InformAction",
|
|
2280
|
+
"insert_action" => "InsertAction",
|
|
2281
|
+
"install_action" => "InstallAction",
|
|
2282
|
+
"instantaneous_event" => "InstantaneousEvent",
|
|
2283
|
+
"insurance_agency" => "InsuranceAgency",
|
|
2284
|
+
"intangible" => "Intangible",
|
|
2285
|
+
"integer" => "Integer",
|
|
2286
|
+
"interact_action" => "InteractAction",
|
|
2287
|
+
"interaction_counter" => "InteractionCounter",
|
|
2288
|
+
"internet_cafe" => "InternetCafe",
|
|
2289
|
+
"investment_fund" => "InvestmentFund",
|
|
2290
|
+
"investment_or_deposit" => "InvestmentOrDeposit",
|
|
2291
|
+
"invite_action" => "InviteAction",
|
|
2292
|
+
"invoice" => "Invoice",
|
|
2293
|
+
"iptc_digital_source_enumeration" => "IPTCDigitalSourceEnumeration",
|
|
2294
|
+
"it_nonprofit_type" => "ITNonprofitType",
|
|
2295
|
+
"item_availability" => "ItemAvailability",
|
|
2296
|
+
"item_list" => "ItemList",
|
|
2297
|
+
"item_list_order_type" => "ItemListOrderType",
|
|
2298
|
+
"item_page" => "ItemPage",
|
|
2299
|
+
"jewelry_store" => "JewelryStore",
|
|
2300
|
+
"job_posting" => "JobPosting",
|
|
2301
|
+
"join_action" => "JoinAction",
|
|
2302
|
+
"joint" => "Joint",
|
|
2303
|
+
"lake_body_of_water" => "LakeBodyOfWater",
|
|
2304
|
+
"landform" => "Landform",
|
|
2305
|
+
"landmarks_or_historical_buildings" => "LandmarksOrHistoricalBuildings",
|
|
2306
|
+
"language" => "Language",
|
|
2307
|
+
"learning_resource" => "LearningResource",
|
|
2308
|
+
"leave_action" => "LeaveAction",
|
|
2309
|
+
"legal_force_status" => "LegalForceStatus",
|
|
2310
|
+
"legal_service" => "LegalService",
|
|
2311
|
+
"legal_value_level" => "LegalValueLevel",
|
|
2312
|
+
"legislation" => "Legislation",
|
|
2313
|
+
"legislation_object" => "LegislationObject",
|
|
2314
|
+
"legislative_building" => "LegislativeBuilding",
|
|
2315
|
+
"lend_action" => "LendAction",
|
|
2316
|
+
"library" => "Library",
|
|
2317
|
+
"library_system" => "LibrarySystem",
|
|
2318
|
+
"lifestyle_modification" => "LifestyleModification",
|
|
2319
|
+
"ligament" => "Ligament",
|
|
2320
|
+
"like_action" => "LikeAction",
|
|
2321
|
+
"link_role" => "LinkRole",
|
|
2322
|
+
"liquor_store" => "LiquorStore",
|
|
2323
|
+
"list_item" => "ListItem",
|
|
2324
|
+
"listen_action" => "ListenAction",
|
|
2325
|
+
"literary_event" => "LiteraryEvent",
|
|
2326
|
+
"live_blog_posting" => "LiveBlogPosting",
|
|
2327
|
+
"loan_or_credit" => "LoanOrCredit",
|
|
2328
|
+
"local_business" => "LocalBusiness",
|
|
2329
|
+
"location_feature_specification" => "LocationFeatureSpecification",
|
|
2330
|
+
"locksmith" => "Locksmith",
|
|
2331
|
+
"lodging_business" => "LodgingBusiness",
|
|
2332
|
+
"lodging_reservation" => "LodgingReservation",
|
|
2333
|
+
"login_action" => "LoginAction",
|
|
2334
|
+
"lose_action" => "LoseAction",
|
|
2335
|
+
"lymphatic_vessel" => "LymphaticVessel",
|
|
2336
|
+
"manuscript" => "Manuscript",
|
|
2337
|
+
"map" => "Map",
|
|
2338
|
+
"map_category_type" => "MapCategoryType",
|
|
2339
|
+
"marry_action" => "MarryAction",
|
|
2340
|
+
"mass" => "Mass",
|
|
2341
|
+
"math_solver" => "MathSolver",
|
|
2342
|
+
"maximum_dose_schedule" => "MaximumDoseSchedule",
|
|
2343
|
+
"measurement_method_enum" => "MeasurementMethodEnum",
|
|
2344
|
+
"measurement_type_enumeration" => "MeasurementTypeEnumeration",
|
|
2345
|
+
"media_enumeration" => "MediaEnumeration",
|
|
2346
|
+
"media_gallery" => "MediaGallery",
|
|
2347
|
+
"media_manipulation_rating_enumeration" => "MediaManipulationRatingEnumeration",
|
|
2348
|
+
"media_object" => "MediaObject",
|
|
2349
|
+
"media_review" => "MediaReview",
|
|
2350
|
+
"media_review_item" => "MediaReviewItem",
|
|
2351
|
+
"media_subscription" => "MediaSubscription",
|
|
2352
|
+
"medical_audience" => "MedicalAudience",
|
|
2353
|
+
"medical_audience_type" => "MedicalAudienceType",
|
|
2354
|
+
"medical_business" => "MedicalBusiness",
|
|
2355
|
+
"medical_cause" => "MedicalCause",
|
|
2356
|
+
"medical_clinic" => "MedicalClinic",
|
|
2357
|
+
"medical_code" => "MedicalCode",
|
|
2358
|
+
"medical_condition" => "MedicalCondition",
|
|
2359
|
+
"medical_condition_stage" => "MedicalConditionStage",
|
|
2360
|
+
"medical_contraindication" => "MedicalContraindication",
|
|
2361
|
+
"medical_device" => "MedicalDevice",
|
|
2362
|
+
"medical_device_purpose" => "MedicalDevicePurpose",
|
|
2363
|
+
"medical_entity" => "MedicalEntity",
|
|
2364
|
+
"medical_enumeration" => "MedicalEnumeration",
|
|
2365
|
+
"medical_evidence_level" => "MedicalEvidenceLevel",
|
|
2366
|
+
"medical_guideline" => "MedicalGuideline",
|
|
2367
|
+
"medical_guideline_contraindication" => "MedicalGuidelineContraindication",
|
|
2368
|
+
"medical_guideline_recommendation" => "MedicalGuidelineRecommendation",
|
|
2369
|
+
"medical_imaging_technique" => "MedicalImagingTechnique",
|
|
2370
|
+
"medical_indication" => "MedicalIndication",
|
|
2371
|
+
"medical_intangible" => "MedicalIntangible",
|
|
2372
|
+
"medical_observational_study" => "MedicalObservationalStudy",
|
|
2373
|
+
"medical_observational_study_design" => "MedicalObservationalStudyDesign",
|
|
2374
|
+
"medical_organization" => "MedicalOrganization",
|
|
2375
|
+
"medical_procedure" => "MedicalProcedure",
|
|
2376
|
+
"medical_procedure_type" => "MedicalProcedureType",
|
|
2377
|
+
"medical_risk_calculator" => "MedicalRiskCalculator",
|
|
2378
|
+
"medical_risk_estimator" => "MedicalRiskEstimator",
|
|
2379
|
+
"medical_risk_factor" => "MedicalRiskFactor",
|
|
2380
|
+
"medical_risk_score" => "MedicalRiskScore",
|
|
2381
|
+
"medical_scholarly_article" => "MedicalScholarlyArticle",
|
|
2382
|
+
"medical_sign" => "MedicalSign",
|
|
2383
|
+
"medical_sign_or_symptom" => "MedicalSignOrSymptom",
|
|
2384
|
+
"medical_specialty" => "MedicalSpecialty",
|
|
2385
|
+
"medical_study" => "MedicalStudy",
|
|
2386
|
+
"medical_study_status" => "MedicalStudyStatus",
|
|
2387
|
+
"medical_symptom" => "MedicalSymptom",
|
|
2388
|
+
"medical_test" => "MedicalTest",
|
|
2389
|
+
"medical_test_panel" => "MedicalTestPanel",
|
|
2390
|
+
"medical_therapy" => "MedicalTherapy",
|
|
2391
|
+
"medical_trial" => "MedicalTrial",
|
|
2392
|
+
"medical_trial_design" => "MedicalTrialDesign",
|
|
2393
|
+
"medical_web_page" => "MedicalWebPage",
|
|
2394
|
+
"medicine_system" => "MedicineSystem",
|
|
2395
|
+
"meeting_room" => "MeetingRoom",
|
|
2396
|
+
"member_program" => "MemberProgram",
|
|
2397
|
+
"member_program_tier" => "MemberProgramTier",
|
|
2398
|
+
"mens_clothing_store" => "MensClothingStore",
|
|
2399
|
+
"menu" => "Menu",
|
|
2400
|
+
"menu_item" => "MenuItem",
|
|
2401
|
+
"menu_section" => "MenuSection",
|
|
2402
|
+
"merchant_return_enumeration" => "MerchantReturnEnumeration",
|
|
2403
|
+
"merchant_return_policy" => "MerchantReturnPolicy",
|
|
2404
|
+
"merchant_return_policy_seasonal_override" => "MerchantReturnPolicySeasonalOverride",
|
|
2405
|
+
"message" => "Message",
|
|
2406
|
+
"middle_school" => "MiddleSchool",
|
|
2407
|
+
"mobile_application" => "MobileApplication",
|
|
2408
|
+
"mobile_phone_store" => "MobilePhoneStore",
|
|
2409
|
+
"molecular_entity" => "MolecularEntity",
|
|
2410
|
+
"monetary_amount" => "MonetaryAmount",
|
|
2411
|
+
"monetary_amount_distribution" => "MonetaryAmountDistribution",
|
|
2412
|
+
"monetary_grant" => "MonetaryGrant",
|
|
2413
|
+
"money_transfer" => "MoneyTransfer",
|
|
2414
|
+
"mortgage_loan" => "MortgageLoan",
|
|
2415
|
+
"mosque" => "Mosque",
|
|
2416
|
+
"motel" => "Motel",
|
|
2417
|
+
"motorcycle" => "Motorcycle",
|
|
2418
|
+
"motorcycle_dealer" => "MotorcycleDealer",
|
|
2419
|
+
"motorcycle_repair" => "MotorcycleRepair",
|
|
2420
|
+
"motorized_bicycle" => "MotorizedBicycle",
|
|
2421
|
+
"mountain" => "Mountain",
|
|
2422
|
+
"move_action" => "MoveAction",
|
|
2423
|
+
"movie" => "Movie",
|
|
2424
|
+
"movie_clip" => "MovieClip",
|
|
2425
|
+
"movie_rental_store" => "MovieRentalStore",
|
|
2426
|
+
"movie_series" => "MovieSeries",
|
|
2427
|
+
"movie_theater" => "MovieTheater",
|
|
2428
|
+
"moving_company" => "MovingCompany",
|
|
2429
|
+
"muscle" => "Muscle",
|
|
2430
|
+
"museum" => "Museum",
|
|
2431
|
+
"music_album" => "MusicAlbum",
|
|
2432
|
+
"music_album_production_type" => "MusicAlbumProductionType",
|
|
2433
|
+
"music_album_release_type" => "MusicAlbumReleaseType",
|
|
2434
|
+
"music_composition" => "MusicComposition",
|
|
2435
|
+
"music_event" => "MusicEvent",
|
|
2436
|
+
"music_group" => "MusicGroup",
|
|
2437
|
+
"music_playlist" => "MusicPlaylist",
|
|
2438
|
+
"music_recording" => "MusicRecording",
|
|
2439
|
+
"music_release" => "MusicRelease",
|
|
2440
|
+
"music_release_format_type" => "MusicReleaseFormatType",
|
|
2441
|
+
"music_store" => "MusicStore",
|
|
2442
|
+
"music_venue" => "MusicVenue",
|
|
2443
|
+
"music_video_object" => "MusicVideoObject",
|
|
2444
|
+
"nail_salon" => "NailSalon",
|
|
2445
|
+
"nerve" => "Nerve",
|
|
2446
|
+
"news_article" => "NewsArticle",
|
|
2447
|
+
"news_media_organization" => "NewsMediaOrganization",
|
|
2448
|
+
"newspaper" => "Newspaper",
|
|
2449
|
+
"ngo" => "NGO",
|
|
2450
|
+
"night_club" => "NightClub",
|
|
2451
|
+
"nl_nonprofit_type" => "NLNonprofitType",
|
|
2452
|
+
"nonprofit_type" => "NonprofitType",
|
|
2453
|
+
"notary" => "Notary",
|
|
2454
|
+
"note_digital_document" => "NoteDigitalDocument",
|
|
2455
|
+
"number" => "Number",
|
|
2456
|
+
"nutrition_information" => "NutritionInformation",
|
|
2457
|
+
"observation" => "Observation",
|
|
2458
|
+
"occupation" => "Occupation",
|
|
2459
|
+
"occupational_experience_requirements" => "OccupationalExperienceRequirements",
|
|
2460
|
+
"occupational_therapy" => "OccupationalTherapy",
|
|
2461
|
+
"ocean_body_of_water" => "OceanBodyOfWater",
|
|
2462
|
+
"offer" => "Offer",
|
|
2463
|
+
"offer_catalog" => "OfferCatalog",
|
|
2464
|
+
"offer_for_lease" => "OfferForLease",
|
|
2465
|
+
"offer_for_purchase" => "OfferForPurchase",
|
|
2466
|
+
"offer_item_condition" => "OfferItemCondition",
|
|
2467
|
+
"offer_shipping_details" => "OfferShippingDetails",
|
|
2468
|
+
"office_equipment_store" => "OfficeEquipmentStore",
|
|
2469
|
+
"on_demand_event" => "OnDemandEvent",
|
|
2470
|
+
"online_business" => "OnlineBusiness",
|
|
2471
|
+
"online_marketplace" => "OnlineMarketplace",
|
|
2472
|
+
"online_store" => "OnlineStore",
|
|
2473
|
+
"opening_hours_specification" => "OpeningHoursSpecification",
|
|
2474
|
+
"operating_system" => "OperatingSystem",
|
|
2475
|
+
"opinion_news_article" => "OpinionNewsArticle",
|
|
2476
|
+
"optician" => "Optician",
|
|
2477
|
+
"order" => "Order",
|
|
2478
|
+
"order_action" => "OrderAction",
|
|
2479
|
+
"order_item" => "OrderItem",
|
|
2480
|
+
"order_status" => "OrderStatus",
|
|
2481
|
+
"organization" => "Organization",
|
|
2482
|
+
"organization_role" => "OrganizationRole",
|
|
2483
|
+
"organize_action" => "OrganizeAction",
|
|
2484
|
+
"outlet_store" => "OutletStore",
|
|
2485
|
+
"ownership_info" => "OwnershipInfo",
|
|
2486
|
+
"paint_action" => "PaintAction",
|
|
2487
|
+
"painting" => "Painting",
|
|
2488
|
+
"palliative_procedure" => "PalliativeProcedure",
|
|
2489
|
+
"parcel_delivery" => "ParcelDelivery",
|
|
2490
|
+
"parent_audience" => "ParentAudience",
|
|
2491
|
+
"park" => "Park",
|
|
2492
|
+
"parking_facility" => "ParkingFacility",
|
|
2493
|
+
"pathology_test" => "PathologyTest",
|
|
2494
|
+
"patient" => "Patient",
|
|
2495
|
+
"pawn_shop" => "PawnShop",
|
|
2496
|
+
"pay_action" => "PayAction",
|
|
2497
|
+
"payment_card" => "PaymentCard",
|
|
2498
|
+
"payment_charge_specification" => "PaymentChargeSpecification",
|
|
2499
|
+
"payment_method" => "PaymentMethod",
|
|
2500
|
+
"payment_method_type" => "PaymentMethodType",
|
|
2501
|
+
"payment_service" => "PaymentService",
|
|
2502
|
+
"payment_status_type" => "PaymentStatusType",
|
|
2503
|
+
"people_audience" => "PeopleAudience",
|
|
2504
|
+
"perform_action" => "PerformAction",
|
|
2505
|
+
"performance_role" => "PerformanceRole",
|
|
2506
|
+
"performing_arts_event" => "PerformingArtsEvent",
|
|
2507
|
+
"performing_arts_theater" => "PerformingArtsTheater",
|
|
2508
|
+
"performing_group" => "PerformingGroup",
|
|
2509
|
+
"periodical" => "Periodical",
|
|
2510
|
+
"permit" => "Permit",
|
|
2511
|
+
"person" => "Person",
|
|
2512
|
+
"pet_store" => "PetStore",
|
|
2513
|
+
"pharmacy" => "Pharmacy",
|
|
2514
|
+
"photograph" => "Photograph",
|
|
2515
|
+
"photograph_action" => "PhotographAction",
|
|
2516
|
+
"physical_activity" => "PhysicalActivity",
|
|
2517
|
+
"physical_activity_category" => "PhysicalActivityCategory",
|
|
2518
|
+
"physical_exam" => "PhysicalExam",
|
|
2519
|
+
"physical_therapy" => "PhysicalTherapy",
|
|
2520
|
+
"physician" => "Physician",
|
|
2521
|
+
"physicians_office" => "PhysiciansOffice",
|
|
2522
|
+
"place" => "Place",
|
|
2523
|
+
"place_of_worship" => "PlaceOfWorship",
|
|
2524
|
+
"plan_action" => "PlanAction",
|
|
2525
|
+
"play" => "Play",
|
|
2526
|
+
"play_action" => "PlayAction",
|
|
2527
|
+
"play_game_action" => "PlayGameAction",
|
|
2528
|
+
"playground" => "Playground",
|
|
2529
|
+
"plumber" => "Plumber",
|
|
2530
|
+
"podcast_episode" => "PodcastEpisode",
|
|
2531
|
+
"podcast_season" => "PodcastSeason",
|
|
2532
|
+
"podcast_series" => "PodcastSeries",
|
|
2533
|
+
"police_station" => "PoliceStation",
|
|
2534
|
+
"political_party" => "PoliticalParty",
|
|
2535
|
+
"pond" => "Pond",
|
|
2536
|
+
"post_office" => "PostOffice",
|
|
2537
|
+
"postal_address" => "PostalAddress",
|
|
2538
|
+
"postal_code_range_specification" => "PostalCodeRangeSpecification",
|
|
2539
|
+
"poster" => "Poster",
|
|
2540
|
+
"pre_order_action" => "PreOrderAction",
|
|
2541
|
+
"prepend_action" => "PrependAction",
|
|
2542
|
+
"preschool" => "Preschool",
|
|
2543
|
+
"presentation_digital_document" => "PresentationDigitalDocument",
|
|
2544
|
+
"prevention_indication" => "PreventionIndication",
|
|
2545
|
+
"price_component_type_enumeration" => "PriceComponentTypeEnumeration",
|
|
2546
|
+
"price_specification" => "PriceSpecification",
|
|
2547
|
+
"price_type_enumeration" => "PriceTypeEnumeration",
|
|
2548
|
+
"product" => "Product",
|
|
2549
|
+
"product_collection" => "ProductCollection",
|
|
2550
|
+
"product_group" => "ProductGroup",
|
|
2551
|
+
"product_model" => "ProductModel",
|
|
2552
|
+
"product_return_enumeration" => "ProductReturnEnumeration",
|
|
2553
|
+
"product_return_policy" => "ProductReturnPolicy",
|
|
2554
|
+
"professional_service" => "ProfessionalService",
|
|
2555
|
+
"profile_page" => "ProfilePage",
|
|
2556
|
+
"program_membership" => "ProgramMembership",
|
|
2557
|
+
"project" => "Project",
|
|
2558
|
+
"pronounceable_text" => "PronounceableText",
|
|
2559
|
+
"property" => "Property",
|
|
2560
|
+
"property_value" => "PropertyValue",
|
|
2561
|
+
"property_value_specification" => "PropertyValueSpecification",
|
|
2562
|
+
"protein" => "Protein",
|
|
2563
|
+
"psychological_treatment" => "PsychologicalTreatment",
|
|
2564
|
+
"public_swimming_pool" => "PublicSwimmingPool",
|
|
2565
|
+
"public_toilet" => "PublicToilet",
|
|
2566
|
+
"publication_event" => "PublicationEvent",
|
|
2567
|
+
"publication_issue" => "PublicationIssue",
|
|
2568
|
+
"publication_volume" => "PublicationVolume",
|
|
2569
|
+
"purchase_type" => "PurchaseType",
|
|
2570
|
+
"qa_page" => "QAPage",
|
|
2571
|
+
"qualitative_value" => "QualitativeValue",
|
|
2572
|
+
"quantitative_value" => "QuantitativeValue",
|
|
2573
|
+
"quantitative_value_distribution" => "QuantitativeValueDistribution",
|
|
2574
|
+
"quantity" => "Quantity",
|
|
2575
|
+
"question" => "Question",
|
|
2576
|
+
"quiz" => "Quiz",
|
|
2577
|
+
"quotation" => "Quotation",
|
|
2578
|
+
"quote_action" => "QuoteAction",
|
|
2579
|
+
"radiation_therapy" => "RadiationTherapy",
|
|
2580
|
+
"radio_broadcast_service" => "RadioBroadcastService",
|
|
2581
|
+
"radio_channel" => "RadioChannel",
|
|
2582
|
+
"radio_clip" => "RadioClip",
|
|
2583
|
+
"radio_episode" => "RadioEpisode",
|
|
2584
|
+
"radio_season" => "RadioSeason",
|
|
2585
|
+
"radio_series" => "RadioSeries",
|
|
2586
|
+
"radio_station" => "RadioStation",
|
|
2587
|
+
"rating" => "Rating",
|
|
2588
|
+
"react_action" => "ReactAction",
|
|
2589
|
+
"read_action" => "ReadAction",
|
|
2590
|
+
"real_estate_agent" => "RealEstateAgent",
|
|
2591
|
+
"real_estate_listing" => "RealEstateListing",
|
|
2592
|
+
"receive_action" => "ReceiveAction",
|
|
2593
|
+
"recipe" => "Recipe",
|
|
2594
|
+
"recommendation" => "Recommendation",
|
|
2595
|
+
"recommended_dose_schedule" => "RecommendedDoseSchedule",
|
|
2596
|
+
"recycling_center" => "RecyclingCenter",
|
|
2597
|
+
"refund_type_enumeration" => "RefundTypeEnumeration",
|
|
2598
|
+
"register_action" => "RegisterAction",
|
|
2599
|
+
"reject_action" => "RejectAction",
|
|
2600
|
+
"rent_action" => "RentAction",
|
|
2601
|
+
"rental_car_reservation" => "RentalCarReservation",
|
|
2602
|
+
"repayment_specification" => "RepaymentSpecification",
|
|
2603
|
+
"replace_action" => "ReplaceAction",
|
|
2604
|
+
"reply_action" => "ReplyAction",
|
|
2605
|
+
"report" => "Report",
|
|
2606
|
+
"reportage_news_article" => "ReportageNewsArticle",
|
|
2607
|
+
"reported_dose_schedule" => "ReportedDoseSchedule",
|
|
2608
|
+
"research_organization" => "ResearchOrganization",
|
|
2609
|
+
"research_project" => "ResearchProject",
|
|
2610
|
+
"researcher" => "Researcher",
|
|
2611
|
+
"reservation" => "Reservation",
|
|
2612
|
+
"reservation_package" => "ReservationPackage",
|
|
2613
|
+
"reservation_status_type" => "ReservationStatusType",
|
|
2614
|
+
"reserve_action" => "ReserveAction",
|
|
2615
|
+
"reservoir" => "Reservoir",
|
|
2616
|
+
"reset_password_action" => "ResetPasswordAction",
|
|
2617
|
+
"residence" => "Residence",
|
|
2618
|
+
"resort" => "Resort",
|
|
2619
|
+
"restaurant" => "Restaurant",
|
|
2620
|
+
"restricted_diet" => "RestrictedDiet",
|
|
2621
|
+
"resume_action" => "ResumeAction",
|
|
2622
|
+
"return_action" => "ReturnAction",
|
|
2623
|
+
"return_fees_enumeration" => "ReturnFeesEnumeration",
|
|
2624
|
+
"return_label_source_enumeration" => "ReturnLabelSourceEnumeration",
|
|
2625
|
+
"return_method_enumeration" => "ReturnMethodEnumeration",
|
|
2626
|
+
"review" => "Review",
|
|
2627
|
+
"review_action" => "ReviewAction",
|
|
2628
|
+
"review_news_article" => "ReviewNewsArticle",
|
|
2629
|
+
"river_body_of_water" => "RiverBodyOfWater",
|
|
2630
|
+
"role" => "Role",
|
|
2631
|
+
"roofing_contractor" => "RoofingContractor",
|
|
2632
|
+
"room" => "Room",
|
|
2633
|
+
"rsvp_action" => "RsvpAction",
|
|
2634
|
+
"rsvp_response_type" => "RsvpResponseType",
|
|
2635
|
+
"runtime_platform" => "RuntimePlatform",
|
|
2636
|
+
"rv_park" => "RVPark",
|
|
2637
|
+
"sale_event" => "SaleEvent",
|
|
2638
|
+
"satirical_article" => "SatiricalArticle",
|
|
2639
|
+
"schedule" => "Schedule",
|
|
2640
|
+
"schedule_action" => "ScheduleAction",
|
|
2641
|
+
"schema_version" => "SCHEMA_VERSION",
|
|
2642
|
+
"scholarly_article" => "ScholarlyArticle",
|
|
2643
|
+
"school" => "School",
|
|
2644
|
+
"school_district" => "SchoolDistrict",
|
|
2645
|
+
"screening_event" => "ScreeningEvent",
|
|
2646
|
+
"sculpture" => "Sculpture",
|
|
2647
|
+
"sea_body_of_water" => "SeaBodyOfWater",
|
|
2648
|
+
"search_action" => "SearchAction",
|
|
2649
|
+
"search_rescue_organization" => "SearchRescueOrganization",
|
|
2650
|
+
"search_results_page" => "SearchResultsPage",
|
|
2651
|
+
"season" => "Season",
|
|
2652
|
+
"seat" => "Seat",
|
|
2653
|
+
"seek_to_action" => "SeekToAction",
|
|
2654
|
+
"self_storage" => "SelfStorage",
|
|
2655
|
+
"sell_action" => "SellAction",
|
|
2656
|
+
"send_action" => "SendAction",
|
|
2657
|
+
"sequential_art" => "SequentialArt",
|
|
2658
|
+
"series" => "Series",
|
|
2659
|
+
"service" => "Service",
|
|
2660
|
+
"service_channel" => "ServiceChannel",
|
|
2661
|
+
"service_period" => "ServicePeriod",
|
|
2662
|
+
"share_action" => "ShareAction",
|
|
2663
|
+
"sheet_music" => "SheetMusic",
|
|
2664
|
+
"shipping_conditions" => "ShippingConditions",
|
|
2665
|
+
"shipping_delivery_time" => "ShippingDeliveryTime",
|
|
2666
|
+
"shipping_rate_settings" => "ShippingRateSettings",
|
|
2667
|
+
"shipping_service" => "ShippingService",
|
|
2668
|
+
"shoe_store" => "ShoeStore",
|
|
2669
|
+
"shopping_center" => "ShoppingCenter",
|
|
2670
|
+
"short_story" => "ShortStory",
|
|
2671
|
+
"single_family_residence" => "SingleFamilyResidence",
|
|
2672
|
+
"site_navigation_element" => "SiteNavigationElement",
|
|
2673
|
+
"size_group_enumeration" => "SizeGroupEnumeration",
|
|
2674
|
+
"size_specification" => "SizeSpecification",
|
|
2675
|
+
"size_system_enumeration" => "SizeSystemEnumeration",
|
|
2676
|
+
"ski_resort" => "SkiResort",
|
|
2677
|
+
"social_event" => "SocialEvent",
|
|
2678
|
+
"social_media_posting" => "SocialMediaPosting",
|
|
2679
|
+
"software_application" => "SoftwareApplication",
|
|
2680
|
+
"software_source_code" => "SoftwareSourceCode",
|
|
2681
|
+
"solve_math_action" => "SolveMathAction",
|
|
2682
|
+
"some_products" => "SomeProducts",
|
|
2683
|
+
"speakable_specification" => "SpeakableSpecification",
|
|
2684
|
+
"special_announcement" => "SpecialAnnouncement",
|
|
2685
|
+
"specialty" => "Specialty",
|
|
2686
|
+
"sporting_goods_store" => "SportingGoodsStore",
|
|
2687
|
+
"sports_activity_location" => "SportsActivityLocation",
|
|
2688
|
+
"sports_club" => "SportsClub",
|
|
2689
|
+
"sports_event" => "SportsEvent",
|
|
2690
|
+
"sports_organization" => "SportsOrganization",
|
|
2691
|
+
"sports_team" => "SportsTeam",
|
|
2692
|
+
"spreadsheet_digital_document" => "SpreadsheetDigitalDocument",
|
|
2693
|
+
"stadium_or_arena" => "StadiumOrArena",
|
|
2694
|
+
"state" => "State",
|
|
2695
|
+
"statement" => "Statement",
|
|
2696
|
+
"statistical_population" => "StatisticalPopulation",
|
|
2697
|
+
"statistical_variable" => "StatisticalVariable",
|
|
2698
|
+
"status_enumeration" => "StatusEnumeration",
|
|
2699
|
+
"steering_position_value" => "SteeringPositionValue",
|
|
2700
|
+
"store" => "Store",
|
|
2701
|
+
"structured_value" => "StructuredValue",
|
|
2702
|
+
"stupid_type" => "StupidType",
|
|
2703
|
+
"subscribe_action" => "SubscribeAction",
|
|
2704
|
+
"substance" => "Substance",
|
|
2705
|
+
"subway_station" => "SubwayStation",
|
|
2706
|
+
"suite" => "Suite",
|
|
2707
|
+
"superficial_anatomy" => "SuperficialAnatomy",
|
|
2708
|
+
"surgical_procedure" => "SurgicalProcedure",
|
|
2709
|
+
"suspend_action" => "SuspendAction",
|
|
2710
|
+
"syllabus" => "Syllabus",
|
|
2711
|
+
"synagogue" => "Synagogue",
|
|
2712
|
+
"table" => "Table",
|
|
2713
|
+
"take_action" => "TakeAction",
|
|
2714
|
+
"tattoo_parlor" => "TattooParlor",
|
|
2715
|
+
"taxi" => "Taxi",
|
|
2716
|
+
"taxi_reservation" => "TaxiReservation",
|
|
2717
|
+
"taxi_service" => "TaxiService",
|
|
2718
|
+
"taxi_stand" => "TaxiStand",
|
|
2719
|
+
"taxon" => "Taxon",
|
|
2720
|
+
"tech_article" => "TechArticle",
|
|
2721
|
+
"television_channel" => "TelevisionChannel",
|
|
2722
|
+
"television_station" => "TelevisionStation",
|
|
2723
|
+
"tennis_complex" => "TennisComplex",
|
|
2724
|
+
"text" => "Text",
|
|
2725
|
+
"text_digital_document" => "TextDigitalDocument",
|
|
2726
|
+
"text_object" => "TextObject",
|
|
2727
|
+
"theater_event" => "TheaterEvent",
|
|
2728
|
+
"theater_group" => "TheaterGroup",
|
|
2729
|
+
"therapeutic_procedure" => "TherapeuticProcedure",
|
|
2730
|
+
"thesis" => "Thesis",
|
|
2731
|
+
"thing" => "Thing",
|
|
2732
|
+
"three_d_model" => "ThreeDModel",
|
|
2733
|
+
"ticket" => "Ticket",
|
|
2734
|
+
"tie_action" => "TieAction",
|
|
2735
|
+
"tier_benefit_enumeration" => "TierBenefitEnumeration",
|
|
2736
|
+
"time" => "Time",
|
|
2737
|
+
"tip_action" => "TipAction",
|
|
2738
|
+
"tire_shop" => "TireShop",
|
|
2739
|
+
"tourist_attraction" => "TouristAttraction",
|
|
2740
|
+
"tourist_destination" => "TouristDestination",
|
|
2741
|
+
"tourist_information_center" => "TouristInformationCenter",
|
|
2742
|
+
"tourist_trip" => "TouristTrip",
|
|
2743
|
+
"toy_store" => "ToyStore",
|
|
2744
|
+
"track_action" => "TrackAction",
|
|
2745
|
+
"trade_action" => "TradeAction",
|
|
2746
|
+
"train_reservation" => "TrainReservation",
|
|
2747
|
+
"train_station" => "TrainStation",
|
|
2748
|
+
"train_trip" => "TrainTrip",
|
|
2749
|
+
"transfer_action" => "TransferAction",
|
|
2750
|
+
"travel_action" => "TravelAction",
|
|
2751
|
+
"travel_agency" => "TravelAgency",
|
|
2752
|
+
"treatment_indication" => "TreatmentIndication",
|
|
2753
|
+
"trip" => "Trip",
|
|
2754
|
+
"tv_clip" => "TVClip",
|
|
2755
|
+
"tv_episode" => "TVEpisode",
|
|
2756
|
+
"tv_season" => "TVSeason",
|
|
2757
|
+
"tv_series" => "TVSeries",
|
|
2758
|
+
"type_and_quantity_node" => "TypeAndQuantityNode",
|
|
2759
|
+
"uk_nonprofit_type" => "UKNonprofitType",
|
|
2760
|
+
"un_register_action" => "UnRegisterAction",
|
|
2761
|
+
"unit_price_specification" => "UnitPriceSpecification",
|
|
2762
|
+
"update_action" => "UpdateAction",
|
|
2763
|
+
"url" => "URL",
|
|
2764
|
+
"us_nonprofit_type" => "USNonprofitType",
|
|
2765
|
+
"use_action" => "UseAction",
|
|
2766
|
+
"user_blocks" => "UserBlocks",
|
|
2767
|
+
"user_checkins" => "UserCheckins",
|
|
2768
|
+
"user_comments" => "UserComments",
|
|
2769
|
+
"user_downloads" => "UserDownloads",
|
|
2770
|
+
"user_interaction" => "UserInteraction",
|
|
2771
|
+
"user_likes" => "UserLikes",
|
|
2772
|
+
"user_page_visits" => "UserPageVisits",
|
|
2773
|
+
"user_plays" => "UserPlays",
|
|
2774
|
+
"user_plus_ones" => "UserPlusOnes",
|
|
2775
|
+
"user_review" => "UserReview",
|
|
2776
|
+
"user_tweets" => "UserTweets",
|
|
2777
|
+
"vacation_rental" => "VacationRental",
|
|
2778
|
+
"vehicle" => "Vehicle",
|
|
2779
|
+
"vein" => "Vein",
|
|
2780
|
+
"vessel" => "Vessel",
|
|
2781
|
+
"veterinary_care" => "VeterinaryCare",
|
|
2782
|
+
"video_gallery" => "VideoGallery",
|
|
2783
|
+
"video_game" => "VideoGame",
|
|
2784
|
+
"video_game_clip" => "VideoGameClip",
|
|
2785
|
+
"video_game_series" => "VideoGameSeries",
|
|
2786
|
+
"video_object" => "VideoObject",
|
|
2787
|
+
"video_object_snapshot" => "VideoObjectSnapshot",
|
|
2788
|
+
"view_action" => "ViewAction",
|
|
2789
|
+
"virtual_location" => "VirtualLocation",
|
|
2790
|
+
"visual_arts_event" => "VisualArtsEvent",
|
|
2791
|
+
"visual_artwork" => "VisualArtwork",
|
|
2792
|
+
"vital_sign" => "VitalSign",
|
|
2793
|
+
"volcano" => "Volcano",
|
|
2794
|
+
"vote_action" => "VoteAction",
|
|
2795
|
+
"want_action" => "WantAction",
|
|
2796
|
+
"warranty_promise" => "WarrantyPromise",
|
|
2797
|
+
"warranty_scope" => "WarrantyScope",
|
|
2798
|
+
"watch_action" => "WatchAction",
|
|
2799
|
+
"waterfall" => "Waterfall",
|
|
2800
|
+
"wear_action" => "WearAction",
|
|
2801
|
+
"wearable_measurement_type_enumeration" => "WearableMeasurementTypeEnumeration",
|
|
2802
|
+
"wearable_size_group_enumeration" => "WearableSizeGroupEnumeration",
|
|
2803
|
+
"wearable_size_system_enumeration" => "WearableSizeSystemEnumeration",
|
|
2804
|
+
"web_api" => "WebAPI",
|
|
2805
|
+
"web_application" => "WebApplication",
|
|
2806
|
+
"web_content" => "WebContent",
|
|
2807
|
+
"web_page" => "WebPage",
|
|
2808
|
+
"web_page_element" => "WebPageElement",
|
|
2809
|
+
"web_site" => "WebSite",
|
|
2810
|
+
"wholesale_store" => "WholesaleStore",
|
|
2811
|
+
"win_action" => "WinAction",
|
|
2812
|
+
"winery" => "Winery",
|
|
2813
|
+
"work_based_program" => "WorkBasedProgram",
|
|
2814
|
+
"workers_union" => "WorkersUnion",
|
|
2815
|
+
"wp_ad_block" => "WPAdBlock",
|
|
2816
|
+
"wp_footer" => "WPFooter",
|
|
2817
|
+
"wp_header" => "WPHeader",
|
|
2818
|
+
"wp_side_bar" => "WPSideBar",
|
|
2819
|
+
"write_action" => "WriteAction",
|
|
2820
|
+
"x_path_type" => "XPathType",
|
|
2821
|
+
"zoo" => "Zoo"
|
|
2822
|
+
}.freeze
|
|
2823
|
+
ENUMERATION_NAMES = ["ActionStatusType", "AdultOrientedEnumeration", "BedType", "BoardingPolicyType", "BodyMeasurementTypeEnumeration", "BookFormatType", "BusinessEntityType", "BusinessFunction", "CarUsageType", "CertificationStatusEnumeration", "ContactPointOption", "DENonprofitType", "DayOfWeek", "DeliveryMethod", "DigitalDocumentPermissionType", "DigitalPlatformEnumeration", "DriveWheelConfigurationValue", "DrugCostCategory", "DrugPregnancyCategory", "DrugPrescriptionStatus", "EUEnergyEfficiencyEnumeration", "EnergyEfficiencyEnumeration", "EnergyStarEnergyEfficiencyEnumeration", "Enumeration", "EventAttendanceModeEnumeration", "EventStatusType", "FulfillmentTypeEnumeration", "GameAvailabilityEnumeration", "GamePlayMode", "GameServerStatus", "GenderType", "GovernmentBenefitsType", "HealthAspectEnumeration", "IPTCDigitalSourceEnumeration", "ITNonprofitType", "IncentiveQualifiedExpenseType", "IncentiveStatus", "IncentiveType", "InfectiousAgentClass", "ItemAvailability", "ItemListOrderType", "LegalForceStatus", "LegalValueLevel", "MapCategoryType", "MeasurementMethodEnum", "MeasurementTypeEnumeration", "MediaEnumeration", "MediaManipulationRatingEnumeration", "MedicalAudienceType", "MedicalDevicePurpose", "MedicalEnumeration", "MedicalEvidenceLevel", "MedicalImagingTechnique", "MedicalObservationalStudyDesign", "MedicalProcedureType", "MedicalSpecialty", "MedicalStudyStatus", "MedicalTrialDesign", "MedicineSystem", "MerchantReturnEnumeration", "MusicAlbumProductionType", "MusicAlbumReleaseType", "MusicReleaseFormatType", "NLNonprofitType", "NonprofitType", "OfferItemCondition", "OrderStatus", "PaymentMethodType", "PaymentStatusType", "PhysicalActivityCategory", "PhysicalExam", "PriceComponentTypeEnumeration", "PriceTypeEnumeration", "ProductReturnEnumeration", "PurchaseType", "QualitativeValue", "RefundTypeEnumeration", "ReservationStatusType", "RestrictedDiet", "ReturnFeesEnumeration", "ReturnLabelSourceEnumeration", "ReturnMethodEnumeration", "RsvpResponseType", "SizeGroupEnumeration", "SizeSpecification", "SizeSystemEnumeration", "Specialty", "StatusEnumeration", "SteeringPositionValue", "TierBenefitEnumeration", "UKNonprofitType", "USNonprofitType", "WarrantyScope", "WearableMeasurementTypeEnumeration", "WearableSizeGroupEnumeration", "WearableSizeSystemEnumeration"].freeze
|
|
2824
|
+
|
|
2825
|
+
class << self
|
|
2826
|
+
def ruby_name(schema_name)
|
|
2827
|
+
SCHEMA_TO_RUBY[schema_name.to_s]
|
|
2828
|
+
end
|
|
2829
|
+
|
|
2830
|
+
def schema_name(ruby_name)
|
|
2831
|
+
key = ruby_name.respond_to?(:name) ? ruby_name.name : ruby_name.to_s
|
|
2832
|
+
RUBY_TO_SCHEMA[key.delete_prefix("SchemaOrg::")]
|
|
2833
|
+
end
|
|
2834
|
+
|
|
2835
|
+
def inflections
|
|
2836
|
+
FILE_TO_RUBY
|
|
2837
|
+
end
|
|
2838
|
+
|
|
2839
|
+
def generated_class?(klass)
|
|
2840
|
+
klass.is_a?(::Class) && RUBY_TO_SCHEMA.key?(klass.name&.delete_prefix("SchemaOrg::"))
|
|
2841
|
+
end
|
|
2842
|
+
|
|
2843
|
+
def enumeration?(klass)
|
|
2844
|
+
ENUMERATION_NAMES.include?(klass.name&.delete_prefix("SchemaOrg::"))
|
|
2845
|
+
end
|
|
2846
|
+
end
|
|
2847
|
+
|
|
2848
|
+
private_constant :SCHEMA_TO_RUBY, :RUBY_TO_SCHEMA, :FILE_TO_RUBY, :ENUMERATION_NAMES
|
|
2849
|
+
end
|
|
2850
|
+
end
|