Свойство | Тип | Описание | |
---|---|---|---|
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
|
public static ExecuteQueryWithString ( string input ) : SparqlResultSet | ||
input | string | the query text as string |
Результат | SparqlResultSet |
public static closeConnection ( ) : void | ||
Результат | void |
public static convertToDbpedia ( string input ) : string | ||
input | string | the localhost input |
Результат | string |
public static convertToLocalhost ( string input ) : string | ||
input | string | url with any domain name |
Результат | string |
public static getGraphFromURIWithlocalHost ( string input ) : VDS.RDF.Graph | ||
input | string | the input string uri |
Результат | VDS.RDF.Graph |
public static getLabelIfAny ( string node ) : string | ||
node | string | Node |
Результат | string |
public static startConnection ( ) : void | ||
Результат | void |