- From: Ghaulser Rigoti <ghaulserigoti@gmail.com>
- Date: Fri, 6 Sep 2019 12:24:18 +0200
- To: public-schemaorg@w3.org
Received on Friday, 6 September 2019 10:29:10 UTC
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