Library Genesis Data Object - Works

Q

What is "Works" as a Library Genesis Data Objects?

✍: FYIcenter.com

A

"Works" is a data object used in Library Genesis to record detailed information about unique works. For example, a book of multiple editions and publication formats is considered as a single work.

"Works" has the following main fields:

  • w_id - Internal object ID of this work.
  • title - The title of this work.
  • work_type - The type of this work.
  • date - The date when this work was published for the first time.
  • language - The language this work was written in.
  • editions - Links to "Editions" objects.

Here is an example of an "Works" object in JSON format:

"w_id": "290567",
"title": "The Storyteller and Other Tales",
"work_type": "COLLECTION",
"date": "2008-00-00",
"language": "eng",
"editions": {
  "840461": {
      "e_id": "1947516"
  },
  "840462": {
      "e_id": "2252078"
  }
}

 

Library Genesis Data Object - Authors

Library Genesis Data Object - Editions

Library Genesis Data Objects

⇑⇑ LibGen (Library Genesis) - Frequently Asked Questions

2023-07-18, 318🔥, 0💬