Preparing search index...
The search index is not available
@kobrix/fdr
@kobrix/fdr
SparqlClient
Class SparqlClient
Hierarchy
SparqlClient
Index
Constructors
constructor
Properties
options
read
Endpoint
update
Endpoint
Methods
select
update
Constructors
constructor
new
Sparql
Client
(
readEndpoint
:
string
, updateEndpoint
?:
string
, options
?:
{}
)
:
SparqlClient
Parameters
readEndpoint:
string
updateEndpoint:
string
= readEndpoint
options:
{}
= {}
Returns
SparqlClient
Properties
Readonly
options
options
:
{}
= {}
Type declaration
Readonly
read
Endpoint
read
Endpoint
:
string
Readonly
update
Endpoint
update
Endpoint
:
string
= readEndpoint
Methods
select
select
(
query
:
string
)
:
Promise
<
object
[]
>
Parameters
query:
string
Returns
Promise
<
object
[]
>
update
update
(
query
:
string
)
:
Promise
<
object
>
Parameters
query:
string
Returns
Promise
<
object
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@kobrix/fdr
Sparql
Client
constructor
options
read
Endpoint
update
Endpoint
select
update
Generated using
TypeDoc