| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationTripleSource
A triple source for configuration models.
|
class |
ContentTripleSource
A triple source for content models.
|
| Constructor and Description |
|---|
BasicShortTermCombinedTripleSource(javax.servlet.http.HttpServletRequest req,
BasicCombinedTripleSource parent,
Map<ModelAccess.WhichService,TripleSource> sources) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentTripleSourceSDB
Create the connection to the SDB triple-store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentTripleSourceSPARQL
For a SPARQL endpoint, each connection is created as needed by the
RDFService, so there is no need to manage connections here.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationTripleSourceTDB
A TDB triple-store has no concept of connections, so we need not manage them
here.
|
class |
ContentTripleSourceTDB
A TDB triple-store has no concept of connections, so we need not manage them
here.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentTripleSourceVirtuoso
So far, it's just like a ContentTripleSourceSPARQL but it uses an instance of
RDFServiceVirtuoso.
|
Copyright © 2021. All rights reserved.