From 718fe5c900a5cb6390f96e0e2911bd9d7d2b7347 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Thu, 7 Dec 2023 14:30:49 +0300 Subject: Use correct identifier for the AvgMethod table. Signed-off-by: Munyoki Kilyungi --- examples/strains.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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)))) -- cgit v1.2.3