Example notes or example HTML without markup.
Book series example with nested author(JSON-LD only).
Example encoded as
JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{
"@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"
}
}
}