Interface

Tsparql-3.0TsparqlEndpointConstructorProps

interface ConstructorProps {
    allowed_graphs: string[];
    allowed_services: string[];
    allowedGraphs: string[];
    allowedServices: string[];
    readonly: boolean;
    sparql_connection: Tsparql.SparqlConnection;
    sparqlConnection: Tsparql.SparqlConnection;
}

Hierarchy (View Summary)

Index

Properties

allowed_graphs: string[]
allowed_services: string[]
allowedGraphs: string[]
allowedServices: string[]
readonly: boolean
sparql_connection: Tsparql.SparqlConnection
sparqlConnection: Tsparql.SparqlConnection