@prefix : <#> .
@prefix schema: <http://schema.org/> .

:menu a schema:Menu ;
  schema:name "Seasons 52 Nutrition Guide (PNG rendition)" ;
  schema:hasMenuSection :flatbreads, :starters, :soups, :small-salads, :entree-salads,
                        :may-we-suggest, :entrees, :entree-salad-accompaniments,
                        :for-the-table, :flatbread-pairings, :lunch-features, :kids,
                        :pasta, :mini-indulgences, :happy-hour-small-plates,
                        :seasonal-cocktails, :buzz-free, :happy-hour-drinks,
                        :after-dinner, :wines, :wine-flights, :beers-ciders,
                        :non-alc-beverages .

# ---------- Page 1 ----------
:flatbreads a schema:MenuSection ; schema:name "Flatbreads" ;
  schema:hasMenuItem :flatbread-pesto-chicken-fresh-mozzarella,
                     :flatbread-wood-grilled-corn-aged-cheddar-spiced-bacon,
                     :flatbread-philly-cheesesteak,
                     :flatbread-roasted-tomato,
                     :flatbread-all-natural-pepperoni,
                     :flatbread-chipotle-bbq-shrimp .

:flatbread-pesto-chicken-fresh-mozzarella a schema:MenuItem ;
  schema:name "Pesto Chicken and Fresh Mozzarella" ;
  schema:nutrition :ni-flatbread-pesto-chicken-fresh-mozzarella .
:ni-flatbread-pesto-chicken-fresh-mozzarella a schema:NutritionInformation ;
  schema:calories "510" ;
  schema:fatContent "22 g" ;
  schema:saturatedFatContent "8 g" ;
  schema:transFatContent "0 g" ;
  schema:sodiumContent "860 mg" ;
  schema:carbohydrateContent "42 g" ;
  schema:proteinContent "35 g" ;
  schema:fiberContent "2 g" ;
  schema:cholesterolContent "95 mg" ;
  schema:sugarContent "7 g" .

:flatbread-wood-grilled-corn-aged-cheddar-spiced-bacon a schema:MenuItem ;
  schema:name "Wood-Grilled Corn, Aged Cheddar and Spiced Bacon" ;
  schema:nutrition :ni-flatbread-wood-grilled-corn-aged-cheddar-spiced-bacon .
:ni-flatbread-wood-grilled-corn-aged-cheddar-spiced-bacon a schema:NutritionInformation ;
  schema:calories "590" ;
  schema:fatContent "27 g" ;
  schema:saturatedFatContent "12 g" ;
  schema:transFatContent "0 g" ;
  schema:sodiumContent "1090 mg" ;
  schema:carbohydrateContent "56 g" ;
  schema:proteinContent "31 g" ;
  schema:fiberContent "4 g" ;
  schema:cholesterolContent "240 mg" ;
  schema:sugarContent "14 g" .

:flatbread-philly-cheesesteak a schema:MenuItem ;
  schema:name "Philly Cheesesteak" ;
  schema:nutrition :ni-flatbread-philly-cheesesteak .
:ni-flatbread-philly-cheesesteak a schema:NutritionInformation ;
  schema:calories "540" ;
  schema:fatContent "23 g" ;
  schema:saturatedFatContent "9 g" ;
  schema:transFatContent "0 g" ;
  schema:sodiumContent "1680 mg" ;
  schema:carbohydrateContent "43 g" ;
  schema:proteinContent "41 g" ;
  schema:fiberContent "3 g" ;
  schema:cholesterolContent "200 mg" ;
  schema:sugarContent "8 g" .

:flatbread-roasted-tomato a schema:MenuItem ;
  schema:name "Roasted Tomato" ;
  schema:nutrition :ni-flatbread-roasted-tomato .
:ni-flatbread-roasted-tomato a schema:NutritionInformation ;
  schema:calories "450" ;
  schema:fatContent "19 g" ;
  schema:saturatedFatContent "7 g" ;
  schema:transFatContent "0 g" ;
  schema:sodiumContent "830 mg" ;
  schema:carbohydrateContent "49 g" ;
  schema:proteinContent "20 g" ;
  schema:fiberContent "6 g" ;
  schema:cholesterolContent "170 mg" ;
  schema:sugarContent "9 g" .

:flatbread-all-natural-pepperoni a schema:MenuItem ;
  schema:name "All-Natural Pepperoni" ;
  schema:nutrition :ni-flatbread-all-natural-pepperoni .
:ni-flatbread-all-natural-pepperoni a schema:NutritionInformation ;
  schema:calories "580" ;
  schema:fatContent "31 g" ;
  schema:saturatedFatContent "11 g" ;
  schema:transFatContent "0 g" ;
  schema:sodiumContent "1420 mg" ;
  schema:carbohydrateContent "50 g" ;
  schema:proteinContent "28 g" ;
  schema:fiberContent "6 g" ;
  schema:cholesterolContent "280 mg" ;
  schema:sugarContent "9 g" .

:flatbread-chipotle-bbq-shrimp a schema:MenuItem ;
  schema:name "Chipotle BBQ Shrimp" ;
  schema:nutrition :ni-flatbread-chipotle-bbq-shrimp .
:ni-flatbread-chipotle-bbq-shrimp a schema:NutritionInformation ;
  schema:calories "500" ;
  schema:fatContent "20 g" ;
  schema:saturatedFatContent "9 g" ;
  schema:transFatContent "0 g" ;
  schema:sodiumContent "1660 mg" ;
  schema:carbohydrateContent "47 g" ;
  schema:proteinContent "33 g" ;
  schema:fiberContent "3 g" ;
  schema:cholesterolContent "180 mg" ;
  schema:sugarContent "11 g" .

:starters a schema:MenuSection ; schema:name "Starters" ;
  schema:hasMenuItem :charcuterie-board, :lump-crab-cake, :slow-roasted-meatballs,
                     :grilled-artichokes-preserved-lemon-hummus, :avocado-toast,
                     :lump-crab-shrimp-stuffed-mushrooms, :ahi-tuna-tartare .

:charcuterie-board a schema:MenuItem ; schema:name "Charcuterie Board" ; schema:nutrition :ni-charcuterie-board .
:ni-charcuterie-board a schema:NutritionInformation ;
  schema:calories "590" ; schema:fatContent "34 g" ; schema:saturatedFatContent "15 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "2070 mg" ; schema:carbohydrateContent "45 g" ; schema:proteinContent "31 g" ; schema:fiberContent "3 g" ;
  schema:cholesterolContent "100 mg" ; schema:sugarContent "18 g" .

:lump-crab-cake a schema:MenuItem ; schema:name "Lump Crab Cake" ; schema:nutrition :ni-lump-crab-cake .
:ni-lump-crab-cake a schema:NutritionInformation ;
  schema:calories "300" ; schema:fatContent "22 g" ; schema:saturatedFatContent "9 g" ; schema:transFatContent "0.5 g" ;
  schema:sodiumContent "850 mg" ; schema:carbohydrateContent "8 g" ; schema:proteinContent "18 g" ; schema:fiberContent "<1 g" ;
  schema:cholesterolContent "125 mg" ; schema:sugarContent "1 g" .

:slow-roasted-meatballs a schema:MenuItem ; schema:name "Slow-Roasted Meatballs" ; schema:nutrition :ni-slow-roasted-meatballs .
:ni-slow-roasted-meatballs a schema:NutritionInformation ;
  schema:calories "580" ; schema:fatContent "25 g" ; schema:saturatedFatContent "7 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1760 mg" ; schema:carbohydrateContent "58 g" ; schema:proteinContent "34 g" ; schema:fiberContent "5 g" ;
  schema:cholesterolContent "145 mg" ; schema:sugarContent "6 g" .

:grilled-artichokes-preserved-lemon-hummus a schema:MenuItem ; schema:name "Grilled Artichokes with Preserved Lemon Hummus" ; schema:nutrition :ni-grilled-artichokes-preserved-lemon-hummus .
:ni-grilled-artichokes-preserved-lemon-hummus a schema:NutritionInformation ;
  schema:calories "580" ; schema:fatContent "36 g" ; schema:saturatedFatContent "6 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1080 mg" ; schema:carbohydrateContent "50 g" ; schema:proteinContent "16 g" ; schema:fiberContent "9 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "5 g" .

:avocado-toast a schema:MenuItem ; schema:name "Avocado Toast" ; schema:nutrition :ni-avocado-toast .
:ni-avocado-toast a schema:NutritionInformation ;
  schema:calories "370" ; schema:fatContent "21 g" ; schema:saturatedFatContent "2.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "820 mg" ; schema:carbohydrateContent "42 g" ; schema:proteinContent "8 g" ; schema:fiberContent "10 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "5 g" .

