<?xml version="1.0"?>
<rdf:RDF
   xmlns:dc="http://purl.org/dc/elements/1.1/#" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:daml="http://www.daml.org/2001/03/daml+oil#" 
   xmlns:xsd ="http://www.w3.org/2000/10/XMLSchema#"
   xmlns:rest="http://orl01.drc.com/DAML/Ontology/Restaurant/1.x/Restaurant-ont-1.0v.daml#"
   xmlns="http://www.havabite.org/havabite.xml#" 
   >
<daml:Ontology rdf:about="">
   <dc:Title>Havabite Restaurant</dc:Title>
   <dc:Creator>Cobbler International pemery@cox.rr.com</dc:Creator>
   <dc:Date>17 July 2001</dc:Date>
   <daml:versionInfo>Havabite restaurant annotation htpp://www.havabite.com/ - V1.0</daml:versionInfo>
   <daml:imports rdf:resource="http://www.daml.org/2001/03/daml+oil"/>
   <daml:imports rdf:resource="http://orl01.drc.com/DAML/Ontology/Restaurant/1.x/Restaurant-ont-1.0v.daml"/>
</daml:Ontology>

<daml:Class rdf:ID="RestrictedMenuItem">
   <daml:label>Restricted Menu Item</daml:label>
   <daml:comment>
      A Restaurant Menu Item with a restirction, such as Time, Location or Age.
   </daml:comment>
   <daml:subClassOf rdf:resource = 'rest:RestaurantMenuItem'/>  
   <daml:subClassOf>
      <daml:Restriction>
         <daml:onProperty rdf:resource='#RestrictionType'/>
         <daml:toClass rdf:resource='#MenuItemRestriction'/>
      </daml:Restriction>
   </daml:subClassOf>
</daml:Class>

<daml:Class rdf:ID="Entree">
   <daml:subClassOf rdf:resource="rest:RestaurantMenuItem"/>
   <AdditionType><xsd:string daml:value="Comes With Garlic Bread"/></AdditionType>
   <rest:category><xsd:string daml:value="Entrees"/></rest:category>
</daml:Class>

<daml:DatatypeProperty rdf:ID="RestrictionType">
	<daml:domain rdf:resource="RestrictedMenuItem"/>
	<daml:range rdf:resource="http://www.w3.org/2000/10/XMLSchema#string"/>
   <daml:minCardinality>1</daml:minCardinality>
   <daml:maxCardinality>n</daml:maxCardinality>
</daml:DatatypeProperty>

<!-- Items that come with other items -->
<daml:DatatypeProperty rdf:ID="AdditionType">
	<daml:domain rdf:resource="http://orl01.drc.com/DAML/Ontology/Restaurant/1.x/Restaurant-ont-1.0v.daml#RestaurantMenuItem"/>
	<daml:range rdf:resource="http://www.w3.org/2000/10/XMLSchema#string"/>
   <daml:minCardinality>0</daml:minCardinality>
   <daml:maxCardinality>n</daml:maxCardinality>
</daml:DatatypeProperty>

<daml:Class rdf:ID = 'MenuItemRestriction' > 
   <daml:label>MenuItemRestriction</daml:label>
</daml:Class> 

<daml:Class rdf:ID = 'TimeRestriction' >
   <daml:subClassOf rdf:resource = '#MenuItemRestriction'/>  
   <daml:label>TimeRestriction</daml:label>
</daml:Class> 

<daml:Class rdf:ID = 'AgeRestriction' > 
   <daml:subClassOf rdf:resource = '#MenuItemRestriction'/>  
   <daml:label>AgeRestriction</daml:label>
</daml:Class> 

<daml:Class rdf:ID = 'LocationRestriction' > 
   <daml:subClassOf rdf:resource = '#MenuItemRestriction'/>  
   <daml:label>LocationRestriction</daml:label>
</daml:Class> 

<daml:Class rdf:ID="TimeRestrictedEntree">
   <daml:subClassOf rdf:resource = '#RestrictedMenuItem'/>  
   <daml:subClassOf rdf:resource = '#Entree'/> 
   <RestrictionType rdf:resource = '#After5pm'/>
</daml:Class>

<daml:Class rdf:ID="AgeRestrictedChildren">
   <daml:subClassOf rdf:resource = '#RestrictedMenuItem'/>  
   <RestrictionType rdf:resource = '#Under12'/>
   <RestrictionType rdf:resource = '#OnPremises'/>
</daml:Class>


<daml:Class rdf:ID="SaladWithGarlicBread">
   <daml:subClassOf rdf:resource = 'rest:RestaurantMenuItem'/> 
   <AdditionType><xsd:string daml:value="Comes With Garlic Bread"/></AdditionType>
   <rest:category><xsd:string daml:value="Salads"/></rest:category>
</daml:Class>

<!-- ************************ -->
<!-- Restaurant Data follows  -->
<!-- First Restaurant         -->
<!-- ************************ -->

<rest:Restaurant rdf:ID="Havabite">
   <rest:name><xsd:string daml:value="Havabite"/></rest:name>
<rest:cuisineType><xsd:string daml:value="american,greek,italian,pizza"/></rest:cuisineType>
<rest:ambiance><xsd:string daml:value="family,cafe"/></rest:ambiance>
<!-- <rest:hours><xsd:string daml:value=""/></rest:hours> -->
<!-- <rest:chain><xsd:string daml:value=""/></rest:chain> -->
<rest:phone><xsd:string daml:value="703/591-2244"/></rest:phone>
<rest:rating><xsd:string daml:value="Excelent"/></rest:rating>
<rest:locatedIn>HLocation</rest:locatedIn>
<rest:hasMenu>HMenu</rest:hasMenu>
</rest:Restaurant>

