{
  "@context": "https://schema.org",
  "@type": "Person",
  "@id": "#me",
  "name": "Atte Liimatainen",
  "additionalName": "Tenho Aleksi",
  "alternateName": "Atu",
  "image": "https://atte.me/me.jpg",
  "jobTitle": "Software Developer",
  "email": "atte.liimat@gmail.com",
  "telephone": "(+358) 40 736 6857",
  "url": "https://atte.me",
  "knowsLanguage": "Finnish, English",
  "description": "Software developer, that loves Typescript and (almost) everything web related",
  "gender": "male",
  "birthDate": "10/27/1991",
  "birthPlace": "Jyväskylä",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Helsinki",
    "addressRegion": "Uusimaa",
    "postalCode": "00700"
  },
  "worksFor": {
    "@type": "Organization",
    "name": "Pihlajalinna",
    "url": "https://pihlajalinna.fi",
    "logo": "https://www.pihlajalinna.fi/img/PihlajalinnaLogo.svg"
  },
  "hasOccupation": {
    "@type": "EmployeeRole",
    "roleName": "Senior Software Developer",
    "startDate": "2023-09"
  },
  "workLocation": "Remote",
  "alumniOf": [
    {
      "@type": "Organization",
      "name": "Into-Digital",
      "sameAs": "https://into-digital.fi",
      "employee": {
        "@type": "Person",
        "hasOccupation": {
          "@type": "EmployeeRole",
          "roleName": "Web Developer",
          "startDate": "2022-03",
          "endDate": "2022-03"
        },
        "sameAs": "#me"
      }
    },
    {
      "@type": "Organization",
      "name": "Freelancer",
      "sameAs": "https://atte.me",
      "employee": {
        "@type": "Person",
        "hasOccupation": {
          "@type": "EmployeeRole",
          "roleName": "Full Stack Developer",
          "startDate": "2021-01",
          "endDate": "2022-03"
        },
        "sameAs": "#me"
      }
    },
    {
      "@type": "Organization",
      "name": "BOND Creative Agency",
      "sameAs": "https://www.bond-agency.com",
      "employee": {
        "@type": "Person",
        "hasOccupation": {
          "@type": "EmployeeRole",
          "roleName": "Digital Developer",
          "startDate": "2018-06",
          "endDate": "2021-01"
        },
        "sameAs": "#me"
      }
    }
  ]
}