{
  "@context": {
    "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
    "ex": "https://example.org/"
  },
  "@id": "ex:researcher-jane-doe",
  "@type": [
    "cdi:Individual"
  ],
  "cdi:individualName": {
    "@type": [
      "cdi:IndividualName"
    ],
    "cdi:firstGiven": "Jane",
    "cdi:lastFamily": "Doe",
    "cdi:prefix": "Dr.",
    "cdi:fullName": {
      "@type": [
        "cdi:InternationalString"
      ],
      "cdi:languageSpecificString": {
        "@type": [
          "cdi:LanguageString"
        ],
        "cdi:content": "Dr. Jane Doe",
        "cdi:language": "en"
      }
    },
    "cdi:isPreferred": true
  },
  "cdi:contactInformation": {
    "@type": [
      "cdi:ContactInformation"
    ],
    "cdi:email": {
      "@type": [
        "cdi:Email"
      ],
      "cdi:internetEmail": "jane.doe@example.org",
      "cdi:typeOfEmail": {
        "@type": [
          "cdi:ControlledVocabularyEntry"
        ],
        "cdi:entryValue": [
          "work"
        ]
      },
      "cdi:isPreferred": true
    },
    "cdi:address": {
      "@type": [
        "cdi:Address"
      ],
      "cdi:line": [
        "Department of Earth Sciences",
        "123 University Avenue"
      ],
      "cdi:cityPlaceLocal": "Reno",
      "cdi:stateProvince": "Nevada",
      "cdi:postalCode": "89557",
      "cdi:countryCode": {
        "@type": [
          "cdi:ControlledVocabularyEntry"
        ],
        "cdi:entryValue": [
          "US"
        ]
      },
      "cdi:typeOfAddress": {
        "@type": [
          "cdi:ControlledVocabularyEntry"
        ],
        "cdi:entryValue": [
          "work"
        ]
      }
    }
  },
  "cdi:identifier": {
    "@type": [
      "cdi:Identifier"
    ],
    "cdi:nonDdiIdentifier": {
      "@type": [
        "cdi:NonDdiIdentifier"
      ],
      "cdi:identifierContent": "https://orcid.org/0000-0002-1234-5678",
      "cdi:managingAgency": "ORCID"
    }
  }
}