<rest:Location rdf:ID="HLocation">
<rest:streetAddress1><xsd:string daml:value="10416 MAIN STREET"/></rest:streetAddress1>
<!-- <rest:streetAddress2><xsd:string daml:value=""/></rest:streetAddress2> -->
<rest:city><xsd:string daml:value="Fairfax"/></rest:city>
<rest:stateRegion><xsd:string daml:value="VA"/></rest:stateRegion>
<rest:country><xsd:string daml:value="USA"/></rest:country>
<!-- 9 digit postal code is 22030-3301 -->
<rest:postalCode><xsd:string daml:value="22030"/></rest:postalCode>
</rest:Location>

<rest:RestaurantMenu rdf:ID="HMenu">
<rest:menuName><xsd:string daml:value="Havabite Menu"/></rest:menuName>
<rest:containsItem>FettuccineAlfredo</rest:containsItem>
<rest:containsItem>FettuccineAlfredoShrimp</rest:containsItem>
<rest:containsItem>SpaghettiMarinara</rest:containsItem>
<rest:containsItem>SpaghettiMeatballs</rest:containsItem>
<rest:containsItem>VealParmigiana</rest:containsItem>
<rest:containsItem>ChickenParmigiana</rest:containsItem>
<rest:containsItem>LasagnaSupreme</rest:containsItem>
<rest:containsItem>Spanakopita</rest:containsItem>
<rest:containsItem>ChickenKabob</rest:containsItem>
<rest:containsItem>ShishKobob</rest:containsItem>
<rest:containsItem>Mousaka</rest:containsItem>
<rest:containsItem>ShrimpSantorini</rest:containsItem>
<rest:containsItem>EntreeSalad</rest:containsItem>
<rest:containsItem>EntreeGreekSalad</rest:containsItem>
<rest:containsItem>PersonalPizza</rest:containsItem>
<rest:containsItem>MediumPizza</rest:containsItem>
<rest:containsItem>LargePizza</rest:containsItem>
<rest:containsItem>PersonalPizzaTopping</rest:containsItem>
<rest:containsItem>MediumPizzaTopping</rest:containsItem>
<rest:containsItem>LargePizzaTopping</rest:containsItem>
<rest:containsItem>GreekPersonalPizza</rest:containsItem>
<rest:containsItem>GreekMediumPizza</rest:containsItem>
<rest:containsItem>GreekLargePizza</rest:containsItem>
<rest:containsItem>TraditionalGreekPersonalPizza</rest:containsItem>
<rest:containsItem>TraditionalGreekMediumPizza</rest:containsItem>
<rest:containsItem>TraditionalGreekLargePizza</rest:containsItem>
<rest:containsItem>VeggiePersonalPizza</rest:containsItem>
<rest:containsItem>VeggieMediumPizza</rest:containsItem>
<rest:containsItem>VeggieLargePizza</rest:containsItem>
<rest:containsItem>ComboPersonalPizza</rest:containsItem>
<rest:containsItem>ComboMediumPizza</rest:containsItem>
<rest:containsItem>ComboLargePizza</rest:containsItem>
<rest:containsItem>MeatLoversPersonalPizza</rest:containsItem>
<rest:containsItem>MeatLoversMediumPizza</rest:containsItem>
<rest:containsItem>MeatLoversLargePizza</rest:containsItem>
<rest:containsItem>Calzone</rest:containsItem>
<rest:containsItem>StuffedGrapgeLeaves</rest:containsItem>
<rest:containsItem>GreekComboPlatter</rest:containsItem>
<rest:containsItem>Humus</rest:containsItem>
<rest:containsItem>FriedCalamari</rest:containsItem>
<rest:containsItem>Tzatziki</rest:containsItem>
<rest:containsItem>Havasnack</rest:containsItem>
<rest:containsItem>GarlicBread</rest:containsItem>
<rest:containsItem>GrilledChickenSalad</rest:containsItem>
<rest:containsItem>GreekSalad</rest:containsItem>
<rest:containsItem>ChefSalad</rest:containsItem>
<rest:containsItem>TunaSaladPlatter</rest:containsItem>
<rest:containsItem>HouseSalad</rest:containsItem>
<rest:containsItem>SmallGreekSalad</rest:containsItem>
<rest:containsItem>SoupOfTheDay</rest:containsItem>
<rest:containsItem>HomemadeChili</rest:containsItem>
<rest:containsItem>HomemadeChiliCheese</rest:containsItem>
<rest:containsItem>VealParmigianaSub</rest:containsItem>
<rest:containsItem>MeatballCheeseSub</rest:containsItem>
<rest:containsItem>SteakCheeseSub</rest:containsItem>
<rest:containsItem>HotHamCheeseSub</rest:containsItem>
<rest:containsItem>VeggieSub</rest:containsItem>
<rest:containsItem>Souvlaki</rest:containsItem>
<rest:containsItem>Gyro</rest:containsItem>
<rest:containsItem>HaveABigBite</rest:containsItem>
<rest:containsItem>GrilledChickenBreastSandwich</rest:containsItem>
<rest:containsItem>ReubenSandwich</rest:containsItem>
<rest:containsItem>RoastBeefToastSandwich</rest:containsItem>
<rest:containsItem>TurkeyToastSandwich</rest:containsItem>
<rest:containsItem>HamCheeseSandwich</rest:containsItem>
<rest:containsItem>TunaSaladSandwich</rest:containsItem>
<rest:containsItem>GrilledCheeseSandwich</rest:containsItem>
<rest:containsItem>BLTSandwich</rest:containsItem>
<rest:containsItem>ClubSandwich</rest:containsItem>
<rest:containsItem>FrenchFries</rest:containsItem>
<rest:containsItem>OnionRings</rest:containsItem>
<rest:containsItem>RicePilaf</rest:containsItem>
<rest:containsItem>PitaBread</rest:containsItem>
<rest:containsItem>Hamburger</rest:containsItem>
<rest:containsItem>CheeseBurger</rest:containsItem>
<rest:containsItem>BurgerWithVeggie</rest:containsItem>
<rest:containsItem>MushroomSwissBurger</rest:containsItem>
<rest:containsItem>FairfaxBurger</rest:containsItem>
<rest:containsItem>ChiliCheeseBurger</rest:containsItem>
<rest:containsItem>Spaghetti</rest:containsItem>
<rest:containsItem>GrilledCheese</rest:containsItem>
<rest:containsItem>MiniHamCheeseSandwich</rest:containsItem>
<rest:containsItem>ChildCheeseburger</rest:containsItem>
<rest:containsItem>GreekDeserts</rest:containsItem>
<rest:containsItem>RicePudding</rest:containsItem>
<rest:containsItem>AssortedCakes</rest:containsItem>
<rest:containsItem>CoffeeTeaHotChocolate</rest:containsItem>
<rest:containsItem>SoftDrinksIceTea</rest:containsItem>
<rest:containsItem>RootBeer</rest:containsItem>
<rest:containsItem>TapMugBeer</rest:containsItem>
<rest:containsItem>TapPitcherBeer</rest:containsItem>
<rest:containsItem>BottleArisBeer</rest:containsItem>
<rest:containsItem>SamAdamsBottleBeer</rest:containsItem>
<rest:containsItem>GuinnessBottleBeer</rest:containsItem>
<rest:containsItem>MillerGenuineBeer</rest:containsItem>
<rest:containsItem>HeinekenBottleBeer</rest:containsItem>
<rest:containsItem>CoronaBottleBeer</rest:containsItem>
<rest:containsItem>BudweiserBottleBeer</rest:containsItem>
<rest:containsItem>BudLightBottleBeer</rest:containsItem>
<rest:containsItem>HouseWineGlass</rest:containsItem>
<rest:containsItem>HouseWineHalfCarafe</rest:containsItem>
<rest:containsItem>KourosRedGlass</rest:containsItem>
<rest:containsItem>KourosRedBottle</rest:containsItem>
<rest:containsItem>KourosWhiteGlass</rest:containsItem>
<rest:containsItem>KourosWhiteBottle</rest:containsItem>
</rest:RestaurantMenu>

