Time |
2023-04-04 16:05:57.606492 |
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:Formula1 a ex:Sport;\\n foaf:name \\\"Formula1\\\" .\\n\\nex:Max a ex:Student;\\n ex:plays ex:Formula1;\\n foaf:name \\\"Max\\\" .\\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": "402",
"Content-Type": "application/json",
"Host": "httpbin.org",
"User-Agent": "python-requests/2.28.1",
"X-Amzn-Trace-Id": "Root=1-642c4ae5-4d861200093578d84e21034c"
},
"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:Formula1 a ex:Sport;\n foaf:name \"Formula1\" .\n\nex:Max a ex:Student;\n ex:plays ex:Formula1;\n foaf:name \"Max\" .\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"
},
{
"Student": "Max",
"Sport": "Formula1"
}
]
}
|
Transformed into
@prefix ex: <http://example.com/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ex:Formula1 a ex:Sport;
foaf:name "Formula1" .
ex:Max a ex:Student;
ex:plays ex:Formula1;
foaf:name "Max" .
ex:Tennis a ex:Sport;
foaf:name "Tennis" .
ex:Venus a ex:Student;
ex:plays ex:Tennis;
foaf:name "Venus" .
|
Time |
2023-04-04 16:05:53.965903 |
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:Formula1 a ex:Sport;\\n foaf:name \\\"Formula1\\\" .\\n\\nex:Max a ex:Student;\\n ex:plays ex:Formula1;\\n foaf:name \\\"Max\\\" .\\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": "402",
"Content-Type": "application/json",
"Host": "httpbin.org",
"User-Agent": "python-requests/2.28.1",
"X-Amzn-Trace-Id": "Root=1-642c4ae1-1061527c18715d272ef0f630"
},
"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:Formula1 a ex:Sport;\n foaf:name \"Formula1\" .\n\nex:Max a ex:Student;\n ex:plays ex:Formula1;\n foaf:name \"Max\" .\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"
},
{
"Student": "Max",
"Sport": "Formula1"
}
]
}
|
Transformed into
@prefix ex: <http://example.com/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ex:Formula1 a ex:Sport;
foaf:name "Formula1" .
ex:Max a ex:Student;
ex:plays ex:Formula1;
foaf:name "Max" .
ex:Tennis a ex:Sport;
foaf:name "Tennis" .
ex:Venus a ex:Student;
ex:plays ex:Tennis;
foaf:name "Venus" .
|
Time |
2023-04-04 16:04:01.590380 |
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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\\n\\nex:Venus a foaf:Person;\\n ex:FirstName \\\"Venus\\\";\\n ex:LastName \\\"Tennis\\\" .\\n\"}",
"files": {},
"form": {},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate",
"Content-Length": "242",
"Content-Type": "application/json",
"Host": "httpbin.org",
"User-Agent": "python-requests/2.28.1",
"X-Amzn-Trace-Id": "Root=1-642c4a71-256b23e04be2f8ac2d909fa5"
},
"json": {
"payload": "@prefix ex: <http://example.com/> .\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\n\nex:Venus a foaf:Person;\n ex:FirstName \"Venus\";\n ex:LastName \"Tennis\" .\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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ex:Venus a foaf:Person;
ex:FirstName "Venus";
ex:LastName "Tennis" .
|
Time |
2023-04-04 16:04:01.326503 |
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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\\n\\nex:Venus a foaf:Person;\\n ex:FirstName \\\"Venus\\\";\\n ex:LastName \\\"Tennis\\\" .\\n\"}",
"files": {},
"form": {},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate",
"Content-Length": "242",
"Content-Type": "application/json",
"Host": "httpbin.org",
"User-Agent": "python-requests/2.28.1",
"X-Amzn-Trace-Id": "Root=1-642c4a71-7d1c87273dd5f6dd671a81cf"
},
"json": {
"payload": "@prefix ex: <http://example.com/> .\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\n\nex:Venus a foaf:Person;\n ex:FirstName \"Venus\";\n ex:LastName \"Tennis\" .\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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ex:Venus a foaf:Person;
ex:FirstName "Venus";
ex:LastName "Tennis" .
|