Skip to content

Commit

Permalink
Use PRO for compounds too
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Mar 10, 2012
1 parent 96dd19d commit a558006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compounds.php
Expand Up @@ -28,7 +28,7 @@
if ($chebiRow['molecule_type'] = "Small molecule") {
echo triple( $molecule, $RDFS . "subClassOf", $CHEMINF . "CHEMINF_000000"); # chemical entity
} else if ($chebiRow['molecule_type'] = "Protein") {
echo triple( $molecule, $RDFS . "subClassOf", $ONTO . "Protein" );
echo triple( $molecule, $RDFS . "subClassOf", $PRO . "PR_000000001" );
} else if ($chebiRow['molecule_type'] = "Cell") {
echo triple( $molecule, $RDFS . "subClassOf", $ONTO . "Cell" );
} else if ($chebiRow['molecule_type'] = "Oligosaccharide") {
Expand Down

0 comments on commit a558006

Please sign in to comment.