Google Books · JSON-LD Context

Books Context

JSON-LD context defining the semantic vocabulary for Books from Google Books.

21 Classes 1 Properties 1 Namespaces
View Context View on GitHub

Namespaces

gbooks: https://www.googleapis.com/books/v1/

Classes

Volume Bookshelf id title subtitle authors publisher publishedDate description pageCount categories averageRating ratingsCount language imageLinks thumbnail isbn saleability isEbook listPrice currencyCode

Properties

Property Type Container
previewLink reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gbooks": "https://www.googleapis.com/books/v1/",
    "Volume": "schema:Book",
    "Bookshelf": "schema:BookSeries",
    "id": "schema:identifier",
    "title": "schema:name",
    "subtitle": "schema:alternativeHeadline",
    "authors": "schema:author",
    "publisher": "schema:publisher",
    "publishedDate": "schema:datePublished",
    "description": "schema:description",
    "pageCount": "schema:numberOfPages",
    "categories": "schema:genre",
    "averageRating": "schema:aggregateRating",
    "ratingsCount": "schema:ratingCount",
    "language": "schema:inLanguage",
    "imageLinks": "schema:image",
    "thumbnail": "schema:thumbnailUrl",
    "previewLink": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "isbn": "schema:isbn",
    "saleability": "schema:availability",
    "isEbook": "schema:bookFormat",
    "listPrice": "schema:price",
    "currencyCode": "schema:priceCurrency"
  }
}