schemaorg-coda :: Example

eg-0330

From v29.4

JSON-LD

{
        "@context": "https://schema.org",
        "@type": "BookSeries",
        "name": "The Hitchhiker's Guide to the Galaxy",
        "genre": "comedy science fiction",
        "startDate": "1979-10-12",
        "endDate": "1992-10-12",
        "abstract": "Earthman Arthur Dent is saved by his friend, Ford Prefect—an alien researcher for the titular Hitchhiker's Guide to the Galaxy, which provides info on every planet in the galaxy—from the Earth just before it is destroyed by the alien Vogons.",
        "author": {
            "@type": "Person",
            "givenName": "Douglas",
            "familyName": "Adams",
            "additionalName": "Noel",
            "birthDate": "1952-03-11",
            "birthPlace": {
                "@type": "Place",
                "address": "Cambridge, Cambridgeshire, England"
            },
            "deathDate": "2001-05-11",
            "deathPlace": {
                "@type": "Place",
                "address": "Santa Barbara, California, United States"
            }
        }
    }

Pre-Markup

Book series example with nested author(JSON-LD only).