:lump-crab-shrimp-stuffed-mushrooms a schema:MenuItem ; schema:name "Lump Crab and ShrimpâStuffed Mushrooms" ; schema:nutrition :ni-lump-crab-shrimp-stuffed-mushrooms .
:ni-lump-crab-shrimp-stuffed-mushrooms a schema:NutritionInformation ;
  schema:calories "240" ; schema:fatContent "8 g" ; schema:saturatedFatContent "2.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "830 mg" ; schema:carbohydrateContent "17 g" ; schema:proteinContent "25 g" ; schema:fiberContent "2 g" ;
  schema:cholesterolContent "145 mg" ; schema:sugarContent "3 g" .

:ahi-tuna-tartare a schema:MenuItem ; schema:name "Ahi Tuna Tartare" ; schema:nutrition :ni-ahi-tuna-tartare .
:ni-ahi-tuna-tartare a schema:NutritionInformation ;
  schema:calories "470" ; schema:fatContent "13 g" ; schema:saturatedFatContent "2 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1230 mg" ; schema:carbohydrateContent "51 g" ; schema:proteinContent "37 g" ; schema:fiberContent "7 g" ;
  schema:cholesterolContent "45 mg" ; schema:sugarContent "12 g" .

:soups a schema:MenuSection ; schema:name "Soups" ;
  schema:hasMenuItem :summer-corn-cup, :summer-corn-bowl, :chicken-tortilla-cup,
                     :chicken-tortilla-bowl, :lobster-bisque-cup, :lobster-bisque-bowl .

:summer-corn-cup a schema:MenuItem ; schema:name "Summer Corn â Cup" ; schema:nutrition :ni-summer-corn-cup .
:ni-summer-corn-cup a schema:NutritionInformation ;
  schema:calories "380" ; schema:fatContent "27 g" ; schema:saturatedFatContent "15 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "880 mg" ; schema:carbohydrateContent "28 g" ; schema:proteinContent "8 g" ; schema:fiberContent "2 g" ;
  schema:cholesterolContent "90 mg" ; schema:sugarContent "6 g" .

:summer-corn-bowl a schema:MenuItem ; schema:name "Summer Corn â Bowl" ; schema:nutrition :ni-summer-corn-bowl .
:ni-summer-corn-bowl a schema:NutritionInformation ;
  schema:calories "490" ; schema:fatContent "33 g" ; schema:saturatedFatContent "19 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1150 mg" ; schema:carbohydrateContent "40 g" ; schema:proteinContent "10 g" ; schema:fiberContent "3 g" ;
  schema:cholesterolContent "110 mg" ; schema:sugarContent "6 g" .

:chicken-tortilla-cup a schema:MenuItem ; schema:name "Chicken Tortilla â Cup" ; schema:nutrition :ni-chicken-tortilla-cup .
:ni-chicken-tortilla-cup a schema:NutritionInformation ;
  schema:calories "180" ; schema:fatContent "8 g" ; schema:saturatedFatContent "1.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "630 mg" ; schema:carbohydrateContent "14 g" ; schema:proteinContent "14 g" ; schema:fiberContent "2 g" ;
  schema:cholesterolContent "45 mg" ; schema:sugarContent "2 g" .

:chicken-tortilla-bowl a schema:MenuItem ; schema:name "Chicken Tortilla â Bowl" ; schema:nutrition :ni-chicken-tortilla-bowl .
:ni-chicken-tortilla-bowl a schema:NutritionInformation ;
  schema:calories "230" ; schema:fatContent "10 g" ; schema:saturatedFatContent "2 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "800 mg" ; schema:carbohydrateContent "18 g" ; schema:proteinContent "17 g" ; schema:fiberContent "3 g" ;
  schema:cholesterolContent "55 mg" ; schema:sugarContent "3 g" .

:lobster-bisque-cup a schema:MenuItem ; schema:name "Lobster Bisque â Cup" ; schema:nutrition :ni-lobster-bisque-cup .
:ni-lobster-bisque-cup a schema:NutritionInformation ;
  schema:calories "200" ; schema:fatContent "12 g" ; schema:saturatedFatContent "7 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "920 mg" ; schema:carbohydrateContent "15 g" ; schema:proteinContent "5 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "65 mg" ; schema:sugarContent "4 g" .

:lobster-bisque-bowl a schema:MenuItem ; schema:name "Lobster Bisque â Bowl" ; schema:nutrition :ni-lobster-bisque-bowl .
:ni-lobster-bisque-bowl a schema:NutritionInformation ;
  schema:calories "250" ; schema:fatContent "15 g" ; schema:saturatedFatContent "9 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1130 mg" ; schema:carbohydrateContent "18 g" ; schema:proteinContent "5 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "75 mg" ; schema:sugarContent "5 g" .

:small-salads a schema:MenuSection ; schema:name "Small Salads" ;
  schema:hasMenuItem :watermelon-tomato, :romaine-caesar, :field-greens .

:watermelon-tomato a schema:MenuItem ; schema:name "Watermelon and Tomato" ; schema:nutrition :ni-watermelon-tomato .
:ni-watermelon-tomato a schema:NutritionInformation ;
  schema:calories "210" ; schema:fatContent "9 g" ; schema:saturatedFatContent "2 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "520 mg" ; schema:carbohydrateContent "33 g" ; schema:proteinContent "4 g" ; schema:fiberContent "2 g" ;
  schema:cholesterolContent "10 mg" ; schema:sugarContent "26 g" .

:romaine-caesar a schema:MenuItem ; schema:name "Romaine Caesar" ; schema:nutrition :ni-romaine-caesar .
:ni-romaine-caesar a schema:NutritionInformation ;
  schema:calories "370" ; schema:fatContent "23 g" ; schema:saturatedFatContent "11 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1140 mg" ; schema:carbohydrateContent "24 g" ; schema:proteinContent "16 g" ; schema:fiberContent "5 g" ;
  schema:cholesterolContent "65 mg" ; schema:sugarContent "3 g" .

:field-greens a schema:MenuItem ; schema:name "Field Greens" ; schema:nutrition :ni-field-greens .
:ni-field-greens a schema:NutritionInformation ;
  schema:calories "210" ; schema:fatContent "14 g" ; schema:saturatedFatContent "2 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "430 mg" ; schema:carbohydrateContent "19 g" ; schema:proteinContent "5 g" ; schema:fiberContent "4 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "11 g" .

:entree-salads a schema:MenuSection ; schema:name "EntrÃ©e Salads" ;
  schema:hasMenuItem :mediterranean-wood-grilled-chicken, :wood-grilled-tenderloin,
                     :sesame-grilled-salmon, :maui-tuna-crunch .

:mediterranean-wood-grilled-chicken a schema:MenuItem ; schema:name "Mediterranean Wood-Grilled Chicken" ; schema:nutrition :ni-mediterranean-wood-grilled-chicken .
:ni-mediterranean-wood-grilled-chicken a schema:NutritionInformation ;
  schema:calories "590" ; schema:fatContent "36 g" ; schema:saturatedFatContent "10 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1600 mg" ; schema:carbohydrateContent "28 g" ; schema:proteinContent "41 g" ; schema:fiberContent "5 g" ;
  schema:cholesterolContent "200 mg" ; schema:sugarContent "8 g" .

:wood-grilled-tenderloin a schema:MenuItem ; schema:name "Wood-Grilled Tenderloin" ; schema:nutrition :ni-wood-grilled-tenderloin .
:ni-wood-grilled-tenderloin a schema:NutritionInformation ;
  schema:calories "470" ; schema:fatContent "22 g" ; schema:saturatedFatContent "7 g" ; schema:transFatContent "0.5 g" ;
  schema:sodiumContent "880 mg" ; schema:carbohydrateContent "27 g" ; schema:proteinContent "45 g" ; schema:fiberContent "8 g" ;
  schema:cholesterolContent "105 mg" ; schema:sugarContent "13 g" .

:sesame-grilled-salmon a schema:MenuItem ; schema:name "Sesame-Grilled Salmon" ; schema:nutrition :ni-sesame-grilled-salmon .
:ni-sesame-grilled-salmon a schema:NutritionInformation ;
  schema:calories "510" ; schema:fatContent "21 g" ; schema:saturatedFatContent "5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1700 mg" ; schema:carbohydrateContent "32 g" ; schema:proteinContent "50 g" ; schema:fiberContent "6 g" ;
  schema:cholesterolContent "100 mg" ; schema:sugarContent "23 g" .

:maui-tuna-crunch a schema:MenuItem ; schema:name "Maui Tuna Crunch" ; schema:nutrition :ni-maui-tuna-crunch .
:ni-maui-tuna-crunch a schema:NutritionInformation ;
  schema:calories "360" ; schema:fatContent "11 g" ; schema:saturatedFatContent "3.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1150 mg" ; schema:carbohydrateContent "39 g" ; schema:proteinContent "27 g" ; schema:fiberContent "7 g" ;
  schema:cholesterolContent "35 mg" ; schema:sugarContent "28 g" .

