{ "@context": "https://schema.org", "@graph": [ { "@type": "Person", "@id": "https://k8music.com/#artist", "alternateName": "k8", "url": "https://k8music.com/", "jobTitle": "Singer-Songwriter" }, { "@type": "MusicGroup", "@id": "https://k8music.com/#musicgroup", "name": "k8", "url": "https://k8music.com/", "founder": { "@id": "https://k8music.com/#artist" } }, { "@type": "WebSite", "url": "https://k8music.com/", "name": "k8 Official Website", "publisher": { "@id": "https://k8music.com/#musicgroup" } } ] }