{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Person",
      "name": "Jörg Nachtnebel",
      "description": "War photojournalist and keeper of the stolen film canister in The Sea Pagoda Shadow, an AI-generated short film set in Saigon, June 1966.",
      "url": "https://the-sea-pagoda-shadow-site.vercel.app/jorg.html",
      "image": "https://the-sea-pagoda-shadow-site.vercel.app/assets/portrait-jorg-wide.jpg",
      "affiliation": { "@type": "Movie", "name": "The Sea Pagoda Shadow", "url": "https://the-sea-pagoda-shadow-site.vercel.app/" }
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        { "@type": "ListItem", "position": 1, "name": "The Sea Pagoda Shadow", "item": "https://the-sea-pagoda-shadow-site.vercel.app/" },
        { "@type": "ListItem", "position": 2, "name": "Jörg Nachtnebel", "item": "https://the-sea-pagoda-shadow-site.vercel.app/jorg.html" }
      ]
    }
  ]
}
