Canonical Example · HomeSelf Protocol v1.1

Verified Property Record

A canonical example of a VPR. This fictional record demonstrates the structure and data format used by the HomeSelf Protocol.

For the canonical definition and protocol specification, see the VPR Protocol.

2-Bedroom Apartment in Trastevere

Rome, IT

Trust 85%
425,000EUR

Property Details

Bedrooms

2

Bathrooms

1

Floor Area

75 m²

Built/Renovated

1960/2018

Features

Balcony with city viewsOriginal parquet flooringUpdated kitchenNatural light throughoutNear public transport

Verification Status

ownership
energy certificate
floor plan

12 photos · Last updated 2025-01-02

Citation

When citing this VPR in academic or technical contexts:

HomeSelf VPR v1.1, vpr_example_001. Retrieved 2026-01-15 from https://homeself.ai/example-vpr

This is a fictional example for demonstration purposes only.

JSON-LD Structured Data

This page includes Schema.org structured data for AI and search engines:

{
  "@context": "https://schema.org",
  "@type": "SingleFamilyResidence",
  "@id": "https://homeself.ai/example-vpr",
  "name": "Example VPR - Trastevere Apartment",
  "description": "2-bedroom apartment in Rome Trastevere with balcony",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Via della Paglia 42",
    "addressLocality": "Rome",
    "postalCode": "00153",
    "addressCountry": "IT"
  },
  "numberOfRooms": 3,
  "numberOfBedrooms": 2,
  "numberOfBathrooms": 1,
  "floorSize": {
    "@type": "QuantitativeValue",
    "value": 75,
    "unitCode": "MTK"
  },
  "priceSpecification": {
    "@type": "PriceSpecification",
    "price": "425000",
    "priceCurrency": "EUR"
  },
  "url": "https://homeself.ai/example-vpr",
  "provider": {
    "@type": "Organization",
    "name": "HomeSelf Protocol",
    "url": "https://homeself.ai"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "vprVersion",
      "value": "1.1"
    },
    {
      "@type": "PropertyValue",
      "name": "trustScore",
      "value": "0.85"
    },
    {
      "@type": "PropertyValue",
      "name": "verificationLevel",
      "value": " documents_verified"
    },
    {
      "@type": "PropertyValue",
      "name": "example",
      "value": "true"
    }
  ]
}

Using VPRs in practice

If you want to create and publish a VPR, HomeSelf provides a human–AI interface and a public registry to guide the process.

Go to the HomeSelf interface