Skip to content

Commit

Permalink
GS1 Registry implementation commitment (#319)
Browse files Browse the repository at this point in the history
reflecting issue #315

---------

Signed-off-by: zachzeus <[email protected]>
Co-authored-by: zachzeus <[email protected]>
Co-authored-by: Ashley Harwood <[email protected]>
  • Loading branch information
3 people authored Mar 6, 2025
1 parent 9525a22 commit f21e7b8
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
27 changes: 26 additions & 1 deletion website/docs/implementations/Registers.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ Register types are
* Organisation - for example national business registers
* Facility - physical location or land parcel registers
* Product - registers of trade-able products (eg GS1 barcodes)
* Logistics - registers of logistics carriers or consignments.
* Logistics - registers of logistics shipments or consignments.
* Assets - registers of assets such as vehicles, ships, containers, etc.


|Register Name|Type|UNTP Scope|Geographic scope|Status|
|--|--|--|--|--|
|[Government of British Columbia Org Book](#government-of-british-columbia-org-book)|Organisation|IDR, DIA|Canada|planned|
|[GS1 Registry Platform](#gs1-registry-platform)|Products, locations, organisations, assets|IDR, DIA|Global|planned|


## Implementation Details
Expand All @@ -39,3 +41,26 @@ Register types are
|--|--|--|--|--|--|
|[BC Org Book](https://orgbook.gov.bc.ca/)|Public verifiable credential register (VCR) of organisations registered in the province of Brish Columbia|DCC|v0.5, v1.0|TBA|TBA |

### [GS1 Registry Platform](https://www.gs1.org/services/verified-by-gs1)

* UNTP commitment made on: 03-March-2025
* Registration Country: Belgium
* Operting Countries: Global
* Participate in pre-release UNTP Pilots? : Yes

|Logo|Implementation Statement|
|--|--|
|![GS1](/img/implementations/gs1.org/logo.png)|Industries that choose to use the GS1 identification system must be able to continue to do so as they address a growing list of regulations, including those for which UNTP and the concept of "roots of trust" is highly applicable. |

#### Registered Identifier Schemes

In addition to its existing Identity Resolver, GS1 is committed to implementing Verifiable Credentials. Through our network of GS1 member Organizations, industry will be able to offer a VC to show that they have the right to issue the relevant product identifiers.

Root URL for GS1 identity registers is https://id.gs1.org

|Scheme|Description|UNTP Version(s)|Implementation Date|Test Report|
|--|--|--|--|--|
|[GTIN](https://www.gs1.org/standards/id-keys/gtin)|Global Trade Item Number Registry|IDR v0.6, v1.0|TBA|TBA |
|[GLN](https://www.gs1.org/standards/id-keys/gln)|Global Location Number Registry|IDR v0.6, v1.0|TBA|TBA |
|[GIAI](https://www.gs1.org/standards/id-keys/global-individual-asset-identifier-giai)|Global Individual Asset Identifier Registry|IDR v0.6, v1.0|TBA|TBA |
|[GRAI](https://www.gs1.org/standards/id-keys/grai)|Global Returnable Asset Identifier|IDR v0.6, v1.0|TBA|TBA |
1 change: 0 additions & 1 deletion website/docs/implementations/Software.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,4 +366,3 @@ SIMBA chain is a participant in
| Product Name & version | Description | UNTP Scope & versions | Implementation Test Report |
| ------ | ------------- | ----------- | ------------ |
| [KS Product Trust Service](https://dpp.globalwallet.kr/) |KSDID PTS is a supply chain traceability software/service that provides a platform for business to create and manage Digital product passports (DPPs)| VCP, DPP, DTE, DCC. IDR, DAC - v0.5, v1.0 | TBA |

5 changes: 5 additions & 0 deletions website/implementations/Registers.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ export const registerImplementationPledges = [
// link: '/spec-untp/docs/implementations/Registers#government-of-british-columbia-org-book',
// logo: '/spec-untp/img/implementations/orgbook.gov.bc.ca/logo.png',
// },
{
name: 'GS1 Registry Platform',
link: '/spec-untp/docs/implementations/Registers#gs1-registry-platform',
logo: '/spec-untp/img/implementations/gs1.org/logo.png',
},
];
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f21e7b8

Please sign in to comment.