Package | Description |
---|---|
com.bigdata.rdf.internal |
This package provides an internal representation of RDF Values.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.