Request Log

Time 2023-04-14 09:09:07.677899
Endpoint student-sport
Success True
Endpoint url https://httpbin.org/post
Input format json
Output format turtle
Response from https://httpbin.org/post
{
  "args": {},
  "data": "{\"payload\": \"@prefix ex: <http://example.com/> .\\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\\n@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\\n\\nex:Tennis a ex:Sport;\\n  foaf:name \\\"Tennis\\\" .\\n\\nex:Venus a ex:Student;\\n  ex:plays ex:Tennis;\\n  foaf:name \\\"Venus\\\" .\\n\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Content-Length": "416",
    "Content-Type": "application/json",
    "Host": "httpbin.org",
    "User-Agent": "python-requests/2.28.2",
    "X-Amzn-Trace-Id": "Root=1-64391833-7841196c148c444615bd0647"
  },
  "json": {
    "payload": "@prefix ex: <http://example.com/> .\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\n\nex:Tennis a ex:Sport;\n  foaf:name \"Tennis\" .\n\nex:Venus a ex:Student;\n  ex:plays ex:Tennis;\n  foaf:name \"Venus\" .\n"
  },
  "origin": "34.147.121.59",
  "url": "https://httpbin.org/post"
}
Request
{"students": [{
  "Student": "Venus",
  "Sport": "Tennis"
}]}
Transformed into
@prefix ex: <http://example.com/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ql: <http://semweb.mmlab.be/ns/ql#> .
@prefix rml: <http://semweb.mmlab.be/ns/rml#> .
@prefix rr: <http://www.w3.org/ns/r2rml#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ex:Tennis a ex:Sport;
  foaf:name "Tennis" .

ex:Venus a ex:Student;
  ex:plays ex:Tennis;
  foaf:name "Venus" .
Time 2023-04-14 09:08:19.582922
Endpoint student-sport
Success False
Endpoint url https://httpbin.org/post
Input format json
Output format turtle
Errors
Error parsing payload: Expecting ',' delimiter: line 4 column 3 (char 60)
Request
{"students": [{
  "Student": "Venus",
  "Sport": "Tennis"
}]
Time 2023-04-14 09:08:03.143071
Endpoint student-sport
Success True
Endpoint url https://httpbin.org/post
Input format json
Output format turtle
Response from https://httpbin.org/post
{
  "args": {},
  "data": "{\"payload\": \"@prefix ex: <http://example.com/> .\\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\\n@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\\n\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Content-Length": "291",
    "Content-Type": "application/json",
    "Host": "httpbin.org",
    "User-Agent": "python-requests/2.28.2",
    "X-Amzn-Trace-Id": "Root=1-643917f3-60d8c5d17d628b0f127c79e9"
  },
  "json": {
    "payload": "@prefix ex: <http://example.com/> .\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\n"
  },
  "origin": "34.147.121.59",
  "url": "https://httpbin.org/post"
}
Request
[{
  "Student": "Venus",
  "Sport": "Tennis"
}]
Transformed into
@prefix ex: <http://example.com/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ql: <http://semweb.mmlab.be/ns/ql#> .
@prefix rml: <http://semweb.mmlab.be/ns/rml#> .
@prefix rr: <http://www.w3.org/ns/r2rml#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
Time 2023-04-14 09:06:33.795013
Endpoint student-sport
Success True
Endpoint url https://httpbin.org/post
Input format json
Output format turtle
Response from https://httpbin.org/post
{
  "args": {},
  "data": "{\"payload\": \"@prefix ex: <http://example.com/> .\\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\\n@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\\n\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Content-Length": "291",
    "Content-Type": "application/json",
    "Host": "httpbin.org",
    "User-Agent": "python-requests/2.28.2",
    "X-Amzn-Trace-Id": "Root=1-64391799-2f977b947244dd590970b5c8"
  },
  "json": {
    "payload": "@prefix ex: <http://example.com/> .\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\n"
  },
  "origin": "34.147.121.59",
  "url": "https://httpbin.org/post"
}
Request
{
  "FirstName": "Venus",
  "LastName": "Tennis"
}
Transformed into
@prefix ex: <http://example.com/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ql: <http://semweb.mmlab.be/ns/ql#> .
@prefix rml: <http://semweb.mmlab.be/ns/rml#> .
@prefix rr: <http://www.w3.org/ns/r2rml#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
Time 2023-04-06 07:07:42.609538
Endpoint student-sport
Success True
Endpoint url https://httpbin.org/post
Input format json
Output format turtle
Response from https://httpbin.org/post
{
  "args": {},
  "data": "{\"payload\": \"@prefix ex: <http://example.com/> .\\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\\n\\nex:Tennis a ex:Sport;\\n  foaf:name \\\"Tennis\\\" .\\n\\nex:Venus a ex:Student;\\n  ex:plays ex:Tennis;\\n  foaf:name \\\"Venus\\\" .\\n\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Content-Length": "275",
    "Content-Type": "application/json",
    "Host": "httpbin.org",
    "User-Agent": "python-requests/2.28.2",
    "X-Amzn-Trace-Id": "Root=1-642e6fbe-4bdb095e2896159a231885f2"
  },
  "json": {
    "payload": "@prefix ex: <http://example.com/> .\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\n\nex:Tennis a ex:Sport;\n  foaf:name \"Tennis\" .\n\nex:Venus a ex:Student;\n  ex:plays ex:Tennis;\n  foaf:name \"Venus\" .\n"
  },
  "origin": "34.147.121.59",
  "url": "https://httpbin.org/post"
}
Request
{"students": [{
  "Student": "Venus",
  "Sport": "Tennis"}
]}
Transformed into
@prefix ex: <http://example.com/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ex:Tennis a ex:Sport;
  foaf:name "Tennis" .

