{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://ufoisyou.com/#website",
      "url": "https://ufoisyou.com",
      "name": "UFO Is You",
      "alternateName": "It's closer than you think",
      "description": "An upcoming collection of moving images by Ryan Grulich, Joshua Cutchin and Greg Bishop.",
      "image": "https://ufoisyou.com/hero.jpg"
    },
    {
      "@type": "CreativeWork",
      "@id": "https://ufoisyou.com/#work",
      "name": "Untitled — coming soon",
      "description": "A collection of moving images exploring the most human of all experiences.",
      "creator": [
        { "@type": "Person", "name": "Ryan Grulich" },
        { "@type": "Person", "name": "Joshua Cutchin" },
        { "@type": "Person", "name": "Greg Bishop" }
      ],
      "creativeWorkStatus": "Upcoming",
      "url": "https://ufoisyou.com",
      "image": "https://ufoisyou.com/hero.jpg"
    }
  ]
}
