prefix pdbjrdf: prefix pdbjschema:select ?descriptor ?title ?struct_keywords ?gene_src_scientific_name ?authorname where {?entry pdbjschema:entry.id "107L" ; pdbjschema:referenced_by_struct ?structure; pdbjschema:referenced_by_struct_keywords ?struct_keywords; pdbjschema:of_datablock ?of_datablock .?structure pdbjschema:struct.pdbx_descriptor ?descriptor; pdbjschema:struct.title ?title .?of_datablock pdbjschema:has_entity_src_genCategory ?entity_src_genCategory; pdbjschema:has_audit_authorCategory ?authorCategory. ?entity_src_genCategory pdbjschema:has_entity_src_gen ?entity_src_gen.?entity_src_gen pdbjschema:entity_src_gen.pdbx_gene_src_scientific_name ?gene_src_scientific_name.?authorCategory pdbjschema:has_audit_author ?audit_author.?audit_author pdbjschema:audit_author.name ?authorname .} prefix pdbjrdf: prefix pdbjschema:select ?authorname where { pdbjrdf:107L pdbjschema:has_audit_authorCategory ?authorCategory. ?authorCategory pdbjschema:has_audit_author ?audit_author.?audit_author pdbjschema:audit_author.name ?authorname .} prefix pdbjrdf: prefix pdbjschema:select ?citation ?predicate ?contents where { pdbjschema:has_citationCategory ?citationCategory. ?citationCategory pdbjschema:has_citation ?citation. ?citation ?predicate ?contents} prefix pdbjrdf: prefix pdbjschema:select ?has_entity ?entitypdbx_description ?referenced_by_entity_src_gen ?entitytype ?entitypdbx_number_of_molecules ?entity_src_gen_gene_src_species where { pdbjrdf:107L pdbjschema:has_entityCategory ?has_entityCategory. ?has_entityCategory pdbjschema:has_entity ?has_entity .?has_entity pdbjschema:entity.pdbx_description ?entitypdbx_description;pdbjschema:entity.type ?entitytype;pdbjschema:entity.pdbx_number_of_molecules ?entitypdbx_number_of_molecules.OPTIONAL {?has_entity pdbjschema:referenced_by_entity_src_gen ?referenced_by_entity_src_gen.?referenced_by_entity_src_gen pdbjschema:entity_src_gen.gene_src_species ?entity_src_gen_gene_src_species}}