Package | Description |
---|---|
eu.fbk.rdfpro.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
static Namespaces |
Namespaces.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static Namespaces |
Namespaces.forIterable(Iterable<? extends org.openrdf.model.Namespace> iterable,
boolean resolveClashes)
Returns a
Namespaces set for the Namespace Iterable supplied. |
static Namespaces |
Namespaces.forPrefixMap(Map<String,String> map,
boolean resolveClashes)
Returns a
Namespaces set for the namespace URI -> prefix map supplied. |
static Namespaces |
Namespaces.forURIMap(Map<String,String> map)
Returns a
Namespaces set for the prefix -> namespace URI map supplied. |
static Namespaces |
Namespaces.load(Iterable<URL> urls,
boolean resolveClashes)
Creates a
Namespaces set by loading the namespace declarations in the files at the
URLs specified. |
Modifier and Type | Method and Description |
---|---|
static String |
Statements.formatValue(org.openrdf.model.Value value,
Namespaces namespaces) |
static void |
Statements.formatValue(org.openrdf.model.Value value,
Namespaces namespaces,
Appendable out) |
static org.openrdf.model.Value |
Statements.parseValue(CharSequence sequence,
Namespaces namespaces) |
Copyright © 2015–2016 FBK-irst. All rights reserved.