summaryrefslogtreecommitdiff
path: root/topics/ADR
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-09-07 17:40:17 +0300
committerMunyoki Kilyungi2024-09-09 10:14:57 +0300
commiteb68c26043ba923094ef9213ee9ec54d0775580d (patch)
tree857675f551fde319a8e845075670695fbdb0eba2 /topics/ADR
parent5a9df614faecd5290779c6009a72de565d1b7512 (diff)
downloadgn-gemtext-eb68c26043ba923094ef9213ee9ec54d0775580d.tar.gz
Update ADR.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'topics/ADR')
-rw-r--r--topics/ADR/gn-transform-databases/000-remodel-rif-transform-with-predicateobject-lists.gmi4
-rw-r--r--topics/ADR/gn-transform-databases/001-remodel-ncbi-transform-with-predicateobject-lists.gmi2
2 files changed, 3 insertions, 3 deletions
diff --git a/topics/ADR/gn-transform-databases/000-remodel-rif-transform-with-predicateobject-lists.gmi b/topics/ADR/gn-transform-databases/000-remodel-rif-transform-with-predicateobject-lists.gmi
index f0c9dde..edf5473 100644
--- a/topics/ADR/gn-transform-databases/000-remodel-rif-transform-with-predicateobject-lists.gmi
+++ b/topics/ADR/gn-transform-databases/000-remodel-rif-transform-with-predicateobject-lists.gmi
@@ -32,7 +32,7 @@ gn:wiki-352-0 gnt:belongsToCategory ( "Cellular distribution" "Development and a
We want to avoid manually generating a unique identifier for each WIKI comment. We should instead have that UID be a blank node reference that we don't care about and use predicateObjectLists as an idiom for representing string literals that can't be subjects.
-=> https://www.w3.org/TR/turtle/#grammar-production-predicateObjectList Prodicate Object Lists
+=> https://www.w3.org/TR/turtle/#grammar-production-predicateObjectList Predicate Object Lists
The above transform (gn:wiki-352-0) would now be represented as:
@@ -66,5 +66,5 @@ _:comment gnt:symbol gn:symbolPitpna .
## Consequences
-* The XAPIAN index script will have to be updated, and re-indexing done, both on Tux01 and Tux02.
+* Update SPARQL in tux02, tux01 in lockstep with updating GN3/GN2 and the XAPIAN index.
* Reduction in size of the final output, and faster transform time because using PredicateObjectLists output more terse RDF.
diff --git a/topics/ADR/gn-transform-databases/001-remodel-ncbi-transform-with-predicateobject-lists.gmi b/topics/ADR/gn-transform-databases/001-remodel-ncbi-transform-with-predicateobject-lists.gmi
index c757f18..b3529f2 100644
--- a/topics/ADR/gn-transform-databases/001-remodel-ncbi-transform-with-predicateobject-lists.gmi
+++ b/topics/ADR/gn-transform-databases/001-remodel-ncbi-transform-with-predicateobject-lists.gmi
@@ -94,5 +94,5 @@ Beyond that, we intentionally use a sequence to store a list of pubmed reference
## Consequences
* De-duplication of comments during the transform while retaining the integrity of the RIF metadata.
-* The indexing script will have to be updated.
* Because of the terseness, less work during the I/O heavy operation.
+* Update SPARQL in tux02, tux01 in lockstep with updating GN3/GN2 and the XAPIAN index.