Request Log

Time 2022-07-01 06:58:33.822638
Endpoint CO2 Emission Machine measurement
Success True
Endpoint url https://httpbin.org/post
Input format xml
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:authority \\\"true\\\";\\n  cn:manufacturingLine \\\"Fabrication\\\";\\n  cn:manufacturingProcess \\\"Molding\\\";\\n  cn:scope \\\"1\\\", \\\"2\\\";\\n  cn:timestamp \\\"2022-07-01T08:40:14+02:00\\\" .\\n\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Content-Length": "298",
    "Content-Type": "application/json",
    "Host": "httpbin.org",
    "User-Agent": "python-requests/2.27.1",
    "X-Amzn-Trace-Id": "Root=1-62be9b19-52e91c3c5b0ec4a5018b3198"
  },
  "json": {
    "payload": "@prefix cn: <http://test.ontology.example.com/carbon-neutral#> .\n\n_:0 a cn:CO2EmissionMeasurement;\n  cn:authority \"true\";\n  cn:manufacturingLine \"Fabrication\";\n  cn:manufacturingProcess \"Molding\";\n  cn:scope \"1\", \"2\";\n  cn:timestamp \"2022-07-01T08:40:14+02:00\" .\n"
  },
  "origin": "34.141.170.208",
  "url": "https://httpbin.org/post"
}
Request
<?xml version="1.0" encoding="UTF-8"?>
<Measurement>
  <authority>true</authority>
  <manufacturingProcess>Molding</manufacturingProcess>
  <manufacturingLine>Fabrication</manufacturingLine>
  <timestamp>2022-07-01T08:40:14+02:00</timestamp>
  <scope1>1</scope1>
  <scope2>2</scope2>
</Measurement>
Transformed into
@prefix cn: <http://test.ontology.example.com/carbon-neutral#> .

_:0 a cn:CO2EmissionMeasurement;
  cn:authority "true";
  cn:manufacturingLine "Fabrication";
  cn:manufacturingProcess "Molding";
  cn:scope "1", "2";
  cn:timestamp "2022-07-01T08:40:14+02:00" .
Time 2022-07-01 06:58:11.792854
Endpoint CO2 Emission Machine measurement
Success False
Endpoint url https://httpbin.org/post
Input format xml
Output format turtle
Errors
Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'type': References from this schema to components in the namespace 'test' are not allowed, since not indicated by an import statement., line 11
Request
<?xml version="1.0" encoding="UTF-8"?>
<Measurement>
  <authority>true</authority>
  <manufacturingProcess>Molding</manufacturingProcess>
  <manufacturingLine>Fabrication</manufacturingLine>
  <timestamp>2022-07-01T08:40:14+02:00</timestamp>
  <scope1>1</scope1>
  <scope2>2</scope2>
</Measurement>
Time 2022-07-01 06:57:06.748124
Endpoint CO2 Emission Machine measurement
Success False
Endpoint url https://httpbin.org/post
Input format xml
Output format turtle
Errors
Error validating payload according to schema: Element 'Measurement': No matching global declaration available for the validation root. (<string>, line 0)
Request
<?xml version="1.0" encoding="UTF-8"?>
<Measurement>
  <authority>true</authority>
  <manufacturingProcess>Molding</manufacturingProcess>
  <manufacturingLine>Fabrication</manufacturingLine>
  <timestamp>2022-07-01T08:40:14+02:00</timestamp>
  <scope1>1</scope1>
  <scope2>2</scope2>
</Measurement>
Time 2022-07-01 06:56:32.317830
Endpoint CO2 Emission Machine measurement
Success True
Endpoint url https://httpbin.org/post
Input format xml
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:authority \\\"true\\\";\\n  cn:manufacturingLine \\\"Fabrication\\\";\\n  cn:manufacturingProcess \\\"Molding\\\";\\n  cn:scope \\\"1\\\", \\\"2\\\";\\n  cn:timestamp \\\"2022-07-01T08:40:14+02:00\\\" .\\n\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Content-Length": "298",
    "Content-Type": "application/json",
    "Host": "httpbin.org",
    "User-Agent": "python-requests/2.27.1",
    "X-Amzn-Trace-Id": "Root=1-62be9aa0-6f6cf05b2deee0307ceb46e5"
  },
  "json": {
    "payload": "@prefix cn: <http://test.ontology.example.com/carbon-neutral#> .\n\n_:0 a cn:CO2EmissionMeasurement;\n  cn:authority \"true\";\n  cn:manufacturingLine \"Fabrication\";\n  cn:manufacturingProcess \"Molding\";\n  cn:scope \"1\", \"2\";\n  cn:timestamp \"2022-07-01T08:40:14+02:00\" .\n"
  },
  "origin": "34.141.170.208",
  "url": "https://httpbin.org/post"
}
Request
<?xml version="1.0" encoding="UTF-8"?>
<Measurement>
  <authority>true</authority>
  <manufacturingProcess>Molding</manufacturingProcess>
  <manufacturingLine>Fabrication</manufacturingLine>
  <timestamp>2022-07-01T08:40:14+02:00</timestamp>
  <scope1>1</scope1>
  <scope2>2</scope2>
