PREFIX rdf: PREFIX rdfs: PREFIX htswlib: PREFIX submissionOntology: PREFIX ucscDaf: PREFIX ncbiTaxon: PREFIX geoSoft: PREFIX cells: PREFIX encode3: select distinct ?lab_library_id ?library_id ?filename ?relative_path ?output_type ?file_type ?cell ?replicate ?assay ?rna_type ?protocol ?file_label WHERE { ?trackType geoSoft:fileTypeLabel ?file_type ; ucscDaf:output_type ?output_type . ?file ucscDaf:filename ?filename ; ucscDaf:relative_path ?relative_path ; htswlib:library ?library ; a ?trackType . OPTIONAL { ?file rdfs:label ?file_label . } OPTIONAL { ?library htswlib:library_id ?lab_library_id } OPTIONAL { ?library encode3:library_id ?library_id } OPTIONAL { ?library htswlib:cell_line ?cell . } OPTIONAL { ?library htswlib:replicate ?replicate } OPTIONAL { ?library encode3:assay ?assay . } OPTIONAL { ?library encode3:rna_type ?rna_type. } OPTIONAL { ?library encode3:protocol ?protocol. } #OPTIONAL { ?library ucscDaf:readType ?read_type } } order by ?trackType