Time |
2022-05-21 19:46:05.628068 |
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-6289417d-7c8b9dd164ac398475857054"
},
"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.90.161.146",
"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" .
|
Time |
2022-05-21 19:45:27.531503 |
Endpoint |
Example event attendees
|
Success |
False |
Endpoint url |
https://httpbin.org/post |
Input format |
xml |
Output format |
turtle |
|
Errors
Error validating payload according to schema: XML declaration allowed only at the start of the document, line 2, column 6 (<string>, line 2)
|
Request
<?xml version="1.0"?>
<Attendees>
<Attendee>
<Name>Verwaaij</Name>
<Birthdate>1990-12-03</Birthdate>
</Attendee>
<Attendee>
<Name>Bos</Name>
<Birthdate>1974-04-07</Birthdate>
</Attendee>
</Attendees>
|
|
Time |
2022-02-26 14:35:53.875648 |
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.24.0",
"X-Amzn-Trace-Id": "Root=1-621a3ac9-012990d53ac536f8411f58b1"
},
"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.90.124.163",
"url": "https://httpbin.org/post"
}
|
Request
<?xml version="1.0"?>
<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" .
|