icarOrganizationType
Description
Details for an organization that support its role in livestock systems or supply chains. Conceptually extends schema.org/organization.
The icarOrganizationType schema inherits from icarOrganizationIdentityType.
Properties
Name | Description | Required | Type |
---|---|---|---|
EstablishmentIdentifiers | Scheme and identifier combinations that provide official registrations for a business or establishment | No | Array of icarIdentifierType |
Address | Postal address or physical address in postal format, including country. Optional as this may already be specified in a consignment. | No | postalAddress |
ParentOrganization | The larger organization that this organization is a sub-organization of, if any. | No | icarOrganizationIdentityType |
MembershipIdentifiers | Scheme and identifier combinations that identity membership in programmes | No | Array of icarIdentifierType |
Name | Name of the organisation | Yes | string |
LeiCode | An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. | No | string |
GlobalLocationNumber | The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations. | No | string |
Uri | A uniform resource identifier that is the unique reference or for this organisation, such as its web site. | No | uri |
Examples
Example 1
{
"establishmentIdentifiers": [
{
"id": "id",
"scheme": "scheme"
}
],
"address": {
"addressCountry": "addressCountry",
"addressLocality": "addressLocality",
"addressRegion": "addressRegion",
"postOfficeBoxNumber": "postOfficeBoxNumber",
"postalCode": "postalCode",
"streetAddress": "streetAddress"
},
"parentOrganization": {
"name": "name",
"leiCode": "leiCode",
"globalLocationNumber": "globalLocationNumber",
"uri": "uri"
},
"membershipIdentifiers": [
{
"id": "id",
"scheme": "scheme"
}
],
"name": "name",
"leiCode": "leiCode",
"globalLocationNumber": "globalLocationNumber",
"uri": "uri"
}