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
- 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
- ONIXCode :
- # The relationship between a contributor and a geographical location
- 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
- ONIXCode :
- # The country or region code for the related place
- ONIXTerritoryCode :
- }