{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://rondo.club/#/schema.org/WebSite",
      "url": "https://rondo.club/",
      "name": "Rondo",
      "publisher": {
        "@id": "https://rondo.club/#/schema.org/Organization/rondo"
      },
      "description": "Ledenadministratie voor sportverenigingen.",
      "inLanguage": "nl-NL"
    },
    {
      "@type": "Organization",
      "@id": "https://rondo.club/#/schema.org/Organization/rondo",
      "name": "Rondo",
      "url": "https://rondo.club",
      "logo": {
        "@type": "ImageObject",
        "url": "https://rondo.club/rondo-logo.svg",
        "width": "512",
        "height": "512"
      },
      "founder": {
        "@id": "https://joost.blog/#/schema.org/Person"
      },
      "sameAs": [
        "https://github.com/jdevalk/rondo-club"
      ]
    },
    {
      "@type": "Person",
      "@id": "https://joost.blog/#/schema.org/Person",
      "name": "Joost de Valk",
      "url": "https://joost.blog/",
      "image": {
        "@type": "ImageObject",
        "@id": "https://rondo.club/#personlogo",
        "url": "https://rondo.club/joost-de-valk-320.webp",
        "width": "320",
        "height": "320",
        "caption": "Joost de Valk"
      },
      "jobTitle": "Founder",
      "worksFor": {
        "@id": "https://rondo.club/#/schema.org/Organization/rondo"
      },
      "sameAs": [
        "https://joost.blog/",
        "https://www.linkedin.com/in/jdevalk/",
        "https://github.com/jdevalk"
      ],
      "description": "Founder of Yoast SEO and Rondo. Builds software for sports clubs.",
      "knowsAbout": [
        "SEO",
        "WordPress",
        "Open source",
        "Sports club administration"
      ]
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://rondo.club/#/schema.org/SoftwareApplication/rondo",
      "name": "Rondo",
      "applicationCategory": "BusinessApplication",
      "operatingSystem": "Web",
      "description": "Ledenadministratie voor sportverenigingen. Beheer leden, teams en planning op één plek.",
      "url": "https://rondo.club",
      "author": {
        "@id": "https://rondo.club/#/schema.org/Organization/rondo"
      },
      "publisher": {
        "@id": "https://rondo.club/#/schema.org/Organization/rondo"
      },
      "offers": {
        "@type": "Offer",
        "price": "250",
        "priceCurrency": "EUR"
      }
    }
  ]
}