diff options
-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)))) |