Skip to content

Commit

Permalink
fix: consistency of links in context and vocabulary
Browse files Browse the repository at this point in the history
  • Loading branch information
rkxx committed Nov 4, 2024
1 parent 2dcdcd9 commit 21f0046
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/contexts/dbp/v1.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
"euDeclarationOfConformityId": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_labelsAndCertification_euDeclarationOfConformityId",
"separateCollection": {
"@protected": true,
"@id": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_labelsAndCertification",
"@id": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_labelsAndCertification_separateCollection",
"@context": {
"@version": 1.1,
"id": "@id",
Expand All @@ -476,16 +476,16 @@
},
"materialSymbols": {
"@protected": true,
"@id": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_labelsAndCertification",
"@id": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_labelsAndCertification_materialSymbols",
"@context": {
"@version": 1.1,
"id": "@id",
"type": "@type",
"materialSymbol": {
"@id": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_labelsAndCertification_separateCollection_materialSymbol",
"@id": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_labelsAndCertification_materialSymbols_materialSymbol",
"@type": "@id"
},
"materialDescription": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_labelsAndCertification_separateCollection_materialDescription"
"materialDescription": "https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_labelsAndCertification_materialSymbols_materialDescription"
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions docs/contexts/dbp/vocabulary.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,15 +680,15 @@ Unique identifier allowing for the unambiguous identification of each individual

###### 6.1.5.5.2 materialText {#DigitalBatteryPassport_labelsAndCertification_materialSymbols_materialText}

#### 6.1.6 dueDiligence {#DigitalBatteryPassport_dueDiligence}
#### 6.1.6 dueDiligence {#DigitalBatteryPassport_dueDilligence}

##### 6.1.6.1 supplyChainDueDiligenceReport {#DigitalBatteryPassport_dueDiligence_supplyChainDueDiligenceReport}
##### 6.1.6.1 supplyChainDueDiligenceReport {#DigitalBatteryPassport_dueDilligence_supplyChainDueDiligenceReport}

##### 6.1.6.2 thirdPartyAussurances {#DigitalBatteryPassport_dueDiligence_thirdPartyAussurances}
##### 6.1.6.2 thirdPartyAussurances {#DigitalBatteryPassport_dueDilligence_thirdPartyAussurances}

##### 6.1.6.3 euTaxonomyDisclosureStatement {#DigitalBatteryPassport_dueDiligence_euTaxonomyDisclosureStatement}
##### 6.1.6.3 euTaxonomyDisclosureStatement {#DigitalBatteryPassport_dueDilligence_euTaxonomyDisclosureStatement}

##### 6.1.6.4 sustainabilityReport {#DigitalBatteryPassport_dueDiligence_sustainabilityReport}
##### 6.1.6.4 sustainabilityReport {#DigitalBatteryPassport_dueDilligence_sustainabilityReport}

## 7. Code Lists

Expand Down

0 comments on commit 21f0046

Please sign in to comment.