Book, Chapters and Articles

I have a Book, Chapters and Articles. Can i group Articles by Chapter using
the hasPart property?

For example for Chapter

 {
   '@type':   'Chapter'
   ...
   'hasPart': [
   {
     '@type': 'Article',
   ...
    }
   ...
 }

The idea is to group Articles in Chapters. What do you think?

Regards

Received on Friday, 6 September 2019 10:29:10 UTC