Type Alias HttpSparqlCrudOptions
HttpSparqlCrudOptions: {
auth?: AuthConfig;
constructResultFormat?: "turtle" | "ntriples";
queryUrl: string;
updateUrl: string;
}
Type declaration
Optionalauth?: AuthConfig
OptionalconstructResultFormat?: "turtle" | "ntriples"
queryUrl: string
updateUrl: string
CONSTRUCT response shape. Default
"turtle"(many endpoints). Use"ntriples"for Oxigraph-style HTTP (matches previousoxigraphCrudOptions).