JSON-LD Schema.org

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-60",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q24006768",
    "https://en.wikipedia.org/wiki/Meghan_Patrick",
    "https://www.facebook.com/MegPatrickMusic/",
    "https://twitter.com/MegPatrickMusic/",
    "https://www.instagram.com/MegPatrickMusic/",
    "https://www.youtube.com/channel/UChC1UwOoVzucC43q6k28VDw"
  ],
  "name": "Meghan Patrick",
  "url": "https://www.meghanpatrickmusic.com"
}
</script>