public class Prefixes extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
Prefixes() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFullIRI(String prefix) |
static HashMap<String,String> |
getMap() |
static String |
getPrefix(String IRI) |
static String |
getPrefixedIRI(String IRI) |
static String |
getPrefixesString() |
static org.apache.jena.riot.system.PrefixMap |
getPrefixMap() |
static org.apache.jena.shared.PrefixMapping |
getPrefixMapping() |
static void |
loadPrefixes() |
static void |
loadPrefixes(String filePath) |
public static String getPrefixesString()
public static void loadPrefixes()
throws IOException
IOExceptionpublic static void loadPrefixes(String filePath) throws IOException
IOExceptionpublic static org.apache.jena.riot.system.PrefixMap getPrefixMap()
public static org.apache.jena.shared.PrefixMapping getPrefixMapping()
Copyright © 2020. All rights reserved.