I'm having difficulties grasping the concept of classes/instances/properties. If we take the following example: Class 'Pizza', Inferred Subclass 'Cheesy Pizza' = Pizza & HasIngredient Some 'Cheese'. I can follow this logic and I see the usefulness of automaticly Inferring classes.
However, I don't understand how to properly use quantitative links/properties. How could one, using RDF/OWL, expres the following: 100grams of cheese has 10g protein. And the Instance margherita pizza has 250grams of cheese? And also, could one infer that a margherita pizza thus has 25g protein?