When requesting the metadata to fill this entry, open library has the correct information, while google puts the publisher as the author. 1
Neither of the sources was carrying the information about licensing though. For that one I needed to get physical: CC BY-NC-SA 4.0 2
Which is very convenient to show the interaction I had with the book.
(segador) [boo@extremito molino]$ python librero.py show 978-90-834041-6-5 --open
---
class: book
publisher: Set Margins'
date: 2024-01-01
language:
isbn: 9789083404165
subject: []
description:
contributor:
type: book
format:
source_original:
relation:
coverage:
rights:
title: Hands on Research for Artists, Designers and Educators
authors:
- Harma Staal
iri: https://isbnsearch.org/isbn/9789083404165
learningPair:
---
(segador) [boo@extremito molino]$ vim librero.py
(segador) [boo@extremito molino]$ python librero.py show 978-90-834041-6-5 --google
---
class: book
publisher:
date: 2024-01-01
language: en
isbn: 9789083404165
subject: []
description:
contributor:
type: book
format:
source_original:
relation:
coverage:
rights:
title: Hands On Research For Artists, Designers And Educators
authors:
- Set Margins
iri: https://isbnsearch.org/isbn/9789083404165
learningPair:
---