# ---------- Page 2 (partial) ----------
:may-we-suggest a schema:MenuSection ; schema:name "May We Suggest" ;
  schema:hasMenuItem :wild-alaska-salmon, :caramelized-grilled-sea-scallops-entree,
                     :brick-oven-chilean-sea-bass, :cedar-plank-roasted-salmon,
                     :wood-grilled-kona-crusted-lamb-loin, :filet-mignon-maine-lobster-tail .

:wild-alaska-salmon a schema:MenuItem ; schema:name "Wild Alaska Salmon" ; schema:nutrition :ni-wild-alaska-salmon .
:ni-wild-alaska-salmon a schema:NutritionInformation ;
  schema:calories "590" ; schema:fatContent "29 g" ; schema:saturatedFatContent "11 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1870 mg" ; schema:carbohydrateContent "43 g" ; schema:proteinContent "43 g" ; schema:fiberContent "6 g" ;
  schema:cholesterolContent "100 mg" ; schema:sugarContent "11 g" .

:caramelized-grilled-sea-scallops-entree a schema:MenuItem ; schema:name "Caramelized Grilled Sea Scallops EntrÃ©e" ; schema:nutrition :ni-caramelized-grilled-sea-scallops-entree .
:ni-caramelized-grilled-sea-scallops-entree a schema:NutritionInformation ;
  schema:calories "460" ; schema:fatContent "16 g" ; schema:saturatedFatContent "6 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "2470 mg" ; schema:carbohydrateContent "39 g" ; schema:proteinContent "33 g" ; schema:fiberContent "3 g" ;
  schema:cholesterolContent "100 mg" ; schema:sugarContent "4 g" .

:brick-oven-chilean-sea-bass a schema:MenuItem ; schema:name "Brick OvenâRoasted Chilean Sea Bass" ; schema:nutrition :ni-brick-oven-chilean-sea-bass .
:ni-brick-oven-chilean-sea-bass a schema:NutritionInformation ;
  schema:calories "520" ; schema:fatContent "16 g" ; schema:saturatedFatContent "2.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1460 mg" ; schema:carbohydrateContent "46 g" ; schema:proteinContent "46 g" ; schema:fiberContent "4 g" ;
  schema:cholesterolContent "85 mg" ; schema:sugarContent "9 g" .

:cedar-plank-roasted-salmon a schema:MenuItem ; schema:name "Cedar PlankâRoasted Salmon" ; schema:nutrition :ni-cedar-plank-roasted-salmon .
:ni-cedar-plank-roasted-salmon a schema:NutritionInformation ;
  schema:calories "560" ; schema:fatContent "23 g" ; schema:saturatedFatContent "6 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1680 mg" ; schema:carbohydrateContent "24 g" ; schema:proteinContent "50 g" ; schema:fiberContent "4 g" ;
  schema:cholesterolContent "100 mg" ; schema:sugarContent "3 g" .

:wood-grilled-kona-crusted-lamb-loin a schema:MenuItem ; schema:name "Wood-Grilled Kona Crusted Lamb Loin" ; schema:nutrition :ni-wood-grilled-kona-crusted-lamb-loin .
:ni-wood-grilled-kona-crusted-lamb-loin a schema:NutritionInformation ;
  schema:calories "580" ; schema:fatContent "37 g" ; schema:saturatedFatContent "19 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "980 mg" ; schema:carbohydrateContent "21 g" ; schema:proteinContent "41 g" ; schema:fiberContent "4 g" ;
  schema:cholesterolContent "180 mg" ; schema:sugarContent "4 g" .

:filet-mignon-maine-lobster-tail a schema:MenuItem ; schema:name "Filet Mignon and Maine Lobster Tail" ; schema:nutrition :ni-filet-mignon-maine-lobster-tail .
:ni-filet-mignon-maine-lobster-tail a schema:NutritionInformation ;
  schema:calories "550" ; schema:fatContent "28 g" ; schema:saturatedFatContent "10 g" ; schema:transFatContent "1 g" ;
  schema:sodiumContent "2070 mg" ; schema:carbohydrateContent "21 g" ; schema:proteinContent "56 g" ; schema:fiberContent "6 g" ;
  schema:cholesterolContent "225 mg" ; schema:sugarContent "4 g" .

:entrees a schema:MenuSection ; schema:name "EntrÃ©es" ;
  schema:hasMenuItem :rotisserie-half-chicken, :wood-grilled-shrimp-grits, :wood-grilled-dry-rubbed-pork-chop,
                     :wood-grilled-rainbow-trout, :black-lentil-bolognese, :brick-oven-gnocchi,
                     :wood-grilled-filet-mignon-6oz, :wood-grilled-filet-mignon-8oz .

:rotisserie-half-chicken a schema:MenuItem ; schema:name "Rotisserie Half Chicken" ; schema:nutrition :ni-rotisserie-half-chicken .
:ni-rotisserie-half-chicken a schema:NutritionInformation ;
  schema:calories "590" ; schema:fatContent "11 g" ; schema:saturatedFatContent "3 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "870 mg" ; schema:carbohydrateContent "59 g" ; schema:proteinContent "66 g" ; schema:fiberContent "5 g" ;
  schema:cholesterolContent "230 mg" ; schema:sugarContent "21 g" .

:wood-grilled-shrimp-grits a schema:MenuItem ; schema:name "Wood-Grilled Shrimp and Grits" ; schema:nutrition :ni-wood-grilled-shrimp-grits .
:ni-wood-grilled-shrimp-grits a schema:NutritionInformation ;
  schema:calories "590" ; schema:fatContent "37 g" ; schema:saturatedFatContent "17 g" ; schema:transFatContent "1 g" ;
  schema:sodiumContent "1880 mg" ; schema:carbohydrateContent "19 g" ; schema:proteinContent "47 g" ; schema:fiberContent "3 g" ;
  schema:cholesterolContent "360 mg" ; schema:sugarContent "5 g" .

:wood-grilled-dry-rubbed-pork-chop a schema:MenuItem ; schema:name "Wood-Grilled Dry-Rubbed Pork Chop" ; schema:nutrition :ni-wood-grilled-dry-rubbed-pork-chop .
:ni-wood-grilled-dry-rubbed-pork-chop a schema:NutritionInformation ;
  schema:calories "540" ; schema:fatContent "21 g" ; schema:saturatedFatContent "7 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "610 mg" ; schema:carbohydrateContent "55 g" ; schema:proteinContent "35 g" ; schema:fiberContent "5 g" ;
  schema:cholesterolContent "119 mg" ; schema:sugarContent "14 g" .

:wood-grilled-rainbow-trout a schema:MenuItem ; schema:name "Wood-Grilled Rainbow Trout" ; schema:nutrition :ni-wood-grilled-rainbow-trout .
:ni-wood-grilled-rainbow-trout a schema:NutritionInformation ;
  schema:calories "460" ; schema:fatContent "23 g" ; schema:saturatedFatContent "4.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1060 mg" ; schema:carbohydrateContent "22 g" ; schema:proteinContent "43 g" ; schema:fiberContent "4 g" ;
  schema:cholesterolContent "120 mg" ; schema:sugarContent "3 g" .

:black-lentil-bolognese a schema:MenuItem ; schema:name "Black Lentil Bolognese" ; schema:nutrition :ni-black-lentil-bolognese .
:ni-black-lentil-bolognese a schema:NutritionInformation ;
  schema:calories "650" ; schema:fatContent "18 g" ; schema:saturatedFatContent "3.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "2270 mg" ; schema:carbohydrateContent "78 g" ; schema:proteinContent "19 g" ; schema:fiberContent "16 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "6 g" .

:brick-oven-gnocchi a schema:MenuItem ; schema:name "Brick-Oven Gnocchi" ; schema:nutrition :ni-brick-oven-gnocchi .
:ni-brick-oven-gnocchi a schema:NutritionInformation ;
  schema:calories "580" ; schema:fatContent "24 g" ; schema:saturatedFatContent "7 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "2670 mg" ; schema:carbohydrateContent "77 g" ; schema:proteinContent "18 g" ; schema:fiberContent "7 g" ;
  schema:cholesterolContent "25 mg" ; schema:sugarContent "15 g" .

:wood-grilled-filet-mignon-6oz a schema:MenuItem ; schema:name "Wood-Grilled Filet Mignon â 6 oz." ; schema:nutrition :ni-wood-grilled-filet-mignon-6oz .
:ni-wood-grilled-filet-mignon-6oz a schema:NutritionInformation ;
  schema:calories "520" ; schema:fatContent "28 g" ; schema:saturatedFatContent "13 g" ; schema:transFatContent "1 g" ;
  schema:sodiumContent "1500 mg" ; schema:carbohydrateContent "24 g" ; schema:proteinContent "45 g" ; schema:fiberContent "5 g" ;
  schema:cholesterolContent "135 mg" ; schema:sugarContent "6 g" .

