org.apache.clerezza.rdf.core.sparql.query
Interface ConstructQuery

All Superinterfaces:
Query, QueryWithSolutionModifier
All Known Implementing Classes:
SimpleConstructQuery

public interface ConstructQuery
extends QueryWithSolutionModifier

This interface represents a SPARQL CONSTRUCT query.

Author:
hasan
See Also:
SPARQL Query Language: 10.2 CONSTRUCT

Method Summary
 Set<TriplePattern> getConstructTemplate()
          Gets the template for constructing triples in a CONSTRUCT query.
 
Methods inherited from interface org.apache.clerezza.rdf.core.sparql.query.QueryWithSolutionModifier
getLimit, getOffset, getOrderConditions
 
Methods inherited from interface org.apache.clerezza.rdf.core.sparql.query.Query
getDataSet, getQueryPattern, toString
 

Method Detail

getConstructTemplate

Set<TriplePattern> getConstructTemplate()

Gets the template for constructing triples in a CONSTRUCT query.

Returns:
a template as a set of triple patterns for constructing new triples.
See Also:
SPARQL Query Language: 10.2 CONSTRUCT


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.