lib/rdf/vocab/schema.rb in rdf-vocab-3.0.13 vs lib/rdf/vocab/schema.rb in rdf-vocab-3.0.14

- old
+ new

@@ -2029,10 +2029,18 @@ term :HealthAndBeautyBusiness, comment: %(Health and beauty.).freeze, label: "HealthAndBeautyBusiness".freeze, subClassOf: "schema:LocalBusiness".freeze, type: "rdfs:Class".freeze + term :HealthAspectEnumeration, + comment: %(HealthAspectEnumeration enumerates several aspects of health content online, each of which might be described using <a class="localLink" href="http://schema.org/hasHealthAspect">hasHealthAspect</a> and <a class="localLink" href="http://schema.org/HealthTopicContent">HealthTopicContent</a>.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze, + label: "HealthAspectEnumeration".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + subClassOf: "schema:Enumeration".freeze, + type: "rdfs:Class".freeze term :HealthClub, comment: %(A health club.).freeze, label: "HealthClub".freeze, subClassOf: ["schema:HealthAndBeautyBusiness".freeze, "schema:SportsActivityLocation".freeze], type: "rdfs:Class".freeze @@ -2066,10 +2074,18 @@ label: "HealthPlanNetwork".freeze, "schema:category": "issue-1062".freeze, "schema:isPartOf": "http://pending.schema.org".freeze, subClassOf: "schema:Intangible".freeze, type: "rdfs:Class".freeze + term :HealthTopicContent, + comment: %(<a class="localLink" href="http://schema.org/HealthTopicContent">HealthTopicContent</a> is <a class="localLink" href="http://schema.org/WebContent">WebContent</a> that is about some aspect of a health topic, e.g. a condition, its symptoms or treatments. Such content may be comprised of several parts or sections and use different types of media. Multiple instances of <a class="localLink" href="http://schema.org/WebContent">WebContent</a> \(and hence <a class="localLink" href="http://schema.org/HealthTopicContent">HealthTopicContent</a>\) can be related using <a class="localLink" href="http://schema.org/hasPart">hasPart</a> / <a class="localLink" href="http://schema.org/isPartOf">isPartOf</a> where there is some kind of content hierarchy, and their content described with <a class="localLink" href="http://schema.org/about">about</a> and <a class="localLink" href="http://schema.org/mentions">mentions</a> e.g. building upon the existing <a class="localLink" href="http://schema.org/MedicalCondition">MedicalCondition</a> vocabulary.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "HealthTopicContent".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + subClassOf: "schema:WebContent".freeze, + type: "rdfs:Class".freeze term :HighSchool, comment: %(A high school.).freeze, label: "HighSchool".freeze, subClassOf: "schema:EducationalOrganization".freeze, type: "rdfs:Class".freeze @@ -5030,10 +5046,18 @@ term :WebApplication, comment: %(Web applications.).freeze, label: "WebApplication".freeze, subClassOf: "schema:SoftwareApplication".freeze, type: "rdfs:Class".freeze + term :WebContent, + comment: %(WebContent is a type representing all <a class="localLink" href="http://schema.org/WebPage">WebPage</a>, <a class="localLink" href="http://schema.org/WebSite">WebSite</a> and <a class="localLink" href="http://schema.org/WebPageElement">WebPageElement</a> content. It is sometimes the case that detailed distinctions between Web pages, sites and their parts is not always important or obvious. The <a class="localLink" href="http://schema.org/WebContent">WebContent</a> type makes it easier to describe Web-addressable content without requiring such distinctions to always be stated. \(The intent is that the existing types <a class="localLink" href="http://schema.org/WebPage">WebPage</a>, <a class="localLink" href="http://schema.org/WebSite">WebSite</a> and <a class="localLink" href="http://schema.org/WebPageElement">WebPageElement</a> will eventually be declared as subtypes of <a class="localLink" href="http://schema.org/WebContent">WebContent</a>.\)).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2358".freeze, + label: "WebContent".freeze, + "schema:category": "issue-2358".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + subClassOf: "schema:CreativeWork".freeze, + type: "rdfs:Class".freeze term :WebPage, comment: %(A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as <code>breadcrumb</code> may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page.).freeze, label: "WebPage".freeze, subClassOf: "schema:CreativeWork".freeze, type: "rdfs:Class".freeze @@ -5215,10 +5239,20 @@ domainIncludes: "schema:CreativeWork".freeze, label: "accessibilitySummary".freeze, rangeIncludes: "schema:Text".freeze, "schema:category": "issue-1110".freeze, type: "rdf:Property".freeze + property :accommodationCategory, + comment: %(Category of an <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>, following real estate conventions e.g. RESO \(see <a href="https://ddwiki.reso.org/display/DDW17/PropertySubType+Field">PropertySubType</a>, and <a href="https://ddwiki.reso.org/display/DDW17/PropertyType+Field">PropertyType</a> fields for suggested values\).).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze, + domainIncludes: "schema:Accommodation".freeze, + label: "accommodationCategory".freeze, + rangeIncludes: "schema:Text".freeze, + "schema:category": "issue-2373".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + subPropertyOf: "schema:category".freeze, + type: "rdf:Property".freeze property :accountId, comment: %(The identifier for the account the payment will be applied to.).freeze, domainIncludes: "schema:Invoice".freeze, label: "accountId".freeze, rangeIncludes: "schema:Text".freeze, @@ -6390,17 +6424,18 @@ rangeIncludes: "schema:Integer".freeze, "schema:category": "issue-1457".freeze, "schema:isPartOf": "http://pending.schema.org".freeze, type: "rdf:Property".freeze property :callSign, - comment: %(The official callsign for the radio broadcast.).freeze, + comment: %(A <a href="https://en.wikipedia.org/wiki/Call_sign">callsign</a>, as used in broadcasting and radio communications to identify people, radio and TV stations, or vehicles.).freeze, "dc:source": "https://github.com/schemaorg/schemaorg/issues/2109".freeze, - domainIncludes: "schema:RadioBroadcastService".freeze, + domainIncludes: ["schema:BroadcastService".freeze, "schema:Person".freeze, "schema:Vehicle".freeze], label: "callSign".freeze, rangeIncludes: "schema:Text".freeze, "schema:category": "issue-2109".freeze, "schema:isPartOf": "http://pending.schema.org".freeze, + subPropertyOf: "schema:identifier".freeze, type: "rdf:Property".freeze property :calories, comment: %(The number of calories.).freeze, domainIncludes: "schema:NutritionInformation".freeze, label: "calories".freeze, @@ -8223,10 +8258,20 @@ domainIncludes: "schema:Flight".freeze, label: "flightNumber".freeze, rangeIncludes: "schema:Text".freeze, subPropertyOf: "schema:identifier".freeze, type: "rdf:Property".freeze + property :floorLevel, + comment: %(The floor level for an <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a> in a multi-storey building. Since counting + systems <a href="https://en.wikipedia.org/wiki/Storey#Consecutive_number_floor_designations">vary internationally</a>, the local system should be used where possible.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze, + domainIncludes: "schema:Accommodation".freeze, + label: "floorLevel".freeze, + rangeIncludes: "schema:Text".freeze, + "schema:category": "issue-2373".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "rdf:Property".freeze property :floorLimit, comment: %(A floor limit is the amount of money above which credit card transactions must be authorized.).freeze, "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze], domainIncludes: "schema:PaymentCard".freeze, label: "floorLimit".freeze, @@ -8700,10 +8745,19 @@ comment: %(A permission related to the access to this document \(e.g. permission to read or write an electronic document\). For a public document, specify a grantee with an Audience with audienceType equal to "public".).freeze, domainIncludes: "schema:DigitalDocument".freeze, label: "hasDigitalDocumentPermission".freeze, rangeIncludes: "schema:DigitalDocumentPermission".freeze, type: "rdf:Property".freeze + property :hasHealthAspect, + comment: %(Indicates the aspect or aspects specifically addressed in some <a class="localLink" href="http://schema.org/HealthTopicContent">HealthTopicContent</a>. For example, that the content is an overview, or that it talks about treatment, self-care, treatments or their side-effects.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze, + domainIncludes: "schema:HealthTopicContent".freeze, + label: "hasHealthAspect".freeze, + rangeIncludes: "schema:HealthAspectEnumeration".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "rdf:Property".freeze property :hasMap, comment: %(A URL to a map of the place.).freeze, domainIncludes: "schema:Place".freeze, label: "hasMap".freeze, rangeIncludes: ["schema:Map".freeze, "schema:URL".freeze], @@ -9674,10 +9728,19 @@ comment: %(The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.).freeze, domainIncludes: "schema:CreativeWork".freeze, label: "learningResourceType".freeze, rangeIncludes: "schema:Text".freeze, type: "rdf:Property".freeze + property :leaseLength, + comment: %(Length of the lease for some <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>, either particular to some <a class="localLink" href="http://schema.org/Offer">Offer</a> or in some cases intrinsic to the property.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze, + domainIncludes: ["schema:Accommodation".freeze, "schema:RealEstateListing".freeze], + label: "leaseLength".freeze, + rangeIncludes: ["schema:Duration".freeze, "schema:QuantitativeValue".freeze], + "schema:category": "issue-2373".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "rdf:Property".freeze property :legalName, comment: %(The official name of the organization, e.g. the registered company name.).freeze, "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze, domainIncludes: "schema:Organization".freeze, label: "legalName".freeze, @@ -10569,10 +10632,19 @@ "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze, domainIncludes: "schema:Vehicle".freeze, label: "numberOfAxles".freeze, rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze], type: "rdf:Property".freeze + property :numberOfBathroomsTotal, + comment: %(The total integer number of bathrooms in a some <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>, following real estate conventions as <a href="https://ddwiki.reso.org/display/DDW17/BathroomsTotalInteger+Field">documented in RESO</a>: "The simple sum of the number of bathrooms. For example for a property with two Full Bathrooms and one Half Bathroom, the Bathrooms Total Integer will be 3.". See also <a class="localLink" href="http://schema.org/numberOfRooms">numberOfRooms</a>.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze, + domainIncludes: "schema:Accommodation".freeze, + label: "numberOfBathroomsTotal".freeze, + rangeIncludes: "schema:Integer".freeze, + "schema:category": "issue-2373".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "rdf:Property".freeze property :numberOfBeds, comment: %(The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.).freeze, "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze, domainIncludes: "schema:BedDetails".freeze, label: "numberOfBeds".freeze, @@ -10606,10 +10678,19 @@ "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze, domainIncludes: "schema:Vehicle".freeze, label: "numberOfForwardGears".freeze, rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze], type: "rdf:Property".freeze + property :numberOfFullBathrooms, + comment: %(Number of full bathrooms - The total number of full and ¾ bathrooms in an <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>. This corresponds to the <a href="https://ddwiki.reso.org/display/DDW17/BathroomsFull+Field">BathroomsFull field in RESO</a>.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze, + domainIncludes: "schema:Accommodation".freeze, + label: "numberOfFullBathrooms".freeze, + rangeIncludes: "schema:Number".freeze, + "schema:category": "issue-2373".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "rdf:Property".freeze property :numberOfItems, comment: %(The number of items in an ItemList. Note that some descriptions might not fully describe all items in a list \(e.g., multi-page pagination\); in such cases, the numberOfItems would be for the entire list.).freeze, domainIncludes: "schema:ItemList".freeze, label: "numberOfItems".freeze, rangeIncludes: "schema:Integer".freeze, @@ -12754,16 +12835,16 @@ label: "significantLinks".freeze, rangeIncludes: "schema:URL".freeze, "schema:supersededBy": "schema:significantLink".freeze, type: "rdf:Property".freeze property :skills, - comment: %(Skills required to fulfill this role or in this Occupation.).freeze, - "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze, + comment: %(A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.).freeze, + "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/2322".freeze], domainIncludes: ["schema:JobPosting".freeze, "schema:Occupation".freeze], label: "skills".freeze, - rangeIncludes: "schema:Text".freeze, - "schema:category": "issue-1698".freeze, + rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze], + "schema:category": ["issue-1698".freeze, "issue-2322".freeze], type: "rdf:Property".freeze property :sku, comment: %(The Stock Keeping Unit \(SKU\), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.).freeze, "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze, domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze], @@ -14270,10 +14351,17 @@ term :Balance, comment: %(Physical activity that is engaged to help maintain posture and balance.).freeze, label: "Balance".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:PhysicalActivityCategory".freeze + term :BenefitsHealthAspect, + comment: %(Content about the benefits and advantages of usage or utilization of topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "BenefitsHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :BroadcastRelease, comment: %(BroadcastRelease.).freeze, "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze, label: "BroadcastRelease".freeze, type: "schema:MusicAlbumReleaseType".freeze @@ -14305,10 +14393,17 @@ term :CassetteFormat, comment: %(CassetteFormat.).freeze, "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze, label: "CassetteFormat".freeze, type: "schema:MusicReleaseFormatType".freeze + term :CausesHealthAspect, + comment: %(Information about the causes and main actions that gave rise to the topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "CausesHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :Chiropractic, comment: %(A system of medicine focused on the relationship between the body's structure, mainly the spine, and its functioning.).freeze, label: "Chiropractic".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:MedicineSystem".freeze @@ -14348,10 +14443,17 @@ type: "schema:MedicalStudyStatus".freeze term :CompletedActionStatus, comment: %(An action that has already taken place.).freeze, label: "CompletedActionStatus".freeze, type: "schema:ActionStatusType".freeze + term :ContagiousnessHealthAspect, + comment: %(Content about contagion mechanisms and contagiousness information over the topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "ContagiousnessHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :CrossSectional, comment: %(Studies carried out on pre-existing data \(usually from 'snapshot' surveys\), such as that collected by the Census Bureau. Sometimes called Prevalence Studies.).freeze, label: "CrossSectional".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:MedicalObservationalStudyDesign".freeze @@ -14652,10 +14754,17 @@ term :Homeopathic, comment: %(A system of medicine based on the principle that a disease can be cured by a substance that produces similar symptoms in healthy people.).freeze, label: "Homeopathic".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:MedicineSystem".freeze + term :HowOrWhereHealthAspect, + comment: %(Information about how or where to find a topic. Also may contain location data that can be used for where to look for help if the topic is observed.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "HowOrWhereHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :InForce, comment: %(Indicates that a legislation is in force.).freeze, "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze], exactMatch: "http://data.europa.eu/eli/ontology#InForce-inForce".freeze, label: "InForce".freeze, @@ -14723,10 +14832,17 @@ term :LiveAlbum, comment: %(LiveAlbum.).freeze, "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze, label: "LiveAlbum".freeze, type: "schema:MusicAlbumProductionType".freeze + term :LivingWithHealthAspect, + comment: %(Information about coping or life related to the topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "LivingWithHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :Longitudinal, comment: %(Unlike cross-sectional studies, longitudinal studies track the same people, and therefore the differences observed in those people are less likely to be the result of cultural differences across generations. Longitudinal studies are also used in medicine to uncover predictors of certain diseases.).freeze, label: "Longitudinal".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:MedicalObservationalStudyDesign".freeze @@ -14758,10 +14874,17 @@ type: "schema:MedicalImagingTechnique".freeze term :Male, comment: %(The male gender.).freeze, label: "Male".freeze, type: "schema:GenderType".freeze + term :MayTreatHealthAspect, + comment: %(Related topics may be treated by a Topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "MayTreatHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :MedicalResearcher, comment: %(Medical researchers.).freeze, label: "MedicalResearcher".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:MedicalAudience".freeze @@ -14769,10 +14892,17 @@ comment: %(A nurse-like health profession that deals with pregnancy, childbirth, and the postpartum period \(including care of the newborn\), besides sexual and reproductive health of women throughout their lives.).freeze, label: "Midwifery".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, subClassOf: "schema:MedicalBusiness".freeze, type: "schema:MedicalSpecialty".freeze + term :MisconceptionsHealthAspect, + comment: %(Content about common misconceptions and myths that are related to a topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "MisconceptionsHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :MixtapeAlbum, comment: %(MixtapeAlbum.).freeze, "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze, label: "MixtapeAlbum".freeze, type: "schema:MusicAlbumProductionType".freeze @@ -14970,10 +15100,17 @@ type: "schema:MedicalSpecialty".freeze term :OutOfStock, comment: %(Indicates that the item is out of stock.).freeze, label: "OutOfStock".freeze, type: "schema:ItemAvailability".freeze + term :OverviewHealthAspect, + comment: %(Overview of the content. Contains a summarized view of the topic with the most relevant information for an introduction.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "OverviewHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :PET, comment: %(Positron emission tomography imaging.).freeze, label: "PET".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:MedicalImagingTechnique".freeze @@ -14996,10 +15133,17 @@ term :Pathology, comment: %(A specific branch of medical science that is concerned with the study of the cause, origin and nature of a disease state, including its consequences as a result of manifestation of the disease. In clinical care, the term is used to designate a branch of medicine using laboratory tests to diagnose and determine the prognostic significance of illness.).freeze, label: "Pathology".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:MedicalSpecialty".freeze + term :PatientExperienceHealthAspect, + comment: %(Content about the real life experience of patients or people that have lived a similar experience about the topic. May be forums, topics, Q-and-A and related material.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "PatientExperienceHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :PaymentAutomaticallyApplied, comment: %(An automatic payment system is in place and will be used.).freeze, label: "PaymentAutomaticallyApplied".freeze, type: "schema:PaymentStatusType".freeze term :PaymentComplete, @@ -15072,10 +15216,17 @@ term :PrescriptionOnly, comment: %(Available by prescription only.).freeze, label: "PrescriptionOnly".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:DrugPrescriptionStatus".freeze + term :PreventionHealthAspect, + comment: %(Information about actions or measures that can be taken to avoid getting the topic or reaching a critical situation related to the topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "PreventionHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :PrimaryCare, comment: %(The medical care by a physician, or other health-care professional, who is the patient's first contact with the health-care system and who may recommend a specialist if necessary.).freeze, label: "PrimaryCare".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, subClassOf: "schema:MedicalBusiness".freeze, @@ -15106,10 +15257,17 @@ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze, label: "ProductReturnUnspecified".freeze, "schema:category": "issue-2288".freeze, "schema:isPartOf": "http://pending.schema.org".freeze, type: "schema:ProductReturnEnumeration".freeze + term :PrognosisHealthAspect, + comment: %(Typical progression and happenings of life course of the topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "PrognosisHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :Psychiatric, comment: %(A specific branch of medical science that is concerned with the study, treatment, and prevention of mental illness, using both medical and psychological therapies.).freeze, label: "Psychiatric".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, subClassOf: "schema:MedicalBusiness".freeze, @@ -15166,10 +15324,17 @@ term :ReimbursementCap, comment: %(The drug's cost represents the maximum reimbursement paid by an insurer for the drug.).freeze, label: "ReimbursementCap".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:DrugCostCategory".freeze + term :RelatedTopicsHealthAspect, + comment: %(Other prominent or relevant topics tied to the main topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "RelatedTopicsHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :RemixAlbum, comment: %(RemixAlbum.).freeze, "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze, label: "RemixAlbum".freeze, type: "schema:MusicAlbumProductionType".freeze @@ -15247,10 +15412,17 @@ term :RightHandDriving, comment: %(The steering position is on the right side of the vehicle \(viewed from the main direction of driving\).).freeze, "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze, label: "RightHandDriving".freeze, type: "schema:SteeringPositionValue".freeze + term :RisksOrComplicationsHealthAspect, + comment: %(Information about the risk factors and possible complications that may follow a topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "RisksOrComplicationsHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :RsvpResponseMaybe, comment: %(The invitee may or may not attend.).freeze, label: "RsvpResponseMaybe".freeze, type: "schema:RsvpResponseType".freeze term :RsvpResponseNo, @@ -15264,14 +15436,42 @@ term :Saturday, comment: %(The day of the week between Friday and Sunday.).freeze, label: "Saturday".freeze, "schema:sameAs": "http://www.wikidata.org/entity/Q131".freeze, type: "schema:DayOfWeek".freeze + term :ScreeningHealthAspect, + comment: %(Content about how to screen or further filter a topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "ScreeningHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :SeatingMap, comment: %(A seating map.).freeze, label: "SeatingMap".freeze, type: "schema:MapCategoryType".freeze + term :SeeDoctorHealthAspect, + comment: %(Information about questions that may be asked, when to see a professional, measures before seeing a doctor or content about the first consultation.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "SeeDoctorHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze + term :SelfCareHealthAspect, + comment: %(Self care actions or measures that can be taken to sooth, health or avoid a topic. This may be carried at home and can be carried/managed by the person itself.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "SelfCareHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze + term :SideEffectsHealthAspect, + comment: %(Side effects that can be observed from the usage of the topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "SideEffectsHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :SingleBlindedTrial, comment: %(A trial design in which the researcher knows which treatment the patient was randomly assigned to but the patient does not.).freeze, label: "SingleBlindedTrial".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:MedicalTrialDesign".freeze @@ -15311,10 +15511,17 @@ term :SpokenWordAlbum, comment: %(SpokenWordAlbum.).freeze, "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze, label: "SpokenWordAlbum".freeze, type: "schema:MusicAlbumProductionType".freeze + term :StagesHealthAspect, + comment: %(Stages that can be observed from a topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "StagesHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :StoreCreditRefund, comment: %(A StoreCreditRefund ...).freeze, "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze, label: "StoreCreditRefund".freeze, "schema:category": "issue-2288".freeze, @@ -15343,10 +15550,17 @@ term :Suspended, comment: %(Suspended.).freeze, label: "Suspended".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:MedicalStudyStatus".freeze + term :SymptomsHealthAspect, + comment: %(Symptoms or related symptoms of a Topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "SymptomsHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :TaxiVehicleUsage, comment: %(Indicates the usage of the car as a taxi.).freeze, "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze, label: "TaxiVehicleUsage".freeze, "schema:isPartOf": "http://auto.schema.org".freeze, @@ -15387,10 +15601,17 @@ type: "schema:MedicineSystem".freeze term :TransitMap, comment: %(A transit map.).freeze, label: "TransitMap".freeze, type: "schema:MapCategoryType".freeze + term :TreatmentsHealthAspect, + comment: %(Treatments or related therapies for a Topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "TreatmentsHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :TripleBlindedTrial, comment: %(A trial design in which neither the researcher, the person administering the therapy nor the patient knows the details of the treatment the patient was randomly assigned to.).freeze, label: "TripleBlindedTrial".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:MedicalTrialDesign".freeze @@ -15401,10 +15622,17 @@ term :Tuesday, comment: %(The day of the week between Monday and Wednesday.).freeze, label: "Tuesday".freeze, "schema:sameAs": "http://www.wikidata.org/entity/Q127".freeze, type: "schema:DayOfWeek".freeze + term :TypesHealthAspect, + comment: %(Categorization and other types related to a topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "TypesHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :Ultrasound, comment: %(Ultrasound imaging.).freeze, label: "Ultrasound".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:MedicalImagingTechnique".freeze @@ -15419,9 +15647,16 @@ term :Urologic, comment: %(A specific branch of medical science that is concerned with the diagnosis and treatment of diseases pertaining to the urinary tract and the urogenital system.).freeze, label: "Urologic".freeze, "schema:isPartOf": "http://health-lifesci.schema.org".freeze, type: "schema:MedicalSpecialty".freeze + term :UsageOrScheduleHealthAspect, + comment: %(Content about how, when, frequency and dosage of a topic.).freeze, + "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze, + label: "UsageOrScheduleHealthAspect".freeze, + "schema:category": "issue-2374".freeze, + "schema:isPartOf": "http://pending.schema.org".freeze, + type: "schema:HealthAspectEnumeration".freeze term :UsedCondition, comment: %(Indicates that the item is used.).freeze, label: "UsedCondition".freeze, type: "schema:OfferItemCondition".freeze term :VeganDiet,