Time |
2023-02-14 10:32:14.211335 |
Endpoint |
CO2 Emission Machine measurement
|
Success |
True |
Endpoint url |
https://httpbin.org/post |
Input format |
json |
Output format |
turtle |
|
Response from https://httpbin.org/post
{
"args": {},
"data": "{\"payload\": \"@prefix cn: <http://test.ontology.example.com/carbon-neutral#> .\\n\\n_:0 a cn:CO2EmissionMeasurement;\\n cn:scope \\\"1\\\";\\n <https://w3id.org/saref#hasTimestamp> \\\"2023-02-14T11:31:51+01:00\\\";\\n <https://w3id.org/saref#hasValue> \\\"{}\\\" .\\n\"}",
"files": {},
"form": {},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate",
"Content-Length": "254",
"Content-Type": "application/json",
"Host": "httpbin.org",
"User-Agent": "python-requests/2.28.1",
"X-Amzn-Trace-Id": "Root=1-63eb632e-0bd0a81625f9ea1e2e1e6284"
},
"json": {
"payload": "@prefix cn: <http://test.ontology.example.com/carbon-neutral#> .\n\n_:0 a cn:CO2EmissionMeasurement;\n cn:scope \"1\";\n <https://w3id.org/saref#hasTimestamp> \"2023-02-14T11:31:51+01:00\";\n <https://w3id.org/saref#hasValue> \"{}\" .\n"
},
"origin": "34.147.29.138",
"url": "https://httpbin.org/post"
}
|
Request
{
"hasValue": {},
"hasTimestamp": "2023-02-14T11:31:51+01:00",
"scope1": 1,
"scope2": 1
}
|
Transformed into
@prefix cn: <http://test.ontology.example.com/carbon-neutral#> .
_:0 a cn:CO2EmissionMeasurement;
cn:scope "1";
<https://w3id.org/saref#hasTimestamp> "2023-02-14T11:31:51+01:00";
<https://w3id.org/saref#hasValue> "{}" .
|