Skip to content

Commit

Permalink
Also output the taxonomy data
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed May 4, 2012
1 parent 526e1cd commit 703735f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assays.php
Expand Up @@ -35,6 +35,8 @@

if ($row['assay_organism'])
echo data_triple( $assay, $ONTO . "organism", $row['assay_organism'] );
if ($row['assay_tax_id'])
echo triple( $assay, $ONTO . "hasTaxonomy", "http://bio2rdf.org/taxonomy:" . $row['assay_tax_id'] );

if ($row['description']) {
# clean up description
Expand Down

0 comments on commit 703735f

Please sign in to comment.