{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A food or drink item listed in a menu or menu section.",
"rdfs:label" : "MenuItem",
"rdfs:subClassOf" : "schema:Intangible"
},
"properties" : {
"schema:menuAddOn" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item.",
"rdfs:label" : "menuAddOn",
"schema:domainIncludes" : "schema:MenuItem",
"schema:rangeIncludes" : [
"schema:MenuItem",
"schema:MenuSection"
],
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/1541"
},
"schema:nutrition" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Nutrition information about the recipe or menu item.",
"rdfs:label" : "nutrition",
"schema:domainIncludes" : [
"schema:Recipe",
"schema:MenuItem"
],
"schema:rangeIncludes" : "schema:NutritionInformation"
},
"schema:offers" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.\n ",
"rdfs:label" : "offers",
"schema:domainIncludes" : [
"schema:MenuItem",
"schema:Product",
"schema:Event",
"schema:EducationalOccupationalProgram",
"schema:AggregateOffer",
"schema:Trip",
"schema:Service",
"schema:CreativeWork"
],
"schema:inverseOf" : "schema:itemOffered",
"schema:rangeIncludes" : [
"schema:Demand",
"schema:Offer"
],
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2289"
},
"schema:suitableForDiet" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.",
"rdfs:label" : "suitableForDiet",
"schema:domainIncludes" : [
"schema:Recipe",
"schema:MenuItem"
],
"schema:rangeIncludes" : "schema:RestrictedDiet"
}
}
}