Package | Description |
---|---|
com.bigdata.rdf.internal |
This package provides an internal representation of RDF Values.
|
com.bigdata.rdf.lexicon | |
com.bigdata.rdf.store |
This package provides several realizations of an RDF database using the bigdata
architecture, including one suitable for temporary data, one suitable for local
processing (single host), and one designed for scale-out on commodity hardware.
|
com.bigdata.rdf.vocab |
This package provides a variety of different pre-compiled
Vocabulary classes. |
com.blazegraph.vocab.pubchem |
Modifier and Type | Class and Description |
---|---|
class |
InlineURIFactory
Default implementation of
IInlineURIFactory that comes pre-loaded
with two handlers:
IPv4 (InlineIPv4URIHandler )
UUID (InlineUUIDURIHandler
You MAY declare additional handlers. |
class |
NoInlineURIFactory
Do-nothing inline URI factory used in the case where there is no vocabulary
defined.
|
Constructor and Description |
---|
LexiconConfiguration(int blobsThreshold,
boolean inlineXSDDatatypeLiterals,
boolean inlineTextLiterals,
int maxInlineTextLength,
boolean inlineBNodes,
boolean inlineDateTimes,
TimeZone inlineDateTimesTimeZone,
boolean rejectInvalidXSDValues,
boolean enableRawRecordsSupport,
IExtensionFactory xFactory,
Vocabulary vocab,
BigdataValueFactory valueFactory,
IInlineURIFactory uriFactory,
boolean geoSpatial,
GeoSpatialConfig geoSpatialConfig) |
Modifier and Type | Method and Description |
---|---|
protected Class<IInlineURIFactory> |
LexiconRelation.determineInlineURIFactoryClass() |
Modifier and Type | Class and Description |
---|---|
static class |
TestInlineURIs.CustomInlineURIFactory |
static class |
TestInlineURIs.InlineArrayFactory |
static class |
TestInlineURIs.MultipurposeInlineIDFactory |
Modifier and Type | Class and Description |
---|---|
class |
TestMultiInlineURIFactory |
class |
TestNamespaceMultiURIHandler |
class |
TestUriInlineFactory_BLZG1591 |
Modifier and Type | Class and Description |
---|---|
class |
PubChemInlineURIFactory
InlineURIFactory for the PubChemVocabularyDecl to load the PubChem data from https://pubchem.ncbi.nlm.nih.gov/rdf/ . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.