231
edits
No edit summary Tag: Undo |
(update docs) Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
=== Get an instance === | === Get an instance === | ||
==== Existing Instances ==== | ==== Existing Instances ==== | ||
{{#ask: [[HasType::Category: | {{#ask: [[HasType::Category:OSW2063ac0fad0e4ed5a93cb3f01fe6d81c]] | ||
|?IsRelatedTo=Battery Pack | |?IsRelatedTo=Battery Pack | ||
<!-- |?HasCharacteristic# - =Characteristic|+ template = Viewer/QuantityValue | <!-- |?HasCharacteristic# - =Characteristic|+ template = Viewer/QuantityValue | ||
Line 13: | Line 13: | ||
===== Web-API ===== | ===== Web-API ===== | ||
<syntaxhighlight lang="http"> | <syntaxhighlight lang="http"> | ||
https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category: | https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category:OSW2063ac0fad0e4ed5a93cb3f01fe6d81c]]&format=json | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 20: | Line 20: | ||
===== Web-API ===== | ===== Web-API ===== | ||
<syntaxhighlight lang="http"> | <syntaxhighlight lang="http"> | ||
https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category: | https://demo.open-semantic-lab.org/w/api.php?action=ask&query=[[HasType::Category:OSW2063ac0fad0e4ed5a93cb3f01fe6d81c]][[IsRelatedTo::Item:OSW41bfb92eab844b6b887f835e9140c973]]&format=json | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 26: | Line 26: | ||
<syntaxhighlight lang="sparql"> | <syntaxhighlight lang="sparql"> | ||
SELECT DISTINCT ?passport | SELECT DISTINCT ?passport | ||
WHERE { ?passport a <https://demo.open-semantic-lab.org/id/Category- | WHERE { ?passport a <https://demo.open-semantic-lab.org/id/Category-3AOSW2063ac0fad0e4ed5a93cb3f01fe6d81c> . | ||
?passport <https://demo.open-semantic-lab.org/id/Property-3AIsRelatedTo> <https://demo.open-semantic-lab.org/id/Item- | ?passport <https://demo.open-semantic-lab.org/id/Property-3AIsRelatedTo> <https://demo.open-semantic-lab.org/id/Item-3AOSW41bfb92eab844b6b887f835e9140c973> . } | ||
</syntaxhighlight>{{Template:Viewer/Link|page=|url=https://sparklis.demo.open-semantic-lab.org/?title=OpenSemanticLab%20Demo%20Graph&endpoint=https%3A//graph.demo.open-semantic-lab.org/blazegraph/namespace/kb/sparql&sparklis-query=%5BVId%5DReturn%28Det%28An%281%2CModif%28Select%2CUnordered%29%2CClass%28%22https%3A//demo.open-semantic-lab.org/id/Category- | </syntaxhighlight>{{Template:Viewer/Link|page=|url=https://sparklis.demo.open-semantic-lab.org/?title=OpenSemanticLab%20Demo%20Graph&endpoint=https%3A//graph.demo.open-semantic-lab.org/blazegraph/namespace/kb/sparql&sparklis-query=%5BVId%5DReturn%28Det%28An%281%2CModif%28Select%2CUnordered%29%2CClass%28%22https%3A//demo.open-semantic-lab.org/id/Category-3AOSW2063ac0fad0e4ed5a93cb3f01fe6d81c%22%29%29%2CNone%29%29&sparklis-path=D&entity_lexicon_select=http%3A//www.w3.org/2000/01/rdf-schema%23label&concept_lexicons_select=http%3A//www.w3.org/2000/01/rdf-schema%23label|label=Sparklis}} | ||
==== Get passport for given Physical Label UUID ==== | ==== Get passport for given Physical Label UUID ==== | ||
Line 38: | Line 38: | ||
==== Get data of a passport instance as JSON ==== | ==== Get data of a passport instance as JSON ==== | ||
===== Web-API ===== | ===== Web-API ===== | ||
<syntaxhighlight lang="http"> | <syntaxhighlight lang="http"> | ||
# Single slot | # Single slot | ||
https://demo.open-semantic-lab.org/wiki/Item: | https://demo.open-semantic-lab.org/wiki/Item:OSW41bfb92eab844b6b887f835e9140c973?action=raw&slot=jsondata | ||
# Single Passport | # 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: | 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:OSW41bfb92eab844b6b887f835e9140c973&rvslots=jsondata | ||
# Multiple Passports separated with '|' | # Multiple Passports separated with '|' | ||
https://demo.open-semantic-lab.org/w/api.php?action=query&format=json&prop=revisions&titles=Item: | https://demo.open-semantic-lab.org/w/api.php?action=query&format=json&prop=revisions&titles=Item:OSW41bfb92eab844b6b887f835e9140c973|Item:OSW5ed635e813354118badc79c2fcb66913|Item:OSW45886bd81a344dc1af92deb5935091ae&rvprop=ids|timestamp|flags|comment|user|content|sha1|slotsha1&rvslots=jsondata | ||
</syntaxhighlight>Result (within <code>query.pages.<id>.revisions.0.slots.jsondata.*</code>)<syntaxhighlight lang="json"> | </syntaxhighlight>Result (within <code>query.pages.<id>.revisions.0.slots.jsondata.*</code>)<syntaxhighlight lang="json"> | ||
{ | { | ||
"characteristics": { | "characteristics": { | ||
"warranty": { | "warranty": { | ||
"lifeValue": | "lifeValue": 36, | ||
"lifeUnit": "unit: | "lifeUnit": "unit:day" | ||
}, | }, | ||
"physicalDimension": { | "physicalDimension": { | ||
"weight": { | "weight": { | ||
"value": | "value": 20, | ||
"unit": "unit: | "unit": "unit:gram" | ||
}, | }, | ||
"length": { | "length": { | ||
"value": | "value": 20, | ||
"unit": "unit: | "unit": "unit:millimetre" | ||
}, | }, | ||
"width": { | "width": { | ||
"value": | "value": 20, | ||
"unit": "unit: | "unit": "unit:millimetre" | ||
}, | |||
"height": { | |||
"value": 20, | |||
"unit": "unit:millimetre" | |||
} | } | ||
} | } | ||
Line 103: | Line 78: | ||
"separateCollection": [ | "separateCollection": [ | ||
{ | { | ||
"content": "", | "content": "https://dummy.link", | ||
"contentType": "", | "contentType": "URL", | ||
"header": "" | "header": "Example Document XYZ" | ||
} | } | ||
], | ], | ||
"wastePrevention": [] | "wastePrevention": [ | ||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"sustainabilityReport": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"euTaxonomyDisclosureStatement": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
] | |||
}, | }, | ||
"carbonFootprint": [ | "carbonFootprint": [ | ||
{ | { | ||
"value": | "value": 12.678, | ||
"rulebook": [], | "rulebook": [ | ||
"lifecycle": "", | { | ||
"unit": "kg/ | "content": "https://dummy.link", | ||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"lifecycle": "main product production", | |||
"unit": "kg CO2 / kWh", | |||
"type": "Climate Change Total", | "type": "Climate Change Total", | ||
"manufacturingPlant": [], | "manufacturingPlant": [ | ||
"declaration": [] | { | ||
"facility": "BPNA1234567890AA" | |||
} | |||
], | |||
"declaration": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"performanceClass": "A" | |||
} | } | ||
], | ], | ||
"status": "original" | "status": "original" | ||
}, | |||
"operation": { | |||
"manufacturer": { | |||
"facility": [ | |||
{ | |||
"facility": "BPNA1234567890AA" | |||
} | |||
], | |||
"manufacturer": "BPNLg6v8nOIcUJWu", | |||
"manufacturingDate": "2000-01-31" | |||
}, | |||
"intoServiceDate": "8533-18-97" | |||
}, | |||
"identification": { | |||
"category": "SLI", | |||
"idDmc": "34567890", | |||
"chemistry": "Nickel Cobalt Manganese (NCM)", | |||
"identification": { | |||
"type": { | |||
"manufacturerPartId": "123-0.740-3434-A", | |||
"nameAtManufacturer": "Mirror left" | |||
}, | |||
"codes": [ | |||
{ | |||
"key": "TARIC", | |||
"value": "8703 24 10 00" | |||
} | |||
], | |||
"dataCarrier": { | |||
"carrierType": "QR", | |||
"carrierLayout": "upper-left side" | |||
}, | |||
"classification": [ | |||
{ | |||
"classificationStandard": "GIN 20510-21513", | |||
"classificationID": "1004712", | |||
"classificationDescription": "Generic standard for classification of parts in the automotive industry." | |||
} | |||
], | |||
"batch": [ | |||
{ | |||
"key": "batchId", | |||
"value": "BID12345678" | |||
} | |||
], | |||
"serial": [ | |||
{ | |||
"key": "partInstanceId", | |||
"value": "SN12345678" | |||
} | |||
] | |||
} | |||
}, | }, | ||
"materials": { | "materials": { | ||
"active": { | "active": { | ||
"nickel": { | "nickel": { | ||
"location": " | "location": "Housing", | ||
"recycled": | "recycled": 12.5, | ||
"documentation": [], | "documentation": [ | ||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"critical": true | "critical": true | ||
}, | }, | ||
"lithium": { | "lithium": { | ||
"location": " | "location": "Housing", | ||
"recycled": | "recycled": 12.5, | ||
"documentation": [], | "documentation": [ | ||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"critical": true | "critical": true | ||
}, | }, | ||
"cobalt": { | "cobalt": { | ||
"location": " | "location": "Housing", | ||
"recycled": | "recycled": 12.5, | ||
"documentation": [], | "documentation": [ | ||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"critical": true | "critical": true | ||
}, | }, | ||
"lead": { | "lead": { | ||
"impactOfSubstances": [], | "impactOfSubstances": [ | ||
"critical": | { | ||
"documentation": [], | "content": "https://dummy.link", | ||
"recycled": | "contentType": "URL", | ||
"location": " | "header": "Example Document XYZ" | ||
"concentration": 3, | } | ||
], | |||
"critical": true, | |||
"documentation": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"recycled": 12.5, | |||
"location": "Housing", | |||
"concentration": 5.3, | |||
"materialUnit": "unit:partPerMillion" | "materialUnit": "unit:partPerMillion" | ||
} | }, | ||
"other": [ | |||
{ | |||
"location": "Housing", | |||
"recycled": 12.5, | |||
"documentation": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"critical": true, | |||
"materialIdentification": [ | |||
{ | |||
"id": "201-004-7", | |||
"type": "CAS", | |||
"name": "phenolphthalein" | |||
} | |||
] | |||
} | |||
] | |||
}, | }, | ||
"hazardous": { | "hazardous": { | ||
"cadmium": { | "cadmium": { | ||
"impactOfSubstances": [], | "impactOfSubstances": [ | ||
"concentration": | { | ||
"location": " | "content": "https://dummy.link", | ||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"concentration": 5.3, | |||
"location": "Housing", | |||
"materialUnit": "unit:partPerMillion", | "materialUnit": "unit:partPerMillion", | ||
"critical": | "critical": true, | ||
"documentation": [] | "documentation": [ | ||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
] | |||
}, | }, | ||
"mercury": { | "mercury": { | ||
"impactOfSubstances": [], | "impactOfSubstances": [ | ||
"concentration": | { | ||
"location": " | "content": "https://dummy.link", | ||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"concentration": 5.3, | |||
"location": "Housing", | |||
"materialUnit": "unit:partPerMillion", | "materialUnit": "unit:partPerMillion", | ||
"critical": | "critical": true, | ||
"documentation": [] | "documentation": [ | ||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
] | |||
}, | }, | ||
"lead": { | "lead": { | ||
"impactOfSubstances": [], | "impactOfSubstances": [ | ||
"critical": | { | ||
"documentation": [], | "content": "https://dummy.link", | ||
"recycled": | "contentType": "URL", | ||
"location": "", | "header": "Example Document XYZ" | ||
"concentration": | } | ||
], | |||
"critical": true, | |||
"documentation": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"recycled": 12.5, | |||
"location": "Housing", | |||
"concentration": 5.3, | |||
"materialUnit": "unit:partPerMillion" | "materialUnit": "unit:partPerMillion" | ||
}, | |||
"other": [ | |||
{ | |||
"impactOfSubstances": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"materialUnit": "unit:partPerMillion", | |||
"concentration": 5.3, | |||
"materialIdentification": [ | |||
{ | |||
"id": "201-004-7", | |||
"type": "CAS", | |||
"name": "phenolphthalein" | |||
} | |||
], | |||
"documentation": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"critical": true, | |||
"location": "Housing" | |||
} | |||
] | |||
}, | |||
"composition": [ | |||
{ | |||
"id": [ | |||
{ | |||
"id": "201-004-7", | |||
"type": "CAS", | |||
"name": "phenolphthalein" | |||
} | |||
], | |||
"concentration": 5.3, | |||
"unit": "unit:partPerMillion", | |||
"critical": true, | |||
"documentation": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"recycled": 12.5, | |||
"location": "Housing", | |||
"renewable": 23.5 | |||
} | } | ||
] | |||
}, | }, | ||
"performance": { | "performance": { | ||
"rated": { | "rated": { | ||
"voltage": { | "voltage": { | ||
"min": | "min": 2.5, | ||
"max": | "max": 4.2, | ||
"nominal": 3.7 | "nominal": 3.7, | ||
"temperature": 20 | |||
}, | }, | ||
"roundTripEfficiency": { | "roundTripEfficiency": { | ||
"depthOfDischarge": | "depthOfDischarge": 90.5, | ||
"initial": | "initial": 96, | ||
"50PercentLife": | "50PercentLife": 89, | ||
"temperature": 20 | |||
}, | }, | ||
"resistance": { | "resistance": { | ||
"cell": 20, | "cell": 0.025, | ||
" | "pack": 0.55, | ||
"temperature": 20, | |||
"module": 0.2 | |||
}, | }, | ||
"power": { | "power": { | ||
"value": | "value": 40000, | ||
"at20SoC": | "at20SoC": 35000, | ||
"at80SoC": | "at80SoC": 39000, | ||
"temperature": 20 | |||
}, | }, | ||
"capacity": { | "capacity": { | ||
"value": | "value": 4, | ||
"thresholdExhaustion": | "thresholdExhaustion": 80, | ||
"temperature": 20 | |||
}, | }, | ||
"temperature": { | "temperature": { | ||
"lower": - | "lower": -18, | ||
"upper": | "upper": 60 | ||
}, | }, | ||
"selfDischargingRate": | "selfDischargingRate": 0.25, | ||
"lifetime": { | "lifetime": { | ||
"expectedYears": | "expectedYears": 8, | ||
"report": [], | "report": [ | ||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"cycleLifeTesting": { | "cycleLifeTesting": { | ||
"temperature": 20, | "temperature": 20, | ||
"cycles": | "cycles": 1500, | ||
"depthOfDischarge": | "depthOfDischarge": 90.5, | ||
"appliedChargeRate": | "appliedChargeRate": 3, | ||
"appliedDischargeRate": | "appliedDischargeRate": 4 | ||
} | } | ||
}, | |||
"performanceDocument": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"testReport": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"energy": { | |||
"value": 0.5, | |||
"temperature": 20 | |||
} | } | ||
}, | }, | ||
"dynamic": { | "dynamic": { | ||
"stateOfCharge": { | "stateOfCharge": { | ||
"value": | "value": 50, | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00" | ||
}, | }, | ||
"fullCycles": { | "fullCycles": { | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00", | ||
"value": | "value": 1500 | ||
}, | }, | ||
"selfDischargingRate": | "selfDischargingRate": 0.25, | ||
"power": { | "power": { | ||
"fade": { | "fade": { | ||
"value": | "value": 50, | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00" | ||
}, | }, | ||
"remaining": { | "remaining": { | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00", | ||
"value": | "value": 40000 | ||
} | } | ||
}, | }, | ||
"capacity": { | "capacity": { | ||
"fade": { | "fade": { | ||
"value": | "value": 50, | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00" | ||
}, | }, | ||
"throughput": { | "throughput": { | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00", | ||
"value": | "value": 4 | ||
}, | }, | ||
"capacity": { | "capacity": { | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00", | ||
"value": | "value": 4 | ||
} | } | ||
}, | }, | ||
"roundTripEfficiency": { | "roundTripEfficiency": { | ||
"fade": { | "fade": { | ||
"value": | "value": 50, | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00" | ||
}, | }, | ||
"remaining": { | "remaining": { | ||
"value": | "value": 50, | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00" | ||
} | } | ||
}, | }, | ||
Line 271: | Line 504: | ||
"increase": { | "increase": { | ||
"pack": { | "pack": { | ||
"value": | "value": 50, | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00" | ||
}, | }, | ||
"cell": { | "cell": { | ||
"value": | "value": 50, | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00" | ||
}, | |||
"module": { | |||
"value": 50, | |||
"time": "2023-12-07T10:39:13.576+01:00" | |||
} | } | ||
}, | }, | ||
"remaining": { | "remaining": { | ||
"pack": { | "pack": { | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00", | ||
"value": | "value": 0.3 | ||
}, | }, | ||
"cell": { | "cell": { | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00", | ||
"value": | "value": 0.3 | ||
}, | |||
"module": { | |||
"time": "2023-12-07T10:39:13.576+01:00", | |||
"value": 0.3 | |||
} | } | ||
} | } | ||
Line 292: | Line 533: | ||
"energy": { | "energy": { | ||
"soce": { | "soce": { | ||
"value": | "value": 50, | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00" | ||
}, | }, | ||
"remaining": { | "remaining": { | ||
"time": " | "time": "2023-12-07T10:39:13.576+01:00", | ||
"value": | "value": 0.5 | ||
}, | |||
"throughput": { | |||
"time": "2023-12-07T10:39:13.576+01:00", | |||
"value": 0.5 | |||
} | |||
}, | |||
"operatingEnvironment": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"performanceDocument": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | } | ||
} | ], | ||
"negativeEvents": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
] | |||
} | } | ||
}, | }, | ||
"conformity": { | "conformity": { | ||
"declarationOfConformity": [], | "declarationOfConformity": [ | ||
"resultOfTestReport": [], | { | ||
"thirdPartyAssurance": [], | "content": "https://dummy.link", | ||
"dueDiligencePolicy": [] | "contentType": "URL", | ||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"resultOfTestReport": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"thirdPartyAssurance": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"dueDiligencePolicy": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"declarationOfConformityId": "0978234-34567890-01" | |||
}, | }, | ||
"safety": { | "safety": { | ||
"usableExtinguishAgent": [], | "usableExtinguishAgent": [ | ||
"safetyMeasures": [], | { | ||
"meaningOfLabels": [], | "media": "Dry Powder", | ||
"dismantling": [] | "fireClass": "A, B", | ||
"document": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
] | |||
} | |||
], | |||
"safetyMeasures": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"meaningOfLabels": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"dismantling": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"safeDischarging": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"removalFromAppliance": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"contentType": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
] | |||
}, | }, | ||
"sources": [ | |||
{ | |||
"content": "https://dummy.link", | |||
"category": "Product Specifications", | |||
"type": "URL", | |||
"header": "Example Document XYZ" | |||
} | |||
], | |||
"metadata": { | "metadata": { | ||
"version": "", | "version": "1.0.0", | ||
"expirationDate": " | "expirationDate": "2030-01-01", | ||
"issueDate": " | "issueDate": "2000-01-01", | ||
"economicOperatorId": " | "economicOperatorId": "BPNL0123456789ZZ", | ||
"passportIdentifier": " | "passportIdentifier": "urn:uuid:550e8400-e29b-41d4-a716-446655440000", | ||
"predecessor": "00000000-0000-0000-0000-000000000000", | "predecessor": "urn:uuid:00000000-0000-0000-0000-000000000000", | ||
"backupReference": "" | "backupReference": "https://dummy.link", | ||
"registrationIdentifier": "https://dummy.link/ID8283746239078", | |||
"lastModification": "2000-01-01", | |||
"status": "draft" | |||
}, | }, | ||
"commercial": { | "commercial": { | ||
"purpose": [] | "purpose": [ | ||
"automotive" | |||
], | |||
"placedOnMarket": "2000-01-01" | |||
}, | }, | ||
"handling": { | "handling": { | ||
"content": { | "content": { | ||
"producer": [], | "producer": [ | ||
"sparePart": [] | { | ||
"id": "BPNL0123456789ZZ" | |||
} | |||
], | |||
"sparePart": [ | |||
{ | |||
"manufacturerPartId": "123-0.740-3434-A", | |||
"nameAtManufacturer": "Mirror left" | |||
} | |||
] | |||
}, | |||
"applicable": true | |||
}, | |||
"questionnaire": { | |||
"weight": { | |||
"value": 20, | |||
"unit": "unit:gram" | |||
}, | |||
"bmsReadable": "answer:q02-option1", | |||
"disassemblySteps": "answer:q03-option1", | |||
"interfaceInformationAvailable": "answer:q04-option1", | |||
"disassemblyTargetTime": 20, | |||
"insulationFailureInformationIncluded": "answer:q06-option1", | |||
"overOrDeepDischargeInformationAvailable": "answer:q07-option1", | |||
"reuseModeIncluded": "answer:q08-option1", | |||
"topAccessibilityForDisassembly": "answer:q09-option1", | |||
"highVoltageSafety": "answer:q10-option1", | |||
"targetedTimeToExtract": 5, | |||
"hvDisassemblyTargetTime": 5, | |||
"mainCoverTargetTime": 5, | |||
"disassembleAllModules": 5, | |||
"recyclingPercentage": 80 | |||
}, | |||
"cePassExtension": { | |||
"criticalRawmaterials": [ | |||
{ | |||
"weightInGram": 20, | |||
"kindOfMaterial": "Nickel", | |||
"weight": { | |||
"value": 20, | |||
"unit": "unit:gram" | |||
} | |||
} | |||
], | |||
"actualWeight": { | |||
"value": 20, | |||
"unit": "unit:gram" | |||
}, | |||
"depth": { | |||
"value": 20, | |||
"unit": "unit:millimetre" | |||
}, | |||
"otherNames": "eOMtThyhVNLWUZNRcBaQKxI", | |||
"type": "element", | |||
"manufacturedTime": "2024-10-29T16:08:15.509+01:00", | |||
"virginMaterialContent": { | |||
"value": 20, | |||
"unit": "unit:gram" | |||
}, | |||
"totalWaste": { | |||
"value": 20, | |||
"unit": "unit:gram" | |||
}, | |||
"collectionRate": 0, | |||
"reuseRate": 0, | |||
"recyclingEfficiency": 0, | |||
"pcfPerformanceClass": "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", | |||
"webLinkToPublicVersionOfThePcfStudy": "JxkyvRnL", | |||
"maximumAllowedBatteryPower": 0, | |||
"pcfProperty": { | |||
"pcfDistribution": 0, | |||
"pcfEoLRecycling": 0, | |||
"pcfManufacturingStage": 0, | |||
"pcfRawMaterialPreprocessing": 0 | |||
}, | |||
"address": { | |||
"thoroughfare": { | |||
"technicalKey": "STREET", | |||
"value": "Bernstrasse", | |||
"number": "45" | |||
}, | |||
"locality": { | |||
"technicalKey": "BLOCK", | |||
"value": "Mannheim" | |||
}, | |||
"country": { | |||
"shortName": "" | |||
}, | |||
"postCode": { | |||
"value": "98765-4321", | |||
"technicalKey": "CEDEX" | |||
}, | |||
"premise": { | |||
"technicalKey": "BUILDING", | |||
"value": "Werk 1" | |||
}, | |||
"postalDeliveryPoint": { | |||
"technicalKey": "INTERURBAN_DELIVERY_POINT", | |||
"value": "Tor 1" | |||
} | |||
}, | }, | ||
" | "registeredTradeName": "RYtGKbgicZaHCBRQDSx", | ||
"email": "VLhpfQGTMDYpsBZxvfBoeygjb", | |||
"webAddress": "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", | |||
"casNumber": "dpHYZGhtgdntugzvvKAXLhM", | |||
"fullCycles": { | |||
"time": "2023-12-07T10:39:13.576+01:00", | |||
"value": 1500 | |||
}, | |||
"industryAverageLifetime": "LlN", | |||
"initialInternalResistance": 0 | |||
}, | }, | ||
"type": [ | "type": [ | ||
"Category: | "Category:OSW2063ac0fad0e4ed5a93cb3f01fe6d81c" | ||
], | ], | ||
"is_about": "Item:OSW07ab9439598d4866a57a8cb60e2726ea", | "is_about": "Item:OSW07ab9439598d4866a57a8cb60e2726ea", | ||
"uuid": " | "uuid": "41bfb92e-ab84-4b6b-887f-835e9140c973", | ||
"label": [ | "label": [ | ||
{ | { | ||
"text": "Battery Passport | "text": "Test CEPass Battery Passport 1", | ||
"lang": "en" | "lang": "en" | ||
} | } | ||
], | ], | ||
"description": [], | "description": [], | ||
"name": " | "name": "TestCepassBatteryPassport1" | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==Structure== | ==Structure== | ||
{{Template:Editor/Graph | {{Template:Editor/Graph | ||
| file_name = Battery Passport graph-01 | | file_name = Battery Passport graph-01 | ||
| page_name = Category: | | page_name = Category:OSW2063ac0fad0e4ed5a93cb3f01fe6d81c | ||
| root = Category: | | root = Category:OSW2063ac0fad0e4ed5a93cb3f01fe6d81c | ||
| uuid = c8e947a2-ac0d-494e-a8a0-15a734c298c0 | | uuid = c8e947a2-ac0d-494e-a8a0-15a734c298c0 | ||
| roots = Category: | | roots = Category:OSW2063ac0fad0e4ed5a93cb3f01fe6d81c | ||
| properties = HasProperty; HasCharacteristic; Equivalent_URI, HasCloseMatch | | properties = HasProperty; HasCharacteristic; Equivalent_URI, HasCloseMatch | ||
| ignore_properties = Display_title_of; Display_title_of_lowercase; Display_title_of_normalized; Has_query; HasUuid | | ignore_properties = Display_title_of; Display_title_of_lowercase; Display_title_of_normalized; Has_query; HasUuid |