This commit is contained in:
2026-08-13 22:44:37 -04:00
parent a723b52191
commit 8dcaa5b61f
5 changed files with 244 additions and 181 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ message OntologyClearResponse {
message OntologyQueryRequest {
optional string turtle = 1;
string sparql_query = 2;
optional string sparql_query = 2;
map<string, string> prefixes = 3;
optional string base = 4;
}