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 serverShow source
journal.pl  -- RDF DB journal-APIShow source
json.plShow source
lod.pl  -- LOD - Linked Open Data serverShow source
lod_crawler.plShow source
pengines.pl  -- Provide pengines Prolog and JavaScript APIShow source
rdflib.pl  -- Provide access to the ontology libraryShow source
sesame.plShow source
sparql.plShow source
void.pl  -- Void vocabulary description of the serverShow source