{
  "@context": {
    "schema": "http://schema.org/",
    "ex": "https://example.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@id": "ex:exampleOrg_fW",
  "@type": [
    "schema:Organization"
  ],
  "schema:additionalType": [
    "schema:ResearchOrganization",
    "university"
  ],
  "schema:name": "University of Arizona",
  "schema:alternateName": "UAz",
  "schema:description": "University in Tucson, Arizona",
  "schema:identifier": {
    "@type": [
      "schema:PropertyValue"
    ],
    "schema:propertyID": "https://registry.identifiers.org/registry/ror",
    "schema:value": "03m2x1q45",
    "schema:url": "https://ror.org/03m2x1q45"
  },
  "schema:sameAs": [
    "https://en.wikipedia.org/wiki/University_of_Arizona"
  ]
}