summaryrefslogtreecommitdiff
path: root/topics
diff options
context:
space:
mode:
Diffstat (limited to 'topics')
-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.