{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@id": "https://aaploit.com/en/artists/lee-yerim",
      "@type": "Person",
      "name": "Lee YeRim",
      "alternateName": "いいえりん",
      "url": "https://aaploit.com/ja/artists/lee-yerim",
      "sameAs": "https://aaploit.com/en/artists/lee-yerim",
      "affiliation": {
        "@id": "https://aaploit.com/#organization"
      },
      "relatedLink": "https://aaploit.com/ja/artists/lee-yerim/works"
    },
    {
      "@id": "https://aaploit.com/en/exhibitions/lee-yerim-travelogue",
      "@type": "ExhibitionEvent",
      "name": "Travelogue",
      "url": "https://aaploit.com/en/exhibitions/lee-yerim-travelogue",
      "sameAs": "https://aaploit.com/ja/exhibitions/lee-yerim-travelogue",
      "startDate": "2024-02-01",
      "endDate": "2024-02-25",
      "location": "aaploit, Tokyo",
      "artists": [
        {
          "@id": "https://aaploit.com/en/artists/lee-yerim"
        }
      ]
    }
  ]
}