Bridge · JSON-LD Context

Bridge Mls Context

JSON-LD context defining the semantic vocabulary for Bridge Mls from Bridge.

31 Classes 1 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
reso: https://ddwiki.reso.org/display/DDW20/
geo: http://www.w3.org/2003/01/geo/wgs84_pos#

Classes

Property Listing Member Office OpenHouse Media ListingKey ListingId StandardStatus PropertyType UnparsedAddress City StateOrProvince PostalCode Country Latitude Longitude BedroomsTotal BathroomsTotalInteger LivingArea YearBuilt PublicRemarks MediaURL ModificationTimestamp OnMarketDate CloseDate MemberFirstName MemberLastName MemberEmail MemberOfficePhone OfficeName

Properties

Property Type Container
ListPrice decimal

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "reso": "https://ddwiki.reso.org/display/DDW20/",
    "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
    "Property": "schema:Residence",
    "Listing": "schema:RealEstateListing",
    "Member": "schema:RealEstateAgent",
    "Office": "schema:RealEstateOrganization",
    "OpenHouse": "schema:Event",
    "Media": "schema:MediaObject",
    "ListingKey": "reso:ListingKey",
    "ListingId": "reso:ListingId",
    "ListPrice": { "@id": "schema:price", "@type": "xsd:decimal" },
    "StandardStatus": "reso:StandardStatus",
    "PropertyType": "schema:propertyType",
    "UnparsedAddress": "schema:address",
    "City": "schema:addressLocality",
    "StateOrProvince": "schema:addressRegion",
    "PostalCode": "schema:postalCode",
    "Country": "schema:addressCountry",
    "Latitude": "geo:lat",
    "Longitude": "geo:long",
    "BedroomsTotal": "schema:numberOfBedrooms",
    "BathroomsTotalInteger": "schema:numberOfBathroomsTotal",
    "LivingArea": "schema:floorSize",
    "YearBuilt": "schema:yearBuilt",
    "PublicRemarks": "schema:description",
    "MediaURL": "schema:contentUrl",
    "ModificationTimestamp": "schema:dateModified",
    "OnMarketDate": "schema:availableFrom",
    "CloseDate": "schema:datePosted",
    "MemberFirstName": "schema:givenName",
    "MemberLastName": "schema:familyName",
    "MemberEmail": "schema:email",
    "MemberOfficePhone": "schema:telephone",
    "OfficeName": "schema:name"
  }
}