{
  "@context" : "https://bibsysdev.github.io/src/person-context.json",
  "id" : "https://api.nva.unit.no/cristin/person/23250",
  "type" : "Person",
  "identifiers" : [ {
    "type" : "CristinIdentifier",
    "value" : "23250"
  } ],
  "names" : [ {
    "type" : "FirstName",
    "value" : "Thomas"
  }, {
    "type" : "LastName",
    "value" : "Marcussen"
  } ],
  "image" : "https://api.nva.unit.no/cristin/person/23250/picture",
  "affiliations" : [ {
    "type" : "Affiliation",
    "organization" : "https://api.nva.unit.no/cristin/organization/185.15.29.50",
    "active" : true,
    "role" : {
      "type" : "Role",
      "labels" : {
        "en" : "Guest",
        "nb" : "Gjest"
      }
    }
  }, {
    "type" : "Affiliation",
    "organization" : "https://api.nva.unit.no/cristin/organization/192.10.2.0",
    "active" : false,
    "role" : {
      "type" : "Role",
      "labels" : {
        "en" : "External",
        "nb" : "Ekstern"
      }
    }
  } ],
  "verified" : true,
  "keywords" : [ ],
  "background" : { },
  "place" : { },
  "collaboration" : { },
  "countries" : [ ],
  "awards" : [ ]
}