Ventas · JSON-LD Context

Ventas Context

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

31 Classes 2 Properties 3 Namespaces
View Context View on GitHub

Namespaces

ventas: https://www.ventasreit.com/vocab/
reit: https://www.reit.com/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

RealEstateInvestmentTrust HealthcareProperty SeniorHousingCommunity MedicalOfficeBuilding LifeScienceFacility HealthSystem PortfolioCompany propertyId propertyName propertyType address country state occupancyRate unitCount squareFootage operator leaseType capRate netOperatingIncome fundsFromOperations normalizedFFO sameStoreGrowth totalRevenue ticker exchange marketCap dividendYield sharesOutstanding fiscalQuarter fiscalYear

Properties

Property Type Container
reportingPeriod string
reportDate date

JSON-LD Document

ventas-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "ventas": "https://www.ventasreit.com/vocab/",
    "reit": "https://www.reit.com/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "RealEstateInvestmentTrust": "ventas:RealEstateInvestmentTrust",
    "HealthcareProperty": "ventas:HealthcareProperty",
    "SeniorHousingCommunity": "ventas:SeniorHousingCommunity",
    "MedicalOfficeBuilding": "ventas:MedicalOfficeBuilding",
    "LifeScienceFacility": "ventas:LifeScienceFacility",
    "HealthSystem": "ventas:HealthSystem",
    "PortfolioCompany": "schema:Corporation",

    "propertyId": "schema:identifier",
    "propertyName": "schema:name",
    "propertyType": "ventas:propertyType",
    "address": "schema:address",
    "country": "schema:addressCountry",
    "state": "schema:addressRegion",

    "occupancyRate": "ventas:occupancyRate",
    "unitCount": "ventas:unitCount",
    "squareFootage": "ventas:squareFootage",
    "operator": "ventas:managedBy",
    "leaseType": "ventas:leaseType",
    "capRate": "ventas:capitalizationRate",

    "netOperatingIncome": "ventas:netOperatingIncome",
    "fundsFromOperations": "ventas:fundsFromOperations",
    "normalizedFFO": "ventas:normalizedFFO",
    "sameStoreGrowth": "ventas:sameStoreGrowth",
    "totalRevenue": "schema:revenue",

    "ticker": "schema:tickerSymbol",
    "exchange": "schema:exchangeName",
    "marketCap": "schema:numberOfEmployees",
    "dividendYield": "ventas:dividendYield",
    "sharesOutstanding": "ventas:sharesOutstanding",

    "reportingPeriod": {
      "@id": "schema:temporalCoverage",
      "@type": "xsd:string"
    },
    "reportDate": {
      "@id": "schema:datePublished",
      "@type": "xsd:date"
    },
    "fiscalQuarter": "ventas:fiscalQuarter",
    "fiscalYear": "ventas:fiscalYear"
  }
}