-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: PatStLouis <[email protected]>
- Loading branch information
1 parent
0b0ad20
commit 72ab4f0
Showing
3 changed files
with
225 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
{ | ||
"type": [ | ||
"DigitalFacilityRecord", | ||
"VerifiableCredential" | ||
], | ||
"@context": [ | ||
"https://www.w3.org/ns/credentials/v2", | ||
"https://test.uncefact.org/vocabulary/untp/dfr/0.5.0/" | ||
], | ||
"id": "https://bcregistry.ca/business/123456789/facility-record", | ||
"issuer": { | ||
"type": [ | ||
"CredentialIssuer" | ||
], | ||
"id": "did:web:bcregistry.ca", | ||
"name": "BC Registry Services", | ||
"otherIdentifier": [ | ||
{ | ||
"type": [ | ||
"Identifier" | ||
], | ||
"id": "https://bcregistry.ca/business/123456789", | ||
"name": "BC Copper Mines Ltd.", | ||
"registeredId": "123456789", | ||
"idScheme": { | ||
"type": [ | ||
"IdentifierScheme" | ||
], | ||
"id": "https://bcregistry.ca/business/", | ||
"name": "British Columbia Business Registration Number" | ||
} | ||
} | ||
] | ||
}, | ||
"validFrom": "2024-01-01T00:00:00Z", | ||
"validUntil": "2034-01-01T00:00:00Z", | ||
"credentialSubject": { | ||
"type": [ | ||
"Facility" | ||
], | ||
"id": "https://bcregistry.ca/business/123456789/facility", | ||
"registeredId": "987654321", | ||
"description": "Primary Copper Mining Facility", | ||
"name": "BC Copper Mine Facility", | ||
"idScheme": { | ||
"type": [ | ||
"IdentifierScheme" | ||
], | ||
"id": "https://bcregistry.ca/business/", | ||
"name": "British Columbia Business Registration Number" | ||
}, | ||
"countryOfOperation": "CA", | ||
"processCategory": [ | ||
{ | ||
"type": [ | ||
"Classification" | ||
], | ||
"id": "https://unstats.un.org/unsd/classifications/Econ/cpc/14100", | ||
"code": "14100", | ||
"name": "Copper ores and concentrates", | ||
"schemeID": "https://unstats.un.org/unsd/classifications/Econ/cpc/", | ||
"schemeName": "UN Central Product Classification (CPC)" | ||
} | ||
], | ||
"operatedByParty": { | ||
"type": [ | ||
"Identifier" | ||
], | ||
"id": "https://bcregistry.ca/business/123456789", | ||
"name": "BC Copper Mines Ltd.", | ||
"registeredId": "123456789", | ||
"idScheme": { | ||
"type": [ | ||
"IdentifierScheme" | ||
], | ||
"id": "https://bcregistry.ca/business/", | ||
"name": "British Columbia Business Registration Number" | ||
} | ||
}, | ||
"address": { | ||
"streetAddress": "123 Copper Mine Road", | ||
"postalCode": "V8W 1T2", | ||
"addressLocality": "Victoria", | ||
"addressRegion": "BC", | ||
"addressCountry": "CA" | ||
}, | ||
"locationInformation": { | ||
"plusCode": "https://plus.codes/8CGRC78W+MM", | ||
"geoLocation": { | ||
"type": "Point", | ||
"coordinates": [ | ||
-123.3656, | ||
48.4284 | ||
] | ||
} | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
{ | ||
"type": [ | ||
"DigitalTraceabilityEvent", | ||
"VerifiableCredential" | ||
], | ||
"@context": [ | ||
"https://www.w3.org/ns/credentials/v2", | ||
"https://test.uncefact.org/vocabulary/untp/dte/0.5.0/" | ||
], | ||
"id": "https://bcregistry.ca/business/123456789/traceability-event", | ||
"issuer": { | ||
"type": [ | ||
"CredentialIssuer" | ||
], | ||
"id": "did:web:bcregistry.ca", | ||
"name": "BC Copper Mines Ltd.", | ||
"otherIdentifier": [ | ||
{ | ||
"type": [ | ||
"Identifier" | ||
], | ||
"id": "https://bcregistry.ca/business/123456789", | ||
"name": "BC Copper Mines Ltd.", | ||
"registeredId": "123456789", | ||
"idScheme": { | ||
"type": [ | ||
"IdentifierScheme" | ||
], | ||
"id": "https://bcregistry.ca/business/", | ||
"name": "British Columbia Business Registration Number" | ||
} | ||
} | ||
] | ||
}, | ||
"validFrom": "2024-06-01T00:00:00Z", | ||
"credentialSubject": [ | ||
{ | ||
"type": [ | ||
"TransformationEvent", | ||
"Event" | ||
], | ||
"id": "https://bcregistry.ca/business/123456789/traceability-event#transformation", | ||
"processType": "Smelting", | ||
"eventTime": "2024-07-01T00:00:00Z", | ||
"action": "Transform", | ||
"disposition": "https://ref.gs1.org/cbv/Disp-in_progress", | ||
"bizStep": "https://ref.gs1.org/cbv/BizStep-transforming", | ||
"bizLocation": "https://id.gs1.org/414/987654321", | ||
"sensorElementList": [ | ||
{ | ||
"sensorMetadata": { | ||
"device": { | ||
"type": [ | ||
"Item" | ||
], | ||
"id": "https://sensors.smelter.com/temperature-sensor", | ||
"name": "Smelter Temperature Sensor" | ||
}, | ||
"dataProcessingMethod": "https://standards.org/sensorMethod#5678" | ||
}, | ||
"sensorReport": [ | ||
{ | ||
"time": "2024-07-01T01:00:00Z", | ||
"sensorType": "https://sensors.smelter.com/model5678", | ||
"value": 1200, | ||
"uom": "Celsius" | ||
} | ||
], | ||
"sensorIntegrityProof": "https://integrity.smelter.com/proof5678" | ||
} | ||
], | ||
"outputEPCList": [ | ||
{ | ||
"type": [ | ||
"Item" | ||
], | ||
"id": "https://id.gs1.org/01/09876543211234", | ||
"name": "Refined Copper Ingot" | ||
} | ||
], | ||
"inputEPCList": [ | ||
{ | ||
"type": [ | ||
"Item" | ||
], | ||
"id": "https://id.gs1.org/01/12345678901234", | ||
"name": "Raw Copper Batch" | ||
} | ||
], | ||
"inputQuantityList": [ | ||
{ | ||
"productId": "https://id.gs1.org/01/12345678901234", | ||
"productName": "Raw Copper Batch", | ||
"quantity": 5000, | ||
"uom": "KGM" | ||
} | ||
], | ||
"outputQuantityList": [ | ||
{ | ||
"productId": "https://id.gs1.org/01/09876543211234", | ||
"productName": "Refined Copper Ingot", | ||
"quantity": 4800, | ||
"uom": "KGM" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|