Generate manifest.txt files for submitting to ENCODE3.
[htsworkflow.git] / htsworkflow / templates / trackhub_term_values.sparql
1 PREFIX htswlib: <http://jumpgate.caltech.edu/wiki/LibraryOntology#>
2 PREFIX submissionOntology: <http://jumpgate.caltech.edu/wiki/UcscSubmissionOntology#>
3 PREFIX ucscDaf: <http://jumpgate.caltech.edu/wiki/UcscDaf#>
4 PREFIX ncbiTaxon: <http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=>
5 PREFIX geoSoft: <http://www.ncbi.nlm.nih.gov/geo/info/soft2.html#>
6 PREFIX cells: <http://encodewiki.ucsc.edu/EncodeDCC/index.php/Cell_lines#>
7 PREFIX encode3: <http://jumpgate.caltech.edu/wiki/Encode3#>
8
9 select distinct ?name
10 where
11 {
12   ?library a htswlib:Library ;
13            {{term}} ?name.
14 }