public class ModelUtils extends Object
| Constructor and Description |
|---|
ModelUtils() |
| Modifier and Type | Method and Description |
|---|---|
static RDFNode |
convertGraphNodeToRDFNode(Node n,
Model model) |
static Iterator<Triple> |
statementsToTriples(Iterator<Statement> it) |
static StmtIterator |
triplesToStatements(Iterator<Triple> it,
Model refModel) |
static Statement |
tripleToStatement(Model model,
Triple t) |
public static StmtIterator triplesToStatements(Iterator<Triple> it, Model refModel)
Licenced under the Apache License, Version 2.0