Package | Description |
---|---|
com.bigdata.rdf.internal |
This package provides an internal representation of RDF Values.
|
Modifier and Type | Class and Description |
---|---|
class |
InlineFixedWidthIntegerURIHandler
Utility IV to generate IVs for URIs in the form of http://example.org/value/0000513
where the localName is in integer printed with fixed width padding.
|
class |
InlineIntegerURIHandlerMap
Utility to provide a map of multiple inline URI handlers for a single
namespace.
|
class |
InlineLocalNameIntegerURIHandler
Abstract class that defines the integer packing needed to allow for
support of multiple inline integer URI handlers with the same namepace.
|
class |
InlinePrefixedFixedWidthIntegerURIHandler
Utility IV to generate IVs for URIs in the form of http://example.org/value/STRPREFIX1234234513
where the localName of the URI is a string prefix followed by an integer value with fixed width.
|
class |
InlinePrefixedIntegerURIHandler
Utility IV to generate IVs for URIs in the form of http://example.org/value/STRPREFIX1234234513
where the localName of the URI is a string prefix followed by an integer value.
|
class |
InlinePrefixedSuffixedFixedWidthIntegerURIHandler
Utility IV to generate IVs for URIs in the form of http://example.org/value/STRPREFIX1234234513STRSUFFIX
where the localName of the URI is a string prefix followed by a fixed width integer value followed by a string suffix.
|
class |
InlinePrefixedSuffixedIntegerURIHandler
Utility IV to generate IVs for URIs in the form of http://example.org/value/STRPREFIX1234234513STRSUFFIX
where the localName of the URI is a string prefix followed by an integer value followed by a string suffix.
|
class |
InlineSuffixedFixedWidthIntegerURIHandler
Utility IV to generate IVs for URIs in the form of http://example.org/value/1234234513STRSUFFIX
where the localName of the URI is a string suffix followed by an integer value with fixed width.
|
class |
InlineSuffixedIntegerURIHandler
Utility IV to generate IVs for URIs in the form of
http://example.org/value/STRPREFIX1234234513 where the localName of the URI
is a string prefix followed by an integer value.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.