<!-- Additional DAML needed to cover the following two cases -->
<!-- Entree's Add A Salad For $1.25 Extra Or A Small Greek Salad for $1.95 -->
<!-- All sandwhices, subs, & burgers are served with lettuce, tomato, and mayonnaise. -->

<TimeRestriction rdf:ID="After5pm" ><xsd:string daml:value="Available After 5:00"/></TimeRestriction>
<AgeRestriction rdf:ID="Under12" ><xsd:string daml:value="Available to Children Under 12."/></AgeRestriction>
<LocationRestriction rdf:ID="OnPremises" ><xsd:string daml:value="Dinning in Only."/></LocationRestriction>



<TimeRestrictedEntree rdf:ID="FettuccineAlfredo">
<rest:dishName><xsd:string daml:value="Fettuccine Alfredo"/></rest:dishName>
<rest:description><xsd:string daml:value="Served with our homemade Alfredo Sauce"/></rest:description>
<rest:price><xsd:string daml:value="$7.25"/></rest:price>
</TimeRestrictedEntree>

<TimeRestrictedEntree rdf:ID="FettuccineAlfredoShrimp">
<rest:dishName><xsd:string daml:value="Fettuccine Alfredo"/></rest:dishName>
<rest:description><xsd:string daml:value="Served with our homemade Alfredo Sauce"/></rest:description>
<rest:price><xsd:string daml:value="$9.25"/></rest:price>
</TimeRestrictedEntree>

<Entree rdf:ID="SpaghettiMarinara">
<rest:dishName><xsd:string daml:value="Spaghetti Marinara"/></rest:dishName>
<rest:description><xsd:string daml:value="Spaghetti smothered in rich homemade marinara sauce"/></rest:description>
<rest:price><xsd:string daml:value="$6.50"/></rest:price>
</Entree>

<Entree rdf:ID="SpaghettiMeatballs">
<rest:dishName><xsd:string daml:value="Spaghetti with Meatballs"/></rest:dishName>
<rest:description><xsd:string daml:value="A huge order of spaghetti with our famous Meatballs"/></rest:description>
<rest:price><xsd:string daml:value="$6.95"/></rest:price>
</Entree>

<Entree rdf:ID="VealParmigiana">
<rest:dishName><xsd:string daml:value="Veal Parmigiana"/></rest:dishName>
<rest:description><xsd:string daml:value="Fresh Veal prepared in house and served with a side of spaghetti"/></rest:description>
<rest:price><xsd:string daml:value="$7.95"/></rest:price>
</Entree>

<Entree rdf:ID="ChickenParmigiana">
<rest:dishName><xsd:string daml:value="Chicken Parmigiana"/></rest:dishName>
<rest:description><xsd:string daml:value="Fresh Chicken Breast prepared in house and served with a side of spaghetti"/></rest:description>
<rest:price><xsd:string daml:value="$7.25"/></rest:price>
</Entree>

<Entree rdf:ID="LasagnaSupreme">
<rest:dishName><xsd:string daml:value="Home-Made Lasagna Supreme"/></rest:dishName>
<rest:description><xsd:string daml:value="Prepared w/ three cheeses lots of meat and baked to perfection"/></rest:description>
<rest:price><xsd:string daml:value="$7.25"/></rest:price>
</Entree>

