BatteryPassportCePass

Category page
Category:OSW2063ac0fad0e4ed5a93cb3f01fe6d81c /
Revision as of 13:36, 14 November 2024 by Simon P. Stier (0000-0003-0410-3616) (talk | contribs) (Created page with "=== Get an instance === ==== Existing Instances ==== {{#ask: HasType::Category:OSW74bf728019bd4cc3a8a0833bd54f5338 |?IsRelatedTo=Battery Pack <!-- |?HasCharacteristic# - =Characteristic|+ template = Viewer/QuantityValue |?HasFileAttachment # - = Files |+ template = Viewer/File --> |format=datatable |datatables-width=100% <!-- auto-scale with info box --> }} ==== Get all passports ==== ===== Web-API ===== <syntaxhighlight lang="http"> https://demo.open-semantic-lab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Get an instance

Existing Instances

 IsRelatedTo

Get all passports

Web-API
https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category:OSW74bf728019bd4cc3a8a0833bd54f5338]]&format=json

Get passport for given battery

Web-API
https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category:OSW74bf728019bd4cc3a8a0833bd54f5338]][[IsRelatedTo::Item:OSWa814710d43c943a1ac5619f65043fcdc]]&format=json
SPARQL
SELECT DISTINCT ?passport
WHERE { ?passport a <https://demo.open-semantic-lab.org/id/Category-3AOSW74bf728019bd4cc3a8a0833bd54f5338> .
        ?passport <https://demo.open-semantic-lab.org/id/Property-3AIsRelatedTo> <https://demo.open-semantic-lab.org/id/Item-3AOSWa814710d43c943a1ac5619f65043fcdc> . }

Sparklis

Get passport for given Physical Label UUID

Web-API
https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasUuid::F088AFB0-92CF-11EF-B559-0800200C9A66]]&format=json

Get data of a passport instance as JSON

Reference: io.catenax.battery.battery_pass v6.0.0 BatteryPass.json

Web-API
# Single slot
https://demo.open-semantic-lab.org/wiki/Item:OSWa814710d43c943a1ac5619f65043fcdc?action=raw&slot=jsondata
# Single Passport
https://wiki-dev.open-semantic-lab.org/w/api.php?action=query&format=json&prop=info|revisions&meta=&formatversion=2&inprop=&rvprop=ids|timestamp|flags|comment|user|contentmodel|roles|content&titles=Item:OSWa814710d43c943a1ac5619f65043fcdc&rvslots=jsondata
# Multiple Passports separated with '|'
https://demo.open-semantic-lab.org/w/api.php?action=query&format=json&prop=revisions&titles=Item:OSWa814710d43c943a1ac5619f65043fcdc|Item:OSW5ed635e813354118badc79c2fcb66913|Item:OSW45886bd81a344dc1af92deb5935091ae&rvprop=ids|timestamp|flags|comment|user|content|sha1|slotsha1&rvslots=jsondata

Result (within query.pages.<id>.revisions.0.slots.jsondata.*)

