-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Rhea to GO relation and some other domain/range constraints
- Loading branch information
Showing
7 changed files
with
227 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
|
||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> <meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <link | ||
rel="stylesheet" | ||
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" | ||
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" | ||
crossorigin="anonymous" | ||
/> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/c3/0.6.12/c3.min.css"/> | ||
<style> | ||
h2 { | ||
margin-top: 35px; | ||
} | ||
|
||
html, body { | ||
height: 100%; | ||
} | ||
|
||
body { | ||
display: flex; | ||
flex-flow: column; | ||
} | ||
|
||
.footer { | ||
margin-top: auto; | ||
padding-top: 1em; | ||
background-color: #f5f5f5; | ||
} | ||
</style> <title>reaction enabled by molecular function</title></head> | ||
|
||
<body> | ||
<nav class="navbar navbar-expand-lg navbar-light bg-light"> | ||
<span class="navbar-brand"> | ||
Decentralized Biomedical Ontology | ||
</span> | ||
</nav> | ||
|
||
<div class="container" style="margin-top: 50px; margin-bottom: 50px"> | ||
<div class="card"> | ||
<h5 class="card-header"> | ||
<span class="badge badge-info">Relation</span> | ||
reaction enabled by molecular function | ||
</h5> | ||
<div class="card-body"> | ||
<p>connects a reaction (e.g., from Rhea) to a molecular function (e.g., from GO) that corresponds</p> | ||
<dl> | ||
<dt>Local Unique Identifier</dt> | ||
<dd> | ||
<a href="https://bioregistry.io/debio:0000047">0000047</a> | ||
</dd> | ||
|
||
|
||
|
||
|
||
</dl> | ||
</div> | ||
</div></div> | ||
|
||
<footer class="footer"> | ||
<p class="small text-center text-muted"> | ||
Generated with PyOBO | ||
</p> | ||
</footer> | ||
|
||
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" | ||
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" | ||
crossorigin="anonymous"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" | ||
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" | ||
crossorigin="anonymous"></script></body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters