{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@id": "https://aaploit.com/en/artists/ito-masahiro",
      "@type": "Person",
      "name": "ITO Masahiro",
      "alternateName": "いとうまさひろ",
      "url": "https://aaploit.com/en/artists/ito-masahiro",
      "sameAs": "https://aaploit.com/ja/artists/ito-masahiro",
      "affiliation": {
        "@id": "https://aaploit.com/#organization"
      },
      "relatedLink": "https://aaploit.com/en/artists/ito-masahiro/works"
    },
    {
      "@id": "https://aaploit.com/en/exhibitions/ito-masahiro-absolute-photographs",
      "@type": "ExhibitionEvent",
      "name": "Absolute Photographs",
      "url": "https://aaploit.com/en/exhibitions/ito-masahiro-absolute-photographs",
      "sameAs": "https://aaploit.com/ja/exhibitions/ito-masahiro-absolute-photographs",
      "startDate": "2022-09-23",
      "endDate": "2022-10-23",
      "location": "aaploit, Tokyo",
      "artists": [
        {
          "@id": "https://aaploit.com/en/artists/ito-masahiro"
        }
      ]
    }
  ]
}