C# Класс RDFSharp.Query.RDFAskQuery

RDFAskQuery is the SPARQL "ASK" query implementation.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddPatternGroup ( RDFPatternGroup patternGroup ) : RDFAskQuery

Adds the given pattern group to the query

ApplyToFederation ( RDFFederation federation ) : RDFAskQueryResult

Applies the query to the given federation

ApplyToGraph ( RDFGraph graph ) : RDFAskQueryResult

Applies the query to the given graph

ApplyToStore ( RDFStore store ) : RDFAskQueryResult

Applies the query to the given store

RDFAskQuery ( ) : System

Default-ctor to build an empty ASK query

ToString ( ) : String

Gives the string representation of the ASK query

Описание методов

AddPatternGroup() публичный Метод

Adds the given pattern group to the query
public AddPatternGroup ( RDFPatternGroup patternGroup ) : RDFAskQuery
patternGroup RDFPatternGroup
Результат RDFAskQuery

ApplyToFederation() публичный Метод

Applies the query to the given federation
public ApplyToFederation ( RDFFederation federation ) : RDFAskQueryResult
federation RDFFederation
Результат RDFAskQueryResult

ApplyToGraph() публичный Метод

Applies the query to the given graph
public ApplyToGraph ( RDFGraph graph ) : RDFAskQueryResult
graph RDFGraph
Результат RDFAskQueryResult

ApplyToStore() публичный Метод

Applies the query to the given store
public ApplyToStore ( RDFStore store ) : RDFAskQueryResult
store RDFStore
Результат RDFAskQueryResult

RDFAskQuery() публичный Метод

Default-ctor to build an empty ASK query
public RDFAskQuery ( ) : System
Результат System

ToString() публичный Метод

Gives the string representation of the ASK query
public ToString ( ) : String
Результат String