Last active
August 29, 2015 14:08
-
-
Save christopheradams/b5d4d9a1b4bd33efdc53 to your computer and use it in GitHub Desktop.
Tentacles Webpage JSON-LD example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "http://schema.org", | |
"@type": "WebPage", | |
"author": "Staff reporter", | |
"copyrightHolder": "DC Thomson & Co, Ltd.", | |
"copyrightYear": "2014", | |
"dateCreated": "2011-01-10", | |
"dateModified": "2012-11-12", | |
"datePublished": "2011-01-10", | |
"hasPart": { | |
"@type": "Photograph", | |
"associatedMedia": { | |
"@type": "ImageObject", | |
"contentUrl": "http://www.thecourier.co.uk/polopoly_fs/1.829.1352144574!/image/image.jpg_gen/derivatives/box_620/image.jpg", | |
"caption": "Stanley Wong (Flickr user christopheradams: http://www.flickr.com/photos/christopheradams/3174263710/sizes/l/)" | |
}, | |
"creator": "Flickr user christopheradams", | |
"exampleOfWork": { | |
"@type": "Photograph", | |
"creator": "Christopher Adams", | |
"copyrightHolder": "Christopher Adams", | |
"license": "https://creativecommons.org/licenses/by/2.0/", | |
"name": "Stanley Wong", | |
"url": "https://www.flickr.com/photos/christopheradams/3174263710/" | |
}, | |
"isBasedOnUrl": "http://www.flickr.com/photos/christopheradams/3174263710/sizes/l/", | |
"license": "Photo used under Creative Commons licence courtesy of Flickr user christopheradams.", | |
"name": "Stanley Wong" | |
}, | |
"inLanguage": "English", | |
"name": "St Andrews Museum secures exclusive Stanley Wong exhibition", | |
"publisher": "thecourier.co.uk", | |
"reviewedBy": { | |
"@type": "Person", | |
"name": "Christopher Adams", | |
"url": "http://octo.example.org/users/cxadams" | |
}, | |
"lastReviewed": "2014-11-01", | |
"url": "http://www.thecourier.co.uk/lifestyle/leisure/books/st-andrews-museum-secures-exclusive-stanley-wong-exhibition-1.27891" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment