public class RDFQ extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RDFQ.Triple |
Constructor and Description |
---|
RDFQ() |
Modifier and Type | Method and Description |
---|---|
static Any |
any(com.hp.hpl.jena.rdf.model.RDFNode rdf) |
static Apply |
apply(String f,
RenderExpression X) |
static Infix |
infix(RenderExpression L,
String op,
RenderExpression R) |
static AnyList |
list(Any... elements) |
static Value |
literal(double d) |
static Value |
literal(int i) |
static Value |
literal(String spelling) |
static Value |
literal(String spelling,
String language,
String datatype) |
static RDFQ.Triple |
triple(Any S,
Any P,
Any O) |
static URINode |
uri(String URI) |
static Variable |
var(String name) |
public static final URINode RDF_TYPE
public static Value literal(double d)
public static Value literal(int i)
public static Apply apply(String f, RenderExpression X)
public static Infix infix(RenderExpression L, String op, RenderExpression R)
public static RDFQ.Triple triple(Any S, Any P, Any O)
public static Any any(com.hp.hpl.jena.rdf.model.RDFNode rdf)
Copyright © 2014. All Rights Reserved.