X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=encode_submission%2Ffind-lib-by-cell.sparql;h=7e34335fd26b8f5f15280377b4eafd735474bf18;hp=70bd1457e388274021cde64f8d8b0eae232482c5;hb=8bbe0264745aeab86f0749127c9a9d69bb72f4f2;hpb=8fd5e35ffdb651a361f5e46237b0ccd47ebdc2f4 diff --git a/encode_submission/find-lib-by-cell.sparql b/encode_submission/find-lib-by-cell.sparql index 70bd145..7e34335 100644 --- a/encode_submission/find-lib-by-cell.sparql +++ b/encode_submission/find-lib-by-cell.sparql @@ -11,7 +11,7 @@ WHERE { libraryOntology:date ?submission_date. ?liburn libraryOntology:cell_line ?cell ; libraryOntology:replicate ?replicate ; - libraryOntology:species ?species . + libraryOntology:species_name ?species . OPTIONAL { ?liburn libraryOntology:treatement ?treatment . } FILTER(regex(?species, "Homo sapiens", "i")) #filter(?submission_date > "2011-04-01T00:00:00Z"^^xsd:dateTime)