diff options
author | Munyoki Kilyungi | 2024-09-07 15:37:47 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-09-07 15:37:47 +0300 |
commit | 01dbe2ff5aa9452dc190cf604b69a298a3c0e994 (patch) | |
tree | cce5205eac6b1e3f7c0c4101b39bb2fe39ee89d1 | |
parent | 46fc7416b0baeff0704edb906ecc1d57cf36254b (diff) | |
download | gn-gemtext-01dbe2ff5aa9452dc190cf604b69a298a3c0e994.tar.gz |
Update ADR.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r-- | topics/ADR/gn-transform-databases/000-remodel-rif-transform-with-predicateobject-lists.gmi | 2 |
1 files changed, 1 insertions, 1 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 8dfb2ef..f0c9dde 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 @@ -12,7 +12,7 @@ In RDF 1.1 Turtle, you have to use a Qname as the subject. As such, you cannot "Unique expression signature of a system that includes the subiculum, layer 6 in cortex ventral and lateral to dorsal striatum, and the endopiriform nucleus. Expression in cerebellum is apparently limited to Bergemann glia ABA" dct:created "2007-08-31T13:00:47"^^xsd:datetime . ``` -As of commit "397745b554e0", a work-around was to manually create a unique identifier for each comment for the GeneRIF table. This was done by creating a unique identifier that combines GeneRIF.Id with GeneRIF.VersionId. One challenge with this is that we create some coupling with MySQL's unique generation of the GeneRIF.Id column. Here's an example of snipped turtle entries: +As of commit "397745b554e0", a work-around was to manually create a unique identifier for each comment for the GeneRIF table. This identifier was created by combining GeneRIF.Id with GeneRIF.VersionId. One challenge with this is that we create some coupling with MySQL's unique generation of the GeneRIF.Id column. Here's an example of snipped turtle entries: ``` gn:wiki-352-0 rdfs:comment "Ubiquitously expressed. Hypomorphic vibrator allele shows degeneration of interneurons and tremor and juvenile lethality; modified by CAST alleles of Nxf1. Knockout has hepatic steatosis and hypoglycemia." . |