{
  "@context": {
    "schema": "http://schema.org/",
    "ex": "https://example.org/"
  },
  "@type": [
    "schema:Role"
  ],
  "schema:roleName": "editor",
  "schema:contributor": {
    "@id": "ex:PersonExample_zZc",
    "@type": [
      "schema:Person"
    ],
    "schema:name": "Joe B. Test",
    "schema:alternateName": "Test, J. B.",
    "schema:affiliation": {
      "@type": [
        "schema:Organization"
      ],
      "schema:name": "The Big Manufacturing Co."
    },
    "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"
    ]
  }
}