From 654ca77b00238804af37349bd7f1add45cd4bb00 Mon Sep 17 00:00:00 2001 From: Ashley Harwood <60303491+ashleythedeveloper@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:32:45 +1100 Subject: [PATCH] update conteext --- contexts/ld1.jsonld | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/contexts/ld1.jsonld b/contexts/ld1.jsonld index 9dba408..09a1256 100644 --- a/contexts/ld1.jsonld +++ b/contexts/ld1.jsonld @@ -2,24 +2,21 @@ "@context": { "@version": 1.1, "@protected": true, - "ParticipantCredential": { - "@id": "https://sphereon-opensource.github.io/vc-contexts/fma/gaia-x#ParticipantCredential", + "TransformEvent": { + "@id": "https://w3id.org/traceability#TransformEvent", "@context": { - "@version": 1.1, - "@protected": true, - "id": "@id", - "type": "@type", - "hash": "http://schema.org/identifier" - } - }, - "ServiceOfferingCredentialExperimental": { - "@id": "https://sphereon-opensource.github.io/vc-contexts/fma/gaia-x#ServiceOfferingCredentialExperimental", - "@context": { - "@version": 1.1, - "@protected": true, - "id": "@id", - "type": "@type", - "hash": "http://schema.org/identifier" + "place": { + "@id": "https://schema.org/Place" + }, + "organization": { + "@id": "https://w3id.org/traceability#Organization" + }, + "newProducts": { + "@id": "https://w3c-ccg.github.io/hashlink/#hl-url-params" + }, + "consumedProducts": { + "@id": "https://w3c-ccg.github.io/hashlink/#hl-url-params" + } } } }