Link to this page
Orthology Ontology
Last uploaded:
May 15, 2024
Acronym | ORTH |
Visibility | Public |
Description | Orthology Ontology |
Status | Beta |
Format | OWL |
Contact | Jesualdo Tomás Fernández-Breis, jfernand@um.es Hirokazu Chiba, chiba@dbcls.rois.ac.jp Tarcisio Mendes de Farias, Tarcisio.Mendes@sib.swiss |
Categories | All Organisms, Genomic and Proteomic |
Version | Released | Uploaded | Downloads |
---|---|---|---|
2.0 (Parsed, Indexed, Metrics, Annotator, Error Diff) | 05/15/2024 | 05/15/2024 | OWL | CSV | RDF/XML | Diff |
This ontology is the second version of the orthology ontology first published in 2015 and available at http://purl.bioontology.org/ontology/ORTH . @authors T.M. de Farias, H. Chiba, J.T. Fernandez-Breis, E. Antezana, D. Kuznetsov, C. Dessimoz and F. Villiers. (Archived) | 03/19/2021 | 03/19/2021 | OWL | Diff |
This ontology is the second version of the orthology ontology first published in 2015 and available at http://purl.bioontology.org/ontology/ORTH . @authors T.M. de Farias, H. Chiba, J.T. Fernandez-Breis, E. Antezana, D. Kuznetsov, C. Dessimoz and F. Villiers. (Archived) | 03/08/2021 | 03/08/2021 | OWL | Diff |
2015-11-27 (Archived) | 04/03/2016 | 04/03/2016 | OWL | Diff |
2015-11-27 (Archived) | 04/01/2016 | 04/01/2016 | OWL | Diff |
2015-11-27 (Archived) | 11/28/2015 | 11/28/2015 | OWL | Diff |
2015-11-27 (Archived) | 11/27/2015 | 11/27/2015 | OWL |
more... |
No views of ORTH available
Classes | 34 |
Individuals | 6 |
Properties | 32 |
Maximum depth | 3 |
Maximum number of children | 12 |
Average number of children | 2 |
Classes with a single child | 5 |
Classes with more than 25 children | 0 |
Classes with no definition | 1 |
Jump to:
Id | http://purl.org/net/orth#Gene
http://purl.org/net/orth#Gene
|
---|---|
Preferred Name | Gene |
Definitions |
A region (or regions) that includes all of the sequence elements necessary to encode a functional transcript. A gene may include regulatory regions, transcribed regions and/or other functional sequence regions.
|
Type | http://www.w3.org/2002/07/owl#Class |
All Properties
definition | A region (or regions) that includes all of the sequence elements necessary to encode a functional transcript. A gene may include regulatory regions, transcribed regions and/or other functional sequence regions. |
---|---|
label | Gene
|
comment | A region (or regions) that includes all of the sequence elements necessary to encode a functional transcript. A gene may include regulatory regions, transcribed regions and/or other functional sequence regions.
|
prefLabel | Gene
|
isDefinedBy | |
example | @prefix inst: <http://example.org#> .
@prefix orth: <http://purl.org/net/orth#> .
@prefix obo: <http://purl.org/net/orth#> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix lscr: <http://purl.org/lscr#> .
inst:GENE_P53 a orth:Gene ;
rdfs:label "TP53" ;
rdfs:comment "tumor protein p53 [Source:RGD Symbol;Acc:3889]" ;
rdfs:seeAlso <http://example.org/> .
obo:RO_0001018 inst:ENSEMBLv83; # "contained in" property
lscr:xrefEnsemblGene <http://rdf.ebi.ac.uk/resource/ensembl/ENSRNOG00000010756>;
sio:SIO_010078 inst:PROTEIN_P53; # "encodes" property
orth:organism inst:RAT_1.
inst:ENSEMBLv83 a sio:SIO_000750; # "database" class
inst:RAT_1 obo:RO_0002162 <http://purl.uniprot.org/taxonomy/10116>; # "in taxon" property
a orth:Organism.
<http://purl.uniprot.org/taxonomy/10116> a uniprot:Taxon.
|
prefixIRI | Gene
|
subClassOf | |
type | |
disjointWith |
Add comment
Delete | Subject | Author | Type | Created |
---|---|---|---|---|
No notes to display |
- Problem retrieving properties:
Notes
Filter:
Add NCBO Web Widgets to your site for ORTH
Widget type | Widget demonstration |
---|---|
|
Step 2: Follow the Instructions
For more help visit NCBO Widget Wiki |
|
Example 1 (start typing the class name to get its full URI)
Example 2 (get the ID for a class) Example 3 (get the preferred name for a class) Step 2: Follow the Instructions
For more help visit NCBO Widget Wiki |
|
Step 2: Follow the InstructionsCopy the code below and paste it to your HTML page <iframe frameborder="0" src="/widgets/visualization?ontology=ORTH&class=http%3A%2F%2Fpurl.org%2Fnet%2Forth%23HierarchicalGeneTree&apikey=YOUR_API_KEY"></iframe> For more help visit NCBO Widget Wiki |
|
Step 2: Follow the InstructionsCopy the code below and paste it to your HTML page <link rel="stylesheet" type="text/css" href="/widgets/jquery.ncbo.tree.css"> <script src="/widgets/jquery.ncbo.tree-2.0.2.js"></script> <div id="widget_tree"></div> var widget_tree = $("#widget_tree").NCBOTree({ apikey: "YOUR_API_KEY", ontology: "ORTH" }); You can also view a detailed demonstration For more help visit NCBO Widget Wiki |