diff options
author | Munyoki Kilyungi | 2024-09-07 17:40:17 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-09-09 10:14:57 +0300 |
commit | eb68c26043ba923094ef9213ee9ec54d0775580d (patch) | |
tree | 857675f551fde319a8e845075670695fbdb0eba2 /topics/ADR/gn-transform-databases/000-remodel-rif-transform-with-predicateobject-lists.gmi | |
parent | 5a9df614faecd5290779c6009a72de565d1b7512 (diff) | |
download | gn-gemtext-eb68c26043ba923094ef9213ee9ec54d0775580d.tar.gz |
Update ADR.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'topics/ADR/gn-transform-databases/000-remodel-rif-transform-with-predicateobject-lists.gmi')
-rw-r--r-- | topics/ADR/gn-transform-databases/000-remodel-rif-transform-with-predicateobject-lists.gmi | 4 |
1 files changed, 2 insertions, 2 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. |