public class RDF4JHelper extends Object
| Constructor and Description |
|---|
RDF4JHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.rdf4j.model.Statement |
createStatement(it.unibz.inf.ontop.spec.ontology.Assertion assertion) |
static org.eclipse.rdf4j.model.Literal |
getLiteral(it.unibz.inf.ontop.model.term.RDFLiteralConstant literal)
TODO: could we have a RDF sub-class of ValueConstant?
|
static org.eclipse.rdf4j.model.Resource |
getResource(it.unibz.inf.ontop.model.term.ObjectConstant obj) |
static org.eclipse.rdf4j.model.Value |
getValue(it.unibz.inf.ontop.model.term.Constant c) |
public static org.eclipse.rdf4j.model.Resource getResource(it.unibz.inf.ontop.model.term.ObjectConstant obj)
public static org.eclipse.rdf4j.model.Literal getLiteral(it.unibz.inf.ontop.model.term.RDFLiteralConstant literal)
public static org.eclipse.rdf4j.model.Value getValue(it.unibz.inf.ontop.model.term.Constant c)
public static org.eclipse.rdf4j.model.Statement createStatement(it.unibz.inf.ontop.spec.ontology.Assertion assertion)
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.