1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.TH RDFLIB-ENDPOINT "1" "August 2024" "rdflib-endpoint 0.5.1-1" "User Commands"
.SH NAME
rdflib-endpoint \- SPARQL endpoint for RDFLib
.SH SYNOPSIS
.B rdflib-endpoint
[\fI\,OPTIONS\/\fR] \fI\,COMMAND \/\fR[\fI\,ARGS\/\fR]...
.SH DESCRIPTION
.IP
Quickly serve RDF files as SPARQL endpoint with RDFLib Endpoint
.SH OPTIONS
.TP
\fB\-\-help\fR
Show this message and exit.
.SS "Commands:"
.TP
convert
Merge and convert local RDF files to another format easily
.TP
serve
Serve a local RDF file as a SPARQL endpoint by default on...
|