Brandywine Realty Trust · JSON-LD Context

Brandywine Realty Trust Context

JSON-LD context defining the semantic vocabulary for Brandywine Realty Trust from Brandywine Realty Trust.

0 Classes 9 Properties 13 Namespaces
View Context View on GitHub

Namespaces

bdn: https://www.brandywinerealty.com/
xsd: http://www.w3.org/2001/XMLSchema#
gr: http://purl.org/goodrelations/v1#
RealEstateOrganization: https://schema.org/Organization
RealEstateListing: https://schema.org/RealEstateListing
Place: https://schema.org/Place
PostalAddress: https://schema.org/PostalAddress
Corporation: https://schema.org/Corporation
tickerSymbol: https://schema.org/tickerSymbol
foundingDate: https://schema.org/foundingDate
numberOfEmployees: https://schema.org/numberOfEmployees
address: https://schema.org/address
url: https://schema.org/url

Properties

Property Type Container
bdn:ticker string
bdn:exchange string
bdn:cik string
bdn:propertyType string
bdn:market string
bdn:squareFootage decimal
bdn:occupancyRate decimal
bdn:leedCertification string
bdn:developmentProject string

JSON-LD Document

brandywine-realty-trust-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "bdn": "https://www.brandywinerealty.com/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "gr": "http://purl.org/goodrelations/v1#",

    "RealEstateOrganization": "https://schema.org/Organization",
    "RealEstateListing": "https://schema.org/RealEstateListing",
    "Place": "https://schema.org/Place",
    "PostalAddress": "https://schema.org/PostalAddress",

    "bdn:ticker": {"@type": "xsd:string"},
    "bdn:exchange": {"@type": "xsd:string"},
    "bdn:cik": {"@type": "xsd:string"},
    "bdn:propertyType": {"@type": "xsd:string"},
    "bdn:market": {"@type": "xsd:string"},
    "bdn:squareFootage": {"@type": "xsd:decimal"},
    "bdn:occupancyRate": {"@type": "xsd:decimal"},
    "bdn:leedCertification": {"@type": "xsd:string"},
    "bdn:developmentProject": {"@type": "xsd:string"},

    "Corporation": "https://schema.org/Corporation",
    "tickerSymbol": "https://schema.org/tickerSymbol",
    "foundingDate": "https://schema.org/foundingDate",
    "numberOfEmployees": "https://schema.org/numberOfEmployees",
    "address": "https://schema.org/address",
    "url": "https://schema.org/url"
  },
  "@graph": [
    {
      "@id": "https://www.brandywinerealty.com/",
      "@type": ["Corporation", "RealEstateOrganization"],
      "name": "Brandywine Realty Trust",
      "description": "Fully integrated REIT owning, developing, leasing, and managing a ~22 million square foot office, life science, mixed-use, multifamily, retail, and education portfolio concentrated in Philadelphia, Austin, and Washington, D.C.",
      "tickerSymbol": "BDN",
      "bdn:exchange": "NYSE",
      "bdn:cik": "0000790816",
      "url": "https://www.brandywinerealty.com/",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Cira Centre, 2929 Arch Street, Suite 1800",
        "addressLocality": "Philadelphia",
        "addressRegion": "PA",
        "postalCode": "19104",
        "addressCountry": "US"
      },
      "bdn:market": "Philadelphia, Austin, Washington DC",
      "bdn:propertyType": "Office, Life Science, Mixed-Use, Residential, Retail, Education"
    },
    {
      "@id": "https://schuylkillyards.com/",
      "@type": "Place",
      "name": "Schuylkill Yards",
      "description": "Master-planned innovation neighborhood developed by Brandywine Realty Trust in University City, Philadelphia, adjacent to Amtrak's 30th Street Station.",
      "bdn:developmentProject": "Schuylkill Yards"
    },
    {
      "@id": "https://www.brandywinerealty.com/our-properties/uptown-atx",
      "@type": "Place",
      "name": "Uptown ATX",
      "description": "66-acre mixed-use master-planned community in North Austin developed by Brandywine Realty Trust.",
      "bdn:developmentProject": "Uptown ATX"
    }
  ]
}