<Entree rdf:ID="Spanakopita">
<rest:dishName><xsd:string daml:value="Spanakopita"/></rest:dishName>
<rest:description><xsd:string daml:value="A blend of fresh spinach and feta Cheese wrapped in a delicate fillo dough"/></rest:description>
<rest:price><xsd:string daml:value="$6.50"/></rest:price>
</Entree>

<Entree rdf:ID="ChickenKabob">
<rest:dishName><xsd:string daml:value="Chicken Kabob"/></rest:dishName>
<rest:description><xsd:string daml:value="Grilled marianted chicken breast with onions, green peppers, and tomatoes served on a bed of rice"/></rest:description>
<rest:price><xsd:string daml:value="$7.25"/></rest:price>
</Entree>

<Entree rdf:ID="ShishKobob">
<rest:dishName><xsd:string daml:value="Shish Kobob"/></rest:dishName>
<rest:description><xsd:string daml:value="Grilled marianted pork tenderloin with onions, green peppers, and tomatoes served on a bed of rice and topped with feta cheese"/></rest:description>
<rest:price><xsd:string daml:value="$7.50"/></rest:price>
</Entree>

<Entree rdf:ID="Mousaka">
<rest:dishName><xsd:string daml:value="Mousaka"/></rest:dishName>
<rest:description><xsd:string daml:value="A popular Greek dish made with roast potatoes, eggplant, ground beef, and topped with Behcamel sauce"/></rest:description>
<rest:price><xsd:string daml:value="$7.25"/></rest:price>
</Entree>

<TimeRestrictedEntree rdf:ID="ShrimpSantorini">
<rest:dishName><xsd:string daml:value="Shrimp Santorini"/></rest:dishName>
<rest:description><xsd:string daml:value="Shrimp saute with garlic, white wine, feta and fresh tomatoes over rice"/></rest:description>
<rest:price><xsd:string daml:value="$9.25"/></rest:price>
</TimeRestrictedEntree>

