Skip to content

Instantly share code, notes, and snippets.

@mhermans
Last active September 5, 2018 19:49
Show Gist options
  • Save mhermans/4959057 to your computer and use it in GitHub Desktop.
Save mhermans/4959057 to your computer and use it in GitHub Desktop.
schema -> turtle, Edamam recipe
# Source: getschema.org/microdataextractor?url=http://www.edamam.com/recipe/twentieth-century-cocktail-d0ecdc3a25d659e50177c42b3a3bc150&out=n3
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix schema: <http://schema.org/>.
<_:gs0>
rdf:type <http://schema.org/Recipe>;
schema:name "Twentieth Century Cocktail";
schema:url <http://www.saveur.com/article/Recipes/Classic-20th-Century-Cocktail>;
schema:datePublished "Sun Nov 04 22:00:00 UTC 2012";
schema:url <http://www.saveur.com/article/Recipes/Classic-20th-Century-Cocktail>;
schema:image <http://www.edamam.com/web-img/2ec/2ecf06c6a096a957446ffdd6cca6cb8a.jpg>;
schema:nutrition "224 calories / serving";
schema:recipeYield "servings";
schema:recipeCategory "low-​fat, low-​sodium, vegan, vegetarian, dairy-​free, gluten-​free";
schema:ingredients "1½ oz. gin";
schema:ingredients "¾ oz. lillet blanc";
schema:ingredients "½ oz. light crème de cacao";
schema:ingredients "½ oz. fresh lemon juice";
schema:ingredients "1 lemon twist, to garnish".
<_:gs1>
rdf:type <http://schema.org/CreativeWork>;
schema:provider "See full recipe on:".
<_:gs2>
rdf:type <http://schema.org/NutritionInformation>;
schema:fatContent "Fat 0% 0g";
schema:fatContent "Fat";
schema:carbohydrateContent "Carbs 4% 12g";
schema:carbohydrateContent "Carbs";
schema:proteinContent "Protein 0% 0g";
schema:proteinContent "Protein";
schema:cholesterolContent "Cholesterol - 0g";
schema:sodiumContent "Sodium 0% 4mg";
schema:null "Calcium 0% 1mg";
schema:null "Magnesium 0% 2mg";
schema:null "Potassium 1% 25mg";
schema:null "Iron 0% 0mg";
schema:null "Zinc 0% 0mg";
schema:null "Vitamin A 0% 1IU";
schema:null "Vitamin C 9% 6mg";
schema:null "Thiamin (B1) 0% 0mg";
schema:null "Riboflavin (B2) 0% 0mg";
schema:null "Niacin (B3) 0% 0mg";
schema:null "Vitamin B6 0% 0mg";
schema:null "Folic Acid (B9) 1% 3µg";
schema:null "Vitamin B12 - 0µg";
schema:null "Vitamin D - 0µg";
schema:null "Vitamin E 0% 0mg";
schema:null "Vitamin K - 0µg".
<_:gs3>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/twentieth-century-cocktail-d0ecdc3a25d659e50177c42b3a3bc150/->;
schema:image <http://www.edamam.com/web-img/2ec/2ecf06c6a096a957446ffdd6cca6cb8a.jpg>;
schema:name "Twentieth Century Cocktail";
schema:nutrition <http://www.edamam.com/recipe/twentieth-century-cocktail-d0ecdc3a25d659e50177c42b3a3bc150/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/twentieth-century-cocktail-d0ecdc3a25d659e50177c42b3a3bc150/-#ingredients>.
<_:gs4>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.saveur.com/article/Recipes/Classic-20th-Century-Cocktail>.
<_:gs5>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/time-for-a-drink--twentieth-century-6d16ebd325f86720c7a608e3ad104a43/->;
schema:image <http://www.edamam.com/web-img/909/9099a06a91779614d8e01286a9cc1b63.png>;
schema:name "Time for a Drink: Twentieth Century";
schema:nutrition <http://www.edamam.com/recipe/time-for-a-drink--twentieth-century-6d16ebd325f86720c7a608e3ad104a43/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/time-for-a-drink--twentieth-century-6d16ebd325f86720c7a608e3ad104a43/-#ingredients>.
<_:gs6>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.seriouseats.com/recipes/2009/02/twentieth-century-drinks-cocktails-recipe.html>.
<_:gs7>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/harlem-cocktail-81967182ca9a185d3891724ad0043d1f/->;
schema:image <http://www.edamam.com/web-img/31a/31a928b756fc2a1184d159e6e23914b8.jpg>;
schema:name "Harlem Cocktail";
schema:nutrition <http://www.edamam.com/recipe/harlem-cocktail-81967182ca9a185d3891724ad0043d1f/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/harlem-cocktail-81967182ca9a185d3891724ad0043d1f/-#ingredients>.
<_:gs8>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://nymag.com/restaurants/articles/recipes/harlemcocktail.htm>.
<_:gs9>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/grilled-shrimp-cocktail-f7fc8bcbbb3eec232b198783ab381b2c/->;
schema:image <http://www.edamam.com/web-img/eca/ecae05e3df90a4691248c7f2b8350259.jpg>;
schema:name "Grilled Shrimp Cocktail";
schema:nutrition <http://www.edamam.com/recipe/grilled-shrimp-cocktail-f7fc8bcbbb3eec232b198783ab381b2c/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/grilled-shrimp-cocktail-f7fc8bcbbb3eec232b198783ab381b2c/-#ingredients>.
<_:gs10>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://smittenkitchen.com/2009/05/grilled-shrimp-cocktail/>.
<_:gs11>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/asian-shrimp-cocktail-1de2e6bb67d8f74efc07b350e3577480/->;
schema:image <http://www.edamam.com/web-img/c5c/c5c10c41106cd701ac7a037af198145e.jpg>;
schema:name "Asian Shrimp Cocktail";
schema:nutrition <http://www.edamam.com/recipe/asian-shrimp-cocktail-1de2e6bb67d8f74efc07b350e3577480/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/asian-shrimp-cocktail-1de2e6bb67d8f74efc07b350e3577480/-#ingredients>.
<_:gs12>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://norecipes.com/blog/2009/08/13/asian-shrimp-cocktail-recipe/>.
<_:gs13>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/time-for-a-drink--rum-and-coconut-water-f5e5b79092cbb422969b7732d8b868ee/->;
schema:image <http://www.edamam.com/web-img/909/9099a06a91779614d8e01286a9cc1b63.png>;
schema:name "Time for a Drink: Rum and Coconut Water";
schema:nutrition <http://www.edamam.com/recipe/time-for-a-drink--rum-and-coconut-water-f5e5b79092cbb422969b7732d8b868ee/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/time-for-a-drink--rum-and-coconut-water-f5e5b79092cbb422969b7732d8b868ee/-#ingredients>.
<_:gs14>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.seriouseats.com/recipes/2008/06/rum-and-coconut-water-cocktail-recipe.html>.
<_:gs15>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/peach-melba-cocktail-0ce2df9b7a56322606c8eb95c99f9d92/->;
schema:image <http://www.edamam.com/web-img/093/093d64f81b81e65e295e74da25995b44.jpg>;
schema:name "Peach Melba Cocktail";
schema:nutrition <http://www.edamam.com/recipe/peach-melba-cocktail-0ce2df9b7a56322606c8eb95c99f9d92/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/peach-melba-cocktail-0ce2df9b7a56322606c8eb95c99f9d92/-#ingredients>.
<_:gs16>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.finecooking.com/recipes/peach-melba-cocktail.aspx>.
<_:gs17>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/non-alcoholic-maple---grapefruit-cocktail-30bdc46ae1b456461db18c446db36f03/->;
schema:image <http://www.edamam.com/web-img/da7/da75b2170efb9857a46a26227b589f2c.jpg>;
schema:name "Non-alcoholic Maple & Grapefruit Cock...";
schema:nutrition <http://www.edamam.com/recipe/non-alcoholic-maple---grapefruit-cocktail-30bdc46ae1b456461db18c446db36f03/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/non-alcoholic-maple---grapefruit-cocktail-30bdc46ae1b456461db18c446db36f03/-#ingredients>.
<_:gs18>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.thekitchn.com/recipe-nonalcoholic-maple-grap-124845>.
<_:gs19>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/the-classic-dark-n--stormy-recipe--made-stormier-a21af9889be8594052dd7c191ffda4b5/->;
schema:image <http://www.edamam.com/web-img/6b8/6b8ddf9acc13e114c3b186fbc96b5eab.jpg>;
schema:name "The Classic Dark n’ Stormy Recipe, Ma...";
schema:nutrition <http://www.edamam.com/recipe/the-classic-dark-n--stormy-recipe--made-stormier-a21af9889be8594052dd7c191ffda4b5/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/the-classic-dark-n--stormy-recipe--made-stormier-a21af9889be8594052dd7c191ffda4b5/-#ingredients>.
<_:gs20>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.gilttaste.com/stories/5441-the-classic-dark-n-stormy-recipe-made-stormier>.
<_:gs21>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/rose-prosecco-cocktail-744448b136ded2dcbaad83b927329807/->;
schema:image <http://www.edamam.com/web-img/109/10955965a79ecdfe526f11f5f6ca92d1.jpg>;
schema:name "Rose prosecco cocktail";
schema:nutrition <http://www.edamam.com/recipe/rose-prosecco-cocktail-744448b136ded2dcbaad83b927329807/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/rose-prosecco-cocktail-744448b136ded2dcbaad83b927329807/-#ingredients>.
<_:gs22>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.bbc.co.uk/food/recipes/roseproseccococktail_93583>.
<_:gs23>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/kentucky-sidecar-cocktail-recipe-91eca1032909d4d3b100951d1fba8ec4/->;
schema:image <http://www.edamam.com/web-img/9d1/9d1311741395a6d56074b79cc76bdd8e.jpg>;
schema:name "Kentucky Sidecar Cocktail Recipe";
schema:nutrition <http://www.edamam.com/recipe/kentucky-sidecar-cocktail-recipe-91eca1032909d4d3b100951d1fba8ec4/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/kentucky-sidecar-cocktail-recipe-91eca1032909d4d3b100951d1fba8ec4/-#ingredients>.
<_:gs24>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://whiteonricecouple.com/recipes/kentucky-sidecar/>.
<_:gs25>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/prosecco-cocktail-98001f601989f0bf5b4bb9d5b95b3935/->;
schema:image <http://www.edamam.com/web-img/e6f/e6f0863bbef8cec8b568aeccc712c4a0.jpg>;
schema:name "Prosecco Cocktail";
schema:nutrition <http://www.edamam.com/recipe/prosecco-cocktail-98001f601989f0bf5b4bb9d5b95b3935/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/prosecco-cocktail-98001f601989f0bf5b4bb9d5b95b3935/-#ingredients>.
<_:gs26>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.marthastewart.com/recipe/prosecco-cocktail>.
<_:gs27>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/ginger-champagne-cocktail-20858b3b9e23bcba4cc703cf9bf6b214/->;
schema:image <http://www.edamam.com/web-img/8b8/8b8eb628eb1a857f2dcc66a0b75157f1.jpg>;
schema:name "Ginger Champagne Cocktail";
schema:nutrition <http://www.edamam.com/recipe/ginger-champagne-cocktail-20858b3b9e23bcba4cc703cf9bf6b214/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/ginger-champagne-cocktail-20858b3b9e23bcba4cc703cf9bf6b214/-#ingredients>.
<_:gs28>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.bbcgoodfood.com/recipes/5009/index.html>.
<_:gs29>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/jack-rose-cocktail-recipe-141af65699c438c042a392f27134a38c/->;
schema:image <http://www.edamam.com/web-img/e21/e21bc8be0598f7e0a163533d533e405d.jpg>;
schema:name "Jack Rose Cocktail Recipe";
schema:nutrition <http://www.edamam.com/recipe/jack-rose-cocktail-recipe-141af65699c438c042a392f27134a38c/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/jack-rose-cocktail-recipe-141af65699c438c042a392f27134a38c/-#ingredients>.
<_:gs30>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.chow.com/recipes/10019-jack-rose-cocktail>.
<_:gs31>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/iced-strawberry-green-tea-20f6e965c57a95763fe9e87e9bc5f518/->;
schema:image <http://www.edamam.com/web-img/ad6/ad616ff886f036e74986c20c558461f9.jpg>;
schema:name "Iced Strawberry Green Tea";
schema:nutrition <http://www.edamam.com/recipe/iced-strawberry-green-tea-20f6e965c57a95763fe9e87e9bc5f518/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/iced-strawberry-green-tea-20f6e965c57a95763fe9e87e9bc5f518/-#ingredients>.
<_:gs32>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.biggirlssmallkitchen.com/2012/05/iced-strawberry-green-tea.html>.
<_:gs33>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/pomegranate-ginger-champagne-cocktail-86be93e1065d913b0f9ee5ca19b9090a/->;
schema:image <http://www.edamam.com/web-img/9d8/9d82f1c7f770bf56ea462fb20f9578ec.jpg>;
schema:name "Pomegranate-ginger Champagne Cocktail";
schema:nutrition <http://www.edamam.com/recipe/pomegranate-ginger-champagne-cocktail-86be93e1065d913b0f9ee5ca19b9090a/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/pomegranate-ginger-champagne-cocktail-86be93e1065d913b0f9ee5ca19b9090a/-#ingredients>.
<_:gs34>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.epicurious.com/recipes/food/views/Pomegranate-Ginger-Champagne-Cocktail-231270>.
<_:gs35>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/amquiri-cocktail-recipe-60d0294f765385312504e4d9ff981eb5/->;
schema:image <http://www.edamam.com/web-img/97d/97d048ded729dca58fca1c06fdacf341.jpg>;
schema:name "Amquiri Cocktail recipe";
schema:nutrition <http://www.edamam.com/recipe/amquiri-cocktail-recipe-60d0294f765385312504e4d9ff981eb5/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/amquiri-cocktail-recipe-60d0294f765385312504e4d9ff981eb5/-#ingredients>.
<_:gs36>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.foodrepublic.com/2011/04/25/amquiri-cocktail-recipe>.
<_:gs37>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/beer-cocktail-with-pomegranate-molasses-and-elderflower-liqueur-a0e58bf929a20e94edd422c3b543dded/->;
schema:image <http://www.edamam.com/web-img/1e1/1e16adc1e9bf0b8ef5dee6773a9618c7.JPG>;
schema:name "Beer Cocktail with Pomegranate Molass...";
schema:nutrition <http://www.edamam.com/recipe/beer-cocktail-with-pomegranate-molasses-and-elderflower-liqueur-a0e58bf929a20e94edd422c3b543dded/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/beer-cocktail-with-pomegranate-molasses-and-elderflower-liqueur-a0e58bf929a20e94edd422c3b543dded/-#ingredients>.
<_:gs38>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.food52.com/recipes/1262_beer_cocktail_with_pomegranate_molasses_and_elderflower_liqueur>.
<_:gs39>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/anno-1960-db6a74d3aa8d2c4a24b0057270423bb5/->;
schema:image <http://www.edamam.com/web-img/55b/55be9cc9ff25d4ef0def249a4930f8d7.jpg>;
schema:name "Anno 1960";
schema:nutrition <http://www.edamam.com/recipe/anno-1960-db6a74d3aa8d2c4a24b0057270423bb5/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/anno-1960-db6a74d3aa8d2c4a24b0057270423bb5/-#ingredients>.
<_:gs40>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.bonappetit.com/recipes/2005/02/anno_1960>.
<_:gs41>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/carpano-sting-ae177f76bbe278c2f09f29d3db75aa18/->;
schema:image <http://www.edamam.com/web-img/5ad/5ad69b20da287533d8eee44d8e99c8e0.jpg>;
schema:name "Carpano sting";
schema:nutrition <http://www.edamam.com/recipe/carpano-sting-ae177f76bbe278c2f09f29d3db75aa18/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/carpano-sting-ae177f76bbe278c2f09f29d3db75aa18/-#ingredients>.
<_:gs42>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://lacucinaitalianamagazine.com/recipe/carpano-sting>.
<_:gs43>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/mussels-manhattan-217aff07d18bcc00bf9d12b03cb7903b/->;
schema:image <http://www.edamam.com/web-img/5c4/5c4cece5e2318fb6d3b82641c7fa3d3d.jpg>;
schema:name "Mussels Manhattan";
schema:nutrition <http://www.edamam.com/recipe/mussels-manhattan-217aff07d18bcc00bf9d12b03cb7903b/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/mussels-manhattan-217aff07d18bcc00bf9d12b03cb7903b/-#ingredients>.
<_:gs44>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.tastingtable.com/entry_detail/chefs_recipes/5252/Mussels_take_a_swing_through_Manhattan.htm>.
<_:gs45>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/peach-jam-with-bourbon-and-vanilla-439b524a412a895445dc19e9194d877e/->;
schema:image <http://www.edamam.com/web-img/294/2946315eb14695dccb6dce0d5ca2f77e.jpg>;
schema:name "Peach jam with bourbon and vanilla";
schema:nutrition <http://www.edamam.com/recipe/peach-jam-with-bourbon-and-vanilla-439b524a412a895445dc19e9194d877e/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/peach-jam-with-bourbon-and-vanilla-439b524a412a895445dc19e9194d877e/-#ingredients>.
<_:gs46>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.sassyradish.com/2011/09/peach-jam-with-bourbon-and-vanilla/>.
<_:gs47>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/mexican-shrimp-ceviche-0662a1b65187fe5f9e613222abc15b70/->;
schema:image <http://www.edamam.com/web-img/260/2604767503cb5e209a48fb01e73c9f2e.jpg>;
schema:name "Mexican Shrimp Ceviche";
schema:nutrition <http://www.edamam.com/recipe/mexican-shrimp-ceviche-0662a1b65187fe5f9e613222abc15b70/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/mexican-shrimp-ceviche-0662a1b65187fe5f9e613222abc15b70/-#ingredients>.
<_:gs48>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://honestcooking.com/2012/04/10/mexican-shrimp-ceviche/>.
<_:gs49>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/drink-the-book--moon-river-ef501809e5dd1a4cf72c650b04ffca96/->;
schema:image <http://www.edamam.com/web-img/cc1/cc18d79c456d5d73b5e29fba6d09156c.jpg>;
schema:name "Drink the Book: Moon River";
schema:nutrition <http://www.edamam.com/recipe/drink-the-book--moon-river-ef501809e5dd1a4cf72c650b04ffca96/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/drink-the-book--moon-river-ef501809e5dd1a4cf72c650b04ffca96/-#ingredients>.
<_:gs50>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.seriouseats.com/recipes/2011/03/drink-the-book-moon-river-cocktail-technique-kazuo-uyeda-bourbon-cointreau-grapefruit.html>.
<_:gs51>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/classic-negroni-cocktail-recipe-f54508a8757dc07cebe18877789e266e/->;
schema:image <http://www.edamam.com/web-img/c19/c19d37fdaf7c43bbda7d293ebaf83201.JPG>;
schema:name "Classic Negroni Cocktail Recipe";
schema:nutrition <http://www.edamam.com/recipe/classic-negroni-cocktail-recipe-f54508a8757dc07cebe18877789e266e/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/classic-negroni-cocktail-recipe-f54508a8757dc07cebe18877789e266e/-#ingredients>.
<_:gs52>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.saveur.com/article/Recipes/Negroni-Cocktail>.
<_:gs53>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/the-jelly-bean-cocktail-c67601bbe0eac24f1811df3594d17c5a/->;
schema:image <http://www.edamam.com/web-img/69f/69fe4c9b95bcafe7f551f4a17e7c30fd.jpg>;
schema:name "The Jelly Bean Cocktail";
schema:nutrition <http://www.edamam.com/recipe/the-jelly-bean-cocktail-c67601bbe0eac24f1811df3594d17c5a/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/the-jelly-bean-cocktail-c67601bbe0eac24f1811df3594d17c5a/-#ingredients>.
<_:gs54>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.thekitchn.com/easter-basket-recipe-the-jelly-bean-cocktailthe-10-minute-happy-hour-168889>.
<_:gs55>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/chili-martini-cocktail-recipe-4446b809e8a427159ed792d68df00665/->;
schema:image <http://www.edamam.com/web-img/c52/c5251b113440d69054827d367262ad2e.jpg>;
schema:name "Chili Martini Cocktail Recipe";
schema:nutrition <http://www.edamam.com/recipe/chili-martini-cocktail-recipe-4446b809e8a427159ed792d68df00665/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/chili-martini-cocktail-recipe-4446b809e8a427159ed792d68df00665/-#ingredients>.
<_:gs56>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://whiteonricecouple.com/recipes/chili-martini-cocktail-recipes/>.
<_:gs57>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/limoncello-gin-cocktail-with-grilled-thyme-f702f59b0d5ab55ec79cf20c82f0bf1b/->;
schema:image <http://www.edamam.com/web-img/b40/b40898eb7b569e1c7f136df0ee8ed52c.jpg>;
schema:name "Limoncello-gin Cocktail With Grilled ...";
schema:nutrition <http://www.edamam.com/recipe/limoncello-gin-cocktail-with-grilled-thyme-f702f59b0d5ab55ec79cf20c82f0bf1b/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/limoncello-gin-cocktail-with-grilled-thyme-f702f59b0d5ab55ec79cf20c82f0bf1b/-#ingredients>.
<_:gs58>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.finecooking.com/recipes/limoncello-gin-cocktail-grilled-thyme.aspx>.
<_:gs59>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/sorbet-and-champagne-cocktail-8e6ec4ca6cba588dbc9aa27fe943786d/->;
schema:image <http://www.edamam.com/web-img/edc/edcb8b7533ed787306fa4fa7f36b5c06.jpg>;
schema:name "Sorbet and Champagne Cocktail";
schema:nutrition <http://www.edamam.com/recipe/sorbet-and-champagne-cocktail-8e6ec4ca6cba588dbc9aa27fe943786d/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/sorbet-and-champagne-cocktail-8e6ec4ca6cba588dbc9aa27fe943786d/-#ingredients>.
<_:gs60>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.marthastewart.com/recipe/sorbet-and-champagne-cocktail>.
<_:gs61>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/rusty-nail-recipe-fe4a56ead472dc4c8a5707e0aef22f38/->;
schema:image <http://www.edamam.com/web-img/157/157a6b39fc1596cfc6e23a7323b917b9.jpg>;
schema:name "Rusty Nail Recipe";
schema:nutrition <http://www.edamam.com/recipe/rusty-nail-recipe-fe4a56ead472dc4c8a5707e0aef22f38/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/rusty-nail-recipe-fe4a56ead472dc4c8a5707e0aef22f38/-#ingredients>.
<_:gs62>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.chow.com/recipes/10316-rusty-nail>.
<_:gs63>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/french-martini-c9f39eaf2d22f3c0b04961fe1d75b552/->;
schema:image <http://www.edamam.com/web-img/0b6/0b64dbb9c92303676ad613aff2606f93.jpg>;
schema:name "French martini";
schema:nutrition <http://www.edamam.com/recipe/french-martini-c9f39eaf2d22f3c0b04961fe1d75b552/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/french-martini-c9f39eaf2d22f3c0b04961fe1d75b552/-#ingredients>.
<_:gs64>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.bbc.co.uk/food/recipes/frenchmartini_91740>.
<_:gs65>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/french-75-cocktail-972aab91135c07aea2587baa3fc735d9/->;
schema:image <http://www.edamam.com/web-img/b15/b152bd00ac022f03afe5f241f5448c39.jpg>;
schema:name "French 75 Cocktail";
schema:nutrition <http://www.edamam.com/recipe/french-75-cocktail-972aab91135c07aea2587baa3fc735d9/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/french-75-cocktail-972aab91135c07aea2587baa3fc735d9/-#ingredients>.
<_:gs66>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.epicurious.com/recipes/food/views/French-75-Cocktail-350235>.
<_:gs67>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/dark-and-stormy-cocktail-recipe-2e18501f632f70e79757a7ed437a9cc0/->;
schema:image <http://www.edamam.com/web-img/2a0/2a01de569688b7eb8cda4f355bec6077.jpg>;
schema:name "Dark and Stormy Cocktail Recipe";
schema:nutrition <http://www.edamam.com/recipe/dark-and-stormy-cocktail-recipe-2e18501f632f70e79757a7ed437a9cc0/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/dark-and-stormy-cocktail-recipe-2e18501f632f70e79757a7ed437a9cc0/-#ingredients>.
<_:gs68>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.foodrepublic.com/2011/06/06/dark-and-stormy-cocktail-recipe>.
<_:gs69>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/irish-manhattan-f232d225b3237a7163095bd38acd721b/->;
schema:image <http://www.edamam.com/web-img/3c5/3c57b46ea3005d134d9cd1695c5a583e.jpg>;
schema:name "Irish Manhattan";
schema:nutrition <http://www.edamam.com/recipe/irish-manhattan-f232d225b3237a7163095bd38acd721b/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/irish-manhattan-f232d225b3237a7163095bd38acd721b/-#ingredients>.
<_:gs70>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.bonappetit.com/recipes/2007/03/irish_manhattan>.
<_:gs71>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/grapefruit-blossom-aperitif-7c44776f2f826848e31dd569e1791561/->;
schema:image <http://www.edamam.com/web-img/492/49278eebf2700bc0df9c0944c126a998.jpg>;
schema:name "Grapefruit Blossom Aperitif";
schema:nutrition <http://www.edamam.com/recipe/grapefruit-blossom-aperitif-7c44776f2f826848e31dd569e1791561/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/grapefruit-blossom-aperitif-7c44776f2f826848e31dd569e1791561/-#ingredients>.
<_:gs72>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.food52.com/recipes/4188_grapefruit_blossom_aperitif>.
<_:gs73>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/mulled-wine-cocktail-b5100f60223ad3cbb90f3d987261e99c/->;
schema:image <http://www.edamam.com/web-img/9c3/9c30974884a64738a983dd45e25a300a.jpg>;
schema:name "Mulled Wine Cocktail";
schema:nutrition <http://www.edamam.com/recipe/mulled-wine-cocktail-b5100f60223ad3cbb90f3d987261e99c/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/mulled-wine-cocktail-b5100f60223ad3cbb90f3d987261e99c/-#ingredients>.
<_:gs74>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.bbcgoodfood.com/recipes/8143/index.html>.
<_:gs75>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/strawberry-and-grappa-ruta-cocktail-cb5b23981a550d3ce1fb780392fb1a89/->;
schema:image <http://www.edamam.com/web-img/0fa/0fa8cf136a429059795f12c78057e8d1.jpg>;
schema:name "Strawberry and grappa ruta cocktail";
schema:nutrition <http://www.edamam.com/recipe/strawberry-and-grappa-ruta-cocktail-cb5b23981a550d3ce1fb780392fb1a89/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/strawberry-and-grappa-ruta-cocktail-cb5b23981a550d3ce1fb780392fb1a89/-#ingredients>.
<_:gs76>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://lacucinaitalianamagazine.com/recipe/strawberry-and-grappa-ruta-cocktail>.
<_:gs77>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/the-dubonnet-cocktail-639e0e5561f24c7175e2abbbcc7b65d6/->;
schema:image <http://www.edamam.com/web-img/21b/21bb2ce14a7d7f05be847d2b1e24f9a8.jpg>;
schema:name "The Dubonnet Cocktail";
schema:nutrition <http://www.edamam.com/recipe/the-dubonnet-cocktail-639e0e5561f24c7175e2abbbcc7b65d6/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/the-dubonnet-cocktail-639e0e5561f24c7175e2abbbcc7b65d6/-#ingredients>.
<_:gs78>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.sfgate.com/food/recipes/detail.html?rid=17698&sorig=qs>.
<_:gs79>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/classic-gin-martini-7a8ea8d41fc3b0efa9391db6df0003d3/->;
schema:image <http://www.edamam.com/web-img/15a/15a36b580e2edd0c818689c2551ec69d.jpg>;
schema:name "Classic Gin Martini";
schema:nutrition <http://www.edamam.com/recipe/classic-gin-martini-7a8ea8d41fc3b0efa9391db6df0003d3/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/classic-gin-martini-7a8ea8d41fc3b0efa9391db6df0003d3/-#ingredients>.
<_:gs80>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.sippitysup.com/classicmartini>.
<_:gs81>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/nini-bellini-3b5a5717e1e1a5550d37a32972773e3c/->;
schema:image <http://www.edamam.com/web-img/329/32929d839f69b5eba929098f74b2afeb.jpg>;
schema:name "Nini Bellini";
schema:nutrition <http://www.edamam.com/recipe/nini-bellini-3b5a5717e1e1a5550d37a32972773e3c/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/nini-bellini-3b5a5717e1e1a5550d37a32972773e3c/-#ingredients>.
<_:gs82>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.cookingchanneltv.com/recipes/jamie-oliver/nini-bellini-recipe/index.html>.
<_:gs83>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/flatbreads-with-honey--thyme-and-sea-salt-4c2d7064bf543073b1937a8080cd3a2f/->;
schema:image <http://www.edamam.com/web-img/173/173d7ec21e8e1b12541826cede6a2d8e.jpg>;
schema:name "Flatbreads with honey, thyme and sea ...";
schema:nutrition <http://www.edamam.com/recipe/flatbreads-with-honey--thyme-and-sea-salt-4c2d7064bf543073b1937a8080cd3a2f/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/flatbreads-with-honey--thyme-and-sea-salt-4c2d7064bf543073b1937a8080cd3a2f/-#ingredients>.
<_:gs84>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://smittenkitchen.com/blog/2011/07/flatbreads-with-honey-thyme-and-sea-salt/>.
<_:gs85>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/tarocco-cocktail-1fa3e2c88d75179870073fbf3cc4dd4d/->;
schema:image <http://www.edamam.com/web-img/8c9/8c97dd9124822c2f5b753104680fb956.jpg>;
schema:name "Tarocco Cocktail";
schema:nutrition <http://www.edamam.com/recipe/tarocco-cocktail-1fa3e2c88d75179870073fbf3cc4dd4d/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/tarocco-cocktail-1fa3e2c88d75179870073fbf3cc4dd4d/-#ingredients>.
<_:gs86>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.elizabethminchilliinrome.com/2011/02/blood-oranges-tarocco-cocktail.html>.
<_:gs87>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/the-final-ward-cocktail-45c79227952677a0e2cb50a64f4db73d/->;
schema:image <http://www.edamam.com/web-img/b72/b72818a257b9b7c96299e395288406c3.jpg>;
schema:name "The Final Ward Cocktail";
schema:nutrition <http://www.edamam.com/recipe/the-final-ward-cocktail-45c79227952677a0e2cb50a64f4db73d/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/the-final-ward-cocktail-45c79227952677a0e2cb50a64f4db73d/-#ingredients>.
<_:gs88>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.aidamollenkamp.com/2011/10/the-final-ward-cocktail-recipe/>.
<_:gs89>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/gimlet-1e8488e58a441c5c24956da74764d7a4/->;
schema:image <http://www.edamam.com/web-img/573/57318e7af8324b49d08a8a20fdf5c873.jpg>;
schema:name "Gimlet";
schema:nutrition <http://www.edamam.com/recipe/gimlet-1e8488e58a441c5c24956da74764d7a4/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/gimlet-1e8488e58a441c5c24956da74764d7a4/-#ingredients>.
<_:gs90>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.cookstr.com/recipes/gimlet-2>.
<_:gs91>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/kir-d4038482929f3443f1a289fa88a82b00/->;
schema:image <http://www.edamam.com/web-img/cab/cabc7dd5bccd24f453a1b816a39eadd6.JPG>;
schema:name "Kir";
schema:nutrition <http://www.edamam.com/recipe/kir-d4038482929f3443f1a289fa88a82b00/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/kir-d4038482929f3443f1a289fa88a82b00/-#ingredients>.
<_:gs92>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.eatingwell.com/recipes/kir.html>.
<_:gs93>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/the-chadburn-cocktail-4563ebfe2acbc300c89e41f15a6322f1/->;
schema:image <http://www.edamam.com/web-img/73d/73d29b5fd389d90192c29237bb521e9e.jpg>;
schema:name "The Chadburn Cocktail";
schema:nutrition <http://www.edamam.com/recipe/the-chadburn-cocktail-4563ebfe2acbc300c89e41f15a6322f1/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/the-chadburn-cocktail-4563ebfe2acbc300c89e41f15a6322f1/-#ingredients>.
<_:gs94>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.pbs.org/food/recipes/chadburn-cocktail/>.
<_:gs95>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/xanadu-cocktail--basil-and-grapefruit-b6911b0e7557caa0bc4d6c537b143037/->;
schema:image <http://www.edamam.com/web-img/371/3712dd418a04f86ab2a26d9e8ec53997.jpg>;
schema:name "Xanadu Cocktail: Basil And Grapefruit";
schema:nutrition <http://www.edamam.com/recipe/xanadu-cocktail--basil-and-grapefruit-b6911b0e7557caa0bc4d6c537b143037/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/xanadu-cocktail--basil-and-grapefruit-b6911b0e7557caa0bc4d6c537b143037/-#ingredients>.
<_:gs96>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://steamykitchen.com/4269-xanadu-cocktail-basil-and-grapefruit.html>.
<_:gs97>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/cranberry-champagne-gel-e-with-oranges-3b6488d969e6689cc74202ec6f50e325/->;
schema:image <http://www.edamam.com/web-img/198/1988e6ad500b1641aa09088115c81f26.jpg>;
schema:name "Cranberry Champagne Gelée With Oranges";
schema:nutrition <http://www.edamam.com/recipe/cranberry-champagne-gel-e-with-oranges-3b6488d969e6689cc74202ec6f50e325/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/cranberry-champagne-gel-e-with-oranges-3b6488d969e6689cc74202ec6f50e325/-#ingredients>.
<_:gs98>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.foodandwine.com/recipes/cranberry-champagne-gelee-with-oranges>.
<_:gs99>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/the-garibaldi-cocktail-e2e1f9596c7a48e77311393e1e6c804f/->;
schema:image <http://www.edamam.com/web-img/609/6096a7b3eb6690119f2fc31d92410aba.jpg>;
schema:name "The Garibaldi Cocktail";
schema:nutrition <http://www.edamam.com/recipe/the-garibaldi-cocktail-e2e1f9596c7a48e77311393e1e6c804f/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/the-garibaldi-cocktail-e2e1f9596c7a48e77311393e1e6c804f/-#ingredients>.
<_:gs100>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.huffingtonpost.com/2011/10/27/the-garibaldi-cocktail_n_1061257.html>.
<_:gs101>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/shrimp-cocktail-98c73719936e019d6540b68506f02365/->;
schema:image <http://www.edamam.com/web-img/a2d/a2d5d430f1c0f4e86b8335ff715d204c.jpg>;
schema:name "Shrimp Cocktail";
schema:nutrition <http://www.edamam.com/recipe/shrimp-cocktail-98c73719936e019d6540b68506f02365/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/shrimp-cocktail-98c73719936e019d6540b68506f02365/-#ingredients>.
<_:gs102>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://nymag.com/restaurants/articles/recipes/shrimpcocktail.htm>.
<_:gs103>
rdf:type <http://schema.org/Recipe>;
schema:url <http://www.edamam.com/recipe/roasted-shrimp-cocktail-434bf0af9a829e54a5e563eac98d3edd/->;
schema:image <http://www.edamam.com/web-img/c57/c572ef68debd77c24b7af336f090bb91.jpg>;
schema:name "Roasted Shrimp Cocktail";
schema:nutrition <http://www.edamam.com/recipe/roasted-shrimp-cocktail-434bf0af9a829e54a5e563eac98d3edd/-#nutrition>;
schema:ingredients <http://www.edamam.com/recipe/roasted-shrimp-cocktail-434bf0af9a829e54a5e563eac98d3edd/-#ingredients>.
<_:gs104>
rdf:type <http://schema.org/CreativeWork>;
schema:provider <http://www.runningwithtweezers.com/sea-food/>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment