{
  "@context": {
    "schema": "http://schema.org/",
    "ex": "https://example.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@id": "ex:PersonExample_zZc",
  "@type": [
    "schema:Person"
  ],
  "schema:name": "Joe Test",
  "schema:alternateName": "Test, Joe",
  "schema:affiliation": {
    "@type": [
      "schema:Organization"
    ],
    "schema:name": "Test organization"
  },
  "schema:description": "Metadata specialist, based in Portland, Maine",
  "schema:identifier": {
    "@type": [
      "schema:PropertyValue"
    ],
    "schema:propertyID": "https://orcid.org",
    "schema:value": "0000-0001-2345-6789",
    "schema:url": "https://orcid.org/0000-0001-2345-6789"
  },
  "schema:contactPoint": {
    "@type": [
      "schema:ContactPoint"
    ],
    "schema:email": "joe@bmanuco.org"
  },
  "schema:sameAs": [
    "https://ark.org/46737",
    "uri:test:43737"
  ]
}