ClioPatria APIs
An API is an HTTP handler with accompagnying predicate, but unlike applications (see ../applications), APIs are targetted on machine-to-machine interaction. The response-type from an API is typically either XML or JSON.
The choice between XML and JSON is sometimes described by standards. JSON is often the preferred format if the intended client is a web-browser (using AJAX interaction).
Prolog files
export.pl -- Export data from the server![]() | ||
---|---|---|
journal.pl -- RDF DB journal-API![]() | ||
json.pl![]() | ||
lod.pl -- LOD - Linked Open Data server![]() | ||
lod_crawler.pl![]() | ||
pengines.pl -- Provide pengines Prolog and JavaScript API![]() | ||
rdflib.pl -- Provide access to the ontology library![]() | ||
sesame.pl![]() | ||
sparql.pl![]() | ||
void.pl -- Void vocabulary description of the server![]() |