#my day intake description and constraints
PREFIX : <http://www.semanticweb.org/alisa/ontologies/2023/concrete-domain/diet#> 

MyProduct0-1: 
 1 * had-prod0-c 
 = 10890 
MyProduct0-2: 
 1 * had-prod0-p 
 = 3960 
MyProduct0-3: 
 1 * had-prod0-f 
 = 4950 

MyProduct-total: 
 1 * had-total 
 = 19800 

##### TBox constrains

TotalAmount:
 1 * had-total 
 -1 * had-prod0-c 
 -1 * had-prod0-p 
 -1 * had-prod0-f 
 = 0

FullCarbs:
 1 * had-total 
 -1 * had-prod0-c 
 = 0

FullProtein:
 1 * had-total 
 -1 * had-prod0-p 
 = 0

FullFat:
 1 * had-total 
 -1 * had-prod0-f 
 = 0

Carbs55:
 11 * had-total 
 -20 * had-prod0-c 
 = 0

Carbs45:
 9 * had-total 
 -20 * had-prod0-c 
 = 0

Protein30:
 3 * had-total 
 -10 * had-prod0-p 
 = 0

Protein25:
 1 * had-total 
 -4 * had-prod0-p 
 = 0

Protein20:
 1 * had-total 
 -5 * had-prod0-p 
 = 0

Fat30:
 3 * had-total 
 -10 * had-prod0-f 
 = 0

Fat25:
 1 * had-total 
 -4 * had-prod0-f 
 = 0
