Properly constructing the geo soft file really needed multiple sparql queries.
authorDiane Trout <diane@caltech.edu>
Sat, 12 May 2012 00:43:01 +0000 (17:43 -0700)
committerDiane Trout <diane@caltech.edu>
Sat, 12 May 2012 00:43:01 +0000 (17:43 -0700)
commit697a1fe031741e6d7614127a2f16e69027578e10
tree45341aea273dd6e1b75967a9cca0e7f3390590cd
parent67cd4be9225f13805454f4ca012a3e7de769683f
Properly constructing the geo soft file really needed multiple sparql queries.
Most of this is glueing the various queries together into the soft file
template.

One significant url change that should make it easier to
write turtle documents describing the library was to end the
submission set URI with # instead of /

this way .../SubmissionLog/SubName# is more clearly the same base as
.../SubmissionLog/SubName#AttributeName.

However this probably will break my older rule files.

And I'm not checking for that... *sigh*
htsworkflow/submission/geo.py
htsworkflow/submission/submission.py
htsworkflow/templates/geo_files.sparql [new file with mode: 0644]
htsworkflow/templates/geo_platform.sparql [new file with mode: 0644]
htsworkflow/templates/geo_samples.sparql [new file with mode: 0644]
htsworkflow/templates/geo_series.sparql [new file with mode: 0644]
htsworkflow/templates/geo_submission.soft
htsworkflow/templates/geo_submission.sparql [deleted file]