Closed sholmas closed 4 years ago
The following query causes the app to hang while loading when using the Beta Config.
BASE <http://rdf.biogateway.eu/graph/> SELECT DISTINCT ?A ?B WHERE { GRAPH <tfac2gene> { <http://rdf.biogateway.eu/prot/9606/chr-2/CREB1/UPI000012841D> <http://purl.obolibrary.org/obo/RO_0002428> ?A . } GRAPH <tfac2gene> { <http://rdf.biogateway.eu/prot/9606/chr-10/CREM/UPI00014F7ACB> <http://purl.obolibrary.org/obo/RO_0002428> ?B . } }
The following query causes the app to hang while loading when using the Beta Config.
BASE <http://rdf.biogateway.eu/graph/> SELECT DISTINCT ?A ?B WHERE { GRAPH <tfac2gene> { <http://rdf.biogateway.eu/prot/9606/chr-2/CREB1/UPI000012841D> <http://purl.obolibrary.org/obo/RO_0002428> ?A . } GRAPH <tfac2gene> { <http://rdf.biogateway.eu/prot/9606/chr-10/CREM/UPI00014F7ACB> <http://purl.obolibrary.org/obo/RO_0002428> ?B . } }