Meshpocalypse Semantic
Preparing search index...
MeshGraph
Interface MeshGraph
interface
MeshGraph
{
describe
(
uri
:
string
)
:
Promise
<
string
>
;
getEndpoint
()
:
string
;
isOnline
()
:
boolean
;
load
(
triples
:
string
,
format
?:
"turtle"
|
"nquads"
)
:
Promise
<
void
>
;
query
(
sparql
:
string
)
:
Promise
<
SparqlResult
>
;
update
(
sparql
:
string
)
:
Promise
<
void
>
;
}
Implemented by
NullMeshGraph
Index
Methods
describe
get
Endpoint
is
Online
load
query
update
Methods
describe
describe
(
uri
:
string
)
:
Promise
<
string
>
Parameters
uri
:
string
Returns
Promise
<
string
>
get
Endpoint
getEndpoint
()
:
string
Returns
string
is
Online
isOnline
()
:
boolean
Returns
boolean
load
load
(
triples
:
string
,
format
?:
"turtle"
|
"nquads"
)
:
Promise
<
void
>
Parameters
triples
:
string
Optional
format
:
"turtle"
|
"nquads"
Returns
Promise
<
void
>
query
query
(
sparql
:
string
)
:
Promise
<
SparqlResult
>
Parameters
sparql
:
string
Returns
Promise
<
SparqlResult
>
update
update
(
sparql
:
string
)
:
Promise
<
void
>
Parameters
sparql
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
describe
get
Endpoint
is
Online
load
query
update
Meshpocalypse Semantic
Loading...