Ryland Group · JSON-LD Context

Ryland Group Context

JSON-LD context defining the semantic vocabulary for Ryland Group from Ryland Group.

0 Classes 13 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ryland: https://www.ryland-group.com/vocab/

Properties

Property Type Container
Home reference
homeId schema:Text
name schema:Text
address schema:PostalAddress
price schema:Number
squareFeet schema:QuantitativeValue
bedrooms schema:Number
bathrooms schema:Number
community schema:Text
Mortgage reference
loanAmount schema:MonetaryAmount
interestRate schema:Number
Organization reference

JSON-LD Document

ryland-group-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ryland": "https://www.ryland-group.com/vocab/",
    "Home": {
      "@id": "schema:House",
      "@type": "@id"
    },
    "homeId": {
      "@id": "schema:identifier",
      "@type": "schema:Text"
    },
    "name": {
      "@id": "schema:name",
      "@type": "schema:Text"
    },
    "address": {
      "@id": "schema:address",
      "@type": "schema:PostalAddress"
    },
    "price": {
      "@id": "schema:price",
      "@type": "schema:Number"
    },
    "squareFeet": {
      "@id": "schema:floorSize",
      "@type": "schema:QuantitativeValue"
    },
    "bedrooms": {
      "@id": "schema:numberOfRooms",
      "@type": "schema:Number"
    },
    "bathrooms": {
      "@id": "ryland:bathrooms",
      "@type": "schema:Number"
    },
    "community": {
      "@id": "ryland:community",
      "@type": "schema:Text"
    },
    "Mortgage": {
      "@id": "schema:LoanOrCredit",
      "@type": "@id"
    },
    "loanAmount": {
      "@id": "schema:amount",
      "@type": "schema:MonetaryAmount"
    },
    "interestRate": {
      "@id": "schema:annualPercentageRate",
      "@type": "schema:Number"
    },
    "Organization": {
      "@id": "schema:Organization",
      "@type": "@id"
    }
  }
}