:wood-grilled-filet-mignon-8oz a schema:MenuItem ; schema:name "Wood-Grilled Filet Mignon â 8 oz." ; schema:nutrition :ni-wood-grilled-filet-mignon-8oz .
:ni-wood-grilled-filet-mignon-8oz a schema:NutritionInformation ;
  schema:calories "580" ; schema:fatContent "30 g" ; schema:saturatedFatContent "14 g" ; schema:transFatContent "1 g" ;
  schema:sodiumContent "1520 mg" ; schema:carbohydrateContent "24 g" ; schema:proteinContent "55 g" ; schema:fiberContent "5 g" ;
  schema:cholesterolContent "160 mg" ; schema:sugarContent "6 g" .

:entree-salad-accompaniments a schema:MenuSection ; schema:name "EntrÃ©e & Salad Accompaniments" ;
  schema:hasMenuItem :lemon-grilled-shrimp-skewer, :wood-grilled-maine-lobster-tail,
                     :caramelized-grilled-sea-scallops-20, :wood-grilled-chicken-breast .

:lemon-grilled-shrimp-skewer a schema:MenuItem ; schema:name "Lemon Grilled Shrimp Skewer" ; schema:nutrition :ni-lemon-grilled-shrimp-skewer .
:ni-lemon-grilled-shrimp-skewer a schema:NutritionInformation ;
  schema:calories "120" ; schema:fatContent "4.5 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "490 mg" ; schema:carbohydrateContent "1 g" ; schema:proteinContent "19 g" ; schema:fiberContent "<1 g" ;
  schema:cholesterolContent "140 mg" ; schema:sugarContent "0 g" .

:wood-grilled-maine-lobster-tail a schema:MenuItem ; schema:name "Wood-Grilled Maine Lobster Tail" ; schema:nutrition :ni-wood-grilled-maine-lobster-tail .
:ni-wood-grilled-maine-lobster-tail a schema:NutritionInformation ;
  schema:calories "110" ; schema:fatContent "5 g" ; schema:saturatedFatContent "1 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "530 mg" ; schema:carbohydrateContent "<1 g" ; schema:proteinContent "14 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "105 mg" ; schema:sugarContent "0 g" .

:caramelized-grilled-sea-scallops-20 a schema:MenuItem ; schema:name "Caramelized Grilled Sea Scallops â 20" ; schema:nutrition :ni-caramelized-grilled-sea-scallops-20 .
:ni-caramelized-grilled-sea-scallops-20 a schema:NutritionInformation ;
  schema:calories "90" ; schema:fatContent "2.5 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "780 mg" ; schema:carbohydrateContent "4 g" ; schema:proteinContent "13 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "25 mg" ; schema:sugarContent "0 g" .

:wood-grilled-chicken-breast a schema:MenuItem ; schema:name "Wood-Grilled Chicken Breast" ; schema:nutrition :ni-wood-grilled-chicken-breast .
:ni-wood-grilled-chicken-breast a schema:NutritionInformation ;
  schema:calories "230" ; schema:fatContent "11 g" ; schema:saturatedFatContent "4.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "600 mg" ; schema:carbohydrateContent "<1 g" ; schema:proteinContent "32 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "180 mg" ; schema:sugarContent "0 g" .

:for-the-table a schema:MenuSection ; schema:name "For the Table" ;
  schema:hasMenuItem :mac-n-cheese, :street-corn-skillet, :loaded-potato-skillet, :yukon-mashed-skillet, :truffled-risotto .

:mac-n-cheese a schema:MenuItem ; schema:name "Mac âNâ Cheese" ; schema:nutrition :ni-mac-n-cheese .
:ni-mac-n-cheese a schema:NutritionInformation ;
  schema:calories "590" ; schema:fatContent "31 g" ; schema:saturatedFatContent "13 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1280 mg" ; schema:carbohydrateContent "62 g" ; schema:proteinContent "20 g" ; schema:fiberContent "2 g" ;
  schema:cholesterolContent "60 mg" ; schema:sugarContent "7 g" .

:street-corn-skillet a schema:MenuItem ; schema:name "Street Corn Skillet" ; schema:nutrition :ni-street-corn-skillet .
:ni-street-corn-skillet a schema:NutritionInformation ;
  schema:calories "470" ; schema:fatContent "31 g" ; schema:saturatedFatContent "16 g" ; schema:transFatContent "1 g" ;
  schema:sodiumContent "830 mg" ; schema:carbohydrateContent "40 g" ; schema:proteinContent "16 g" ; schema:fiberContent "4 g" ;
  schema:cholesterolContent "80 mg" ; schema:sugarContent "9 g" .

:loaded-potato-skillet a schema:MenuItem ; schema:name "Loaded Potato Skillet" ; schema:nutrition :ni-loaded-potato-skillet .
:ni-loaded-potato-skillet a schema:NutritionInformation ;
  schema:calories "630" ; schema:fatContent "36 g" ; schema:saturatedFatContent "17 g" ; schema:transFatContent "1 g" ;
  schema:sodiumContent "1750 mg" ; schema:carbohydrateContent "46 g" ; schema:proteinContent "18 g" ; schema:fiberContent "7 g" ;
  schema:cholesterolContent "55 mg" ; schema:sugarContent "5 g" .

:yukon-mashed-skillet a schema:MenuItem ; schema:name "Yukon Mashed Skillet" ; schema:nutrition :ni-yukon-mashed-skillet .
:ni-yukon-mashed-skillet a schema:NutritionInformation ;
  schema:calories "580" ; schema:fatContent "43 g" ; schema:saturatedFatContent "27 g" ; schema:transFatContent "1.5 g" ;
  schema:sodiumContent "590 mg" ; schema:carbohydrateContent "45 g" ; schema:proteinContent "7 g" ; schema:fiberContent "5 g" ;
  schema:cholesterolContent "125 mg" ; schema:sugarContent "5 g" .

:truffled-risotto a schema:MenuItem ; schema:name "Truffled Risotto" ; schema:nutrition :ni-truffled-risotto .
:ni-truffled-risotto a schema:NutritionInformation ;
  schema:calories "510" ; schema:fatContent "28 g" ; schema:saturatedFatContent "15 g" ; schema:transFatContent "0.5 g" ;
  schema:sodiumContent "1350 mg" ; schema:carbohydrateContent "36 g" ; schema:proteinContent "12 g" ; schema:fiberContent "3 g" ;
  schema:cholesterolContent "80 mg" ; schema:sugarContent "5 g" .

:flatbread-pairings a schema:MenuSection ; schema:name "Flatbread Pairings" ;
  schema:hasMenuItem :pesto-chicken-mozzarella-half, :wood-grilled-corn-cheddar-bacon-half,
                     :philly-cheesesteak-half, :roasted-tomato-half, :all-natural-pepperoni-half,
                     :chipotle-bbq-shrimp-half .

:pesto-chicken-mozzarella-half a schema:MenuItem ; schema:name "Pesto Chicken and Fresh Mozzarella â Half" ; schema:nutrition :ni-pesto-chicken-mozzarella-half .
:ni-pesto-chicken-mozzarella-half a schema:NutritionInformation ;
  schema:calories "260" ; schema:fatContent "11 g" ; schema:saturatedFatContent "4 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "430 mg" ; schema:carbohydrateContent "21 g" ; schema:proteinContent "17 g" ; schema:fiberContent "1 g" ;
  schema:cholesterolContent "50 mg" ; schema:sugarContent "3 g" .

:wood-grilled-corn-cheddar-bacon-half a schema:MenuItem ; schema:name "Wood-Grilled Corn, Aged Cheddar and Spiced Bacon â Half" ; schema:nutrition :ni-wood-grilled-corn-cheddar-bacon-half .
:ni-wood-grilled-corn-cheddar-bacon-half a schema:NutritionInformation ;
  schema:calories "290" ; schema:fatContent "14 g" ; schema:saturatedFatContent "6 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "540 mg" ; schema:carbohydrateContent "28 g" ; schema:proteinContent "15 g" ; schema:fiberContent "2 g" ;
  schema:cholesterolContent "35 mg" ; schema:sugarContent "7 g" .

:philly-cheesesteak-half a schema:MenuItem ; schema:name "Philly Cheesesteak â Half" ; schema:nutrition :ni-philly-cheesesteak-half .
:ni-philly-cheesesteak-half a schema:NutritionInformation ;
  schema:calories "270" ; schema:fatContent "11 g" ; schema:saturatedFatContent "4.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "840 mg" ; schema:carbohydrateContent "22 g" ; schema:proteinContent "21 g" ; schema:fiberContent "2 g" ;
  schema:cholesterolContent "100 mg" ; schema:sugarContent "4 g" .

