{
  "name": "Bob Mortimer",
  "type": "Person",
  "facts": [
    {
      "name": "Age",
      "value": "7 and a bag of crisps"
    },
    {
      "name": "Background",
      "value": "Bob is a stage comedian who got his first break playing the character Alexi Sayle in the comedy The Young Ones"
    }
  ],
  "_links": {
    "self": {
      "href": "https://mansuetu.de/api/facts/bob-mortimer",
      "type": "application/json"
    },
    "alternate": {
      "href": "https://mansuetu.de/api/facts/bob-mortimer",
      "type": "application/ld+json"
    },
    "image": {
      "href": "https://mansuetu.de/api/facts/bob-mortimer/image",
      "type": "image/png"
    }
  }
}