ex:Venus a ex:Student;
  ex:plays ex:Tennis;
  foaf:name "Venus" .
Time 2023-04-06 07:06:45.806406
Endpoint student-sport
Success True
Endpoint url https://httpbin.org/post
Input format json
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.28.2",
    "X-Amzn-Trace-Id": "Root=1-642e6f85-3b793b2c5ae569df3045157f"
  },
  "json": {
    "payload": ""
  },
  "origin": "34.147.121.59",
  "url": "https://httpbin.org/post"
}
Request
[{
  "Student": "Venus",
  "Sport": "Tennis"
}]
Transformed into
Time 2023-04-05 13:00:23.983028
Endpoint student-sport
Success True
Endpoint url https://httpbin.org/post
Input format json
Output format turtle
Response from https://httpbin.org/post
{
  "args": {},
  "data": "{\"payload\": \"@prefix ex: <http://example.com/> .\\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\\n\\nex:Tennis a ex:Sport;\\n  foaf:name \\\"Tennis\\\" .\\n\\nex:Venus a ex:Student;\\n  ex:plays ex:Tennis;\\n  foaf:name \\\"Venus\\\" .\\n\"}",
  "files": {},
  "form": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Content-Length": "275",
    "Content-Type": "application/json",
    "Host": "httpbin.org",
    "User-Agent": "python-requests/2.28.2",
    "X-Amzn-Trace-Id": "Root=1-642d70e7-6974a64c027e1fb74b3b331b"
  },
  "json": {
    "payload": "@prefix ex: <http://example.com/> .\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .\n\nex:Tennis a ex:Sport;\n  foaf:name \"Tennis\" .\n\nex:Venus a ex:Student;\n  ex:plays ex:Tennis;\n  foaf:name \"Venus\" .\n"
  },
  "origin": "34.147.121.59",
  "url": "https://httpbin.org/post"
}
Request
{"students": [{
  "Student": "Venus",
  "Sport": "Tennis"}]
}
Transformed into
@prefix ex: <http://example.com/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ex:Tennis a ex:Sport;
  foaf:name "Tennis" .

ex:Venus a ex:Student;
  ex:plays ex:Tennis;
  foaf:name "Venus" .
Time 2023-04-05 12:58:33.828635
Endpoint student-sport
Success True
Endpoint url https://httpbin.org/post
Input format json
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.28.2",
    "X-Amzn-Trace-Id": "Root=1-642d7079-256e3fb312cf908407477a6d"
  },
  "json": {
    "payload": ""
  },
  "origin": "34.147.121.59",
  "url": "https://httpbin.org/post"
}
Request
{"students": [{
  "FirstName": "Venus",
  "LastName": "Tennis"}]
}
Transformed into
Time 2023-04-05 12:57:32.244686
Endpoint student-sport
Success True
Endpoint url https://httpbin.org/post
Input format json
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.28.2",
    "X-Amzn-Trace-Id": "Root=1-642d703b-29c5cd9f6c1bfa6a134aca89"
  },
  "json": {
    "payload": ""
  },
  "origin": "34.147.121.59",
  "url": "https://httpbin.org/post"
}
Request
{
  "FirstName": "Venus",
  "LastName": "Tennis"
}
Transformed into
Time 2023-04-05 08:07:49.188638
Endpoint student-sport
Success True
Endpoint url https://httpbin.org/post
Input format json
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.28.1",
    "X-Amzn-Trace-Id": "Root=1-642d2c55-622f8e606c6d489e33d6428d"
  },
  "json": {
    "payload": ""
  },
  "origin": "34.147.121.59",
  "url": "https://httpbin.org/post"
}
Request
{
  "FirstName": "Venus",
  "LastName": "Tennis"
}
Transformed into
Page 1 of 2 | next >>