Fix RDF schema problems with lane_number and species.
[htsworkflow.git] / encode_submission / find-lib-by-cell.sparql
index 70bd1457e388274021cde64f8d8b0eae232482c5..7e34335fd26b8f5f15280377b4eafd735474bf18 100644 (file)
@@ -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)