C# Класс mergedServices.QueryHandler

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
manager VDS.RDF.Storage.VirtuosoManager

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

Метод Описание
ExecuteQueryWithString ( string input ) : SparqlResultSet

overload of Execute query

closeConnection ( ) : void

closes connection to the server

convertToDbpedia ( string input ) : string

converts the localhost to dbpedia, not recommended

convertToLocalhost ( string input ) : string

converts any domain name to the localhost:8890

getGraphFromURIWithlocalHost ( string input ) : VDS.RDF.Graph

gets the graph from the input Uri(changes the uri to localhost)

getLabelIfAny ( string node ) : string

Gets label of given node.

startConnection ( ) : void

starts connection with the server

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

ExecuteQueryWithString() публичный статический Метод

overload of Execute query
public static ExecuteQueryWithString ( string input ) : SparqlResultSet
input string the query text as string
Результат SparqlResultSet

closeConnection() публичный статический Метод

closes connection to the server
public static closeConnection ( ) : void
Результат void

convertToDbpedia() публичный статический Метод

converts the localhost to dbpedia, not recommended
public static convertToDbpedia ( string input ) : string
input string the localhost input
Результат string

convertToLocalhost() публичный статический Метод

converts any domain name to the localhost:8890
public static convertToLocalhost ( string input ) : string
input string url with any domain name
Результат string

getGraphFromURIWithlocalHost() публичный статический Метод

gets the graph from the input Uri(changes the uri to localhost)
public static getGraphFromURIWithlocalHost ( string input ) : VDS.RDF.Graph
input string the input string uri
Результат VDS.RDF.Graph

getLabelIfAny() публичный статический Метод

Gets label of given node.
public static getLabelIfAny ( string node ) : string
node string Node
Результат string

startConnection() публичный статический Метод

starts connection with the server
public static startConnection ( ) : void
Результат void

Описание свойств

manager публичное статическое свойство

public static VirtuosoManager,VDS.RDF.Storage manager
Результат VDS.RDF.Storage.VirtuosoManager