{
  "@context" : "https://bibsysdev.github.io/src/person-context.json",
  "id" : "https://api.nva.unit.no/cristin/person/42817",
  "type" : "Person",
  "identifiers" : [ {
    "type" : "CristinIdentifier",
    "value" : "42817"
  }, {
    "type" : "ORCID",
    "value" : "0000-0002-1982-6609"
  } ],
  "names" : [ {
    "type" : "LastName",
    "value" : "Yildirim-Yayilgan"
  }, {
    "type" : "FirstName",
    "value" : "Sule"
  } ],
  "contactDetails" : {
    "email" : "sule.yildirim@ntnu.no"
  },
  "image" : "https://api.nva.unit.no/cristin/person/42817/picture",
  "affiliations" : [ {
    "type" : "Affiliation",
    "organization" : "https://api.nva.unit.no/cristin/organization/194.63.30.0",
    "active" : true,
    "role" : {
      "type" : "Role",
      "labels" : {
        "en" : "Professor",
        "nb" : "Professor"
      }
    }
  }, {
    "type" : "Affiliation",
    "organization" : "https://api.nva.unit.no/cristin/organization/209.3.1.0",
    "active" : false,
    "role" : {
      "type" : "Role",
      "labels" : {
        "en" : "Associate professor",
        "nb" : "Førsteamanuensis"
      }
    }
  } ],
  "verified" : true,
  "keywords" : [ ],
  "background" : { },
  "place" : { },
  "collaboration" : { },
  "countries" : [ ],
  "awards" : [ ]
}