All URIs are relative to https://localhost/api
Method | HTTP request | Description |
---|---|---|
getDlQuery | GET /owl/ontology/dlquery/{query} | Returns list of matches |
getDlQuery_0 | GET /owl/ontology/sparql/{query} | Returns list of matches |
List<Association> getDlQuery(query)
Returns list of matches
// Import classes:
//import io.swagger.client.ApiException;
//import io.swagger.client.api.OwlontologyApi;
OwlontologyApi apiInstance = new OwlontologyApi();
String query = "query_example"; // String |
try {
List<Association> result = apiInstance.getDlQuery(query);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OwlontologyApi#getDlQuery");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
query | String |
No authorization required
- Content-Type: application/json
- Accept: application/json
List<Association> getDlQuery_0(query)
Returns list of matches
// Import classes:
//import io.swagger.client.ApiException;
//import io.swagger.client.api.OwlontologyApi;
OwlontologyApi apiInstance = new OwlontologyApi();
String query = "query_example"; // String |
try {
List<Association> result = apiInstance.getDlQuery_0(query);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OwlontologyApi#getDlQuery_0");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
query | String |
No authorization required
- Content-Type: application/json
- Accept: application/json