com.hp.hpl.jena.util
Class ModelQueryUtil
java.lang.Object
com.hp.hpl.jena.util.ModelQueryUtil
public class ModelQueryUtil
- extends Object
A utility for using the graph query interface from a Model. Queries may be represented
as models, where each statement in the model corresponds to a search for matching
statements in the model being queried. Variables are represented as resources
with URIs using the ficticious "jqv" protocol.
See also QueryMapper
.
- Author:
- kers
queryBindingsWith
public static ExtendedIterator queryBindingsWith(Model model,
Model query,
Resource[] variables)
asRDF
public static RDFNode asRDF(Model m,
Node n)
mappy
public static List mappy(Model m,
Object x)
Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP