OBJECT

ContributorPlaceRelationship

A relationship that a contact has with a place

link GraphQL Schema definition

  • type ContributorPlaceRelationship {
  • # The name of a city or town location within the specified country or region with
  • # which a contributor is particularly associated
  • locationName: String
  • # A code from [ONIX code list 91](https://ns.editeur.org/onix/en/91) Country,
  • # or [ONIX code list 49](https://ns.editeur.org/onix/en/49) Region, representing
  • # the related place
  • onixContributorPlaceRelator: ONIXCode
  • # The relationship between a contributor and a geographical location
  • onixContributorPlaceRelatorCode: ONIXContributorPlaceRelatorCode!
  • # A code from [ONIX code list 91](https://ns.editeur.org/onix/en/91) Country,
  • # or [ONIX code list 49](https://ns.editeur.org/onix/en/49) Region, representing
  • # the related place
  • onixTerritory: ONIXCode
  • # The country or region code for the related place
  • onixTerritoryCode: ONIXTerritoryCode
  • }