sameAs - Schema.org Property (original) (raw)

Note: You are viewing the development version of Schema.org. See how we work for more details.

URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.

Values expected to be one of these types

* [URL](/URL "URL")

Used on these types

* [Thing](/Thing "Thing")

Examples

Example notes or example HTML without markup.

Example encoded as JSON-LD in a HTML script tag.

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" } } }