{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A product taken by mouth that contains a dietary ingredient intended to supplement the diet. Dietary ingredients may include vitamins, minerals, herbs or other botanicals, amino acids, and substances such as enzymes, organ tissues, glandulars and metabolites.",
      "rdfs:label" : "DietarySupplement",
      "rdfs:subClassOf" : [
         "schema:Substance",
         "schema:Product"
      ],
      "schema:isPartOf" : "http:health-lifesci.schema.org"
   },
   "properties" : {
      "schema:activeIngredient" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An active ingredient, typically chemical compounds and/or biologic substances.",
         "rdfs:label" : "activeIngredient",
         "schema:domainIncludes" : [
            "schema:DietarySupplement",
            "schema:Drug",
            "schema:Substance",
            "schema:DrugStrength"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:isProprietary" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "True if this item's name is a proprietary/brand name (vs. generic name).",
         "rdfs:label" : "isProprietary",
         "schema:domainIncludes" : [
            "schema:DietarySupplement",
            "schema:Drug"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:Boolean"
      },
      "schema:legalStatus" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The drug or supplement's legal status, including any controlled substance schedules that apply.",
         "rdfs:label" : "legalStatus",
         "schema:domainIncludes" : [
            "schema:DietarySupplement",
            "schema:Drug",
            "schema:MedicalEntity"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : [
            "schema:MedicalEnumeration",
            "schema:DrugLegalStatus",
            "schema:Text"
         ]
      },
      "schema:maximumIntake" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Recommended intake of this supplement for a given population as defined by a specific recommending authority.",
         "rdfs:label" : "maximumIntake",
         "schema:domainIncludes" : [
            "schema:DietarySupplement",
            "schema:Drug",
            "schema:Substance",
            "schema:DrugStrength"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:MaximumDoseSchedule"
      },
      "schema:mechanismOfAction" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The specific biochemical interaction through which this drug or supplement produces its pharmacological effect.",
         "rdfs:label" : "mechanismOfAction",
         "schema:domainIncludes" : [
            "schema:DietarySupplement",
            "schema:Drug"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:nonProprietaryName" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The generic name of this drug or supplement.",
         "rdfs:label" : "nonProprietaryName",
         "schema:domainIncludes" : [
            "schema:DietarySupplement",
            "schema:Drug"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:proprietaryName" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Proprietary name given to the diet plan, typically by its originator or creator.",
         "rdfs:label" : "proprietaryName",
         "schema:domainIncludes" : [
            "schema:DietarySupplement",
            "schema:Drug"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:recommendedIntake" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Recommended intake of this supplement for a given population as defined by a specific recommending authority.",
         "rdfs:label" : "recommendedIntake",
         "schema:domainIncludes" : "schema:DietarySupplement",
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:RecommendedDoseSchedule"
      },
      "schema:safetyConsideration" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Any potential safety concern associated with the supplement. May include interactions with other drugs and foods, pregnancy, breastfeeding, known adverse reactions, and documented efficacy of the supplement.",
         "rdfs:label" : "safetyConsideration",
         "schema:domainIncludes" : "schema:DietarySupplement",
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:targetPopulation" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Characteristics of the population for which this is intended, or which typically uses it, e.g. 'adults'.",
         "rdfs:label" : "targetPopulation",
         "schema:domainIncludes" : [
            "schema:DoseSchedule",
            "schema:DietarySupplement"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:Text"
      }
   }
}