Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added links to Uniprot
  • Loading branch information
egonw committed May 4, 2012
1 parent 870ece7 commit 319147d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions namespaces.php
Expand Up @@ -22,6 +22,7 @@
$PRO = $OBO;
$VO = $OBO;
$CL = $OBO;
$UNIPROT = "http://www.uniprot.org/uniprot/";

$ONTO = "http://rdf.farmbio.uu.se/chembl/onto/#";
$ACT = $rooturi . "activity/";
Expand Down
1 change: 1 addition & 0 deletions targets.php
Expand Up @@ -60,6 +60,7 @@
if ($row['protein_accession']) {
echo data_triple( $target, $DC . "identifier", "uniprot:" . $row['protein_accession'] );
echo triple( $target, $OWL . "sameAs", "http://bio2rdf.org/uniprot:" . $row['protein_accession'] );
echo triple( $target, $OWL . "sameAs", $UNIPROT . $row['protein_accession'] );
}
if ($row['tax_id'])
echo triple( $target, $ONTO . "hasTaxonomy", "http://bio2rdf.org/taxonomy:" . $row['tax_id'] );
Expand Down

0 comments on commit 319147d

Please sign in to comment.