public class RdfPropertySeq extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Function<Object,org.apache.jena.graph.Node> |
objectToNode |
protected org.apache.jena.sparql.core.Quad |
quad |
static org.apache.jena.sparql.expr.Expr |
seqExpr |
static PropertyRelation |
seqRelation |
protected RdfClass |
targetRdfClass |
| Constructor and Description |
|---|
RdfPropertySeq() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
toJava(org.apache.jena.sparql.core.DatasetGraph datasetGraph) |
void |
toRdf(org.apache.jena.sparql.core.DatasetGraph target,
List<Object> items) |
protected org.apache.jena.sparql.core.Quad quad
protected com.google.common.base.Function<Object,org.apache.jena.graph.Node> objectToNode
protected RdfClass targetRdfClass
public static final PropertyRelation seqRelation
public static final org.apache.jena.sparql.expr.Expr seqExpr
Copyright © 2017. All rights reserved.