Skip to content

Commit

Permalink
Fixed link from CHEMBLxxx id to internal identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Mar 10, 2012
1 parent 9cc57a9 commit 46b3759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets.php
Expand Up @@ -26,7 +26,7 @@
}

$chembl = $CHEMBL . $row['chembl_id'];
echo triple( $chembl, $OWL . "equivalentClass", $molecule );
echo triple( $chembl, $OWL . "equivalentClass", $target );
echo triple( $target, $OWL . "equivalentClass", $chembl );
echo data_triple( $target, $RDFS . "label", $row['chembl_id'] );

Expand Down

0 comments on commit 46b3759

Please sign in to comment.