</Measurement>
Transformed into
@prefix cn: <http://test.ontology.example.com/carbon-neutral#> .

_:0 a cn:CO2EmissionMeasurement;
  cn:authority "true";
  cn:manufacturingLine "Fabrication";
  cn:manufacturingProcess "Molding";
  cn:scope "1", "2";
  cn:timestamp "2022-07-01T08:40:14+02:00" .
Time 2022-07-01 06:55:31.241504
Endpoint CO2 Emission Machine measurement
Success True
Endpoint url https://httpbin.org/post
Input format xml
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:authority \\\"true\\\";\\n  cn:manufacturingLine \\\"Fabrication\\\";\\n  cn:manufacturingProcess \\\"Molding\\\";\\n  cn:scope \\\"1\\\";\\n  cn:timestamp \\\"2022-07-01T08:40:14+02:00\\\" .\\n\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Content-Length": "291",
    "Content-Type": "application/json",
    "Host": "httpbin.org",
    "User-Agent": "python-requests/2.27.1",
    "X-Amzn-Trace-Id": "Root=1-62be9a63-42a7abc3640b4cc5116d703d"
  },
  "json": {
    "payload": "@prefix cn: <http://test.ontology.example.com/carbon-neutral#> .\n\n_:0 a cn:CO2EmissionMeasurement;\n  cn:authority \"true\";\n  cn:manufacturingLine \"Fabrication\";\n  cn:manufacturingProcess \"Molding\";\n  cn:scope \"1\";\n  cn:timestamp \"2022-07-01T08:40:14+02:00\" .\n"
  },
  "origin": "34.141.170.208",
  "url": "https://httpbin.org/post"
}
Request
<?xml version="1.0" encoding="UTF-8"?>
<Measurement>
  <authority>true</authority>
  <manufacturingProcess>Molding</manufacturingProcess>
  <manufacturingLine>Fabrication</manufacturingLine>
  <timestamp>2022-07-01T08:40:14+02:00</timestamp>
  <scope1>1</scope1>
  <scope2>1</scope2>
</Measurement>
Transformed into
@prefix cn: <http://test.ontology.example.com/carbon-neutral#> .

_:0 a cn:CO2EmissionMeasurement;
  cn:authority "true";
  cn:manufacturingLine "Fabrication";
  cn:manufacturingProcess "Molding";
  cn:scope "1";
  cn:timestamp "2022-07-01T08:40:14+02:00" .
Time 2022-07-01 06:50:32.694967
Endpoint CO2 Emission Machine measurement
Success True
Endpoint url https://httpbin.org/post
Input format xml
Output format turtle
Response from https://httpbin.org/post
{
  "args": {},
  "data": "{\"payload\": \"\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Content-Length": "15",
    "Content-Type": "application/json",
    "Host": "httpbin.org",
    "User-Agent": "python-requests/2.27.1",
    "X-Amzn-Trace-Id": "Root=1-62be9938-18caf94b24803555291902e6"
  },
  "json": {
    "payload": ""
  },
  "origin": "34.141.170.208",
  "url": "https://httpbin.org/post"
}
Request
<?xml version="1.0" encoding="UTF-8"?>
<Measurement xmlns="test" xmlns:test="test#" xmlns:cn="http://test.ontology.example.com/carbon-neutral#">
  <authority>true</authority>
  <manufacturingProcess>Molding</manufacturingProcess>
  <manufacturingLine>Fabrication</manufacturingLine>
  <timestamp>2022-07-01T08:40:14+02:00</timestamp>
  <scope1>1</scope1>
  <scope2>1</scope2>
