welltower · JSON-LD Context

Welltower Context

JSON-LD context defining the semantic vocabulary for Welltower from welltower.

6 Classes 15 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
wt: https://welltower.com/vocab#

Classes

WelltowerProperty WelltowerREIT WelltowerOperator WelltowerInvestment SeniorHousingFacility MedicalOfficeBuilding

Properties

Property Type Container
propertyId string
propertyName string
propertyType string
propertyAddress schema:PostalAddress
propertyCountry string
unitCount integer
occupancyRate decimal
operatorId string
operatorName string
operatorType string
portfolioSize integer
investmentValue decimal
capRate decimal
noi decimal
revpar decimal

JSON-LD Document

welltower-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "wt": "https://welltower.com/vocab#",

    "WelltowerProperty": "schema:Accommodation",
    "WelltowerREIT": "schema:Corporation",
    "WelltowerOperator": "schema:Organization",
    "WelltowerInvestment": "schema:InvestAction",
    "SeniorHousingFacility": "schema:CivicStructure",
    "MedicalOfficeBuilding": "schema:MedicalClinic",

    "propertyId": { "@id": "schema:identifier", "@type": "xsd:string" },
    "propertyName": { "@id": "schema:name", "@type": "xsd:string" },
    "propertyType": { "@id": "wt:propertyType", "@type": "xsd:string" },
    "propertyAddress": { "@id": "schema:address", "@type": "schema:PostalAddress" },
    "propertyCountry": { "@id": "schema:addressCountry", "@type": "xsd:string" },
    "unitCount": { "@id": "wt:unitCount", "@type": "xsd:integer" },
    "occupancyRate": { "@id": "wt:occupancyRate", "@type": "xsd:decimal" },

    "operatorId": { "@id": "schema:identifier", "@type": "xsd:string" },
    "operatorName": { "@id": "schema:name", "@type": "xsd:string" },
    "operatorType": { "@id": "wt:operatorType", "@type": "xsd:string" },
    "portfolioSize": { "@id": "wt:portfolioSize", "@type": "xsd:integer" },

    "investmentValue": { "@id": "schema:price", "@type": "xsd:decimal" },
    "capRate": { "@id": "wt:capRate", "@type": "xsd:decimal" },
    "noi": { "@id": "wt:netOperatingIncome", "@type": "xsd:decimal" },
    "revpar": { "@id": "wt:revpar", "@type": "xsd:decimal" }
  }
}