Skip to content

Instantly share code, notes, and snippets.

@RichardWallis
Created February 7, 2017 19:03
Show Gist options
  • Save RichardWallis/38e9d458bf012d6dcdc9b80801260398 to your computer and use it in GitHub Desktop.
Save RichardWallis/38e9d458bf012d6dcdc9b80801260398 to your computer and use it in GitHub Desktop.
Sample appendix for article
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@graph":[
{
@id": "http://data.europeana.eu/item/2021618/internetserver_Details_kunst_25027",
"@type": ["CreativeWork","VisualArtwork"],
"name": "Mona Lisa | Leonardo da Vinci",
"creator": ["_p:0","_p:1"],
"about": ["Mona Lisa","_:p1"],
"artform": "grafiek",
"height": {
"@type": "QuantitativeValue",
"value": "768",
"unitCode": "MMT"
},
"width": {
"@type": "QuantitativeValue",
"value": "598",
"unitCode": "MMT"
},
"license": "http://creativecommons.org/licenses/by-nc/3.0/nl/",
"thumbnailUrl": "http://teylers.adlibhosting.com/wwwopacx/wwwopac.ashx?command=getcontent&server=images&value=TvB%20G%203674.jpg",
"potentialAction": {
"@type": "ViewAction",
"name": "View at Teylers Museum",
"target": "http://www.europeana.eu/api/RbWPAapQ6/redirect?shownAt=http%3A%2F%2Fteylers.adlibhosting.com%2Finternetserver%2FDetails%2Fkunst%2F25027&provider=Digitale+Collectie&id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2021618%2Finternetserver_Details_kunst_25027&profile=full"
},
"provider": ["http://europeana.eu","Digitale Collectie","_:or0"]
},
{
"@id": "_:p0",
"@type": "Person",
"name": "Luigi Calamatta",
"sameAs": "http://dbpedia.org/page/Luigi_Calamatta"
},
{
"@id": "_:p1",
"@type": "Person",
"name": "Leonardo da Vinci",
"name": [
{
"@language": "mk",
"@value": "Леонардо да Винчи"
},
{
"@language": "bg",
"@value": "Леонардо да Винчи"
},
{
"@language": "ru",
"@value": "Леонардо да Винчи"
},
{
"@language": "sq",
"@value": "Leonardo da Vinçi"
},
{
"@language": "az",
"@value": "Leonardo da Vinçi"
}
],
"birthDate": "1454-04-15",
"deathDate": "1519-05-02",
"sameAs": "http://dbpedia.org/resource/Leonardo_da_Vinci"
},
{
"@id": "http://europeana.eu",
"@type": "LocalBusiness",
"name": "Europeana",
"url": "http://europeana.eu"
},
{
"@id": "_:or0",
"@type": "LocalBusiness",
"name": "Teylers Museum",
"url": "http://teylersmuseum.nl/nl",
"address": "Spaarne 16, 2011 CH Haarlem, Netherlands",
"telephone": "+310235160960"
}
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment