diff options
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/molecular-traits-datasets.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/molecular-traits-datasets.scm b/examples/molecular-traits-datasets.scm index 98b55c6..34ddf3a 100755 --- a/examples/molecular-traits-datasets.scm +++ b/examples/molecular-traits-datasets.scm @@ -52,6 +52,7 @@ "WHERE ProbeSetFreeze.public > 0 AND Species.Name != 'monkey'") (triples (string->identifier "dataset" (field ProbeSetFreeze Name) #:separator "_") (set dct:created (annotate-field (field ProbeSetFreeze CreateTime) '^^xsd:datetime)) + (set gnt:has_strain (string->identifier "set" (field InbredSet Name InbredSetName) #:separator "_")) (set gnt:uses_normalization_method (string->identifier "avg_method" (field AvgMethod Name AvgMethodName) #:separator "_")) (set gnt:has_molecular_trait |
