summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2026-01-06 17:57:39 +0300
committerPjotr Prins2026-01-21 08:14:22 +0100
commita8081acf2c3e590df0157181a2e30b1430ed5a7d (patch)
tree6e50a601ac17de61a6b7581b6660e98316db5f85
parent5c878b1c135d3a056ebba6681fa8ea0b0e8ea17c (diff)
downloadgn-gemtext-a8081acf2c3e590df0157181a2e30b1430ed5a7d.tar.gz
Close some rdf old issues.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--issues/rdf/automate-rdf-generation-and-ingress.gmi4
-rw-r--r--issues/rdf/search-indexing-general-issues.gmi2
2 files changed, 5 insertions, 1 deletions
diff --git a/issues/rdf/automate-rdf-generation-and-ingress.gmi b/issues/rdf/automate-rdf-generation-and-ingress.gmi
index ef4ba9f..dedf5d8 100644
--- a/issues/rdf/automate-rdf-generation-and-ingress.gmi
+++ b/issues/rdf/automate-rdf-generation-and-ingress.gmi
@@ -4,7 +4,7 @@
 
 * assigned: bonfacem
 * priority: high
-* tags: in-progress
+* tags: done
 * deadline: 2024-10-23 Wed
 
 We need to update Virtuoso in production.  At the moment this is done manually.  For the current set-up, we need to update the recent modified RIF+WIKI models:
@@ -35,3 +35,5 @@ CHECKPOINT;
 Above steps should be automated and tested in CD before roll-out in production.  Key considerations:
 
 - Pick latest important changes from git, so that we can pick what files to run instead of generating all the ttl files all the time.
+
+* closed
diff --git a/issues/rdf/search-indexing-general-issues.gmi b/issues/rdf/search-indexing-general-issues.gmi
index 3bcc36a..bd49419 100644
--- a/issues/rdf/search-indexing-general-issues.gmi
+++ b/issues/rdf/search-indexing-general-issues.gmi
@@ -30,3 +30,5 @@ A fix for this would be to replace "add_boolean_prefix" with "add_prefix".
 ## CIS/TRANS Searches
 
 The challenge with this search is that we would have to compare valuse for each possible result against one another, necessitating the generation of position values separately for every possible result.  Also, for the devs (jnduli, bonfacem) we need to have a better understanding of how this work, which is currently vague.
+
+* closed