Skip to content

Commit

Permalink
Use CiTO for assays too
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Mar 3, 2012
1 parent 2bf9b49 commit 96dd19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assays.php
Expand Up @@ -31,7 +31,7 @@
echo data_triple( $assay, $ONTO . "hasDescription", $description );
}
if ($row['doc_id'])
echo triple( $assay, $ONTO . "extractedFrom", $RES . "r" . $row['doc_id'] );
echo triple( $assay, $CITO . "citesAsDataSource", $RES . "r" . $row['doc_id'] );

$props = mysql_query("SELECT DISTINCT * FROM assay2target WHERE assay_id = " . $row['assay_id']);
while ($prop = mysql_fetch_assoc($props)) {
Expand Down

0 comments on commit 96dd19d

Please sign in to comment.