SELECT * WHERE { ?speciesK . OPTIONAL{ ?speciesK ?sciName . } OPTIONAL{ ?speciesK ?name . } OPTIONAL{ ?speciesK ?kingdom . ?kingdom ?kingdomName . } OPTIONAL{ ?speciesK ?division . ?division ?divisionName . } OPTIONAL{ ?speciesK ?phylum . ?phylum ?phylumName . } OPTIONAL{ ?speciesK ?order . ?order ?orderName . } OPTIONAL{ ?speciesK ?family . ?family ?familyName . } OPTIONAL{ ?speciesK ?genus . ?genus ?genusName . } OPTIONAL{ ?speciesK ?species . ?species ?speciesName . } OPTIONAL{ ?speciesK ?class . ?class ?className . } }