Use htsworkflow ontology to validate various RDF using components.
[htsworkflow.git] / htsworkflow / pipelines / sequences.py
index 23e7fe8cfa401a52a52e936e91e3182311ed851f..479ce3ddcd330fa5fe4285215ed08edb81e1c710 100644 (file)
@@ -477,7 +477,7 @@ def guess_library_from_model(model, base_url, flowcell, lane_id):
     select ?library ?lane
     where {{
       <{flowcell}> libNS:has_lane ?lane ;
-                   a libNS:illumina_flowcell .
+                   a libNS:IlluminaFlowcell .
       ?lane libNS:lane_number {lane_id} ;
             libNS:library ?library .
     }}