user.pl
- root(+Request)[private]
- Default ClioPatria handler for /. The default handler redirects
to id=home, unless the use-info is not initialised. in that case
it redirects to id=create_admin.
- home(+Request)[private]
- Reply with the normal welcome page. The welcome page is a
decorated version of html('welcome.html').
- reply_decorated_file(+Alias, +Request) is det[private]
- Present an HTML file embedded using the server styling. This is
achieved by parsing the HTML and passing the parsed DOM to
reply_html_page/3.
- statistics(+Request)[private]
- Provide elementary statistics on the server.
- health(+Request)[private]
- Provide basic statistics for health checks
- health(+Request)[private]
- HTTP handler that replies with the overall health of the server
- query_form(+Request)[private]
- Provide a page for issuing a
SELECT
query.
- load_file_form(+Request)[private]
- Provide a form for uploading triples from a local file.
- load_url_form(+Request)[private]
- Provide a form for uploading triples from a URL.
- load_library_rdf_form(+Request)[private]
- Provide a form for loading an ontology from the library.
Libraries are made available through the file search path
ontology
. Directories found through this alias are searched
recursively for files named Manifest.ttl
.
- See also
- - file_search_path/2
- - rdf_attach_library/1.
- load_base_ontology_form(+Ontologies)//[private]
- HTML component that emits a form to load a base-ontology and its
dependencies. Ontologies is a list of ontology-identifiers as
used by rdf_load_library/1.
- clear_repository_form(+Request)[private]
- HTTP handle presenting a form to clear the repository.
- remove_statements_form(+Request)[private]
- HTTP handler providing a form to remove RDF statements.