Time |
2022-07-01 06:58:57.019178 |
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-62be9b30-0bf222c35211f7b344283e26"
},
"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:41.547539 |
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 'scope2': This element is not expected. Expected is ( scope1 ). (<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>
<scope2>2</scope2>
</Measurement>
|
|
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:47:56.645049 |
Endpoint |
Example event attendees
|
Success |
True |
Endpoint url |
https://httpbin.org/post |
Input format |
xml |
Output format |
turtle |
|
Response from https://httpbin.org/post
{
"args": {},
"data": "{\"payload\": \"@prefix setu: <http://ontology.setu.nl#> .\\n\\n<http://mapping.the-example-event.org/Bos> a setu:Person;\\n setu:dateOfBirth \\\"1974-04-07\\\";\\n setu:officialLastName \\\"Bos\\\" .\\n\\n<http://mapping.the-example-event.org/Verwaaij> a setu:Person;\\n setu:dateOfBirth \\\"1990-12-03\\\";\\n setu:officialLastName \\\"Verwaaij\\\" .\\n\"}",
"files": {},
"form": {},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate",
"Content-Length": "333",
"Content-Type": "application/json",
"Host": "httpbin.org",
"User-Agent": "python-requests/2.27.1",
"X-Amzn-Trace-Id": "Root=1-62be989c-2dec8a2b790d91ca16c78b44"
},
"json": {
"payload": "@prefix setu: <http://ontology.setu.nl#> .\n\n<http://mapping.the-example-event.org/Bos> a setu:Person;\n setu:dateOfBirth \"1974-04-07\";\n setu:officialLastName \"Bos\" .\n\n<http://mapping.the-example-event.org/Verwaaij> a setu:Person;\n setu:dateOfBirth \"1990-12-03\";\n setu:officialLastName \"Verwaaij\" .\n"
},
"origin": "34.141.170.208",
"url": "https://httpbin.org/post"
}
|
Request
<Attendees>
<Attendee>
<Name>Verwaaij</Name>
<Birthdate>1990-12-03</Birthdate>
</Attendee>
<Attendee>
<Name>Bos</Name>
<Birthdate>1974-04-07</Birthdate>
</Attendee>
</Attendees>
|
Transformed into
@prefix setu: <http://ontology.setu.nl#> .
<http://mapping.the-example-event.org/Bos> a setu:Person;
setu:dateOfBirth "1974-04-07";
setu:officialLastName "Bos" .
<http://mapping.the-example-event.org/Verwaaij> a setu:Person;
setu:dateOfBirth "1990-12-03";
setu:officialLastName "Verwaaij" .
|