Merge branch 'django1.4'
[htsworkflow.git] / htsworkflow / templates / submission_view_rdfs_label_metadata.sparql
1 PREFIX htsw: <http://jumpgate.caltech.edu/wiki/LibraryOntology#>
2 PREFIX encode3: <http://jumpgate.caltech.edu/wiki/Encode3#>
3
4 select ?cell_line ?assay ?protocol ?lab
5 where {
6     optional { <{{ library }}> htsw:cell_line ?cell_line . }
7     optional { <{{ library }}> encode3:assay ?assay . }
8     optional { <{{ library }}> encode3:protocol ?protocol. }
9     optional { <{{ library }}> encode3:lab ?lab. }
10 }