This is regarding when an Edition needs to represent more than one book, or be a boxed or slipcase set, or when one issue of a publication comes with one or more accompanying tomes (eg, a magazine with a free book).
The items may or may not be also sold separately from each other, or from the containing part. In some cases it’s possible that a set may contain items that are exclusive to that issue of the set, or items that are available separately and may be any one of a range of similar printings.
I have examples of these types of sets waiting to be added, and some added in the bookogs days.
Here is a set that contains two volumes only ever available together with the slipcase: https://ctlgs.org/c/books/edition/300840/clash-of-the-princes/
and here is a set that contains three volumes, each of which could be any one of a certain subset of Editions of their respective Book: https://ctlgs.org/c/books/edition/104731/fighting-fantasy-gamebox/
Another case is a periodical magazine which had a free book included as part of its package. As far as I’m aware, the book edition is exclusive to the magazine.: https://ctlgs.org/c/books/edition/292622/science-fiction-classics-do-androids-dream-of-electric-sheep/
I’m sure I read some comment on the forum not too long ago, and I think the response was to put all volumes in one submission for any set with solely exclusive contents. I consider this a poor solution. (I found it: Multi-volume works with slip cases ). This smacks of the same thinking that led to the poor implementation of File releases in discogs - crammed into the pre-existing structure for physical releases when they are a very different animal. A boxed set is not simply one Edition.
Each book within a set has all the properties of an Edition, and a slipcase can have many of them itself, too.
The way I see it, we have these options:-
-
To try, as above, to cram multiple volumes into an entity structure not geared to multiple self-contained instances or references. This seems like the very poorest option to me as it doesn’t fully, logically, or clearly represent the Edition being described. The result is an inconsistent mess.
-
Use an Edition to describe the containing box, case, or primary item, and then other Editions to describe the contained items. There would need to be some development to allow an Edition to link to a defined subset of other Editions - including a subset of 1.
So something like:
Book: My Lovely Slipcase
-
Edition: My Lovely Slipcase
- Publisher: Wub Publishing Ltd.
- Date First Published: 1999
- Edition: 1
- Contains
- Link to Editions: My Lovely Book, Volume 1 {where published by Wub Publishing Ltd. between 1998 and 1999}
- Link to Editions: My Lovely Book, Volume 2 {where published by Wub Publishing Ltd. between 1998 and 1999}
-
Edition: My Lovely Slipcase
- Publisher: Wub Publishing Ltd.
- Date First Published: 1999
- Date This Edition Published: 2001
- Edition: 2
- Contains
- Link to Edition: My Lovely Book - The Prequel {where specific ID}
- Link to Editions: My Lovely Book, Volume 1 {where published by Wub Publishing Ltd. between 1998 and 2002 in a standard edition}
- Link to Editions: My Lovely Book, Volume 2 {where published by Wub Publishing Ltd. between 1998 and 2002 in a standard edition}
- Link to Editions: My Lovely Book, Volume 3 {where published by Wub Publishing Ltd. between 2001 and 2002 in a standard edition}
I’ve previously asked if a Book page could be filtered by GET parameters so we could build a filter query url to a subset of Editions. This would be a good use of such filtering. We could then use links in the Contents of an Edition to identify the Editions being contained. This would be simpler than developing the ability for an Edition to contain sub-Editions.
With the Gamebox example linked above, I’ve already partly tried to link to editions, but in the Notes and having to describe the parameters in words.
The benefits of this approach would be to properly represent both the Editions inside the set and the set itself as its own Edition. No crowbarring. When a marketplace is implemented, it will also enable people to sell partial sets, which they will inevitably have, without compromising the data, or forcing them to rely on a comment to explain that the set is only partial (I’m sure there will be fringe case exceptions).
Also, if I submit a set of 10 books where each book is the specific printing in my set, someone else might submit theirs because their set has a different allocation of printings. We’d get multiple instances of the exact same set.
I hope this makes sense because it would be good to get some decisions on how we’re moving on this. The multiple-Editions-crammed-into-one-Edition technique isn’t working for me.