</Measurement>
Transformed into
Time 2022-07-01 06:48:21.725519
Endpoint CO2 Emission Machine measurement
Success True
Endpoint url https://httpbin.org/post
Input format xml
Output format turtle
Response from https://httpbin.org/post
{
  "args": {},
  "data": "{\"payload\": \"\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Content-Length": "15",
    "Content-Type": "application/json",
    "Host": "httpbin.org",
    "User-Agent": "python-requests/2.27.1",
    "X-Amzn-Trace-Id": "Root=1-62be98b5-61b6142f31ac71235a406f4b"
  },
  "json": {
    "payload": ""
  },
  "origin": "34.141.170.208",
  "url": "https://httpbin.org/post"
}
Request
<?xml version="1.0" encoding="UTF-8"?>
<Measurement xmlns="test" xmlns:test="test#" xmlns:cn="http://test.ontology.example.com/carbon-neutral#">
  <authority>true</authority>
  <manufacturingProcess>Molding</manufacturingProcess>
  <manufacturingLine>Fabrication</manufacturingLine>
  <timestamp>2022-07-01T08:40:14+02:00</timestamp>
  <scope1>1</scope1>
  <scope2>1</scope2>
</Measurement>
Transformed into
Time 2022-07-01 06:44:05.408284
Endpoint CO2 Emission Machine measurement
Success True
Endpoint url https://httpbin.org/post
Input format xml
Output format turtle
Response from https://httpbin.org/post
{
  "args": {},
  "data": "{\"payload\": \"\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Content-Length": "15",
    "Content-Type": "application/json",
    "Host": "httpbin.org",
    "User-Agent": "python-requests/2.27.1",
    "X-Amzn-Trace-Id": "Root=1-62be97b5-4fac21e856b778312c21bb94"
  },
  "json": {
    "payload": ""
  },
  "origin": "34.141.170.208",
  "url": "https://httpbin.org/post"
}
Request
<?xml version="1.0" encoding="UTF-8"?>
<Measurement xmlns="test" xmlns:ns0="test">
  <authority>true</authority>
  <manufacturingProcess>Molding</manufacturingProcess>
  <manufacturingLine>Fabrication</manufacturingLine>
  <timestamp>2022-07-01T08:34:52+02:00</timestamp>
  <scope1>1</scope1>
  <scope2>1</scope2>
</Measurement>
Transformed into
Time 2022-07-01 06:42:06.915689
Endpoint CO2 Emission Machine measurement
Success True
Endpoint url https://httpbin.org/post
Input format xml
Output format turtle
Response from https://httpbin.org/post
{
  "args": {},
  "data": "{\"payload\": \"\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Content-Length": "15",
    "Content-Type": "application/json",
    "Host": "httpbin.org",
    "User-Agent": "python-requests/2.27.1",
    "X-Amzn-Trace-Id": "Root=1-62be973e-44da0a544ce3e8ac1ec5ed7d"
  },
  "json": {
    "payload": ""
  },
  "origin": "34.141.170.208",
  "url": "https://httpbin.org/post"
}
Request
<?xml version="1.0" encoding="UTF-8"?>
<Measurement xmlns="test" xmlns:ns0="test">
  <authority>true</authority>
  <manufacturingProcess>Molding</manufacturingProcess>
  <manufacturingLine>Fabrication</manufacturingLine>
  <timestamp>2022-07-01T08:34:52+02:00</timestamp>
  <scope1>1</scope1>
  <scope2>1</scope2>
</Measurement>
Transformed into
Time 2022-07-01 06:40:34.004859
Endpoint CO2 Emission Machine measurement
Success True
Endpoint url https://httpbin.org/post
Input format xml
Output format turtle
Response from https://httpbin.org/post
{
  "args": {},
  "data": "{\"payload\": \"\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Content-Length": "15",
    "Content-Type": "application/json",
    "Host": "httpbin.org",
    "User-Agent": "python-requests/2.27.1",
    "X-Amzn-Trace-Id": "Root=1-62be96e1-0891f96649b549283fac5b4b"
  },
  "json": {
    "payload": ""
  },
  "origin": "34.141.170.208",
  "url": "https://httpbin.org/post"
}
Request
<?xml version="1.0" encoding="UTF-8"?>
<Measurement xmlns="test" xmlns:ns0="test#">
  <authority>true</authority>
  <manufacturingProcess>Molding</manufacturingProcess>
  <manufacturingLine>Fabrication</manufacturingLine>
  <timestamp>2022-07-01T08:34:52+02:00</timestamp>
  <scope1>1</scope1>
  <scope2>1</scope2>
</Measurement>
Transformed into
<< previous | Page 2 of 3 | next >>