{
  "@context": {
    "schema": "http://schema.org/",
    "ex": "https://example.org/"
  },
  "@id": "ex:OrgComplete_001",
  "@type": [
    "schema:Organization"
  ],
  "schema:additionalType": [
    "schema:ResearchOrganization",
    "schema:EducationalOrganization"
  ],
  "schema:name": "Massachusetts Institute of Technology",
  "schema:alternateName": "MIT",
  "schema:description": "Private research university in Cambridge, Massachusetts, founded in 1861",
  "schema:identifier": {
    "@type": [
      "schema:PropertyValue"
    ],
    "schema:propertyID": "https://registry.identifiers.org/registry/ror",
    "schema:value": "042nb2s44",
    "schema:url": "https://ror.org/042nb2s44"
  },
  "schema:sameAs": [
    "https://en.wikipedia.org/wiki/Massachusetts_Institute_of_Technology",
    {
      "@id": "https://www.wikidata.org/entity/Q49108"
    }
  ]
}