diff options
-rwxr-xr-x | examples/dataset-metadata.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/dataset-metadata.scm b/examples/dataset-metadata.scm index 2dba37f..f340c93 100755 --- a/examples/dataset-metadata.scm +++ b/examples/dataset-metadata.scm @@ -189,7 +189,7 @@ (set dct:identifier (format #f "GN~a" (field InfoFiles GN_AccesionId))) (set dct:accessRights (string-downcase (field DatasetStatus DatasetStatusName))) - (set xkos:classifiedUnder + (set gnt:belongsToGroup (string->identifier "set" (field ("IFNULL(InbredSet.Name, IFNULL(PublishInbredSet.Name, GenoInbredSet.Name))" @@ -263,7 +263,7 @@ (set dct:created (annotate-field (field PublishFreeze CreateTime) '^^xsd:date)) - (set xkos:classifiedUnder + (set gnt:belongsToGroup (string->identifier "set" (field InbredSet Name InbredSetName) #:separator "" @@ -292,7 +292,7 @@ (set dct:created (annotate-field (field GenoFreeze CreateTime) '^^xsd:date)) - (set xkos:classifiedUnder + (set gnt:belongsToGroup (string->identifier "set" (field InbredSet Name InbredSetName) #:separator "" @@ -338,7 +338,7 @@ (string->identifier "tissue" (field Tissue Short_Name))) - (set xkos:classifiedUnder + (set gnt:belongsToGroup (string->identifier "set" (field InbredSet Name InbredSetName) #:separator "" |