See: Description
| Interface | Description |
|---|---|
| Translator |
Custom translator between database values and RDF values.
|
| ValueDecorator.ValueConstraint | |
| ValueMaker |
Describes a set of strings that are obtained in some way
from one or more database columns.
|
| Class | Description |
|---|---|
| BlankNodeID |
A blank node identifier that uniquely identifies all resources generated from
a specific ClassMap.
|
| Column |
A
ValueMaker that takes its values from a single
column. |
| ConstantValueMaker |
A pseudo value maker that produces a constant value
regardless of the underlying relation.
|
| Pattern |
A pattern that combines one or more database columns into a String.
|
| Pattern.EncodeFunction | |
| SQLExpressionValueMaker |
A value maker that creates its values from a SQL expression.
|
| ValueDecorator |
Code for expressing a rule that generates a set of values from some data in the database.