<rest:RestaurantMenuItem rdf:ID="EntreeSalad">
<rest:dishName><xsd:string daml:value="Add A Salad For 1.25 Extra"/></rest:dishName>
<rest:description><xsd:string daml:value="Salad"/></rest:description>
<rest:category><xsd:string daml:value="Entrees"/></rest:category>
<rest:price><xsd:string daml:value="$1.25"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="EntreeGreekSalad">
<rest:dishName><xsd:string daml:value="Add A Small Greek Salad for 1.95"/></rest:dishName>
<rest:description><xsd:string daml:value="Feta cheese, black olives, dolmas, anchovies, peperoncinis and our zesty house dressing tops this HAVABITE specialty."/></rest:description>
<rest:category><xsd:string daml:value="Entrees"/></rest:category>
<rest:price><xsd:string daml:value="$1.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="PersonalPizza">
<rest:dishName><xsd:string daml:value="PERSONAL 9''"/></rest:dishName>
<rest:description><xsd:string daml:value="PERSONAL 9'' Pizza"/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$3.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="MediumPizza">
<rest:dishName><xsd:string daml:value="MEDIUM 14''"/></rest:dishName>
<rest:description><xsd:string daml:value="MEDIUM 14'' Pizza"/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$7.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="LargePizza">
<rest:dishName><xsd:string daml:value="LARGE 16''"/></rest:dishName>
<rest:description><xsd:string daml:value="LARGE 16'' Pizza"/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$9.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="PersonalPizzaTopping">
<rest:dishName><xsd:string daml:value="Personal Pizza Topping"/></rest:dishName>
<rest:description><xsd:string daml:value="Pepperoni,Mushrooms,Green Peppers,Sliced Tomatoes,Onions,Sausage,Ham,Black Olives,Anchovies,Meat Balls,Gyro Meat,Salami,Ground Beef,Peperocini,Extra Cheese"/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$.75"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="MediumPizzaTopping">
<rest:dishName><xsd:string daml:value="Medium Pizza Topping"/></rest:dishName>
<rest:description><xsd:string daml:value="Pepperoni,Mushrooms,Green Peppers,Sliced Tomatoes,Onions,Sausage,Ham,Black Olives,Anchovies,Meat Balls,Gyro Meat,Salami,Ground Beef,Peperocini,Extra Cheese"/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$1.35"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="LargePizzaTopping">
<rest:dishName><xsd:string daml:value="Large Pizza Topping"/></rest:dishName>
<rest:description><xsd:string daml:value="Pepperoni,Mushrooms,Green Peppers,Sliced Tomatoes,Onions,Sausage,Ham,Black Olives,Anchovies,Meat Balls,Gyro Meat,Salami,Ground Beef,Peperocini,Extra Cheese"/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$1.75"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="GreekPersonalPizza">
<rest:dishName><xsd:string daml:value="Greek Personal Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="Mozzarella and Feta cheese, tomatoes, black olives, onions, peperocinis and anchovies."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$6.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="GreekMediumPizza">
<rest:dishName><xsd:string daml:value="Greek Medium Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="Mozzarella and Feta cheese, tomatoes, black olives, onions, peperocinis and anchovies."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$13.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="GreekLargePizza">
<rest:dishName><xsd:string daml:value="Greek Large Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="Mozzarella and Feta cheese, tomatoes, black olives, onions, peperocinis and anchovies."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$17.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="TraditionalGreekPersonalPizza">
<rest:dishName><xsd:string daml:value="Traditional Greek Personal Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="Mozzarella and Feta cheese, gyro meat, tomatoes, onions, and our homemade pizza sauce."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$6.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="TraditionalGreekMediumPizza">
<rest:dishName><xsd:string daml:value="Traditional Greek Medium Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="Mozzarella and Feta cheese, gyro meat, tomatoes, onions, and our homemade pizza sauce."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$13.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="TraditionalGreekLargePizza">
<rest:dishName><xsd:string daml:value="Traditional Greek Large Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="Mozzarella and Feta cheese, gyro meat, tomatoes, onions, and our homemade pizza sauce."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$17.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="VeggiePersonalPizza">
<rest:dishName><xsd:string daml:value="Veggie Personal Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="Mushrooms, tomatoes, black olives, onions, green pepers, peperocinis and our homemade pizza sauce."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$6.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="VeggieMediumPizza">
<rest:dishName><xsd:string daml:value="Veggie Medium Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="Mushrooms, tomatoes, black olives, onions, green pepers, peperocinis and our homemade pizza sauce."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$13.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="VeggieLargePizza">
<rest:dishName><xsd:string daml:value="Veggie Large Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="Mushrooms, tomatoes, black olives, onions, green pepers, peperocinis and our homemade pizza sauce."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$17.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="ComboPersonalPizza">
<rest:dishName><xsd:string daml:value="Combo Personal Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="Pepperocini, sausage,meatballs, salami, mushrooms, onions, green peppers,extra cheese and our homemade suace."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$6.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="ComboMediumPizza">
<rest:dishName><xsd:string daml:value="Combo Medium Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="Pepperocini, sausage,meatballs, salami, mushrooms, onions, green peppers,extra cheese and our homemade suace."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$13.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="ComboLargePizza">
<rest:dishName><xsd:string daml:value="Combo Large Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="Pepperocini, sausage,meatballs, salami, mushrooms, onions, green peppers,extra cheese and our homemade suace."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$17.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="MeatLoversPersonalPizza">
<rest:dishName><xsd:string daml:value="Meat Lovers Personal Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="A combination of all meat toppings available, and our homemeade sauce."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$6.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="MeatLoversMediumPizza">
<rest:dishName><xsd:string daml:value="Meat Lovers Medium Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="A combination of all meat toppings available, and our homemeade sauce."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$13.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="MeatLoversLargePizza">
<rest:dishName><xsd:string daml:value="Meat Lovers Large Pizza"/></rest:dishName>
<rest:description><xsd:string daml:value="A combination of all meat toppings available, and our homemeade sauce."/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$17.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="Calzone">
<rest:dishName><xsd:string daml:value="Calzone"/></rest:dishName>
<rest:description><xsd:string daml:value="Italian Sausage, green peppers and onions"/></rest:description>
<rest:category><xsd:string daml:value="Pizza"/></rest:category>
<rest:price><xsd:string daml:value="$5.75"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="StuffedGrapgeLeaves">
<rest:dishName><xsd:string daml:value="Stuffed Grapge Leaves"/></rest:dishName>
<rest:category><xsd:string daml:value="Appetizers"/></rest:category>
<rest:price><xsd:string daml:value="$2.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="GreekComboPlatter">
<rest:dishName><xsd:string daml:value="Greek Combo Platter"/></rest:dishName>
<rest:category><xsd:string daml:value="Appetizers"/></rest:category>
<rest:price><xsd:string daml:value="$3.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="Humus">
<rest:dishName><xsd:string daml:value="Humus"/></rest:dishName>
<rest:category><xsd:string daml:value="Appetizers"/></rest:category>
<rest:price><xsd:string daml:value="$2.75"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="FriedCalamari">
<rest:dishName><xsd:string daml:value="Fried Calamari"/></rest:dishName>
<rest:category><xsd:string daml:value="Appetizers"/></rest:category>
<rest:price><xsd:string daml:value="$3.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="Tzatziki">
<rest:dishName><xsd:string daml:value="Homemade Tzatziki and Pita Bread"/></rest:dishName>
<rest:category><xsd:string daml:value="Appetizers"/></rest:category>
<rest:price><xsd:string daml:value="$2.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="Havasnack">
<rest:dishName><xsd:string daml:value="Havasnack"/></rest:dishName>
<rest:description><xsd:string daml:value="Garlic bread w/ cheese &amp; sauce"/></rest:description>
<rest:category><xsd:string daml:value="Appetizers"/></rest:category>
<rest:price><xsd:string daml:value="$3.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="GarlicBread">
<rest:dishName><xsd:string daml:value="Garlic Bread w/ cheese"/></rest:dishName>
<rest:category><xsd:string daml:value="Appetizers"/></rest:category>
<rest:price><xsd:string daml:value="$2.95"/></rest:price>
</rest:RestaurantMenuItem>

<SaladWithGarlicBread rdf:ID="GrilledChickenSalad">
<rest:dishName><xsd:string daml:value="Grilled Chicken Salad"/></rest:dishName>
<rest:description><xsd:string daml:value="Grilled, marinated Chicken Breast, over a huge salad with our zesty homemade dressing"/></rest:description>
<rest:price><xsd:string daml:value="$5.95"/></rest:price>
</SaladWithGarlicBread>

<SaladWithGarlicBread rdf:ID="GreekSalad">
<rest:dishName><xsd:string daml:value="Greek Salad"/></rest:dishName>
<rest:description><xsd:string daml:value="Feta cheese, black olives, dolmas, anchovies, peperoncinis and our zesty house dressing tops this HAVABITE specialty."/></rest:description>
<rest:price><xsd:string daml:value="$5.95"/></rest:price>
</SaladWithGarlicBread>

<SaladWithGarlicBread rdf:ID="ChefSalad">
<rest:dishName><xsd:string daml:value="Chef Salad"/></rest:dishName>
<rest:description><xsd:string daml:value="This Salad is a whole Meal! Ham, Turkey, Salami, American &amp; Provolone cheese with eggs and fresh, crisp vegetables."/></rest:description>
<rest:price><xsd:string daml:value="$5.95"/></rest:price>
</SaladWithGarlicBread>

