{
    "@context": "http://schema.org",
    "@type": "MusicGroup",
    "@id": "http://musicbrainz.org/artist/b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d",
    "name": "Beatles",
    "sameAs": "http://www.thebeatles.com",
    "foundingLocation": {
        "@type": "City",
        "name": "Liverpool"
    },
    "foundingDate": "1957",
    "dissolutionDate": "1970",
    "genre": "Rock",
    "album": {
        "@type": "MusicAlbum",
        "name": "The Beatles",
        "alternateName": "The White Album",
        "@id": "http://musicbrainz.org/release-group/055be730-dcad-31bf-b550-45ba9c202aa3",
        "datePublished": "1968"
    },
    "member": [
        {
            "@type": "OrganizationRole",
            "member": {
                "@type": "Person",
                "name": "John Lennon"
            },
            "startDate": "1957",
            "endDate": "1970",
            "roleName": [
                "guitar",
                "lead vocals"
            ]
        },
        {
            "@type": "OrganizationRole",
            "member": {
                "@type": "Person",
                "name": "Paul McCartney"
            },
            "startDate": "1957",
            "endDate": "1970",
            "roleName": [
                "bass guitar",
                "lead vocals"
            ]
        },
        {
            "@type": "OrganizationRole",
            "member": {
                "@type": "Person",
                "name": "George Harrison"
            },
            "startDate": "1958",
            "endDate": "1970",
            "roleName": [
                "guitar",
                "lead vocals"
            ]
        },
        {
            "@type": "OrganizationRole",
            "member": {
                "@type": "Person",
                "name": "Ringo Starr"
            },
            "startDate": "1962",
            "endDate": "1970",
            "roleName": "drums"
        }
    ]
}