:roasted-tomato-half a schema:MenuItem ; schema:name "Roasted Tomato â Half" ; schema:nutrition :ni-roasted-tomato-half .
:ni-roasted-tomato-half a schema:NutritionInformation ;
  schema:calories "220" ; schema:fatContent "9 g" ; schema:saturatedFatContent "3.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "410 mg" ; schema:carbohydrateContent "24 g" ; schema:proteinContent "10 g" ; schema:fiberContent "3 g" ;
  schema:cholesterolContent "85 mg" ; schema:sugarContent "5 g" .

:all-natural-pepperoni-half a schema:MenuItem ; schema:name "All-Natural Pepperoni â Half" ; schema:nutrition :ni-all-natural-pepperoni-half .
:ni-all-natural-pepperoni-half a schema:NutritionInformation ;
  schema:calories "290" ; schema:fatContent "15 g" ; schema:saturatedFatContent "6 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "710 mg" ; schema:carbohydrateContent "25 g" ; schema:proteinContent "12 g" ; schema:fiberContent "1 g" ;
  schema:cholesterolContent "140 mg" ; schema:sugarContent "5 g" .

:chipotle-bbq-shrimp-half a schema:MenuItem ; schema:name "Chipotle BBQ Shrimp â Half" ; schema:nutrition :ni-chipotle-bbq-shrimp-half .
:ni-chipotle-bbq-shrimp-half a schema:NutritionInformation ;
  schema:calories "250" ; schema:fatContent "10 g" ; schema:saturatedFatContent "4.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "830 mg" ; schema:carbohydrateContent "23 g" ; schema:proteinContent "17 g" ; schema:fiberContent "1 g" ;
  schema:cholesterolContent "90 mg" ; schema:sugarContent "5 g" .

:lunch-features a schema:MenuSection ; schema:name "Lunch Features" ;
  schema:hasMenuItem :mahi-mahi-tacos-southwest-salad, :wood-grilled-steak-tacos-southwest-salad,
                     :naked-cheeseburger, :grilled-chicken-caprese-sandwich, :lump-crab-cake-sandwich .

:mahi-mahi-tacos-southwest-salad a schema:MenuItem ; schema:name "Mahi Mahi Tacos with Southwest Salad" ; schema:nutrition :ni-mahi-mahi-tacos-southwest-salad .
:ni-mahi-mahi-tacos-southwest-salad a schema:NutritionInformation ;
  schema:calories "530" ; schema:fatContent "21 g" ; schema:saturatedFatContent "3.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1590 mg" ; schema:carbohydrateContent "48 g" ; schema:proteinContent "38 g" ; schema:fiberContent "10 g" ;
  schema:cholesterolContent "105 mg" ; schema:sugarContent "9 g" .

:wood-grilled-steak-tacos-southwest-salad a schema:MenuItem ; schema:name "Wood-Grilled Steak Tacos with Southwest Salad" ; schema:nutrition :ni-wood-grilled-steak-tacos-southwest-salad .
:ni-wood-grilled-steak-tacos-southwest-salad a schema:NutritionInformation ;
  schema:calories "520" ; schema:fatContent "22 g" ; schema:saturatedFatContent "4 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1490 mg" ; schema:carbohydrateContent "48 g" ; schema:proteinContent "31 g" ; schema:fiberContent "10 g" ;
  schema:cholesterolContent "200 mg" ; schema:sugarContent "9 g" .

:naked-cheeseburger a schema:MenuItem ; schema:name "Naked Cheeseburger" ; schema:nutrition :ni-naked-cheeseburger .
:ni-naked-cheeseburger a schema:NutritionInformation ;
  schema:calories "370" ; schema:fatContent "27 g" ; schema:saturatedFatContent "12 g" ; schema:transFatContent "1 g" ;
  schema:sodiumContent "960 mg" ; schema:carbohydrateContent "5 g" ; schema:proteinContent "43 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "150 mg" ; schema:sugarContent "2 g" .

:grilled-chicken-caprese-sandwich a schema:MenuItem ; schema:name "Grilled Chicken Caprese Sandwich" ; schema:nutrition :ni-grilled-chicken-caprese-sandwich .
:ni-grilled-chicken-caprese-sandwich a schema:NutritionInformation ;
  schema:calories "590" ; schema:fatContent "21 g" ; schema:saturatedFatContent "6 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1380 mg" ; schema:carbohydrateContent "54 g" ; schema:proteinContent "48 g" ; schema:fiberContent "4 g" ;
  schema:cholesterolContent "190 mg" ; schema:sugarContent "4 g" .

:lump-crab-cake-sandwich a schema:MenuItem ; schema:name "Lump Crab Cake Sandwich" ; schema:nutrition :ni-lump-crab-cake-sandwich .
:ni-lump-crab-cake-sandwich a schema:NutritionInformation ;
  schema:calories "560" ; schema:fatContent "27 g" ; schema:saturatedFatContent "10 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1450 mg" ; schema:carbohydrateContent "55 g" ; schema:proteinContent "28 g" ; schema:fiberContent "5 g" ;
  schema:cholesterolContent "185 mg" ; schema:sugarContent "12 g" .

:kids a schema:MenuSection ; schema:name "Kids" ;
  schema:hasMenuItem :kids-mac-n-cheese, :kids-burger, :kids-grilled-chicken-breast, :kids-cheese-flatbread .

:kids-mac-n-cheese a schema:MenuItem ; schema:name "Mac 'N' Cheese (Kids)" ; schema:nutrition :ni-kids-mac-n-cheese .
:ni-kids-mac-n-cheese a schema:NutritionInformation ;
  schema:calories "590" ; schema:fatContent "28 g" ; schema:saturatedFatContent "11 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "1060 mg" ; schema:carbohydrateContent "61 g" ; schema:proteinContent "25 g" ; schema:fiberContent "2 g" ;
  schema:cholesterolContent "70 mg" ; schema:sugarContent "12 g" .

:kids-burger a schema:MenuItem ; schema:name "Burger (Kids)" ; schema:nutrition :ni-kids-burger .
:ni-kids-burger a schema:NutritionInformation ;
  schema:calories "580" ; schema:fatContent "26 g" ; schema:saturatedFatContent "12 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "830 mg" ; schema:carbohydrateContent "53 g" ; schema:proteinContent "36 g" ; schema:fiberContent "5 g" ;
  schema:cholesterolContent "140 mg" ; schema:sugarContent "15 g" .

:kids-grilled-chicken-breast a schema:MenuItem ; schema:name "Grilled Chicken Breast (Kids)" ; schema:nutrition :ni-kids-grilled-chicken-breast .
:ni-kids-grilled-chicken-breast a schema:NutritionInformation ;
  schema:calories "560" ; schema:fatContent "22 g" ; schema:saturatedFatContent "11 g" ; schema:transFatContent "0.5 g" ;
  schema:sodiumContent "860 mg" ; schema:carbohydrateContent "19 g" ; schema:proteinContent "36 g" ; schema:fiberContent "3 g" ;
  schema:cholesterolContent "210 mg" ; schema:sugarContent "14 g" .

:kids-cheese-flatbread a schema:MenuItem ; schema:name "Cheese Flatbread (Kids)" ; schema:nutrition :ni-kids-cheese-flatbread .
:ni-kids-cheese-flatbread a schema:NutritionInformation;  schema:calories "320" ; schema:fatContent "12 g" ; schema:saturatedFatContent "5 g" ; schema:transFatContent "0 g" ;
schema:sodiumContent "680 mg" ; schema:carbohydrateContent "32 g" ; schema:proteinContent "12 g" ; schema:fiberContent "2 g" ;
schema:cholesterolContent "110 mg" ; schema:sugarContent "5 g" .

# ---------- Pages 3â4 ----------

:pasta a schema:MenuSection ; schema:name "Pasta" ;
  schema:hasMenuItem :pasta-base, :pasta-add-chicken-breast, :pasta-add-shrimp .

:pasta-base a schema:MenuItem ; schema:name "Pasta" ; schema:nutrition :ni-pasta-base .
:ni-pasta-base a schema:NutritionInformation ;
  schema:calories "350" ; schema:fatContent "10 g" ; schema:saturatedFatContent "1.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "830 mg" ; schema:carbohydrateContent "55 g" ; schema:proteinContent "3 g" ; schema:fiberContent "3 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "6 g" .

:pasta-add-chicken-breast a schema:MenuItem ; schema:name "Add Chicken Breast" ; schema:nutrition :ni-pasta-add-chicken-breast .
:ni-pasta-add-chicken-breast a schema:NutritionInformation ;
  schema:calories "230" ; schema:fatContent "11 g" ; schema:saturatedFatContent "4 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "600 mg" ; schema:carbohydrateContent "<1 g" ; schema:proteinContent "32 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "180 mg" ; schema:sugarContent "0 g" .