<SaladWithGarlicBread rdf:ID="TunaSaladPlatter">
<rest:dishName><xsd:string daml:value="Tuna Salad Platter"/></rest:dishName>
<rest:description><xsd:string daml:value="Tuna Salad, made fresh daily, served with side Salad"/></rest:description>
<rest:price><xsd:string daml:value="$5.95"/></rest:price>
</SaladWithGarlicBread>

<rest:RestaurantMenuItem rdf:ID="HouseSalad">
<rest:dishName><xsd:string daml:value="House Salad"/></rest:dishName>
<rest:description><xsd:string daml:value="Plenty of fresh vegetables and your choice of dressing."/></rest:description>
<rest:category><xsd:string daml:value="Salads"/></rest:category>
<rest:price><xsd:string daml:value="$2.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="SmallGreekSalad">
<rest:dishName><xsd:string daml:value="Small Greek Salad"/></rest:dishName>
<rest:category><xsd:string daml:value="Salads"/></rest:category>
<rest:price><xsd:string daml:value="$3.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="SoupOfTheDay">
<rest:dishName><xsd:string daml:value="Soup Of The Day"/></rest:dishName>
<rest:category><xsd:string daml:value="Soups"/></rest:category>
<rest:price><xsd:string daml:value="$2.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="HomemadeChili">
<rest:dishName><xsd:string daml:value="Homemade Chili"/></rest:dishName>
<rest:category><xsd:string daml:value="Soups"/></rest:category>
<rest:price><xsd:string daml:value="$2.75"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="HomemadeChiliCheese">
<rest:dishName><xsd:string daml:value="Homemade Chili w/ Cheese"/></rest:dishName>
<rest:category><xsd:string daml:value="Soups"/></rest:category>
<rest:price><xsd:string daml:value="$3.25"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="VealParmigianaSub">
<rest:dishName><xsd:string daml:value="Veal Parmigiana Sub"/></rest:dishName>
<rest:category><xsd:string daml:value="Subs"/></rest:category>
<rest:price><xsd:string daml:value="$4.45"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="MeatballCheeseSub">
<rest:dishName><xsd:string daml:value="Meatball Cheese Sub"/></rest:dishName>
<rest:category><xsd:string daml:value="Subs"/></rest:category>
<rest:price><xsd:string daml:value="$4.45"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="SteakCheeseSub">
<rest:dishName><xsd:string daml:value="Steak Cheese Sub"/></rest:dishName>
<rest:category><xsd:string daml:value="Subs"/></rest:category>
<rest:price><xsd:string daml:value="$4.45"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="HotHamCheeseSub">
<rest:dishName><xsd:string daml:value="Hot Ham And Cheese Sub"/></rest:dishName>
<rest:category><xsd:string daml:value="Subs"/></rest:category>
<rest:price><xsd:string daml:value="$4.45"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="VeggieSub">
<rest:dishName><xsd:string daml:value="Veggie Sub"/></rest:dishName>
<rest:category><xsd:string daml:value="Subs"/></rest:category>
<rest:price><xsd:string daml:value="$4.45"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="Souvlaki">
<rest:dishName><xsd:string daml:value="Souvlaki"/></rest:dishName>
<rest:description><xsd:string daml:value="Chicken or Pork Tenderloin marinated, served on pita w/ feta lettuce tomatoes &amp; special dressing"/></rest:description>
<rest:category><xsd:string daml:value="Specilties"/></rest:category>
<rest:price><xsd:string daml:value="$4.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="Gyro">
<rest:dishName><xsd:string daml:value="Gyro"/></rest:dishName>
<rest:description><xsd:string daml:value="Hot Slices of Lamb &amp; beef on pita bread w/ feta, lettuce, tomatoes, onions, &amp; homemade tzatziki sauce"/></rest:description>
<rest:category><xsd:string daml:value="Specilties"/></rest:category>
<rest:price><xsd:string daml:value="$4.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="HaveABigBite">
<rest:dishName><xsd:string daml:value="Have A Big Bite"/></rest:dishName>
<rest:description><xsd:string daml:value="Roast Beef, Turkey, Salami, Ham, Lettuce, Tomato, Mayonnaise, &amp; House Dressing (hot or Cold)"/></rest:description>
<rest:category><xsd:string daml:value="Specilties"/></rest:category>
<rest:price><xsd:string daml:value="$4.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="GrilledChickenBreastSandwich">
<rest:dishName><xsd:string daml:value="Grilled Chicken Breast Sandwich"/></rest:dishName>
<rest:description><xsd:string daml:value="Grilled Chicken Breast Sandwich on Kaiser Roll"/></rest:description>
<rest:category><xsd:string daml:value="Sandwiches"/></rest:category>
<rest:price><xsd:string daml:value="$4.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="ReubenSandwich">
<rest:dishName><xsd:string daml:value="Reuben Sandwich"/></rest:dishName>
<rest:category><xsd:string daml:value="Sandwiches"/></rest:category>
<rest:price><xsd:string daml:value="$5.25"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="RoastBeefToastSandwich">
<rest:dishName><xsd:string daml:value="Roast Beef Toast Sandwich"/></rest:dishName>
<rest:category><xsd:string daml:value="Sandwiches"/></rest:category>
<rest:price><xsd:string daml:value="$4.45"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="TurkeyToastSandwich">
<rest:dishName><xsd:string daml:value="Turkey Toast Sandwich"/></rest:dishName>
<rest:category><xsd:string daml:value="Sandwiches"/></rest:category>
<rest:price><xsd:string daml:value="$4.45"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="HamCheeseSandwich">
<rest:dishName><xsd:string daml:value="Ham And Swiss Cheese on Rye Sandwich"/></rest:dishName>
<rest:category><xsd:string daml:value="Sandwiches"/></rest:category>
<rest:price><xsd:string daml:value="$4.45"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="TunaSaladSandwich">
<rest:dishName><xsd:string daml:value="Tuna Salad Sandwich"/></rest:dishName>
<rest:category><xsd:string daml:value="Sandwiches"/></rest:category>
<rest:price><xsd:string daml:value="$4.45"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="GrilledCheeseSandwich">
<rest:dishName><xsd:string daml:value="Grilled Cheese Sandwich"/></rest:dishName>
<rest:category><xsd:string daml:value="Sandwiches"/></rest:category>
<rest:price><xsd:string daml:value="$3.25"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="BLTSandwich">
<rest:dishName><xsd:string daml:value="Bacon, Lettuce and Tomato Sandwich"/></rest:dishName>
<rest:category><xsd:string daml:value="Sandwiches"/></rest:category>
<rest:price><xsd:string daml:value="$4.25"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="ClubSandwich">
<rest:dishName><xsd:string daml:value="Turkey or Ham and Cheese Club Sandwich"/></rest:dishName>
<rest:category><xsd:string daml:value="Sandwiches"/></rest:category>
<rest:price><xsd:string daml:value="$5.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="FrenchFries">
<rest:dishName><xsd:string daml:value="French Fries"/></rest:dishName>
<rest:category><xsd:string daml:value="SideOrders"/></rest:category>
<rest:price><xsd:string daml:value="$1.35"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="OnionRings">
<rest:dishName><xsd:string daml:value="Onion Rings"/></rest:dishName>
<rest:category><xsd:string daml:value="SideOrders"/></rest:category>
<rest:price><xsd:string daml:value="$2.25"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="RicePilaf">
<rest:dishName><xsd:string daml:value="Rice Pilaf"/></rest:dishName>
<rest:category><xsd:string daml:value="SideOrders"/></rest:category>
<rest:price><xsd:string daml:value="$1.75"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="PitaBread">
<rest:dishName><xsd:string daml:value="Pita Bread"/></rest:dishName>
<rest:category><xsd:string daml:value="SideOrders"/></rest:category>
<rest:price><xsd:string daml:value="$.45"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="Hamburger">
<rest:dishName><xsd:string daml:value="Hamburger"/></rest:dishName>
<rest:category><xsd:string daml:value="Burgers"/></rest:category>
<rest:price><xsd:string daml:value="$3.35"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="CheeseBurger">
<rest:dishName><xsd:string daml:value="Burger w/ Cheese"/></rest:dishName>
<rest:category><xsd:string daml:value="Burgers"/></rest:category>
<rest:price><xsd:string daml:value="$3.65"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="BurgerWithVeggie">
<rest:dishName><xsd:string daml:value="Burger w/ veggies"/></rest:dishName>
<rest:category><xsd:string daml:value="Burgers"/></rest:category>
<rest:price><xsd:string daml:value="$4.65"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="MushroomSwissBurger">
<rest:dishName><xsd:string daml:value="Mushroom Swiss Burger"/></rest:dishName>
<rest:category><xsd:string daml:value="Burgers"/></rest:category>
<rest:price><xsd:string daml:value="$4.45"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="FairfaxBurger">
<rest:dishName><xsd:string daml:value="Fairfax Burger"/></rest:dishName>
<rest:description><xsd:string daml:value="American and Swiss Chees with Bacon Strips"/></rest:description>
<rest:category><xsd:string daml:value="Burgers"/></rest:category>
<rest:price><xsd:string daml:value="$4.45"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="ChiliCheeseBurger">
<rest:dishName><xsd:string daml:value="Chili And CheeseBurger"/></rest:dishName>
<rest:category><xsd:string daml:value="Childrens"/></rest:category>
<rest:price><xsd:string daml:value="$4.45"/></rest:price>
</rest:RestaurantMenuItem>

