You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#This SPARQL query allows the search of AOs based on their title, and finds all
#AOPs and Stressors that can lead to it, and finds chemical annotations when present.
SELECT ?AO ?AOname ?AOP ?MIETitle (CONCAT('"',GROUP_CONCAT(?StressorName;SEPARATOR='","'),'"') AS ?StressorNames) (CONCAT('"',GROUP_CONCAT(?ChemicalName;SEPARATOR='","'),'"') AS ?ChemicalNames) WHERE {