C# Class RDFSharp.Query.RDFConstructQuery

RDFConstructQuery is the SPARQL "CONSTRUCT" query implementation.
Mostrar archivo Open project: mdesalvo/RDFSharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddModifier ( RDFLimitModifier modifier ) : RDFConstructQuery

Adds the given modifier to the query

AddModifier ( RDFOffsetModifier modifier ) : RDFConstructQuery

Adds the given modifier to the query

AddPatternGroup ( RDFPatternGroup patternGroup ) : RDFConstructQuery

Adds the given pattern group to the body of the query

AddTemplate ( RDFPattern template ) : RDFConstructQuery

Adds the given pattern to the templates of the query

ApplyToFederation ( RDFFederation federation ) : RDFConstructQueryResult

Applies the query to the given federation

ApplyToGraph ( RDFGraph graph ) : RDFConstructQueryResult

Applies the query to the given graph

ApplyToStore ( RDFStore store ) : RDFConstructQueryResult

Applies the query to the given store

RDFConstructQuery ( ) : System

Default-ctor to build an empty CONSTRUCT query

ToString ( ) : String

Gives the string representation of the CONSTRUCT query

Method Details

AddModifier() public method

Adds the given modifier to the query
public AddModifier ( RDFLimitModifier modifier ) : RDFConstructQuery
modifier RDFLimitModifier
return RDFConstructQuery

AddModifier() public method

Adds the given modifier to the query
public AddModifier ( RDFOffsetModifier modifier ) : RDFConstructQuery
modifier RDFOffsetModifier
return RDFConstructQuery

AddPatternGroup() public method

Adds the given pattern group to the body of the query
public AddPatternGroup ( RDFPatternGroup patternGroup ) : RDFConstructQuery
patternGroup RDFPatternGroup
return RDFConstructQuery

AddTemplate() public method

Adds the given pattern to the templates of the query
public AddTemplate ( RDFPattern template ) : RDFConstructQuery
template RDFPattern
return RDFConstructQuery

ApplyToFederation() public method

Applies the query to the given federation
public ApplyToFederation ( RDFFederation federation ) : RDFConstructQueryResult
federation RDFFederation
return RDFConstructQueryResult

ApplyToGraph() public method

Applies the query to the given graph
public ApplyToGraph ( RDFGraph graph ) : RDFConstructQueryResult
graph RDFGraph
return RDFConstructQueryResult

ApplyToStore() public method

Applies the query to the given store
public ApplyToStore ( RDFStore store ) : RDFConstructQueryResult
store RDFStore
return RDFConstructQueryResult

RDFConstructQuery() public method

Default-ctor to build an empty CONSTRUCT query
public RDFConstructQuery ( ) : System
return System

ToString() public method

Gives the string representation of the CONSTRUCT query
public ToString ( ) : String
return String