<AgeRestrictedChildren rdf:ID="Spaghetti">
<rest:dishName><xsd:string daml:value="Spaghetti"/></rest:dishName>
<rest:description><xsd:string daml:value="Served with garlic bread"/></rest:description>
<rest:category><xsd:string daml:value="Childrens"/></rest:category>
<rest:price><xsd:string daml:value="$3.25"/></rest:price>
</AgeRestrictedChildren>

<AgeRestrictedChildren rdf:ID="GrilledCheese">
<rest:dishName><xsd:string daml:value="Grilled Cheese"/></rest:dishName>
<rest:description><xsd:string daml:value="Served with French Fries"/></rest:description>
<rest:category><xsd:string daml:value="Childrens"/></rest:category>
<rest:price><xsd:string daml:value="$3.25"/></rest:price>
</AgeRestrictedChildren>

<AgeRestrictedChildren rdf:ID="MiniHamCheeseSandwich">
<rest:dishName><xsd:string daml:value="Mini Ham and Cheese Sandwich"/></rest:dishName>
<rest:description><xsd:string daml:value="Served with French Fries"/></rest:description>
<rest:category><xsd:string daml:value="Childrens"/></rest:category>
<rest:price><xsd:string daml:value="$3.25"/></rest:price>
</AgeRestrictedChildren>

<AgeRestrictedChildren rdf:ID="ChildCheeseburger">
<rest:dishName><xsd:string daml:value="Child's Cheeseburger"/></rest:dishName>
<rest:description><xsd:string daml:value="Served with French Fries"/></rest:description>
<rest:category><xsd:string daml:value="Childrens"/></rest:category>
<rest:price><xsd:string daml:value="$3.25"/></rest:price>
</AgeRestrictedChildren>

