#This file is modification of the exact files. Motivation: many receipts have different measuring system, ml, oz, cl, tbs, etc. But the concepts are the same. So here we define the proportions of coffee components for different types of coffee  

PREFIX : <http://www.semanticweb.org/alisa/ontologies/2022/concrete-domain/>
#eg <http://www.semanticweb.org/alisa/ontologies/2022/concrete-domain/Order1-1>

#
Order1-1:
 1 * containsEspresso
 = 30
#
Order1-2:
 1 * containsSteamedMilk
 = 0
#
Order1-3:
 1 * containsWater
 = 30
#
Order1-4:
 1 * containsMilkFoam
 = 0
#
Order1-5:
 1 * containsTotalAmount
 = 60

#
TotalAmount:
 1 * containsTotalAmount
 -1 * containsWater
 -1 * containsEspresso
 -1 * containsSteamedMilk
 = 0
