public interface IDatatypeURIResolver
| Modifier and Type | Method and Description |
|---|---|
BigdataURI |
resolve(org.openrdf.model.URI datatypeURI)
Returns a fully resolved datatype URI with the
IV set. |
BigdataURI resolve(org.openrdf.model.URI datatypeURI)
IV set.
IExtensions handle encoding and decoding of inline literals for
custom datatypes, however to do so they need the IV for the
custom datatype. By passing an instance of this interface to the
IExtension, it will be able to resolve its datatype URI(s) and
cache them for future use.
The URIs used by IExtensions MUST be pre-declared by the
Vocabulary.
This interface is implemented by the LexiconRelation.
uri - the term to resolveIllegalArgumentException - if the argument is null.NoSuchVocabularyItem - if the argument is not part of the pre-declared
Vocabulary.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.