<rest:RestaurantMenuItem rdf:ID="GreekDeserts">
<rest:dishName><xsd:string daml:value="Greek Deserts"/></rest:dishName>
<rest:category><xsd:string daml:value="Deserts"/></rest:category>
<rest:price><xsd:string daml:value="$2.75"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="RicePudding">
<rest:dishName><xsd:string daml:value="Rice Pudding"/></rest:dishName>
<rest:category><xsd:string daml:value="Deserts"/></rest:category>
<rest:price><xsd:string daml:value="$2.25"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="AssortedCakes">
<rest:dishName><xsd:string daml:value="Assorted Cakes"/></rest:dishName>
<rest:category><xsd:string daml:value="Deserts"/></rest:category>
<rest:price><xsd:string daml:value="$2.75"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="CoffeeTeaHotChocolate">
<rest:dishName><xsd:string daml:value="Coffee,Tea,Hot Chocolate"/></rest:dishName>
<rest:category><xsd:string daml:value="Beverages"/></rest:category>
<rest:price><xsd:string daml:value="$.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="SoftDrinksIceTea">
<rest:dishName><xsd:string daml:value="Soft Drinks and Iced Tea"/></rest:dishName>
<rest:category><xsd:string daml:value="Beverages"/></rest:category>
<rest:price><xsd:string daml:value="$1.15"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="RootBeer">
<rest:dishName><xsd:string daml:value="RootBeer"/></rest:dishName>
<rest:category><xsd:string daml:value="Beverages"/></rest:category>
<rest:price><xsd:string daml:value="$1.45"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="TapMugBeer">
<rest:dishName><xsd:string daml:value="Tap Mug Beer"/></rest:dishName>
<rest:description><xsd:string daml:value="Budweiser or Miller Light"/></rest:description>
<rest:category><xsd:string daml:value="Beers"/></rest:category>
<rest:price><xsd:string daml:value="$2.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="TapPitcherBeer">
<rest:dishName><xsd:string daml:value="Tap Pitcher Beer"/></rest:dishName>
<rest:description><xsd:string daml:value="Budweiser or Miller Light"/></rest:description>
<rest:category><xsd:string daml:value="Beers"/></rest:category>
<rest:price><xsd:string daml:value="$7.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="BottleArisBeer">
<rest:dishName><xsd:string daml:value="Aris"/></rest:dishName>
<rest:category><xsd:string daml:value="Beers"/></rest:category>
<rest:price><xsd:string daml:value="$3.25"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="SamAdamsBottleBeer">
<rest:dishName><xsd:string daml:value="Samuel Adams"/></rest:dishName>
<rest:category><xsd:string daml:value="Beers"/></rest:category>
<rest:price><xsd:string daml:value="$3.25"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="GuinnessBottleBeer">
<rest:dishName><xsd:string daml:value="Guiness"/></rest:dishName>
<rest:category><xsd:string daml:value="Beers"/></rest:category>
<rest:price><xsd:string daml:value="$3.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="MillerGenuineBeer">
<rest:dishName><xsd:string daml:value="Miller"/></rest:dishName>
<rest:category><xsd:string daml:value="Beers"/></rest:category>
<rest:price><xsd:string daml:value="$2.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="HeinekenBottleBeer">
<rest:dishName><xsd:string daml:value="Heineken"/></rest:dishName>
<rest:category><xsd:string daml:value="Beers"/></rest:category>
<rest:price><xsd:string daml:value="$3.25"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="CoronaBottleBeer">
<rest:dishName><xsd:string daml:value="Corona"/></rest:dishName>
<rest:category><xsd:string daml:value="Beers"/></rest:category>
<rest:price><xsd:string daml:value="$3.25"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="BudweiserBottleBeer">
<rest:dishName><xsd:string daml:value="Budweiser"/></rest:dishName>
<rest:category><xsd:string daml:value="Beers"/></rest:category>
<rest:price><xsd:string daml:value="$2.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="BudLightBottleBeer">
<rest:dishName><xsd:string daml:value="Budweiser Light"/></rest:dishName>
<rest:category><xsd:string daml:value="Beers"/></rest:category>
<rest:price><xsd:string daml:value="$2.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="HouseWineGlass">
<rest:dishName><xsd:string daml:value="House Wine Glass"/></rest:dishName>
<rest:description><xsd:string daml:value="White, Red or Rose"/></rest:description>
<rest:category><xsd:string daml:value="Wines"/></rest:category>
<rest:price><xsd:string daml:value="$2.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="HouseWineHalfCarafe">
<rest:dishName><xsd:string daml:value="House Wine Half Carafe"/></rest:dishName>
<rest:description><xsd:string daml:value="White, Red or Rose"/></rest:description>
<rest:category><xsd:string daml:value="Wines"/></rest:category>
<rest:price><xsd:string daml:value="$7.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="KourosRedGlass">
<rest:dishName><xsd:string daml:value="Kouros(Red) Glass"/></rest:dishName>
<rest:category><xsd:string daml:value="Wines"/></rest:category>
<rest:price><xsd:string daml:value="$3.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="KourosRedBottle">
<rest:dishName><xsd:string daml:value="Kouros(Red) Bottle"/></rest:dishName>
<rest:category><xsd:string daml:value="Wines"/></rest:category>
<rest:price><xsd:string daml:value="$13.95"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="KourosWhiteGlass">
<rest:dishName><xsd:string daml:value="Kouros(White) Glass"/></rest:dishName>
<rest:category><xsd:string daml:value="Wines"/></rest:category>
<rest:price><xsd:string daml:value="$3.50"/></rest:price>
</rest:RestaurantMenuItem>

<rest:RestaurantMenuItem rdf:ID="KourosWhiteBottle">
<rest:dishName><xsd:string daml:value="Kouros(White) Bottle"/></rest:dishName>
<rest:category><xsd:string daml:value="Wines"/></rest:category>
<rest:price><xsd:string daml:value="$13.95"/></rest:price>
</rest:RestaurantMenuItem>

</rdf:RDF>