- 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
- cliopatria:redirect_uri(+Format, +URI, -RedirectURL)[multifile, api(lod)]
- Compose a RedirectionURL based on the output Format and the URI
that is in our RDF database. For example, this could map the URI
http://example.com/employe/bill into Bill's homepage at
http://example.com/~bill if Format is
html
. The default is to a format-specific extension to the path component of URI, returning e.g., http://example.com/employe/bill.rdf if the requested format is RDF.- Arguments:
-
Format - is one of xmlrdf
, =turtle,json
orhtml
. - See also
- - This hook is used by redirect/3.