:pasta-add-shrimp a schema:MenuItem ; schema:name "Add Shrimp" ; schema:nutrition :ni-pasta-add-shrimp .
:ni-pasta-add-shrimp a schema:NutritionInformation ;
  schema:calories "120" ; schema:fatContent "4.5 g" ; schema:saturatedFatContent "0.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "490 mg" ; schema:carbohydrateContent "1 g" ; schema:proteinContent "19 g" ; schema:fiberContent "<1 g" ;
  schema:cholesterolContent "140 mg" ; schema:sugarContent "0 g" .

:mini-indulgences a schema:MenuSection ; schema:name "Mini Indulgences" ;
  schema:hasMenuItem :blueberry-lemon, :pecan-pie, :belgian-chocolate-smores, :key-lime-pie,
                     :raspberry-chocolate-chip-cannoli, :oatmeal-cookie-cream-pie,
                     :peanut-butter-torte, :turtle-cheesecake, :mojito-fruit .

:blueberry-lemon a schema:MenuItem ; schema:name "Blueberry and Lemon" ; schema:nutrition :ni-blueberry-lemon .
:ni-blueberry-lemon a schema:NutritionInformation ;
  schema:calories "150" ; schema:fatContent "8 g" ; schema:saturatedFatContent "4.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "45 mg" ; schema:carbohydrateContent "20 g" ; schema:proteinContent "1 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "40 mg" ; schema:sugarContent "17 g" .

:pecan-pie a schema:MenuItem ; schema:name "Pecan Pie" ; schema:nutrition :ni-pecan-pie .
:ni-pecan-pie a schema:NutritionInformation ;
  schema:calories "350" ; schema:fatContent "20 g" ; schema:saturatedFatContent "8 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "180 mg" ; schema:carbohydrateContent "29 g" ; schema:proteinContent "3 g" ; schema:fiberContent "2 g" ;
  schema:cholesterolContent "125 mg" ; schema:sugarContent "25 g" .

:belgian-chocolate-smores a schema:MenuItem ; schema:name "Belgian Chocolate S'mores" ; schema:nutrition :ni-belgian-chocolate-smores .
:ni-belgian-chocolate-smores a schema:NutritionInformation ;
  schema:calories "320" ; schema:fatContent "20 g" ; schema:saturatedFatContent "11 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "140 mg" ; schema:carbohydrateContent "34 g" ; schema:proteinContent "3 g" ; schema:fiberContent "4 g" ;
  schema:cholesterolContent "60 mg" ; schema:sugarContent "25 g" .

:key-lime-pie a schema:MenuItem ; schema:name "Key Lime Pie" ; schema:nutrition :ni-key-lime-pie .
:ni-key-lime-pie a schema:NutritionInformation ;
  schema:calories "290" ; schema:fatContent "14 g" ; schema:saturatedFatContent "10 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "105 mg" ; schema:carbohydrateContent "38 g" ; schema:proteinContent "5 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "80 mg" ; schema:sugarContent "32 g" .

:raspberry-chocolate-chip-cannoli a schema:MenuItem ; schema:name "Raspberry Chocolate Chip Cannoli" ; schema:nutrition :ni-raspberry-chocolate-chip-cannoli .
:ni-raspberry-chocolate-chip-cannoli a schema:NutritionInformation ;
  schema:calories "220" ; schema:fatContent "9 g" ; schema:saturatedFatContent "5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "50 mg" ; schema:carbohydrateContent "30 g" ; schema:proteinContent "6 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "30 mg" ; schema:sugarContent "25 g" .

:oatmeal-cookie-cream-pie a schema:MenuItem ; schema:name "Oatmeal Cookie Cream Pie" ; schema:nutrition :ni-oatmeal-cookie-cream-pie .
:ni-oatmeal-cookie-cream-pie a schema:NutritionInformation ;
  schema:calories "490" ; schema:fatContent "24 g" ; schema:saturatedFatContent "8 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "320 mg" ; schema:carbohydrateContent "65 g" ; schema:proteinContent "6 g" ; schema:fiberContent "1 g" ;
  schema:cholesterolContent "140 mg" ; schema:sugarContent "24 g" .

:peanut-butter-torte a schema:MenuItem ; schema:name "Peanut Butter Torte" ; schema:nutrition :ni-peanut-butter-torte .
:ni-peanut-butter-torte a schema:NutritionInformation ;
  schema:calories "310" ; schema:fatContent "23 g" ; schema:saturatedFatContent "11 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "230 mg" ; schema:carbohydrateContent "24 g" ; schema:proteinContent "5 g" ; schema:fiberContent "1 g" ;
  schema:cholesterolContent "200 mg" ; schema:sugarContent "18 g" .

:turtle-cheesecake a schema:MenuItem ; schema:name "Turtle Cheesecake" ; schema:nutrition :ni-turtle-cheesecake .
:ni-turtle-cheesecake a schema:NutritionInformation ;
  schema:calories "310" ; schema:fatContent "18 g" ; schema:saturatedFatContent "10 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "190 mg" ; schema:carbohydrateContent "35 g" ; schema:proteinContent "7 g" ; schema:fiberContent "1 g" ;
  schema:cholesterolContent "160 mg" ; schema:sugarContent "24 g" .

:mojito-fruit a schema:MenuItem ; schema:name "Mojito Fruit" ; schema:nutrition :ni-mojito-fruit .
:ni-mojito-fruit a schema:NutritionInformation ;
  schema:calories "40" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "11 g" ; schema:proteinContent "<1 g" ; schema:fiberContent "2 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "7 g" .

:happy-hour-small-plates a schema:MenuSection ; schema:name "Happy Hour Small Plates" ;
  schema:hasMenuItem :wood-grilled-kona-crusted-lamb, :seared-handline-ahi-tuna, :warm-goat-cheese-spread .

:wood-grilled-kona-crusted-lamb a schema:MenuItem ; schema:name "Wood-Grilled Kona-Crusted Lamb" ; schema:nutrition :ni-wood-grilled-kona-crusted-lamb .
:ni-wood-grilled-kona-crusted-lamb a schema:NutritionInformation ;
  schema:calories "120" ; schema:fatContent "6 g" ; schema:saturatedFatContent "2 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "210 mg" ; schema:carbohydrateContent "1 g" ; schema:proteinContent "14 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "50 mg" ; schema:sugarContent "0 g" .

:seared-handline-ahi-tuna a schema:MenuItem ; schema:name "Seared Handline Caught Ahi Tuna" ; schema:nutrition :ni-seared-handline-ahi-tuna .
:ni-seared-handline-ahi-tuna a schema:NutritionInformation ;
  schema:calories "70" ; schema:fatContent "1 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "360 mg" ; schema:carbohydrateContent "3 g" ; schema:proteinContent "11 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "10 mg" ; schema:sugarContent "2 g" .

:warm-goat-cheese-spread a schema:MenuItem ; schema:name "Warm Goat Cheese Spread" ; schema:nutrition :ni-warm-goat-cheese-spread .
:ni-warm-goat-cheese-spread a schema:NutritionInformation ;
  schema:calories "420" ; schema:fatContent "27 g" ; schema:saturatedFatContent "8 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "910 mg" ; schema:carbohydrateContent "33 g" ; schema:proteinContent "15 g" ; schema:fiberContent "3 g" ;
  schema:cholesterolContent "35 mg" ; schema:sugarContent "2 g" .

:seasonal-cocktails a schema:MenuSection ; schema:name "Seasonal Cocktails" ;
  schema:hasMenuItem :hawaiian-pineapple-cosmopolitan, :espresso-martini, :cucumber-basil-smash,
                     :peach-riesling-mule, :blueberry-lemon-splash, :watermelon-margarita,
                     :patron-paloma, :mojito-spritz, :new-old-fashioned, :jetsetter .

:hawaiian-pineapple-cosmopolitan a schema:MenuItem ; schema:name "Hawaiian Pineapple Cosmopolitan" ; schema:nutrition :ni-hawaiian-pineapple-cosmopolitan .
:ni-hawaiian-pineapple-cosmopolitan a schema:NutritionInformation ;
  schema:calories "230" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "10 mg" ; schema:carbohydrateContent "10 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "8 g" .

:espresso-martini a schema:MenuItem ; schema:name "Espresso Martini" ; schema:nutrition :ni-espresso-martini .
:ni-espresso-martini a schema:NutritionInformation ;
  schema:calories "360" ; schema:fatContent "3.5 g" ; schema:saturatedFatContent "2.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "25 mg" ; schema:carbohydrateContent "25 g" ; schema:proteinContent "<1 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "23 g" .

:cucumber-basil-smash a schema:MenuItem ; schema:name "Cucumber Basil Smash" ; schema:nutrition :ni-cucumber-basil-smash .
:ni-cucumber-basil-smash a schema:NutritionInformation ;
  schema:calories "230" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "10 mg" ; schema:carbohydrateContent "26 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "23 g" .

