Example notes or example HTML without markup.
<!-- Utilising Wikidata as a source of URIs for entities in a sameAs relationship -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Movie",
"name": "The Hitchhiker's Guide to the Galaxy",
"disambiguatingDescription": "2005 British-American comic science fiction film directed by Garth Jennings",
"sameAs": "https://www.wikidata.org/wiki/Q836821",
"titleEIDR": "10.5240/B752-5B47-DBBE-E5D4-5A3F-N",
"isBasedOn":
{
"@type": "Book",
"name": "The Hitchhiker's Guide to the Galaxy",
"isbn": "0-330-25864-8",
"sameAs": "https://www.wikidata.org/wiki/Q3107329",
"author":
{
"@type": "Person",
"name": "Douglas Adams",
"sameAs": "https://www.wikidata.org/wiki/Q42"
}
}
}
</script>
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "Movie", "name": "The Hitchhiker's Guide to the Galaxy", "disambiguatingDescription": "2005 British-American comic science fiction film directed by Garth Jennings", "sameAs": "https://www.wikidata.org/wiki/Q836821", "titleEIDR": "10.5240/B752-5B47-DBBE-E5D4-5A3F-N", "isBasedOn": { "@type": "Book", "name": "The Hitchhiker's Guide to the Galaxy", "isbn": "0-330-25864-8", "sameAs": "https://www.wikidata.org/wiki/Q3107329", "author": { "@type": "Person", "name": "Douglas Adams", "sameAs": "https://www.wikidata.org/wiki/Q42" } } }