{
  "@context": {
    "schema": "http://schema.org/",
    "ex": "https://example.org/"
  },
  "@type": [
    "schema:Role"
  ],
  "schema:roleName": {
    "@type": [
      "schema:DefinedTerm"
    ],
    "schema:name": "Principal Investigator",
    "schema:inDefinedTermSet": "https://credit.niso.org/",
    "schema:termCode": "investigation"
  },
  "schema:contributor": {
    "@id": "ex:PersonComplete_PI",
    "@type": [
      "schema:Person"
    ],
    "schema:name": "Elena Volcanova",
    "schema:description": "Volcanologist and principal investigator for the Cascades Monitoring Network",
    "schema:alternateName": "Volcanova, E.",
    "schema:identifier": {
      "@type": [
        "schema:PropertyValue"
      ],
      "schema:propertyID": "https://orcid.org",
      "schema:value": "0000-0003-4567-8901",
      "schema:url": "https://orcid.org/0000-0003-4567-8901"
    },
    "schema:affiliation": {
      "@type": [
        "schema:Organization"
      ],
      "schema:name": "USGS Cascades Volcano Observatory",
      "schema:identifier": {
        "@type": [
          "schema:PropertyValue"
        ],
        "schema:propertyID": "https://ror.org",
        "schema:value": "035a68863",
        "schema:url": "https://ror.org/035a68863"
      }
    },
    "schema:contactPoint": {
      "@type": [
        "schema:ContactPoint"
      ],
      "schema:email": "evolcanova@usgs.gov"
    },
    "schema:sameAs": [
      "https://www.usgs.gov/staff-profiles/elena-volcanova"
    ]
  }
}