All predicatesShow sourceexport.pl -- Export data from the server

Source export_graph(+Request)[private]
Export a named graph in a given serialization. Whether or not exporting of a named graph is defined by authorized/1 using the term:
  • read(default, download(Graph))
Source export_graph_schema(+Request)[private]
HTTP handler that computes the schema from the actual data in a graph.
See also
- The computation is implemented by rdf_graph_schema/2.
Source http_param(?Name, ?Attributes)[private]