JSON-LD using Schema.org @context. It can be copy/pasted into HTML Webpages.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"id": "http://kg.artsdata.ca/resource/K12-146",
"type": "Person",
"sameAs": [
"http://www.wikidata.org/entity/Q344822",
"https://en.wikipedia.org/wiki/Herb_Alpert",
"https://www.facebook.com/HerbAlpertPresents",
"https://twitter.com/HerbAlpert",
"https://fr.wikipedia.org/wiki/Herb_Alpert",
"https://isni.org/isni/0000000114944801"
],
"name": "Herb Alpert",
"url": "http://www.herbalpert.com",
"image": {
"type": "ImageObject",
"url": "https://commons.wikimedia.org/wiki/Special:FilePath/Herb_Alpert_1966.jpg"
}
}
</script>