{
  "@context": {
    "schema": "http://schema.org/",
    "ex": "https://example.org/"
  },
  "@id": "ex:PersonComplete_001",
  "@type": [
    "schema:Person"
  ],
  "schema:name": "Jane A. Researcher",
  "schema:description": "Marine geochemist specializing in isotope analysis, based at Woods Hole Oceanographic Institution",
  "schema:alternateName": "Researcher, J.A.",
  "schema:identifier": {
    "@type": [
      "schema:PropertyValue"
    ],
    "schema:propertyID": "https://orcid.org",
    "schema:value": "0000-0002-1825-0097",
    "schema:url": "https://orcid.org/0000-0002-1825-0097"
  },
  "schema:affiliation": {
    "@type": [
      "schema:Organization"
    ],
    "schema:name": "Woods Hole Oceanographic Institution",
    "schema:identifier": {
      "@type": [
        "schema:PropertyValue"
      ],
      "schema:propertyID": "https://ror.org",
      "schema:value": "03zbnzt98",
      "schema:url": "https://ror.org/03zbnzt98"
    }
  },
  "schema:contactPoint": {
    "@type": [
      "schema:ContactPoint"
    ],
    "schema:email": "jresearcher@whoi.edu"
  },
  "schema:sameAs": [
    "https://scholar.google.com/citations?user=abc123",
    {
      "@id": "https://www.wikidata.org/entity/Q12345678"
    }
  ]
}