Term:OSL03833bb4b6bc40ce9667d65564c7fa42: Difference between revisions

From Onterface Dataspace
Term:OSL03833bb4b6bc40ce9667d65564c7fa42
()
(Edited with InteractiveSemanticGraph)
 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:
|property=IsA
|property=IsA
|value=Term:OSLdc84728920074699ba81060cfb74c955
|value=Term:OSLdc84728920074699ba81060cfb74c955
}}{{OslTemplate:KB/Relation
|property=HasParameter
|value=Term:OSLc606ef2b1e984c6181faef3ae62c960d
}}{{OslTemplate:KB/Relation
|property=HasParameter
|value=Term:OSL93ba6ec0b4e742f2a1c8c22a1d3c45f8
}}{{OslTemplate:KB/Relation
|property=HasParameter
|value=Term:OSLd6c8712099124cbda54626cfd9039477
}}{{OslTemplate:KB/Relation
|property=HasParameter
|value=Term:OSLb6065fae13e04d13a88bb9beb714df98
}}{{OslTemplate:KB/Relation
|property=HasParameter
|value=Term:OSL15eb2b44841c4a229112bb46d21ebaf8
}}{{OslTemplate:KB/Relation
|property=HasParameter
|value=Term:OSL380d7f42db284bf18a37e99797575c17
}}{{OslTemplate:KB/Relation
|property=HasParameter
|value=Term:OSL58d6a8e8da82486abb78c9a21e70c2fb
}}{{OslTemplate:KB/Relation
|property=HasParameter
|value=Term:OSL8adc7360ece241249341ac592d8a3936
}}
}}
}}
}}
=Details=
=Details=
<syntaxhighlight lang="json">
Based on JSON Meta Data Creator Schema for EIS [https://horizon-2020-spartacus.github.io/JSON-Metadata-Creator/?data=N4Ig9gDgLglmB2BnEAuUMDGCA2MBGqIAZglAIYDuApomALZUCsIANOHgFZUZQD62ZAJ5gArlELwwAJzplsrEIgwALKrNSgAJFKpFCS1bID0AcyrwqUuQDoOteCAC%2BbRMrAVelqdOQoQMeChLMh44BzYoQypCPDAwKEQoKwgAFgUyDjIAD1QkkSo2ABMYRDI8bCpPYr47BFypfKKSsoreCG8IS1gaevznEFqHNEUVNTJeADdLRDDCCYAGawBGZYUSGV4RKXk%2FZSgoCEQUIyM3KRgALwQAWgAmefvrxAgyKXIMEURrExhIkTxrHAjAApADKAHkAHLXACyVHIhTI5GuAGEdEjpEY1jBWvAyAxCAAeIg4qgAAjxDAAfGsRNhsG0kcoiVsYDS2CTWoUaBhztBZn4FOQTL4ANoAXTYvKoSLCvERQUICgEiV4dDAxRJVEK8qR0UFUtI5zwYh8qAlRSR4wgYFwGEEhAAkoFLHj5C5OhgYCSMGLQJzKlBBJ1CABRCo8byjOiYORkmB0TqI%2BAYcnPbhJMBKSCCMkKsjY1rrWTiPzWKBZcRseAiOi8VRkblSfgBHooeaG7C1pDmyUgdpgVOFLaVbnkHG%2BUBUEq8IMhvwABVDjtBCnV3MIoICJgqZJmFnSidwUBEG%2FbbHxEGPp8qIngv0IdAAamsdABHfIpwS8KzwMwaEBsHcGg%2BCId9P3tVAOxAZQYBMVRVTAqgP3MSDz0UIIIF4GYLn1UAazrG0AgSKC2FiO9ESkb9IFgOo%2FE6KQ824Rtog9EJt14GiBUAsATFeX5lBjDAnH6MgpisH4%2F1QJYinOIg%2BCwKQdFCOiiDkRAqH6DSTywscyAnACsECbwdhAAB1UMyQmL4yRRUMnENeBqjCScQHxPAYHMPggkTYITx0UjFEvVpEj1XtHEccUIqAA%3D%3D]{{OslTemplate:KB/Term/Footer
{
  "title": "Electrochemical impedance spectroscopy data",
  "type": "object",
  "required": [
    "file_type",
    "file_format"
  ],
  "properties": {
    "file_type": {
      "title": "File type",
      "type": "string",
      "enum": [
        "Electrochemical impedance spectroscopy data"
      ]
    },
    "file_format": {
      "title": "File format",
      "type": "string",
      "enum": [
        ".txt",
        ".dat",
        ".z (ZView)",
        ".mpt (ZView & EC-Lab)",
        ".mpr (EC-Lab)",
        ".zdat (ZView)",
        ".mdat (ZView)",
        ".dta (Gamry)"
      ]
    },
    "num_header_lines": {
      "title": "Number of header lines",
      "type": "integer",
      "options": {
        "infoText": "Number of header lines. Last line is supposed to contain column names. If the file contains no header line choose 0"
      }
    },
    "columns": {
      "title": "Columns",
      "type": "array",
      "format": "table",
      "uniqueItems": true,
      "options": {
        "infoText": "'header': column label in the file, 'name': preferred label for import, 'unit': physical unit, 'description': comment / free text"
      },
      "items": {
        "title": "Column",
        "type": "object",
        "required": [
          "header",
          "name",
          "description"
        ],
        "properties": {
          "header": {
            "title": "Header",
            "type": "string",
            "options": {
              "infoText": "The name of the column as specified in the header"
            }
          },
          "name": {
            "title": "Name",
            "type": "string",
            "options": {
              "infoText": "The name of the column to be used after import"
            }
          },
          "unit": {
            "title": "Unit",
            "type": "string"
          },
          "description": {
            "title": "Description",
            "type": "string"
          }
        }
      }
    },
    "procedure_details": {
      "title": "Procedure details",
      "type": "object",
      "properties": {
        "eis_type": {
          "title": "EIS type",
          "type": "string",
          "enum": [
            "PEIS",
            "GEIS",
            "ORP-EIS",
            "NFRA"
          ]
        },
        "mode": {
          "title": "Mode",
          "type": "string",
          "enum": [
            "Single sine",
            "Multi sine",
            "ORP-EIS (all frequencies at once)"
          ]
        },
        "amplitude": {
          "title": "Amplitude",
          "type": "number",
          "options": {
            "infoText": "The amplitude of the excitation in mV or mA, depending on EIS type"
          }
        },
        "amplitude_unit": {
          "title": "Unit of the amplitude",
          "type": "string",
          "enum": [
            "mV",
            "mA"
          ],
          "default": "mV",
          "options": {
            "infoText": "The unit of the amplitude of the excitation"
          }
        },
        "frequency_range": {
          "title": "Frequency range",
          "type": "object",
          "properties": {
            "lowest_frequency": {
              "title": "Lowest frequency in Hz",
              "type": "number"
            },
            "highest_frequency": {
              "title": "Highest frequency in Hz",
              "type": "number"
            },
            "step_size": {
              "title": "Step size",
              "type": "object",
              "properties": {
                "num_points": {
                  "title": "Number of points",
                  "type": "integer"
                },
                "boundary_option": {
                  "title": "Boundary option",
                  "type": "string",
                  "enum": [
                    "per decade",
                    "across all frequencies"
                  ]
                },
                "spacing_option": {
                  "title": "Spacing option",
                  "type": "string",
                  "enum": [
                    "logarithmic",
                    "linear",
                    "semi-logarithmic"
                  ]
                }
              }
            }
          }
        },
        "averaging": {
          "title": "Averaging",
          "type": "number",
          "default": 1,
          "options": {
            "infoText": "The number of repetitions averaged for a single data point in the file"
          }
        },
        "drift_correction": {
          "title": "Drift correction",
          "type": "boolean",
          "default": false,
          "options": {
            "infoText": "If the drift correction is enabled, the frequency will be swept downwards and upwards"
          }
        }
      }
    },
    "setup_details": {
      "title": "Setup details",
      "type": "object",
      "properties": {
        "control": {
          "title": "Control",
          "type": "string",
          "enum": [
            "WE vs. CE",
            "WE vs. RE",
            "CE vs. RE"
          ]
        }
      }
    },
    "conditions": {
      "title": "Conditions",
      "type": "object",
      "properties": {
        "ambient_temperature": {
          "title": "Ambient temperature in °C",
          "type": "number"
        },
        "sample_state": {
          "title": "Sample state",
          "type": "array",
          "format": "table",
          "uniqueItems": true,
          "items": {
            "title": "State",
            "type": "object",
            "required": [
              "variable",
              "value"
            ],
            "properties": {
              "variable": {
                "title": "Variable",
                "type": "string",
                "enum": [
                  "Time at rest / s",
                  "SoC / %",
                  "Cell voltage / V",
                  "Constant dc voltage / V",
                  "Constant dc current / mA"
                ]
              },
              "value": {
                "title": "Value",
                "type": "number"
              },
              "description": {
                "title": "Description",
                "type": "string"
              }
            }
          }
        }
      }
    }
  }
}
</syntaxhighlight>{{OslTemplate:KB/Term/Footer
}}
}}

