public class TripleUtils extends Object
| Constructor and Description |
|---|
TripleUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
md5sum(com.hp.hpl.jena.graph.Triple triple) |
static Set<com.hp.hpl.jena.graph.Triple> |
swap(Iterable<com.hp.hpl.jena.graph.Triple> triples) |
static com.hp.hpl.jena.graph.Triple |
swap(com.hp.hpl.jena.graph.Triple t) |
static String |
toNTripleString(com.hp.hpl.jena.graph.Triple triple) |
public static String toNTripleString(com.hp.hpl.jena.graph.Triple triple)
public static com.hp.hpl.jena.graph.Triple swap(com.hp.hpl.jena.graph.Triple t)
public static Set<com.hp.hpl.jena.graph.Triple> swap(Iterable<com.hp.hpl.jena.graph.Triple> triples)
public static String md5sum(com.hp.hpl.jena.graph.Triple triple)
Copyright © 2015. All rights reserved.