PREFIX libraryOntology: PREFIX submissionOntology: PREFIX ucscDaf: PREFIX ncbiTaxon: PREFIX geoSoft: PREFIX cells: # right now we're just grabbing the sequencer model # it might make sense to report each of the flowcell/image software. select ?flowcell ?read_length ?image_software ?image_version ?basecall_software ?basecall_version where { <{{submission}}> submissionOntology:library ?library ; a submissionOntology:submission . ?library libraryOntology:library_id ?library_id ; libraryOntology:has_lane ?lane ; a libraryOntology:library . OPTIONAL { ?flowcell libraryOntology:has_lane ?lane . ?flowcell libraryOntology:read_length ?read_length ; libraryOntology:image_software ?image_software ; libraryOntology:image_version ?image_version ; libraryOntology:basecall_software ?basecall_software ; libraryOntology:basecall_version ?basecall_version ; libraryOntology:sequenced_by ?sequencer . ?sequencer libraryOntology:sequencer_model ?sequencer_model } }