aboutsummaryrefslogtreecommitdiff
path: root/examples/strains.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-12-07 14:30:49 +0300
committerMunyoki Kilyungi2023-12-14 00:55:48 +0300
commit718fe5c900a5cb6390f96e0e2911bd9d7d2b7347 (patch)
tree6bbd0baf90b529f147e534ec9407a84bf2b3bdbc /examples/strains.scm
parenta1c8da904156a483b7afb57441ff6db6ff8764bd (diff)
downloadgn-transform-databases-718fe5c900a5cb6390f96e0e2911bd9d7d2b7347.tar.gz
Use correct identifier for the AvgMethod table.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/strains.scm')
-rwxr-xr-xexamples/strains.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/strains.scm b/examples/strains.scm
index bace36d..c22a8fc 100755
--- a/examples/strains.scm
+++ b/examples/strains.scm
@@ -105,7 +105,7 @@ At this point it is not very clear how Name, Name2, Symbol and Alias are used.
(schema-triples
(gnc:avgMethod a skos:Concept)
(gnc:avgMethod skos:definition "Terms that decribe normalization methods used on this resource"))
- (triples (string->identifier "avgMethod" (field AvgMethod Name))
+ (triples (string->identifier "avgMethod" (field AvgMethod Name AvgMethodName))
(set rdf:type 'gnc:avgMethod)
(set rdfs:label (field AvgMethod Normalization))))