public class JenaUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Literal |
XSD_BOOLEAN_TRUE |
| Constructor and Description |
|---|
JenaUtils() |
| Modifier and Type | Method and Description |
|---|---|
static aterm.ATermAppl |
makeATerm(com.hp.hpl.jena.graph.Node node) |
static aterm.ATermAppl |
makeATerm(com.hp.hpl.jena.rdf.model.RDFNode node) |
static com.hp.hpl.jena.graph.Node |
makeGraphLiteral(aterm.ATermAppl literal) |
static com.hp.hpl.jena.graph.Node |
makeGraphNode(aterm.ATermAppl value) |
static com.hp.hpl.jena.graph.Node |
makeGraphResource(aterm.ATermAppl term) |
static com.hp.hpl.jena.rdf.model.Literal |
makeLiteral(aterm.ATermAppl literal,
com.hp.hpl.jena.rdf.model.Model model) |
static aterm.ATermAppl |
makeLiteral(com.hp.hpl.jena.graph.impl.LiteralLabel jenaLiteral) |
static QNameProvider |
makeQNameProvider(com.hp.hpl.jena.shared.PrefixMapping mapping) |
static com.hp.hpl.jena.rdf.model.RDFNode |
makeRDFNode(aterm.ATermAppl term,
com.hp.hpl.jena.rdf.model.Model model) |
static com.hp.hpl.jena.rdf.model.Resource |
makeResource(aterm.ATermAppl term,
com.hp.hpl.jena.rdf.model.Model model) |
public static final com.hp.hpl.jena.rdf.model.Literal XSD_BOOLEAN_TRUE
public static aterm.ATermAppl makeLiteral(com.hp.hpl.jena.graph.impl.LiteralLabel jenaLiteral)
public static aterm.ATermAppl makeATerm(com.hp.hpl.jena.rdf.model.RDFNode node)
public static aterm.ATermAppl makeATerm(com.hp.hpl.jena.graph.Node node)
public static com.hp.hpl.jena.graph.Node makeGraphLiteral(aterm.ATermAppl literal)
public static com.hp.hpl.jena.graph.Node makeGraphResource(aterm.ATermAppl term)
public static com.hp.hpl.jena.graph.Node makeGraphNode(aterm.ATermAppl value)
public static com.hp.hpl.jena.rdf.model.Literal makeLiteral(aterm.ATermAppl literal,
com.hp.hpl.jena.rdf.model.Model model)
public static com.hp.hpl.jena.rdf.model.Resource makeResource(aterm.ATermAppl term,
com.hp.hpl.jena.rdf.model.Model model)
public static com.hp.hpl.jena.rdf.model.RDFNode makeRDFNode(aterm.ATermAppl term,
com.hp.hpl.jena.rdf.model.Model model)
public static QNameProvider makeQNameProvider(com.hp.hpl.jena.shared.PrefixMapping mapping)
Copyright © 2013. All Rights Reserved.