Property | Type | Description | |
---|---|---|---|
manager | VDS.RDF.Storage.VirtuosoManager |
Method | Description | |
---|---|---|
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 |
return | SparqlResultSet |
public static convertToDbpedia ( string input ) : string | ||
input | string | the localhost input |
return | string |
public static convertToLocalhost ( string input ) : string | ||
input | string | url with any domain name |
return | string |
public static getGraphFromURIWithlocalHost ( string input ) : VDS.RDF.Graph | ||
input | string | the input string uri |
return | VDS.RDF.Graph |
public static getLabelIfAny ( string node ) : string | ||
node | string | Node |
return | string |