{ "variables": [], "info": { "name": "FREME TEST", "_postman_id": "022ac23d-c2ef-2449-20c1-9dc0e7ce20dc", "description": "", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" }, "item": [ { "name": "e-Translation example API call", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/e-translation/tilde?input=Hello%2C%20world!&informat=text&outformat=turtle&source-lang=en&target-lang=de", "method": "POST", "header": [], "body": { "mode": "raw", "raw": "Show me the source of knowledge" }, "description": "" }, "response": [] }, { "name": "freme-ner example API call", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/e-entity/freme-ner/documents?language=en&dataset=dbpedia&mode=all", "method": "POST", "header": [ { "key": "Content-Type", "value": "text/plain", "description": "" }, { "key": "Accept", "value": "text/turtle", "description": "" } ], "body": { "mode": "raw", "raw": "The Eiffel Tower (/ˈaɪfəl ˈtaʊər/ EYE-fəl TOWR; French: tour Eiffel [tuʁ‿ɛfɛl] About this sound listen) is a wrought iron lattice tower on the Champ de Mars in Paris." }, "description": "" }, "response": [] }, { "name": "e-Terminology example API call", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/e-terminology/tilde?&informat=text&outformat=turtle&source-lang=en&target-lang=de", "method": "POST", "header": [], "body": { "mode": "raw", "raw": "Show me the source of knowledge" }, "description": "" }, "response": [] }, { "name": "e-link example API call", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/e-link/documents?outformat=turtle&templateid=1&informat=turtle", "method": "POST", "header": [], "body": { "mode": "raw", "raw": "@prefix dc: .\n@prefix prov: .\n@prefix nif: .\n@prefix itsrdf: .\n@prefix rutp: .\n@prefix rlog: .\n@prefix oslc: .\n@prefix dsp: .\n@prefix dcterms: .\n@prefix rutg: .\n@prefix schema: .\n@prefix olia: .\n@prefix rdfs: .\n@prefix p: .\n@prefix rut: .\n@prefix xsd: .\n@prefix owl: .\n@prefix rutr: .\n@prefix rdf: .\n@prefix spin: .\n@prefix rutt: .\n@prefix ruts: .\n\n\n a nif:Word , nif:RFC5147String ;\n nif:anchorOf \"is\" ;\n nif:beginIndex \"5\" ;\n nif:endIndex \"7\" ;\n nif:nextWord ;\n nif:previousWord ;\n nif:referenceContext ;\n nif:sentence .\n\nnif:lastWord a owl:ObjectProperty .\n\nnif:previousWord a owl:ObjectProperty .\n\n\n a nif:Word , nif:RFC5147String ;\n nif:anchorOf \"This\" ;\n nif:beginIndex \"0\" ;\n nif:endIndex \"4\" ;\n nif:nextWord ;\n nif:referenceContext ;\n nif:sentence ;\n itsrdf:taIdentRef .\n\n\n a rlog:Entry ;\n rlog:date \"2015-04-27T13:09:22.072Z\"^^xsd:dateTime ;\n rlog:level rlog:DEBUG ;\n rlog:message \"Finished creating 1 sentence(s) with 4 word(s) \" ;\n dc:creator \"org.nlp2rdf.implementation.spotlight.SpotlightWrapper\" .\n\nnif:word a owl:ObjectProperty .\n\nnif:isString a owl:DatatypeProperty .\n\nnif:beginIndex a owl:DatatypeProperty .\n\n\n a rlog:Entry ;\n rlog:date \"2015-04-27T13:09:22.292Z\"^^xsd:dateTime ;\n rlog:level rlog:DEBUG ;\n rlog:message \"Annotated 1 nif:Context(s) in 224.0 ms. (avg 224.0) producing 71 triples\" ;\n dc:creator \"org.nlp2rdf.implementation.spotlight.SpotlightWS\" .\n\nrlog:level a owl:ObjectProperty .\n\nnif:nextWord a owl:ObjectProperty .\n\nnif:sentence a owl:ObjectProperty .\n\nnif:anchorOf a owl:DatatypeProperty .\n\n\n a nif:Context , nif:Sentence , nif:RFC5147String ;\n nif:anchorOf \"This is Germany.\" ;\n nif:beginIndex \"0\" ;\n nif:endIndex \"16\" ;\n nif:firstWord ;\n nif:isString \"This is Germany.\" ;\n nif:lastWord ;\n nif:referenceContext ;\n nif:word , .\n\nrlog:date a owl:DatatypeProperty .\n\nnif:firstWord a owl:ObjectProperty .\n\nnif:Context a owl:Class .\n\nrlog:message a owl:DatatypeProperty .\n\nnif:Sentence a owl:Class .\n\nnif:referenceContext a owl:ObjectProperty .\n\n\n a nif:Word , nif:RFC5147String ;\n nif:anchorOf \".\" ;\n nif:beginIndex \"15\" ;\n nif:endIndex \"16\" ;\n nif:previousWord ;\n nif:referenceContext ;\n nif:sentence .\n\nnif:endIndex a owl:DatatypeProperty .\n\n\n a nif:Word , nif:RFC5147String ;\n nif:anchorOf \"Germany\" ;\n nif:beginIndex \"8\" ;\n nif:endIndex \"15\" ;\n nif:nextWord ;\n nif:previousWord ;\n nif:referenceContext ;\n nif:sentence ;\n itsrdf:taIdentRef .\n\nnif:RFC5147String a owl:Class .\n\nnif:Word a owl:Class ." }, "description": "" }, "response": [] }, { "name": "get all datasets", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/e-entity/freme-ner/datasets", "method": "GET", "header": [], "body": { "mode": "formdata", "formdata": [] }, "description": "" }, "response": [] }, { "name": "get all templates", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/e-link/templates", "method": "GET", "header": [], "body": { "mode": "formdata", "formdata": [] }, "description": "" }, "response": [] }, { "name": "filter - knowledgebase example", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/e-entity/freme-ner/documents?outformat=csv&language=en&dataset=dbpedia&mode=all&filter=extract-entities-only", "method": "POST", "header": [], "body": { "mode": "raw", "raw": "The Eiffel Tower (/ˈaɪfəl ˈtaʊər/ EYE-fəl TOWR; French: tour Eiffel [tuʁ‿ɛfɛl] About this sound listen) is a wrought iron lattice tower on the Champ de Mars in Paris." }, "description": "" }, "response": [] }, { "name": "get all filter", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/toolbox/convert/manage", "method": "GET", "header": [], "body": { "mode": "formdata", "formdata": [] }, "description": "" }, "response": [] }, { "name": "get all pipelines", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/pipelining/templates", "method": "GET", "header": [], "body": { "mode": "formdata", "formdata": [] }, "description": "" }, "response": [] }, { "name": "nif-converter xml example", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/toolbox/nif-converter", "method": "POST", "header": [ { "key": "Content-Type", "value": "application/xml", "description": "" } ], "body": { "mode": "raw", "raw": "\r\n\r\n \r\n Gambardella, Matthew\r\n XML Developer's Guide\r\n Computer\r\n 44.95\r\n 2000-10-01\r\n An in-depth look at creating applications \r\n with XML.\r\n \r\n \r\n Ralls, Kim\r\n Midnight Rain\r\n Fantasy\r\n 5.95\r\n 2000-12-16\r\n A former architect battles corporate zombies, \r\n an evil sorceress, and her own childhood to become queen \r\n of the world.\r\n \r\n \r\n Corets, Eva\r\n Maeve Ascendant\r\n Fantasy\r\n 5.95\r\n 2000-11-17\r\n After the collapse of a nanotechnology \r\n society in England, the young survivors lay the \r\n foundation for a new society.\r\n \r\n \r\n Corets, Eva\r\n Oberon's Legacy\r\n Fantasy\r\n 5.95\r\n 2001-03-10\r\n In post-apocalypse England, the mysterious \r\n agent known only as Oberon helps to create a new life \r\n for the inhabitants of London. Sequel to Maeve \r\n Ascendant.\r\n \r\n \r\n Corets, Eva\r\n The Sundered Grail\r\n Fantasy\r\n 5.95\r\n 2001-09-10\r\n The two daughters of Maeve, half-sisters, \r\n battle one another for control of England. Sequel to \r\n Oberon's Legacy.\r\n \r\n \r\n Randall, Cynthia\r\n Lover Birds\r\n Romance\r\n 4.95\r\n 2000-09-02\r\n When Carla meets Paul at an ornithology \r\n conference, tempers fly as feathers get ruffled.\r\n \r\n \r\n Thurman, Paula\r\n Splish Splash\r\n Romance\r\n 4.95\r\n 2000-11-02\r\n A deep sea diver finds true love twenty \r\n thousand leagues beneath the sea.\r\n \r\n \r\n Knorr, Stefan\r\n Creepy Crawlies\r\n Horror\r\n 4.95\r\n 2000-12-06\r\n An anthology of horror stories about roaches,\r\n centipedes, scorpions and other insects.\r\n \r\n \r\n Kress, Peter\r\n Paradox Lost\r\n Science Fiction\r\n 6.95\r\n 2000-11-02\r\n After an inadvertant trip through a Heisenberg\r\n Uncertainty Device, James Salway discovers the problems \r\n of being quantum.\r\n \r\n \r\n O'Brien, Tim\r\n Microsoft .NET: The Programming Bible\r\n Computer\r\n 36.95\r\n 2000-12-09\r\n Microsoft's .NET initiative is explored in \r\n detail in this deep programmer's reference.\r\n \r\n \r\n O'Brien, Tim\r\n MSXML3: A Comprehensive Guide\r\n Computer\r\n 36.95\r\n 2000-12-01\r\n The Microsoft MSXML3 parser is covered in \r\n detail, with attention to XML DOM interfaces, XSLT processing, \r\n SAX and more.\r\n \r\n \r\n Galos, Mike\r\n Visual Studio 7: A Comprehensive Guide\r\n Computer\r\n 49.95\r\n 2001-04-16\r\n Microsoft Visual Studio 7 is explored in depth,\r\n looking at how Visual Basic, Visual C++, C#, and ASP+ are \r\n integrated into a comprehensive development \r\n environment.\r\n \r\n" }, "description": "" }, "response": [] }, { "name": "get all xslt-converter", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/toolbox/xslt-converter/manage", "method": "GET", "header": [], "body": { "mode": "raw", "raw": "\r\n\r\n \r\n \r\n \r\n \r\n dummy title\r\n \r\n \r\n
\r\n \r\n n\r\n

\r\n \r\n

\r\n
\r\n
\r\n \r\n \r\n
\r\n \r\n \r\n \r\n @@@delim@@@name:\r\n \r\n @@@value:\r\n \r\n \r\n @@@delim@@@\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
" }, "description": "" }, "response": [] }, { "name": "xslt converter - tei2temp-html example", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/toolbox/xslt-converter/documents/tei2temp-html", "method": "POST", "header": [], "body": { "mode": "raw", "raw": "\r\n\r\n\r\n \r\nFrom XML to RDF step by step: Approaches for Leveraging XML Workflows with Linked Data\r\n\r\n

Published for XML Prague

\r\n

Made by the FREME project and collaborators

\r\n
\r\n

We very much welcome you in the city of Prague, a home of XML!

\r\n
" }, "description": "" }, "response": [] }, { "name": "freme-ner html round-tripping", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/e-entity/freme-ner/documents?informat=html&outformat=html&language=en&dataset=dbpedia", "method": "POST", "header": [], "body": { "mode": "raw", "raw": "\n\n \n \n A small story\n \n \n

Next year there will be elections in Germany and in France.

\n \n" }, "description": "" }, "response": [] }, { "name": "freme-ner html to NIF", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Status code is 200\"] = responseCode.code === 200;" ] } } ], "request": { "url": "http://{{baseUrl}}/e-entity/freme-ner/documents?informat=html&outformat=turtle&language=en&dataset=dbpedia", "method": "POST", "header": [], "body": { "mode": "raw", "raw": "\n\n \n \n A small story\n \n \n

Next year there will be elections in Germany and in France.

\n \n\n" }, "description": "" }, "response": [] } ] }