- ClioPatria
- api
- sesame.pl
- journal.pl -- RDF DB journal-API
- sparql.pl
- json.pl
- export.pl -- Export data from the server
- void.pl -- Void vocabulary description of the server
- rdflib.pl -- Provide access to the ontology library
- lod_crawler.pl
- lod.pl -- LOD - Linked Open Data server
- pengines.pl -- Provide pengines Prolog and JavaScript API
- api
- create_tmp_file(+Stream, -Out, +Options) is det
- Called from library(http/http_multipart_plugin) to process
uploaded file from a form.
- Arguments:
-
Stream - is the input stream. It signals EOF at the end of the part, but must not be closed. Options - provides information about the part. Typically, this contains filename(FileName)
and optionallymedia(Type, MediaParams)
.