Time |
2023-06-09 12:58:27.225268 |
Endpoint |
MijnProductAPI1
|
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 map: <http://mapping.example.com/> .\\n@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\\n@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\\n\\nex:Jane a foaf:Person;\\n ex:name \\\"Jane\\\" .\\n\\nex:John a foaf:Person;\\n ex:name \\\"John\\\" .\\n\\nex:Sarah a foaf:Person;\\n ex:name \\\"Sarah\\\" .\\n\"}",
"files": {},
"form": {},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate",
"Content-Length": "550",
"Content-Type": "application/json",
"Host": "httpbin.org",
"User-Agent": "python-requests/2.28.2",
"X-Amzn-Trace-Id": "Root=1-648321f1-7c1e4e466618937743fbc106"
},
"json": {
"payload": "@prefix ex: <http://example.com/> .\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n@prefix map: <http://mapping.example.com/> .\n@prefix ql: <http://semweb.mmlab.be/ns/ql#> .\n@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n@prefix rml: <http://semweb.mmlab.be/ns/rml#> .\n@prefix rr: <http://www.w3.org/ns/r2rml#> .\n\nex:Jane a foaf:Person;\n ex:name \"Jane\" .\n\nex:John a foaf:Person;\n ex:name \"John\" .\n\nex:Sarah a foaf:Person;\n ex:name \"Sarah\" .\n"
},
"origin": "34.32.213.228",
"url": "https://httpbin.org/post"
}
|
Request
{
"persons": [
{
"firstname": "John",
"lastname": "Doe"
},
{
"firstname": "Jane",
"lastname": "Smith"
},
{
"firstname": "Sarah",
"lastname": "Bladinck"
}
]
}
|
Transformed into
@prefix ex: <http://example.com/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix map: <http://mapping.example.com/> .
@prefix ql: <http://semweb.mmlab.be/ns/ql#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rml: <http://semweb.mmlab.be/ns/rml#> .
@prefix rr: <http://www.w3.org/ns/r2rml#> .
ex:Jane a foaf:Person;
ex:name "Jane" .
ex:John a foaf:Person;
ex:name "John" .
ex:Sarah a foaf:Person;
ex:name "Sarah" .
|
Time |
2023-06-09 12:50:03.965584 |
Endpoint |
MijnProductAPI1
|
Success |
True |
Endpoint url |
https://httpbin.org/post |
Input format |
json |
Output format |
turtle |
|
Response from https://httpbin.org/post
{
"response": "<html>\r\n<head><title>504 Gateway Time-out</title></head>\r\n<body>\r\n<center><h1>504 Gateway Time-out</h1></center>\r\n</body>\r\n</html>\r\n"
}
|
Request
<?xml version="1.0" encoding="UTF-8"?>
<MijnProductCatalogus xmlns="https://example.org/messages/MijnPrijsCatalogus#" xmlns:ns0="https://example.org/messages/MijnPrijsCatalogus#">
<VerzendDatum>2023-06-09</VerzendDatum>
<PrijsValuta>802867 015f5</PrijsValuta>
<Producten>
<Leverancier>
<Naam>8463af 48708</Naam>
</Leverancier>
<Product>
<ID>
<GTIN>a8f3d3 edcb1</GTIN>
</ID>
<Prijs>
<Bruto>1</Bruto>
<Netto>1</Netto>
</Prijs>
</Product>
</Producten>
</MijnProductCatalogus>
|
Transformed into
@prefix ql: <http://semweb.mmlab.be/ns/ql#> .
@prefix rml: <http://semweb.mmlab.be/ns/rml#> .
@prefix rr: <http://www.w3.org/ns/r2rml#> .
_:0 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType>;
<http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_PriceInformation> _:1;
<http://ns.ketenstandaard.nl/sales/v005#TradeItemLineType_TradeItemIdentification>
_:2 .
_:1 a <http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue>;
<http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_GrossPrice>
"1";
<http://ns.ketenstandaard.nl/sales/v005#PriceInformationType_Catalogue_NetPrice> "1" .
_:2 a <http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType>;
<http://ns.ketenstandaard.nl/sales/v005#TradeItemIdentificationType_GTIN> "a8f3d3 edcb1" .
_:3 a <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType>;
<http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Currency> "802867 015f5";
<http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Grouping> _:4;
<http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_MessageDate> "2023-06-09" .
_:4 a <http://ns.ketenstandaard.nl/sales/v005#GroupingType>;
<http://ns.ketenstandaard.nl/sales/v005#GroupingType_Supplier> _:5;
<http://ns.ketenstandaard.nl/sales/v005#GroupingType_TradeItemLine> _:0 .
_:5 a <http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC>;
<http://ns.ketenstandaard.nl/sales/v005#PartyWithContactAndCertificateType_InformationPC_Name>
"8463af 48708" .
|