Skip to content

dbcls/ncbi-orthologs-rdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCBI Orthologs RDF

Original data

NCBI Gene

Created RDF

Excerpt from the created RDF

$ head gene_orthologs.ttl
@prefix orth: <http://purl.org/net/orth#> .
@prefix taxid: <http://identifiers.org/taxonomy/> .
@prefix ncbigene: <http://identifiers.org/ncbigene/> .
@prefix : <https://dbcls.github.io/ncbigene-rdf/ontology.ttl#> .

ncbigene:30037 orth:hasOrtholog ncbigene:129711934 .
ncbigene:129711934 orth:hasOrtholog ncbigene:30037 .
ncbigene:30037 :taxid taxid:7955 .
ncbigene:129711934 :taxid taxid:7782 .

Creator

  • Hirokazu Chiba

Schema

SPARQL