:peach-riesling-mule a schema:MenuItem ; schema:name "Peach Riesling Mule" ; schema:nutrition :ni-peach-riesling-mule .
:ni-peach-riesling-mule a schema:NutritionInformation ;
  schema:calories "180" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "16 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "13 g" .

:blueberry-lemon-splash a schema:MenuItem ; schema:name "Blueberry Lemon Splash" ; schema:nutrition :ni-blueberry-lemon-splash .
:ni-blueberry-lemon-splash a schema:NutritionInformation ;
  schema:calories "230" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "21 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "19 g" .

:watermelon-margarita a schema:MenuItem ; schema:name "Watermelon Margarita" ; schema:nutrition :ni-watermelon-margarita .
:ni-watermelon-margarita a schema:NutritionInformation ;
  schema:calories "310" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "47 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "45 g" .

:patron-paloma a schema:MenuItem ; schema:name "Patron Paloma" ; schema:nutrition :ni-patron-paloma .
:ni-patron-paloma a schema:NutritionInformation ;
  schema:calories "210" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "10 mg" ; schema:carbohydrateContent "20 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "19 g" .

:mojito-spritz a schema:MenuItem ; schema:name "Mojito Spritz" ; schema:nutrition :ni-mojito-spritz .
:ni-mojito-spritz a schema:NutritionInformation ;
  schema:calories "240" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "24 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "21 g" .

:new-old-fashioned a schema:MenuItem ; schema:name "New Old Fashioned" ; schema:nutrition :ni-new-old-fashioned .
:ni-new-old-fashioned a schema:NutritionInformation ;
  schema:calories "180" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "7 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "6 g" .

:jetsetter a schema:MenuItem ; schema:name "Jetsetter" ; schema:nutrition :ni-jetsetter .
:ni-jetsetter a schema:NutritionInformation ;
  schema:calories "200" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "22 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "21 g" .

:buzz-free a schema:MenuSection ; schema:name "Buzz-Free" ;
  schema:hasMenuItem :summer-refresher, :botanical-smash .

:summer-refresher a schema:MenuItem ; schema:name "Summer Refresher" ; schema:nutrition :ni-summer-refresher .
:ni-summer-refresher a schema:NutritionInformation ;
  schema:calories "220" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "10 mg" ; schema:carbohydrateContent "57 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "55 g" .

:botanical-smash a schema:MenuItem ; schema:name "Botanical Smash" ; schema:nutrition :ni-botanical-smash .
:ni-botanical-smash a schema:NutritionInformation ;
  schema:calories "80" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "10 mg" ; schema:carbohydrateContent "21 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "19 g" .

:happy-hour-drinks a schema:MenuSection ; schema:name "Happy Hour" ;
  schema:hasMenuItem :grapefruit-bliss, :sparkling-cosmo, :twisted-palmer, :classic-margarita .

:grapefruit-bliss a schema:MenuItem ; schema:name "Grapefruit Bliss" ; schema:nutrition :ni-grapefruit-bliss .
:ni-grapefruit-bliss a schema:NutritionInformation ;
  schema:calories "130" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "20 mg" ; schema:carbohydrateContent "9 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "8 g" .

:sparkling-cosmo a schema:MenuItem ; schema:name "Sparkling Cosmo" ; schema:nutrition :ni-sparkling-cosmo .
:ni-sparkling-cosmo a schema:NutritionInformation ;
  schema:calories "150" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "10 mg" ; schema:carbohydrateContent "18 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "17 g" .

:twisted-palmer a schema:MenuItem ; schema:name "Twisted Palmer" ; schema:nutrition :ni-twisted-palmer .
:ni-twisted-palmer a schema:NutritionInformation ;
  schema:calories "180" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "22 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "21 g" .

:classic-margarita a schema:MenuItem ; schema:name "Classic Margarita" ; schema:nutrition :ni-classic-margarita .
:ni-classic-margarita a schema:NutritionInformation ;
  schema:calories "300" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "45 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "42 g" .

:after-dinner a schema:MenuSection ; schema:name "After Dinner" ;
  schema:hasMenuItem :woodford-reserve-bourbon, :macallan-12-single-malt-scotch, :baileys-irish-creme, :godiva-chocolate-liqueur .

:woodford-reserve-bourbon a schema:MenuItem ; schema:name "Woodford Reserve Bourbon" ; schema:nutrition :ni-woodford-reserve-bourbon .
:ni-woodford-reserve-bourbon a schema:NutritionInformation ;
  schema:calories "150" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "0 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "0 g" .

:macallan-12-single-malt-scotch a schema:MenuItem ; schema:name "Macallan 12 Single Malt Scotch" ; schema:nutrition :ni-macallan-12-single-malt-scotch .
:ni-macallan-12-single-malt-scotch a schema:NutritionInformation ;
  schema:calories "140" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "0 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "0 g" .

:baileys-irish-creme a schema:MenuItem ; schema:name "Bailey's Irish CrÃ¨me" ; schema:nutrition :ni-baileys-irish-creme .
:ni-baileys-irish-creme a schema:NutritionInformation ;
  schema:calories "200" ; schema:fatContent "10 g" ; schema:saturatedFatContent "6 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "55 mg" ; schema:carbohydrateContent "13 g" ; schema:proteinContent "2 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "35 mg" ; schema:sugarContent "12 g" .

:godiva-chocolate-liqueur a schema:MenuItem ; schema:name "Godiva Chocolate Liqueur" ; schema:nutrition :ni-godiva-chocolate-liqueur .
:ni-godiva-chocolate-liqueur a schema:NutritionInformation ;
  schema:calories "210" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "5 mg" ; schema:carbohydrateContent "22 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "22 g" .

:wines a schema:MenuSection ; schema:name "Wines" ;
  schema:hasMenuItem :wine-red-6oz, :wine-red-9oz, :wine-red-bottle-750ml,
                     :wine-white-6oz, :wine-white-9oz, :wine-white-bottle-750ml,
                     :wine-sparkling-5oz, :wine-sparkling-bottle-750ml,
                     :wine-dessert-3oz, :wine-port-3oz .

:wine-red-6oz a schema:MenuItem ; schema:name "Wine, Red 6oz Glass" ; schema:nutrition :ni-wine-red-6oz .
:ni-wine-red-6oz a schema:NutritionInformation ;
  schema:calories "160" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "5 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "0 g" .

:wine-red-9oz a schema:MenuItem ; schema:name "Wine, Red 9oz Glass" ; schema:nutrition :ni-wine-red-9oz .
:ni-wine-red-9oz a schema:NutritionInformation ;
  schema:calories "230" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "8 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "2 g" .

:wine-red-bottle-750ml a schema:MenuItem ; schema:name "Wine, Red Bottle 750ml" ; schema:nutrition :ni-wine-red-bottle-750ml .
:ni-wine-red-bottle-750ml a schema:NutritionInformation ;
  schema:calories "680" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "21 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "5 g" .

:wine-white-6oz a schema:MenuItem ; schema:name "Wine, White 6oz Glass" ; schema:nutrition :ni-wine-white-6oz .
:ni-wine-white-6oz a schema:NutritionInformation ;
  schema:calories "150" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "10 mg" ; schema:carbohydrateContent "4 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "2 g" .

:wine-white-9oz a schema:MenuItem ; schema:name "Wine, White 9oz Glass" ; schema:nutrition :ni-wine-white-9oz .
:ni-wine-white-9oz a schema:NutritionInformation ;
  schema:calories "220" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "15 mg" ; schema:carbohydrateContent "6 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "3 g" .

:wine-white-bottle-750ml a schema:MenuItem ; schema:name "Wine, White Bottle 750ml" ; schema:nutrition :ni-wine-white-bottle-750ml .
:ni-wine-white-bottle-750ml a schema:NutritionInformation ;
  schema:calories "630" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "35 mg" ; schema:carbohydrateContent "16 g" ; schema:proteinContent "0 g" ; schema:fiberContent "<1 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "7 g" .

:wine-sparkling-5oz a schema:MenuItem ; schema:name "Wine, Sparkling 5oz Glass" ; schema:nutrition :ni-wine-sparkling-5oz .
:ni-wine-sparkling-5oz a schema:NutritionInformation ;
  schema:calories "120" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "5 mg" ; schema:carbohydrateContent "8 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "8 g" .

:wine-sparkling-bottle-750ml a schema:MenuItem ; schema:name "Wine, Sparkling Bottle 750ml" ; schema:nutrition :ni-wine-sparkling-bottle-750ml .
:ni-wine-sparkling-bottle-750ml a schema:NutritionInformation ;
  schema:calories "630" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "40 mg" ; schema:carbohydrateContent "38 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "38 g" .

