From 5d8b2109dc8778ae31e6c381c51143a0036e0b7b Mon Sep 17 00:00:00 2001 From: Ronald Koenig Date: Mon, 4 Nov 2024 10:28:22 +0100 Subject: [PATCH] fix: consistency of links in context and vocabulary --- docs/contexts/dbp/v1.jsonld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contexts/dbp/v1.jsonld b/docs/contexts/dbp/v1.jsonld index 1472cc2..04a5923 100644 --- a/docs/contexts/dbp/v1.jsonld +++ b/docs/contexts/dbp/v1.jsonld @@ -405,7 +405,7 @@ "id": "@id", "type": "@type", "hazardSubstanceClass": { - "@id": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_materialComposition_hazardousSubstances_hazardSubstanceClass", + "@id": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_materialComposition_hazardousSubstances_hazardousSubstanceClass", "@type": "@vocab", "@context": { "@protected": true, @@ -485,7 +485,7 @@ "@id": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_labelsAndCertification_materialSymbols_materialSymbol", "@type": "@id" }, - "materialDescription": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_labelsAndCertification_materialSymbols_materialDescription" + "materialText": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_labelsAndCertification_materialSymbols_materialText" } } }