| Modifier and Type | Field and Description |
|---|---|
static String |
IRI_CHAR_REGEX
A regular expression that matches zero or more characters that are allowed inside IRIs
|
| Constructor and Description |
|---|
MapParser(Model mapModel,
String baseURI)
Constructs a new MapParser from a Jena model containing the RDF statements
from a D2RQ mapping file.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
absolutizeURI(String uri)
Turns a relative URI into an absolute one, by using the
current directory's file: URI as a base.
|
Mapping |
parse()
Starts the parsing process.
|
public static final String IRI_CHAR_REGEX
public static String absolutizeURI(String uri)
uri - Any URIpublic Mapping parse()