Class ExtractionQuery

java.lang.Object
com.stardog.stark.ExtractionQuery

public final class ExtractionQuery extends Object

Utility class to generate a SPARQL CONSTRUCT query that will extract all resources that have specified types or predicates. The generated query is a UNION of triple patterns in the form ?s a TYPE or ?s PROPERTY ?o where TYPE and PROPERTY are specified by the user.