{
  "identification": {
    "category": "EV",
    "idDmc": "123",
    "chemistry": "Li",
    "identification": {
      "type": {
        "manufacturerPartId": "123123",
        "nameAtManufacturer": "cellTypeA"
      },
      "codes": [],
      "dataCarrier": {
        "carrierType": "QR Code",
        "carrierLayout": ""
      },
      "classification": []
    }
  },
  "operation": {
    "manufacturer": {
      "facility": [],
      "manufacturer": "BPNL123456789101"
    },
    "intoServiceDate": "2024-01-01"
  },
  "characteristics": {
    "warranty": {
      "lifeValue": 3,
      "lifeUnit": "unit:year"
    },
    "physicalDimension": {
      "weight": {
        "value": 1,
        "unit": "unit:kilogram"
      },
      "height": {
        "value": 10,
        "unit": "unit:centimetre"
      },
      "length": {
        "value": 30,
        "unit": "unit:centimetre"
      },
      "width": {
        "value": 10,
        "unit": "unit:centimetre"
      }
    }
  },
  "sustainability": {
    "documents": {
      "separateCollection": [
        {
          "content": "",
          "contentType": "",
          "header": ""
        }
      ],
      "wastePrevention": []
    },
    "carbonFootprint": [
      {
        "value": 500,
        "rulebook": [],
        "lifecycle": "",
        "unit": "kg/kg",
        "type": "Climate Change Total",
        "manufacturingPlant": [],
        "declaration": []
      }
    ],
    "status": "original"
  },
  "materials": {
    "active": {
      "nickel": {
        "location": "Cathode",
        "recycled": 0.1,
        "documentation": [],
        "critical": true
      },
      "lithium": {
        "location": "Cathode",
        "recycled": 0,
        "documentation": [],
        "critical": true
      },
      "cobalt": {
        "location": "Cathode",
        "recycled": 0.2,
        "documentation": [],
        "critical": true
      },
      "lead": {
        "impactOfSubstances": [],
        "critical": false,
        "documentation": [],
        "recycled": 0,
        "location": "Cathode",
        "concentration": 3,
        "materialUnit": "unit:partPerMillion"
      }
    },
    "hazardous": {
      "cadmium": {
        "impactOfSubstances": [],
        "concentration": 2,
        "location": "Cathode",
        "materialUnit": "unit:partPerMillion",
        "critical": false,
        "documentation": []
      },
      "mercury": {
        "impactOfSubstances": [],
        "concentration": 10,
        "location": "Cathode",
        "materialUnit": "unit:partPerMillion",
        "critical": false,
        "documentation": []
      },
      "lead": {
        "impactOfSubstances": [],
        "critical": false,
        "documentation": [],
        "recycled": 0,
        "location": "",
        "concentration": 0,
        "materialUnit": "unit:partPerMillion"
      }
    },
    "composition": []
  },
  "performance": {
    "rated": {
      "voltage": {
        "min": 3,
        "max": 3.2,
        "nominal": 3.7
      },
      "roundTripEfficiency": {
        "depthOfDischarge": 20,
        "initial": 97,
        "50PercentLife": 85
      },
      "resistance": {
        "cell": 20,
        "pack": 50
      },
      "power": {
        "value": 100,
        "at20SoC": 80,
        "at80SoC": 100
      },
      "capacity": {
        "value": 50,
        "thresholdExhaustion": 40
      },
      "temperature": {
        "lower": -20,
        "upper": 90
      },
      "selfDischargingRate": 2,
      "lifetime": {
        "expectedYears": 5,
        "report": [],
        "cycleLifeTesting": {
          "temperature": 20,
          "cycles": 10000,
          "depthOfDischarge": 20,
          "appliedChargeRate": 1,
          "appliedDischargeRate": 1
        }
      }
    },
    "dynamic": {
      "stateOfCharge": {
        "value": 0,
        "time": "2024-01-01T12:00:00"
      },
      "fullCycles": {
        "time": "2024-01-01T12:00:00",
        "value": 5000
      },
      "selfDischargingRate": 2,
      "power": {
        "fade": {
          "value": 1,
          "time": "2024-01-01T12:00:00"
        },
        "remaining": {
          "time": "2024-01-01T12:00:00",
          "value": 1
        }
      },
      "capacity": {
        "fade": {
          "value": 1,
          "time": "2024-01-01T12:00:00"
        },
        "throughput": {
          "time": "2024-01-01T12:00:00",
          "value": 1
        },
        "capacity": {
          "time": "2024-01-01T12:00:00",
          "value": 1
        }
      },
      "roundTripEfficiency": {
        "fade": {
          "value": 95,
          "time": "2024-01-01T12:00:00"
        },
        "remaining": {
          "value": 93,
          "time": "2024-01-01T12:00:00"
        }
      },
      "resistance": {
        "increase": {
          "pack": {
            "value": 5,
            "time": "2024-01-01T12:00:00"
          },
          "cell": {
            "value": 2,
            "time": "2024-01-01T12:00:00"
          }
        },
        "remaining": {
          "pack": {
            "time": "2024-01-01T12:00:00",
            "value": 20
          },
          "cell": {
            "time": "2024-01-01T12:00:00",
            "value": 6
          }
        }
      },
      "energy": {
        "soce": {
          "value": 1,
          "time": "2024-01-01T12:00:00"
        },
        "remaining": {
          "time": "2024-01-01T12:00:00",
          "value": 1
        }
      }
    }
  },
  "conformity": {
    "declarationOfConformity": [],
    "resultOfTestReport": [],
    "thirdPartyAssurance": [],
    "dueDiligencePolicy": []
  },
  "safety": {
    "usableExtinguishAgent": [],
    "safetyMeasures": [],
    "meaningOfLabels": [],
    "dismantling": []
  },
  "metadata": {
    "version": "",
    "expirationDate": "2026-01-01",
    "issueDate": "2024-01-01",
    "economicOperatorId": "BPNL123456789012",
    "passportIdentifier": "a814710d-43c9-43a1-ac56-19f65043fcdc",
    "predecessor": "00000000-0000-0000-0000-000000000000",
    "backupReference": ""
  },
  "commercial": {
    "purpose": []
  },
  "handling": {
    "content": {
      "producer": [],
      "sparePart": []
    },
    "applicable": false
  },
  "type": [
    "Category:OSW74bf728019bd4cc3a8a0833bd54f5338"
  ],
  "is_about": "Item:OSW07ab9439598d4866a57a8cb60e2726ea",
  "uuid": "a814710d-43c9-43a1-ac56-19f65043fcdc",
  "label": [
    {
      "text": "Battery Passport v6.0.0 Test 1",
      "lang": "en"
    }
  ],
  "description": [],
  "name": "BatteryPassportV600Test1"
}

Mappings

Catena-X

Not relevant - json is already syntactically conform

Structure

Pages in category "BatteryPassportCePass"

This category contains only the following page.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.