Latest revision as of 15:00, 28 October 2022

OSL03833bb4b6bc40ce9667d65564c7fa42
ID OSL03833bb4b6bc40ce9667d65564c7fa42
UUID 03833bb4-b6bc-40ce-9667-d65564c7fa42
Ontology IRI
Relations (Outgoing)
Relations (Incoming)

Short description

Details

Based on JSON Meta Data Creator Schema for EIS [1]=Anhang=


📎 Select files (or drop them here)... 📷 Camera

    Graph

    { "root":"Term:OSL03833bb4b6bc40ce9667d65564c7fa42", "properties":[ "HasParameter", "HasParameter", "HasParameter", "IsA", "HasParameter", "HasParameter", "HasParameter", "HasParameter", "HasParameter"], "edit": true, "permalink":true, "depth":1, "edge_labels": false}


    ... more about "EIS"
    OSL03833bb4b6bc40ce9667d65564c7fa42 +
    LabelMulti-language label 
    EIS (en) +
    03833bb4-b6bc-40ce-9667-d65564c7fa42 +
    IsALinks a subclass to a superclass / an instance to its type
    Has subobject"Has subobject" is a predefined property representing a container construct and is provided by Semantic MediaWiki.
    EIS +, EIS +, EIS +, EIS +, EIS +, EIS +, EIS +, EIS +  and EIS +
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.