{
  "@context": {
    "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
    "ex": "https://example.org/"
  },
  "@id": "ex:org-earth-science-institute",
  "@type": [
    "cdi:Organization"
  ],
  "cdi:organizationName": {
    "@type": [
      "cdi:OrganizationName"
    ],
    "cdi:name": "Earth Science Research Institute",
    "cdi:abbreviation": {
      "@type": [
        "cdi:InternationalString"
      ],
      "cdi:languageSpecificString": {
        "@type": [
          "cdi:LanguageString"
        ],
        "cdi:content": "ESRI",
        "cdi:language": "en"
      }
    },
    "cdi:isFormal": true
  },
  "cdi:contactInformation": {
    "@type": [
      "cdi:ContactInformation"
    ],
    "cdi:website": {
      "@type": [
        "cdi:WebLink"
      ],
      "cdi:uri": "https://www.esri-example.org",
      "cdi:isPreferred": true
    }
  },
  "cdi:identifier": {
    "@type": [
      "cdi:Identifier"
    ],
    "cdi:nonDdiIdentifier": {
      "@type": [
        "cdi:NonDdiIdentifier"
      ],
      "cdi:identifierContent": "https://ror.org/00example",
      "cdi:managingAgency": "ROR"
    }
  }
}