Foxtons · JSON-LD Context

Foxtons Context

JSON-LD context defining the semantic vocabulary for Foxtons from Foxtons.

41 Classes 19 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
gr: http://purl.org/goodrelations/v1#
foxtons: https://www.foxtons.co.uk/

Classes

Organization RealEstateAgent LocalBusiness WebSite WebPage BreadcrumbList ListItem House Product Service Offer PriceSpecification PostalAddress GeoCoordinates QuantitativeValue AggregateRating name legalName alternateName description telephone numberOfEmployees areaServed ratingValue reviewCount streetAddress addressLocality addressRegion postalCode addressCountry latitude longitude price priceCurrency numberOfBedrooms numberOfBathroomsTotal value unitCode position Sell LeaseOut

Properties

Property Type Container
url reference
logo reference
image reference
sameAs reference
foundingDate schema:Date
makesOffer reference
itemOffered reference
aggregateRating reference
address reference
geo reference
offers reference
seller reference
businessFunction reference
priceSpecification reference
availability reference
floorSize reference
breadcrumb reference
itemListElement reference
item reference

JSON-LD Document

foxtons-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "schema": "https://schema.org/",
    "gr": "http://purl.org/goodrelations/v1#",
    "foxtons": "https://www.foxtons.co.uk/",

    "Organization": "schema:Organization",
    "RealEstateAgent": "schema:RealEstateAgent",
    "LocalBusiness": "schema:LocalBusiness",
    "WebSite": "schema:WebSite",
    "WebPage": "schema:WebPage",
    "BreadcrumbList": "schema:BreadcrumbList",
    "ListItem": "schema:ListItem",
    "House": "schema:House",
    "Product": "schema:Product",
    "Service": "schema:Service",
    "Offer": "schema:Offer",
    "PriceSpecification": "schema:PriceSpecification",
    "PostalAddress": "schema:PostalAddress",
    "GeoCoordinates": "schema:GeoCoordinates",
    "QuantitativeValue": "schema:QuantitativeValue",
    "AggregateRating": "schema:AggregateRating",

    "name": "schema:name",
    "legalName": "schema:legalName",
    "alternateName": "schema:alternateName",
    "url": { "@id": "schema:url", "@type": "@id" },
    "logo": { "@id": "schema:logo", "@type": "@id" },
    "image": { "@id": "schema:image", "@type": "@id" },
    "description": "schema:description",
    "sameAs": { "@id": "schema:sameAs", "@type": "@id" },
    "telephone": "schema:telephone",
    "foundingDate": { "@id": "schema:foundingDate", "@type": "schema:Date" },
    "numberOfEmployees": "schema:numberOfEmployees",
    "areaServed": "schema:areaServed",
    "makesOffer": { "@id": "schema:makesOffer", "@type": "@id" },
    "itemOffered": { "@id": "schema:itemOffered", "@type": "@id" },
    "aggregateRating": { "@id": "schema:aggregateRating", "@type": "@id" },
    "ratingValue": "schema:ratingValue",
    "reviewCount": "schema:reviewCount",

    "address": { "@id": "schema:address", "@type": "@id" },
    "streetAddress": "schema:streetAddress",
    "addressLocality": "schema:addressLocality",
    "addressRegion": "schema:addressRegion",
    "postalCode": "schema:postalCode",
    "addressCountry": "schema:addressCountry",
    "geo": { "@id": "schema:geo", "@type": "@id" },
    "latitude": "schema:latitude",
    "longitude": "schema:longitude",

    "offers": { "@id": "schema:offers", "@type": "@id" },
    "seller": { "@id": "schema:seller", "@type": "@id" },
    "businessFunction": { "@id": "schema:businessFunction", "@type": "@id" },
    "priceSpecification": { "@id": "schema:priceSpecification", "@type": "@id" },
    "price": "schema:price",
    "priceCurrency": "schema:priceCurrency",
    "availability": { "@id": "schema:availability", "@type": "@id" },

    "numberOfBedrooms": "schema:numberOfBedrooms",
    "numberOfBathroomsTotal": "schema:numberOfBathroomsTotal",
    "floorSize": { "@id": "schema:floorSize", "@type": "@id" },
    "value": "schema:value",
    "unitCode": "schema:unitCode",

    "breadcrumb": { "@id": "schema:breadcrumb", "@type": "@id" },
    "itemListElement": { "@id": "schema:itemListElement", "@type": "@id" },
    "position": "schema:position",
    "item": { "@id": "schema:item", "@type": "@id" },

    "Sell": "gr:Sell",
    "LeaseOut": "gr:LeaseOut"
  }
}