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-427",
"type": "Person",
"sameAs": [
"https://en.wikipedia.org/wiki/Ron_James_(comedian)",
"https://twitter.com/theronjamesshow",
"https://www.facebook.com/RonJamesComedy",
"https://www.instagram.com/ramblinronjames/",
"https://www.youtube.com/channel/UCPZKHRP59EZ53sJ4RUQfg5Q"
],
"name": "Ron James",
"url": "http://www.ronjames.ca/",
"image": {
"type": "ImageObject",
"url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ron_james_on_set.JPG"
}
}
</script>