Skip to content
Snippets Groups Projects
Commit 5fda4e62 authored by Anjali Aggarwal's avatar Anjali Aggarwal
Browse files

has removed

parent 820233a1
No related branches found
No related tags found
1 merge request!14Resolve "pizza example"
Pipeline #120009 failed
......@@ -45,7 +45,7 @@ classes:
range: string
title:
range: string
hasSpiciness:
Spiciness:
inlined_as_list: true
range: SpicinessLevel
multivalued: true
......@@ -62,15 +62,15 @@ classes:
required: true
description:
range: string
hasBase:
Base:
inlined_as_list: true
range: PizzaBase
multivalued: true
hasTopping:
Topping:
inlined_as_list: true
range: PizzaTopping
multivalued: true
hasCountryOfOrigin:
CountryOfOrigin:
inlined_as_list: true
range: Country
multivalued: true
......
......@@ -2,32 +2,32 @@ pizzas:
- id: "pizza1"
title: "Margherita"
description: "Classic Margherita pizza with tomato, mozzarella, and basil."
hasBase:
Base:
- id: "base1"
title: "Thin crust"
hasTopping:
Topping:
- id: "topping1"
title: "Mozzarella"
hasSpiciness: ['Hot',Medium,'Mild']
Spiciness: ['Hot',Medium,'Mild']
- id: "topping2"
title: "Tomato"
hasSpiciness: []
hasCountryOfOrigin:
Spiciness: []
CountryOfOrigin:
- id: "country1"
title: "Italy"
- id: "pizza2"
title: "Fungi"
description: "Classic Fungi pizza with tomato, mozzarella, and Fungi."
hasBase:
Base:
- id: "base1"
title: "Thin crust"
hasTopping:
Topping:
- id: "topping1"
title: "Mozzarella"
hasSpiciness: ['Hot',Medium,'Mild']
Spiciness: ['Hot',Medium,'Mild']
- id: "topping2"
title: "Tomato"
hasSpiciness: []
hasCountryOfOrigin:
Spiciness: []
CountryOfOrigin:
- id: "country1"
title: "Italy"
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment