{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "RealEstateListing",
      "@id": "https://www.rightmove.co.uk/properties/999999999",
      "name": "2 bedroom apartment for sale in Augustine Way, Oxford, OX4",
      "description": "A well presented two bedroom ground floor apartment.",
      "url": "https://www.rightmove.co.uk/properties/999999999",
      "inLanguage": "en",
      "offers": {
        "@type": "Offer",
        "price": 105000,
        "priceCurrency": "GBP",
        "availability": "https://schema.org/InStock"
      },
      "about": {
        "@type": "Apartment",
        "address": {
          "@type": "PostalAddress",
          "postalCode": "OX4 4DG",
          "addressCountry": "UK"
        },
        "geo": {
          "@type": "GeoCoordinates",
          "latitude": 51.73383,
          "longitude": -1.23336
        },
        "numberOfBedrooms": 2,
        "numberOfBathroomsTotal": 1
      },
      "image": [
        "https://media.rightmove.co.uk/property-photo/799f82da2/168908774/799f82da296fe5e11e0c47c124f200b5.jpeg",
        "https://media.rightmove.co.uk/property-photo/799f82da2/168908774/img2.jpeg",
        "https://media.rightmove.co.uk/property-photo/799f82da2/168908774/img3.jpeg"
      ],
      "dateModified": "2026-02-21T09:02:58.463Z"
    }
  ]
}