Matthias Wiesmann

Results 78 comments of Matthias Wiesmann

But what is the point of media-specific story arcs, as they can span multiple medias and I don't see media specific attributes?

OK, and so you expect web-sites to provide this information?

Could you provide an example of what this structure would look like?

I would suggest something that uses the existing structured for measurements. ``` ingredient: { "@type": "RecipeIngredient" display: "400g mozarella" name: "Mozarella", amount: { "@type": "QuantitativeValue" "value": 400 "unitText": "grams" "unit":...

Actually, I think defining a FoodProduct subclass and attaching the allrgens to the nutrition information would help us here, as we could attach the allergens there. ``` receipeIngredient: { "@type":...

> My only concerns are the verbosity and if defining yet another class is necessary. I would rather have additional classes that have redundant, badly defined fields like a simple...

Thanks, I will close this issue, please-reopen it if needed.