diff options
author | Munyoki Kilyungi | 2023-12-07 14:30:49 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-12-14 00:55:48 +0300 |
commit | 718fe5c900a5cb6390f96e0e2911bd9d7d2b7347 (patch) | |
tree | 6bbd0baf90b529f147e534ec9407a84bf2b3bdbc /examples | |
parent | a1c8da904156a483b7afb57441ff6db6ff8764bd (diff) | |
download | gn-transform-databases-718fe5c900a5cb6390f96e0e2911bd9d7d2b7347.tar.gz |
Use correct identifier for the AvgMethod table.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/strains.scm | 2 |
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)))) |