|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. |
|
@prefix : <http://linkedrecipes.org/schema/>. |
|
@prefix foaf: <http://xmlns.com/foaf/0.1/>. |
|
|
|
<http://www.foodista.com/recipe/J2T4QC7D/pumpkin-chocolate-chip-walnut-cookies> a :Recipe; |
|
:steps ( |
|
"ONE: Combine pumpkin, sugar, vegetable oil, and egg" |
|
"TWO: In a separate bowl, stir together flour, baking powder, baking soda, ground cinnamon, and salt. Dissolve the baking soda with the milk, and stir in. Add the flour mixture to the pumpkin mixture and mix well." |
|
"THREE: Add vanilla, chocolate chips, and walnuts. Mix well." |
|
"FOUR: Shape and flatten dough on cookie sheet (covered with parchment paper) and bake at 350 degrees for approximately 10 minutes or until lightly brown and firm." |
|
); |
|
:ingredient |
|
[ |
|
:quantity 1; |
|
:unit "teaspoon"; |
|
:portion <http://dbpedia.org/resource/Milk> |
|
], |
|
[ |
|
:quantity 1; |
|
:unit "cup"; |
|
:portion <http://dbpedia.org/resource/Pumpkin> |
|
], |
|
[ |
|
:quantity 1; |
|
:unit "cup"; |
|
:portion <http://dbpedia.org/resource/Sugar> |
|
], |
|
[ |
|
:quantity 0.5; |
|
:unit "cup"; |
|
:portion <http://dbpedia.org/resource/Vegetable_fats_and_oils>; |
|
], |
|
[ |
|
:quantity 1; |
|
:portion <http://dbpedia.org/resource/Egg_(food)> |
|
], |
|
[ |
|
:quantity 1; |
|
:unit "cup"; |
|
:portion <http://dbpedia.org/resource/Flour> |
|
], |
|
[ |
|
:quantity 2; |
|
:unit "teaspoons"; |
|
:portion <http://dbpedia.org/resource/Baking_powder> |
|
], |
|
[ |
|
:quantity 2; |
|
:unit "teaspoons"; |
|
:portion <http://dbpedia.org/resource/Cinnamon> |
|
], |
|
[ |
|
:quantity 0.5; |
|
:unit "teaspoons"; |
|
:portion <http://dbpedia.org/resource/Salt> |
|
], |
|
[ |
|
:quantity 1; |
|
:unit "teaspoons"; |
|
:portion <http://dbpedia.org/resource/Baking_soda> |
|
], |
|
[ |
|
:quantity 1; |
|
:unit "tablespoons"; |
|
:portion <http://dbpedia.org/resource/Vanilla_extract> |
|
], |
|
[ |
|
:quantity 1; |
|
:unit "cup"; |
|
:portion <http://dbpedia.org/resource/Chocolate_chip> |
|
], |
|
[ |
|
:quantity 1; |
|
:unit "cup"; |
|
:portion <http://dbpedia.org/resource/Walnut> |
|
]. |
|
|
|
<http://dbpedia.org/resource/Milk> a :Ingredient; |
|
foaf:name "milk". |
|
<http://dbpedia.org/resource/Pumpkin> a :Ingredient; |
|
foaf:name "canned pumpkin"; |
|
foaf:name "pumpkin". |
|
<http://dbpedia.org/resource/Sugar> a :Ingredient; |
|
foaf:name "sugar"; |
|
foaf:name "white sugar". |
|
<http://dbpedia.org/resource/Vegetable_fats_and_oils> a :Ingredient; |
|
foaf:name "vegetable oil". |
|
<http://dbpedia.org/resource/Egg_(food)> a :Ingredient; |
|
foaf:name "egg". |
|
<http://dbpedia.org/resource/Flour> a :Ingredient; |
|
foaf:name "flour". |
|
<http://dbpedia.org/resource/Baking_powder> a :Ingredient; |
|
foaf:name "baking powder". |
|
<http://dbpedia.org/resource/Cinnamon> a :Ingredient; |
|
foaf:name "ground cinnamon"; |
|
foaf:name "cinnamon". |
|
<http://dbpedia.org/resource/Salt> a :Ingredient; |
|
:portion "1/2 teaspoon"; |
|
foaf:name "salt". |
|
<http://dbpedia.org/resource/Baking_soda> a :Ingredient; |
|
foaf:name "baking soda". |
|
<http://dbpedia.org/resource/Vanilla_extract> a :Ingredient; |
|
foaf:name "vanilla extract". |
|
<http://dbpedia.org/resource/Chocolate_chip> a :Ingredient; |
|
foaf:name "semisweet chocolate chips"; |
|
foaf:name "chocolate chips". |
|
<http://dbpedia.org/resource/Walnut> a :Ingredient; |
|
foaf:name "walnuts" |