| Package | Description |
|---|---|
| org.openrdf.sail.nativerdf |
Native RDF storage backend.
|
| Modifier and Type | Method and Description |
|---|---|
NativeLiteral |
ValueStore.createLiteral(String value) |
NativeLiteral |
ValueStore.createLiteral(String value,
String language) |
NativeLiteral |
ValueStore.createLiteral(String value,
URI datatype) |
NativeLiteral |
ValueStore.getNativeLiteral(Literal l)
Creates an NativeLiteral that is equal to the supplied literal.
|
Copyright © 2001-2014 Aduna. All Rights Reserved.