C# Class RDFSharp.Query.RDFDescribeQuery

RDFDescribeQuery is the SPARQL "DESCRIBE" query implementation.
Inheritance: RDFQuery
Datei anzeigen Open project: mdesalvo/RDFSharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddDescribeTerm ( RDFResource describeTerm ) : RDFDescribeQuery

Adds the given resource to the describe terms of the query

AddDescribeTerm ( RDFVariable describeVar ) : RDFDescribeQuery

Adds the given variable to the describe terms of the query

AddModifier ( RDFLimitModifier modifier ) : RDFDescribeQuery

Adds the given modifier to the query

AddModifier ( RDFOffsetModifier modifier ) : RDFDescribeQuery

Adds the given modifier to the query

AddPatternGroup ( RDFPatternGroup patternGroup ) : RDFDescribeQuery

Adds the given pattern group to the body of the query

ApplyToFederation ( RDFFederation federation ) : RDFSharp.Query.RDFDescribeQueryResult

Applies the query to the given federation

ApplyToGraph ( RDFGraph graph ) : RDFSharp.Query.RDFDescribeQueryResult

Applies the query to the given graph

ApplyToStore ( RDFStore store ) : RDFSharp.Query.RDFDescribeQueryResult

Applies the query to the given store

RDFDescribeQuery ( ) : System

Default-ctor to build an empty DESCRIBE query

ToString ( ) : String

Gives the string representation of the DESCRIBE query

Method Details

AddDescribeTerm() public method

Adds the given resource to the describe terms of the query
public AddDescribeTerm ( RDFResource describeTerm ) : RDFDescribeQuery
describeTerm RDFSharp.Model.RDFResource
return RDFDescribeQuery

AddDescribeTerm() public method

Adds the given variable to the describe terms of the query
public AddDescribeTerm ( RDFVariable describeVar ) : RDFDescribeQuery
describeVar RDFVariable
return RDFDescribeQuery

AddModifier() public method

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

AddModifier() public method

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

AddPatternGroup() public method

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

ApplyToFederation() public method

Applies the query to the given federation
public ApplyToFederation ( RDFFederation federation ) : RDFSharp.Query.RDFDescribeQueryResult
federation RDFFederation
return RDFSharp.Query.RDFDescribeQueryResult

ApplyToGraph() public method

Applies the query to the given graph
public ApplyToGraph ( RDFGraph graph ) : RDFSharp.Query.RDFDescribeQueryResult
graph RDFGraph
return RDFSharp.Query.RDFDescribeQueryResult

ApplyToStore() public method

Applies the query to the given store
public ApplyToStore ( RDFStore store ) : RDFSharp.Query.RDFDescribeQueryResult
store RDFStore
return RDFSharp.Query.RDFDescribeQueryResult

RDFDescribeQuery() public method

Default-ctor to build an empty DESCRIBE query
public RDFDescribeQuery ( ) : System
return System

ToString() public method

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