This commit is contained in:
2026-08-13 09:44:46 -04:00
parent f852da4f4e
commit a723b52191
11 changed files with 63 additions and 29 deletions
+2
View File
@@ -20,6 +20,8 @@ message OntologyClearResponse {
message OntologyQueryRequest {
optional string turtle = 1;
string sparql_query = 2;
map<string, string> prefixes = 3;
optional string base = 4;
}
message OntologyQueryResponse {