Elektrine lite

← Feed

@egonw@social.edu.nl

Post #2598054

2025-11-02 05:09 UTC

@lysander07@sigmoid.social @fizise@sigmoid.social @enorouzi@sigmoid.social @joerg@sigmoid.social @NFDI4Chem@nfdi.social @DiTraRe@social.kit.edu the webinterface of the SPARQL endpoint could use a horizontal scrollbar: https://ditrare.ise.fiz-karlsruhe.de/chemotion-kg/shmarql/?query=select%20%3Fs%20%3Fp%20%3Fo%20where%20%7B%3Fs%20%3Fp%20%3Fo%7D%20limit%201000%0A

Replies (1)

  • @egonw@social.edu.nl 2025-11-02 05:14

    @lysander07@sigmoid.social @fizise@sigmoid.social @enorouzi@sigmoid.social @joerg@sigmoid.social @NFDI4Chem@nfdi.social @DiTraRe@social.kit.edu one last thought, I assume you also have SMILES in the datasets (since you have InChIs too), check out the work by Ammar Ammar that uses CDK Depict to visualize SMILES as 2D in SPARQL result tables: https://edu.nl/tuppe The column ?smilesDepict holds a SMILES value, but is automatically converted into a 2D depiction Source code: https://github.com/ammar257ammar/Snorql-UI/commits/master/ (see 2022-03-13 patch)

    Open ##2598055