:wine-dessert-3oz a schema:MenuItem ; schema:name "Wine, Dessert 3oz Glass" ; schema:nutrition :ni-wine-dessert-3oz .
:ni-wine-dessert-3oz a schema:NutritionInformation ;
  schema:calories "140" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "10 mg" ; schema:carbohydrateContent "12 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "7 g" .

:wine-port-3oz a schema:MenuItem ; schema:name "Wine, Port 3oz Glass" ; schema:nutrition :ni-wine-port-3oz .
:ni-wine-port-3oz a schema:NutritionInformation ;
  schema:calories "140" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "11 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "11 g" .

:wine-flights a schema:MenuSection ; schema:name "Wine Flights" ;
  schema:hasMenuItem :caymus-vineyards-wine-flight, :sparkling-flight .

:caymus-vineyards-wine-flight a schema:MenuItem ; schema:name "Caymus Vineyards Wine Flight" ; schema:nutrition :ni-caymus-vineyards-wine-flight .
:ni-caymus-vineyards-wine-flight a schema:NutritionInformation ;
  schema:calories "230" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "8 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "2 g" .

:sparkling-flight a schema:MenuItem ; schema:name "Sparkling Flight" ; schema:nutrition :ni-sparkling-flight .
:ni-sparkling-flight a schema:NutritionInformation ;
  schema:calories "220" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "15 mg" ; schema:carbohydrateContent "14 g" ; schema:proteinContent "0 g" ; schema:fiberContent "<1 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "14 g" .

:beers-ciders a schema:MenuSection ; schema:name "Beers & Ciders" ;
  schema:hasMenuItem :light-beer-12oz, :regular-beer-12oz, :high-alcohol-beer-12oz,
                     :non-alcoholic-beer-12oz, :hard-ciders-12oz .

:light-beer-12oz a schema:MenuItem ; schema:name "Light Beer (example: Miller Light) â 12 oz." ; schema:nutrition :ni-light-beer-12oz .
:ni-light-beer-12oz a schema:NutritionInformation ;
  schema:calories "100" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "15 mg" ; schema:carbohydrateContent "6 g" ; schema:proteinContent "0 g" ; schema:fiberContent "<1 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "0 g" .

:regular-beer-12oz a schema:MenuItem ; schema:name "Regular Beer (under 6% ABV / example: Budweiser) â 12 oz." ; schema:nutrition :ni-regular-beer-12oz .
:ni-regular-beer-12oz a schema:NutritionInformation ;
  schema:calories "150" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "15 mg" ; schema:carbohydrateContent "13 g" ; schema:proteinContent "2 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "0 g" .

:high-alcohol-beer-12oz a schema:MenuItem ; schema:name "High Alcohol Beer (6% ABV and up / example: Lagunitas IPA) â 12 oz." ; schema:nutrition :ni-high-alcohol-beer-12oz .
:ni-high-alcohol-beer-12oz a schema:NutritionInformation ;
  schema:calories "210" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "15 mg" ; schema:carbohydrateContent "15 g" ; schema:proteinContent "3 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "0 g" .

:non-alcoholic-beer-12oz a schema:MenuItem ; schema:name "Non-Alcoholic Beer (example: O'Douls) â 12 oz." ; schema:nutrition :ni-non-alcoholic-beer-12oz .
:ni-non-alcoholic-beer-12oz a schema:NutritionInformation ;
  schema:calories "130" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "45 mg" ; schema:carbohydrateContent "29 g" ; schema:proteinContent "0 g" ; schema:fiberContent "<1 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "29 g" .

:hard-ciders-12oz a schema:MenuItem ; schema:name "Hard Ciders (example: Angry Orchard) â 12 oz." ; schema:nutrition :ni-hard-ciders-12oz .
:ni-hard-ciders-12oz a schema:NutritionInformation ;
  schema:calories "200" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "15 mg" ; schema:carbohydrateContent "21 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "21 g" .

:non-alc-beverages a schema:MenuSection ; schema:name "Non-Alc Beverages" ;
  schema:hasMenuItem :sweet-tea-lemonade, :hibiscus-tea, :sparkling-raspberry-lemonade, :dr-pepper, :coke,
                     :diet-coke, :coke-zero, :ginger-ale, :sprite, :coffee, :espresso, :cappuccino, :tea-assorted-variety .

:sweet-tea-lemonade a schema:MenuItem ; schema:name "Sweet Tea Lemonade" ; schema:nutrition :ni-sweet-tea-lemonade .
:ni-sweet-tea-lemonade a schema:NutritionInformation ;
  schema:calories "50" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "5 mg" ; schema:carbohydrateContent "13 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "12 g" .

:hibiscus-tea a schema:MenuItem ; schema:name "Hibiscus Tea" ; schema:nutrition :ni-hibiscus-tea .
:ni-hibiscus-tea a schema:NutritionInformation ;
  schema:calories "130" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "25 mg" ; schema:carbohydrateContent "34 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "31 g" .

:sparkling-raspberry-lemonade a schema:MenuItem ; schema:name "Sparkling Raspberry Lemonade" ; schema:nutrition :ni-sparkling-raspberry-lemonade .
:ni-sparkling-raspberry-lemonade a schema:NutritionInformation ;
  schema:calories "60" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "15 mg" ; schema:carbohydrateContent "17 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "15 g" .

:dr-pepper a schema:MenuItem ; schema:name "Dr. Pepper" ; schema:nutrition :ni-dr-pepper .
:ni-dr-pepper a schema:NutritionInformation ;
  schema:calories "100" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "40 mg" ; schema:carbohydrateContent "26 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "26 g" .

:coke a schema:MenuItem ; schema:name "Coke" ; schema:nutrition :ni-coke .
:ni-coke a schema:NutritionInformation ;
  schema:calories "90" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "30 mg" ; schema:carbohydrateContent "26 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "26 g" .

:diet-coke a schema:MenuItem ; schema:name "Diet Coke" ; schema:nutrition :ni-diet-coke .
:ni-diet-coke a schema:NutritionInformation ;
  schema:calories "0" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "25 mg" ; schema:carbohydrateContent "0 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "0 g" .

:coke-zero a schema:MenuItem ; schema:name "Coke Zero" ; schema:nutrition :ni-coke-zero .
:ni-coke-zero a schema:NutritionInformation ;
  schema:calories "0" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "25 mg" ; schema:carbohydrateContent "0 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "0 g" .

:ginger-ale a schema:MenuItem ; schema:name "Ginger Ale" ; schema:nutrition :ni-ginger-ale .
:ni-ginger-ale a schema:NutritionInformation ;
  schema:calories "90" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "30 mg" ; schema:carbohydrateContent "24 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "24 g" .

:sprite a schema:MenuItem ; schema:name "Sprite" ; schema:nutrition :ni-sprite .
:ni-sprite a schema:NutritionInformation ;
  schema:calories "90" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "45 mg" ; schema:carbohydrateContent "25 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "25 g" .

:coffee a schema:MenuItem ; schema:name "Coffee" ; schema:nutrition :ni-coffee .
:ni-coffee a schema:NutritionInformation ;
  schema:calories "0" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "0 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "0 g" .

:espresso a schema:MenuItem ; schema:name "Espresso" ; schema:nutrition :ni-espresso .
:ni-espresso a schema:NutritionInformation ;
  schema:calories "0" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "0 mg" ; schema:carbohydrateContent "0 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "0 g" .

:cappuccino a schema:MenuItem ; schema:name "Cappuccino" ; schema:nutrition :ni-cappuccino .
:ni-cappuccino a schema:NutritionInformation ;
  schema:calories "100" ; schema:fatContent "4 g" ; schema:saturatedFatContent "2.5 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "95 mg" ; schema:carbohydrateContent "10 g" ; schema:proteinContent "6 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "15 mg" ; schema:sugarContent "9 g" .

:tea-assorted-variety a schema:MenuItem ; schema:name "Tea Assorted Variety" ; schema:nutrition :ni-tea-assorted-variety .
:ni-tea-assorted-variety a schema:NutritionInformation ;
  schema:calories "0" ; schema:fatContent "0 g" ; schema:saturatedFatContent "0 g" ; schema:transFatContent "0 g" ;
  schema:sodiumContent "5 mg" ; schema:carbohydrateContent "<1 g" ; schema:proteinContent "0 g" ; schema:fiberContent "0 g" ;
  schema:cholesterolContent "0 mg" ; schema:sugarContent "0 g" .

:menu a schema:Menu ;
  schema:hasMenuSection :flatbreads, :starters, :soups, :small-salads, :entree-salads,
                         :may-we-suggest, :entrees, :entree-salad-accompaniments, :for-the-table,
                         :flatbread-pairings, :lunch-features, :kids, :pasta, :mini-indulgences,
                         :happy-hour-small-plates, :seasonal-cocktails, :buzz-free, :happy-hour-drinks,
                         :after-dinner, :wines, :wine-flights, :beers-ciders, :non-alc-beverages .
