Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Also use subClassOf for other targets; see also targetTypes.nt
  • Loading branch information
egonw committed May 4, 2012
1 parent adcd2b0 commit 162d353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets.php
Expand Up @@ -23,7 +23,7 @@
if ($row['target_type'] == 'PROTEIN') {
echo triple( $target, $RDFS . "subClassOf", $PRO . "PR_000000001" );
} else {
echo triple( $target, $ONTO . "hasTargetType", $TGT . $row['target_type'] );
echo triple( $target, $RDFS . "subClassOf", $TGT . $row['target_type'] );
}

$chembl = $CHEMBL . $row['chembl_id'];
Expand Down

0 comments on commit 162d353

Please sign in to comment.