Skip to content

Commit

Permalink
Update discharge_timeseries.csv-metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark committed Jan 31, 2024
1 parent b77270a commit 84260bf
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions sphinx/assets/metadata/discharge_timeseries.csv-metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://wwww.battinfo.org",
"@context": "https://raw.githubusercontent.com/emmo-repo/domain-battery/master/context.json",
"@type": "MeasurementResult",
"dc:title": "Synthetic Discharge Curve Demo",
"dcat:keyword": ["battery", "li-ion", "discharge"],
Expand All @@ -9,19 +9,33 @@
"csvw:columns": [{
"csvw:name": "time",
"csvw:titles": "Time / s",
"csvw:propertyUrl": "Time",
"hasMeasurementUnit": "Second",
"csvw:propertyUrl": {
"@type": "Time"
},
"hasMeasurementUnit": {
"@type": "Second"
},
"csvw:datatype": "number",
"csvw:required": true
"csvw:required": "true"
}, {
"csvw:name": "voltage",
"csvw:titles": "Voltage / V",
"csvw:propertyUrl": "CellVoltage",
"csvw:propertyUrl": {
"@type": "CellVoltage"
},
"hasMeasurementUnit": {
"@type": "Volt"
},
"csvw:datatype": "number"
}, {
"csvw:name": "current",
"csvw:titles": "Current / A",
"csvw:propertyUrl": "CellCurrent",
"csvw:propertyUrl": {
"@type": "CellCurrent"
},
"hasMeasurementUnit": {
"@type": "Ampere"
},
"csvw:datatype": "number"
}],
"csvw:primaryKey": "time",
Expand Down

0 comments on commit 84260bf

Please sign in to comment.