Skip to content

Commit

Permalink
feat: add property circularity to dpb example
Browse files Browse the repository at this point in the history
  • Loading branch information
rkxx committed Oct 22, 2024
1 parent 70be009 commit f74e46a
Showing 1 changed file with 53 additions and 19 deletions.
72 changes: 53 additions & 19 deletions docs/contexts/dbp/vocabulary.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,38 +23,72 @@ Click here to open the JSON-LD file: [dbp.jsonld](https://dpp-vocabulary.spherit
"productIdentifier": "did:web:impactnewenergy.com:dbp:640-265-c-00-640-2405-00024-826-b-01-c-2001-a-0-ea-8",
"batteryCategory": "Ev",
"manufacturerIdentification": "did:web:impactnewenergy.com",
"manufacturingDate" : "2024-01-01T00:00:00Z",
"batteryStatus" : "Original",
"manufacturingDate": "2024-01-01T00:00:00Z",
"batteryStatus": "Original",
"batteryWeight": 550,
"manufacturingPlace" : {
"addressCountry" : "PL",
"addressStreet" : "Przejazdowa 22",
"postalCode" : "05-800",
"addressLocality" : "Pruszków"
"manufacturingPlace": {
"addressCountry": "PL",
"addressStreet": "Przejazdowa 22",
"postalCode": "05-800",
"addressLocality": "Pruszków"
},
"economicOperator" : "did:web:solarisbus.com"
"economicOperator": "did:web:solarisbus.com"
},
"carbonFootprint": {
"batteryCarbonFootprint" : 0.20315,
"carbonFootprintPerLifecycleStage" : [
"batteryCarbonFootprint": 0.20315,
"carbonFootprintPerLifecycleStage": [
{
"lifeCycleStage" : "RawMaterialExtraction",
"carbonFootprint" : 7.18
"lifeCycleStage": "RawMaterialExtraction",
"carbonFootprint": 7.18
},
{
"lifeCycleStage" : "MainProduction",
"carbonFootprint" : 0.22
"lifeCycleStage": "MainProduction",
"carbonFootprint": 0.22
},
{
"lifeCycleStage" : "Distribution",
"carbonFootprint" : 0.42
"lifeCycleStage": "Distribution",
"carbonFootprint": 0.42
},
{
"lifeCycleStage" : "Recycling",
"carbonFootprint" : 92.19
"lifeCycleStage": "Recycling",
"carbonFootprint": 92.19
}
],
"carbonFootprintStudy": "https://ghgprotocol.org/sites/default/files/standards/Product-Life-Cycle-Accounting-Reporting-Standard_041613.pdf"
},
"circularity": {
"sourceForSpareParts": {
"nameOfSupplier": "Impact Clean Power Technology S.A.",
"emailAddressOfSupplier": "email:[email protected]",
"supplierWebAddress": "https://impactnewenergy.com",
"addressOfSupplier":{
"addressCountry": "PL",
"addressStreet": "Przejazdowa 22",
"postalCode": "05-800",
"addressLocality": "Pruszków"
}
},
"recycledContent": [
{
"preConsumerShare": 95,
"recycledMaterial": "Cobalt",
"postConsumerShare": 95
},
{
"preConsumerShare": 95,
"recycledMaterial": "Nickel",
"postConsumerShare": 95
},
{
"preConsumerShare": 95,
"recycledMaterial": "Lithium",
"postConsumerShare": 95
}
],
"safetyRequirements": {
"safetyInstructions": "https://files-vera.spherity.com/solaris/Safety%20measures.pdf",
"extinguishingAgent": "Class C"
}
}
}
```
Expand Down Expand Up @@ -310,7 +344,7 @@ classDiagram
class BatteryMaterialLocation {
<<anonymous>>
componentName
componentID
componentId
}
class HazardousSubstances {
<<anonymous>>
Expand Down

0 comments on commit f74e46a

Please sign in to comment.