SlideShare a Scribd company logo
1 of 31
BioPAX Models and Pathways
            as Linked Open Data




                                Michel Dumontier

    Department of Biology, School of Computer Science, Institute of Biochemistry
                       Ottawa Institute for Systems Biology
               Ottawa-Carleton Institute for Biomedical Engineering

                                Carleton University


1                                                                            COMBINE2012
BioPAX
    • BioPAX is a standard language that aims to enable
      integration, exchange, visualization and analysis of
      biological pathway data.

    • Terminology is formalized as an OWL ontology

    • Data instantiates the ontology and is validated via
      software

    • 30+ resources available in BioPax format (pathguide)



2                                                            COMBINE2012
BioPAX – external references

    • A major feature of BioPAX data is the ability to
      add references that denote identity
      (UnificationXref), related/pertinent
      (RelationshipXref) or publication
      (PublicationXref)

    • Each Xref specifies an identifier and the
      database that it stems from



3                                                  COMBINE2012
Duplicity in database terminology
    PathwayCommons (7 sources)                Biomodels (1 source)

    ARACYC, BRENDA, CABRI, CAS,
    CHEMICALABSTRACTS, ChEBI, CPATH,
                                              BioModels Database, Brenda
    CYGD, DDBJ/EMBL/GENBANK, ECOCYC,          Tissue Ontology, Cell Cycle
    EMBL, ENSEMBL, ENSEMBLGENOMES,            Ontology, Cell Type Ontology,
    ENTREZ, ENTREZ_GENE,                      ChEBI, DOI, Ensembl, Enzyme
    ENTREZGENE/LOCUSLINK,                     Nomenclature, FMA, Gene
    ENZYMECONSORTIUM, EVIDENCE CODES
    ONTOLOGY, GENBANK, GENBANK_NUCL_GI,
                                              Ontology, Human Disease
    GENBANK_PROTEIN_GI, GENE_ONTOLOGY,        Ontology, ICD, IntAct, InterPro,
    GENE_SYMBOL, GRID, HPRD, HUMANCYC,        KEGG Compound, KEGG
    INTACT, COMPOUND, KEGG-LEGACY, KEGG,      Pathway, KEGG Reaction,
    IPI, INTERPRO, IOB, KNAPSACK, METACYC,    NARCIS, OMIM, PATO, PIRSF,
    MINT, NCBI TAXONOMY, NCBI_TAXONOMY,
    NCI, NEWT, PDB, PDBEPRIDE, PSI-MI, PSI-
                                              Protein Modification Ontology,
    MOD, PUBCHEM, RCSB PDB, REACTOME,         PubMed, Reactome, Taxonomy,
    REACTOME DATABASE ID, REF_SEQ, RESID,     UniProt
    SGD, TAXON, TAXONOMY, UMBBD-
    COMPOUNDS, UNIPARC, UNIPROT,
    WORMBASE, WWPDB, WIKIPEDIA

4                                                                       COMBINE2012
BioPAX Xrefs
Pathwaycommons (level 2; download)
<bp:unificationXref rdf:ID="CPATH-LOCAL-653">
 <bp:ID rdf:datatype="xsd:string">9606</bp:ID>
 <bp:DB rdf:datatype="xsd:string">NCBI_TAXONOMY</bp:DB>
</bp:unificationXref>

Pathwaycommons (level 3; web service)
<bp:UnificationXref rdf:about="urn:biopax:UnificationXref:REACTOME+DATABASE+ID_109276">
 <bp:id rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">109276</bp:id>
 <bp:db rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">Reactome Database ID</bp:db>
</bp:UnificationXref>

Biomodels (level 3)
<bp:UnificationXref rdf:about="http://identifiers.org/obo.go/GO:0004889">
 <bp:id rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">GO:0004889</bp:id>
 <bp:db rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">Gene Ontology</bp:db>
</bp:UnificationXref>


5                                                                                 COMBINE2012
identifiers.org offers a way forward




6                                    COMBINE2012
http://identifiers.org/taxonomy/$id
7                                   COMBINE2012
8   COMBINE2012
9   COMBINE2012
(coming soon)




10                   COMBINE2012
Bio2RDF is a
     framework to build
     linked data for the
        life sciences




11                         COMBINE2012
Bio2RDF
     provides billions of interconnections




12                                           COMBINE2012
Bio2RDF covers the major biological databases




13                                          COMBINE2012
linked data for the life sciences

                             An Open Source Project for the Provision of
                       Scalable, Decentralized Data with Global Mirroring
                                     and Customizable Query Resolution
     http://bio2rdf.org/ns:id                     Laval University, Carleton University,
                                                  Queensland University of Technology




14                                                                   COMBINE2012
The Semantic Web
     is the new global web of knowledge
         It involves standards for publishing, sharing and querying
                           facts, expert knowledge and services

                                   It is a scalable approach to the
                           discovery of independently formulated
                                         and distributed knowledge




15                                                         COMBINE2012
A continuously growing web of
              linked data




16   “Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/”
                                                                                             COMBINE2012
But BioPAX data isn’t ready for the
               semantic web
     Biomodels
     <bp:Protein rdf:about="DL">
       <bp:xref rdf:resource="http://identifiers.org/interpro/IPR002394" />
       <bp:xref rdf:resource="http://identifiers.org/obo.go/GO:0005892" />
     </bp:Protein>
     Pathway Commons
     <bp:protein rdf:ID="CPATH-310">
       <bp:ORGANISM>
        <bp:bioSource rdf:ID="CPATH-LOCAL-1446">
         <bp:NAME rdf:datatype="xsd:string">Homo sapiens</bp:NAME>
         <bp:TAXON-XREF>
          <bp:unificationXref rdf:ID="CPATH-LOCAL-1447">
            <bp:DB rdf:datatype="xsd:string">NCBI_TAXONOMY</bp:DB>
            <bp:ID rdf:datatype="xsd:string">9606</bp:ID>
          </bp:unificationXref>
         </bp:TAXON-XREF>
        </bp:bioSource>
       </bp:ORGANISM>
17                                                                            COMBINE2012
BioPAX L3 xrefs

                                     bp3:id    “ID”^^xsd:string
               bp3:xref
     subject                  xref
      URI                     URI

                                     bp3:db    “DB”^^xsd:string
                   rdf:type

                                     bp3:UnificationXref
                                     bp3:RelationshipXref
                                     bp3:PublicationXref




18                                                      COMBINE2012
Use identifiers.org to normalize the syntax of
               the xref and make it resolvable

               http://identifiers.org/taxonomy:9606

                                     bp3:id   “ID”^^xsd:string
     subject
                  bp3:xref
                              xref
      URI                     URI


                                     bp3:db   “TAXONOMY”^^xsd:string




19                                                               COMBINE2012
specificity of Xref type gets lost on
                   integration
     • Xrefs are typed
         – unificationXref, relationshipXref, publicationXref
<bp:UnificationXref rdf:about="http://identifiers.org/obo.go/GO:0004889">
 <bp:id rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">GO:0004889</bp:id>
 <bp:db rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">Gene Ontology</bp:db>
</bp:UnificationXref>



     • But integration of data would lose the nature of
       relationship




20                                                                           COMBINE2012
BioPAX L3 xrefs
               bp3:xref          rdf:type
     subject              xref
      URI                 URI


                                             bp3:UnificationXref




               bp3:xref          rdf:type
     subject              xref
      URI                 URI


                                             bp3:RelationshipXref




                                                  bp3:UnificationXref
               bp3:xref
     subject
      URI
                          xref    rdf:type
                          URI

                                                  bp3:RelationshipXref

21                                                                 COMBINE2012
specificity of Xref type gets lost on
                   integration


     necessary to *reify* the relation
        – complex: role-based representation (OBI, SIO)
        – simple: use more specific predicates (SIO)




22                                                        COMBINE2012
Xrefs – specify the role in the predicate
   so as to maintain the relationship


     subject
               bp3:identical-to    identifers.org
                                        URI
      URI
               bp3:related-to
               (bp3:publication)

                                           rdf:type


                                                    bp3:UnificationXref
                                        ?
                                                    bp3:RelationshipXref
                                                    bp3:PublicationXref

23                                                                 COMBINE2012
Xrefs – Bio2RDF driven integration


                bp3:identical-to        Identifiers.   rdfs:seeAlso
      subject                             org URI                        Web
       URI                                                             Resource



                    owl:sameAs
                                                        rdf:type
                                    owl:sameAs
                          Bio2RDF
                             URI                              ?

                                                        rdf:type
                    owl:sameAs
                                         Publisher
                                          Entity
                                           URI



24                                                                    COMBINE2012
Bio2RDF coverage
     PathwayCommons                        Biomodels

     AraCYC, ECOCYC, METACYC,              BioModels Database, Brenda
     HUMANCYC, BRENDA, CABRI, CAS,         Tissue Ontology, Cell Cycle
     ChEBI, CPATH, CYGD,                   Ontology, Cell Type Ontology,
     DDBJ/EMBL/GENBANK, ENSEMBL,           ChEBI, DOI, Ensembl, Enzyme
     ENSEMBL GENOMES, NCBI GENE,           Nomenclature, FMA, Gene
     Enzyme Nomenclature, Evidence Code    Ontology, Human Disease
     Ontology, Gene Ontology, HGNC Gene    Ontology, ICD, IntAct, InterPro,
     Symbol, BioGRID, HPRD, INTACT,        KEGG Compound, KEGG
     KEGG, IPI, INTERPRO, IOB,             Pathway, KEGG Reaction,
     KNAPSACK, MINT, NCBI TAXONOMY,        NARCIS, OMIM, PATO, PIRSF,
     NCI, NEWT, PDB, PRIDE, PSI-MI, PSI-   Protein Modification Ontology,
     MOD, PUBCHEM, REACTOME, RefSeq,       PubMed, Reactome, Taxonomy,
     RESID, SGD, UMBBD-COMPOUNDS,          UniProt
     UNIPARC, UNIPROT, WORMBASE,
     WIKIPEDIA

25                                                                  COMBINE2012
something you can lookup
       or search for with rich
            descriptions



26                               COMBINE2012
Linked Open Data




27                      COMBINE2012
SPARQL is the new cool kid on the query
                     block

          SQL                   SPARQL




28
BioPAX SPARQL Endpoints
     • Current temporary endpoint:
        – http://bio2rdf.semanticscience.org:8010/sparql
        – http://bio2rdf.semanticscience.org:8010/fct
        – pathwaycommons (l2) + biomodels (l3)


     • Francois has collected ~15 BioPAX datasets, we’ll load
       and process
     • I’ll be using the pc2 webservices for l3 pathwaycommons
     • We’re going to work with data providers to generate valid
       (identifier.org) URIs
     • Official Bio2RDF BioPAX endpoint (to be updated)
        – http://biopax.bio2rdf.org/sparql
29                                                         COMBINE2012
Summary

     • Use identifers.org as a source of external
       references – minimally for DB field and for the
       xref URL – optimally for ALL URIs

     • Define a more specific predicate to specify
       “identity” and “related” by some community-
       drafted guiding criteria

     • Bio2RDF can provide integration with external
       resources that are part of the Bio2RDF network
       – we would like to host BioPAX SPARQL endpoint
30                                                      COMBINE2012
special thanks to Bio2RDF team

                            Francois Belleau (CHUQ)
                            Marc-Alexandre Nolin (Laval)
                            Peter Ansell (Queensland)

                            Alison Callahan (Carleton)
                            Jose Cruz-Toledo (Carleton)
                            Dana Klassen (DERI)

                            Gary Bader (Toronto)



             dumontierlab.com
     michel_dumontier@carleton.ca
                              Website: http://dumontierlab.com
         Presentations: http://slideshare.com/micheldumontier




31                                                   COMBINE2012

More Related Content

What's hot

Application Semantics via Rules in Open Vocabulary English
Application Semantics via Rules in Open Vocabulary EnglishApplication Semantics via Rules in Open Vocabulary English
Application Semantics via Rules in Open Vocabulary EnglishAdrian Walker
 
Linked Data Technology and Status
Linked Data Technology and StatusLinked Data Technology and Status
Linked Data Technology and StatusMyungjin Lee
 
Corrib.org - OpenSource and Research
Corrib.org - OpenSource and ResearchCorrib.org - OpenSource and Research
Corrib.org - OpenSource and Researchadameq
 
SDA2013 Pundit: Creating, Exploring and Consuming Annotations
SDA2013 Pundit: Creating, Exploring and Consuming AnnotationsSDA2013 Pundit: Creating, Exploring and Consuming Annotations
SDA2013 Pundit: Creating, Exploring and Consuming AnnotationsMarco Grassi
 
Lecture linked data cloud & sparql
Lecture linked data cloud & sparqlLecture linked data cloud & sparql
Lecture linked data cloud & sparqlDhavalkumar Thakker
 
The bX project: Federating and Mining Usage Logs from Linking Servers
The bX project: Federating and Mining Usage Logs from Linking ServersThe bX project: Federating and Mining Usage Logs from Linking Servers
The bX project: Federating and Mining Usage Logs from Linking ServersHerbert Van de Sompel
 
The Cultural Linked Data Backbone
The Cultural Linked Data BackboneThe Cultural Linked Data Backbone
The Cultural Linked Data BackboneRichard Wallis
 
The Cultural Linked Data Backbone
The Cultural Linked Data BackboneThe Cultural Linked Data Backbone
The Cultural Linked Data BackboneRichard Wallis
 
The Semantic Web #10 - SPARQL
The Semantic Web #10 - SPARQLThe Semantic Web #10 - SPARQL
The Semantic Web #10 - SPARQLMyungjin Lee
 
Query-Load aware partitioning of RDF data
Query-Load aware partitioning of RDF dataQuery-Load aware partitioning of RDF data
Query-Load aware partitioning of RDF dataLuis Galárraga
 
Data exchange alternatives, GIGA TAG (2009)
Data exchange alternatives, GIGA TAG (2009)Data exchange alternatives, GIGA TAG (2009)
Data exchange alternatives, GIGA TAG (2009)Dag Endresen
 
Graph DB + Bioinformatics: Bio4j, recent applications and future directions
Graph DB + Bioinformatics:  Bio4j, recent applications and future directions Graph DB + Bioinformatics:  Bio4j, recent applications and future directions
Graph DB + Bioinformatics: Bio4j, recent applications and future directions Pablo Pareja Tobes
 
Better Search With Structured Knowledge
Better Search With Structured KnowledgeBetter Search With Structured Knowledge
Better Search With Structured KnowledgeMichel Dumontier
 

What's hot (19)

Application Semantics via Rules in Open Vocabulary English
Application Semantics via Rules in Open Vocabulary EnglishApplication Semantics via Rules in Open Vocabulary English
Application Semantics via Rules in Open Vocabulary English
 
Linked Data Technology and Status
Linked Data Technology and StatusLinked Data Technology and Status
Linked Data Technology and Status
 
Corrib.org - OpenSource and Research
Corrib.org - OpenSource and ResearchCorrib.org - OpenSource and Research
Corrib.org - OpenSource and Research
 
SDA2013 Pundit: Creating, Exploring and Consuming Annotations
SDA2013 Pundit: Creating, Exploring and Consuming AnnotationsSDA2013 Pundit: Creating, Exploring and Consuming Annotations
SDA2013 Pundit: Creating, Exploring and Consuming Annotations
 
Lecture linked data cloud & sparql
Lecture linked data cloud & sparqlLecture linked data cloud & sparql
Lecture linked data cloud & sparql
 
OpenAIRE schirrwagen
OpenAIRE schirrwagenOpenAIRE schirrwagen
OpenAIRE schirrwagen
 
The bX project: Federating and Mining Usage Logs from Linking Servers
The bX project: Federating and Mining Usage Logs from Linking ServersThe bX project: Federating and Mining Usage Logs from Linking Servers
The bX project: Federating and Mining Usage Logs from Linking Servers
 
The Cultural Linked Data Backbone
The Cultural Linked Data BackboneThe Cultural Linked Data Backbone
The Cultural Linked Data Backbone
 
The Cultural Linked Data Backbone
The Cultural Linked Data BackboneThe Cultural Linked Data Backbone
The Cultural Linked Data Backbone
 
Semantic Web and Linked Open Data
Semantic Web and Linked Open DataSemantic Web and Linked Open Data
Semantic Web and Linked Open Data
 
The Semantic Web #10 - SPARQL
The Semantic Web #10 - SPARQLThe Semantic Web #10 - SPARQL
The Semantic Web #10 - SPARQL
 
Bio4j
Bio4jBio4j
Bio4j
 
Query-Load aware partitioning of RDF data
Query-Load aware partitioning of RDF dataQuery-Load aware partitioning of RDF data
Query-Load aware partitioning of RDF data
 
Automated Identification and Conversion of Chemical Names to Structure Search...
Automated Identification and Conversion of Chemical Names to Structure Search...Automated Identification and Conversion of Chemical Names to Structure Search...
Automated Identification and Conversion of Chemical Names to Structure Search...
 
Data exchange alternatives, GIGA TAG (2009)
Data exchange alternatives, GIGA TAG (2009)Data exchange alternatives, GIGA TAG (2009)
Data exchange alternatives, GIGA TAG (2009)
 
Graph DB + Bioinformatics: Bio4j, recent applications and future directions
Graph DB + Bioinformatics:  Bio4j, recent applications and future directions Graph DB + Bioinformatics:  Bio4j, recent applications and future directions
Graph DB + Bioinformatics: Bio4j, recent applications and future directions
 
Automated identification and conversion of chemical names to structure search...
Automated identification and conversion of chemical names to structure search...Automated identification and conversion of chemical names to structure search...
Automated identification and conversion of chemical names to structure search...
 
Better Search With Structured Knowledge
Better Search With Structured KnowledgeBetter Search With Structured Knowledge
Better Search With Structured Knowledge
 
Linked Data Basics
Linked Data BasicsLinked Data Basics
Linked Data Basics
 

Viewers also liked

Watanabe presentation
Watanabe presentationWatanabe presentation
Watanabe presentationDebopriyo Roy
 
Class-based reasoning (OWLED2012)
Class-based reasoning (OWLED2012)Class-based reasoning (OWLED2012)
Class-based reasoning (OWLED2012)Michel Dumontier
 
Anxlisi del decret_de_plurilingxisme
Anxlisi del decret_de_plurilingxismeAnxlisi del decret_de_plurilingxisme
Anxlisi del decret_de_plurilingxismeJoana Pérez Camarena
 
You say you want a revolution
You say you want a revolutionYou say you want a revolution
You say you want a revolutionJason Dunstone
 
Gladney ivey presentation
Gladney ivey presentationGladney ivey presentation
Gladney ivey presentationPatrick Gladney
 
Russian & English: Nastas Ltrs of Confirmation-Contributions
Russian & English: Nastas Ltrs of Confirmation-ContributionsRussian & English: Nastas Ltrs of Confirmation-Contributions
Russian & English: Nastas Ltrs of Confirmation-ContributionsThomas Nastas
 
Intro to Twitter for Companies
Intro to Twitter for CompaniesIntro to Twitter for Companies
Intro to Twitter for CompaniesNoesium Consulting
 
Android Bootcamp Santa Fe GTUG
Android Bootcamp Santa Fe GTUGAndroid Bootcamp Santa Fe GTUG
Android Bootcamp Santa Fe GTUGmatiasmolinas
 
IVI Program, 'Scaling Up Entrepreneurship,' progam description
IVI Program, 'Scaling Up Entrepreneurship,' progam descriptionIVI Program, 'Scaling Up Entrepreneurship,' progam description
IVI Program, 'Scaling Up Entrepreneurship,' progam descriptionThomas Nastas
 
Bridging the Valley of Death, Nastas Presentation at World Bank & IFC
Bridging the Valley of Death, Nastas Presentation at World Bank & IFCBridging the Valley of Death, Nastas Presentation at World Bank & IFC
Bridging the Valley of Death, Nastas Presentation at World Bank & IFCThomas Nastas
 
Ntino Cloud BioLinux Barcelona Spain 2012
Ntino Cloud BioLinux Barcelona Spain 2012Ntino Cloud BioLinux Barcelona Spain 2012
Ntino Cloud BioLinux Barcelona Spain 2012Ntino Krampis
 
CHPC Afternoon Session
CHPC Afternoon SessionCHPC Afternoon Session
CHPC Afternoon SessionNtino Krampis
 

Viewers also liked (20)

Play the game
Play the gamePlay the game
Play the game
 
Watanabe presentation
Watanabe presentationWatanabe presentation
Watanabe presentation
 
Monaco201209
Monaco201209Monaco201209
Monaco201209
 
Class-based reasoning (OWLED2012)
Class-based reasoning (OWLED2012)Class-based reasoning (OWLED2012)
Class-based reasoning (OWLED2012)
 
Anxlisi del decret_de_plurilingxisme
Anxlisi del decret_de_plurilingxismeAnxlisi del decret_de_plurilingxisme
Anxlisi del decret_de_plurilingxisme
 
You say you want a revolution
You say you want a revolutionYou say you want a revolution
You say you want a revolution
 
Gladney ivey presentation
Gladney ivey presentationGladney ivey presentation
Gladney ivey presentation
 
Russian & English: Nastas Ltrs of Confirmation-Contributions
Russian & English: Nastas Ltrs of Confirmation-ContributionsRussian & English: Nastas Ltrs of Confirmation-Contributions
Russian & English: Nastas Ltrs of Confirmation-Contributions
 
Arai thesis
Arai thesisArai thesis
Arai thesis
 
Intro to Twitter for Companies
Intro to Twitter for CompaniesIntro to Twitter for Companies
Intro to Twitter for Companies
 
Android Bootcamp Santa Fe GTUG
Android Bootcamp Santa Fe GTUGAndroid Bootcamp Santa Fe GTUG
Android Bootcamp Santa Fe GTUG
 
kine
kinekine
kine
 
IVI Program, 'Scaling Up Entrepreneurship,' progam description
IVI Program, 'Scaling Up Entrepreneurship,' progam descriptionIVI Program, 'Scaling Up Entrepreneurship,' progam description
IVI Program, 'Scaling Up Entrepreneurship,' progam description
 
Bridging the Valley of Death, Nastas Presentation at World Bank & IFC
Bridging the Valley of Death, Nastas Presentation at World Bank & IFCBridging the Valley of Death, Nastas Presentation at World Bank & IFC
Bridging the Valley of Death, Nastas Presentation at World Bank & IFC
 
Ntino Cloud BioLinux Barcelona Spain 2012
Ntino Cloud BioLinux Barcelona Spain 2012Ntino Cloud BioLinux Barcelona Spain 2012
Ntino Cloud BioLinux Barcelona Spain 2012
 
Irudiak
IrudiakIrudiak
Irudiak
 
Workplace sprituality
Workplace spritualityWorkplace sprituality
Workplace sprituality
 
Tolerability and Decision Making Discussion
Tolerability and Decision Making DiscussionTolerability and Decision Making Discussion
Tolerability and Decision Making Discussion
 
CHPC Afternoon Session
CHPC Afternoon SessionCHPC Afternoon Session
CHPC Afternoon Session
 
D4 I Intro Web
D4 I Intro WebD4 I Intro Web
D4 I Intro Web
 

Similar to BioPAX Models and Pathways

2009 0807 Lod Gmod
2009 0807 Lod Gmod2009 0807 Lod Gmod
2009 0807 Lod GmodJun Zhao
 
Use of open_linked_data_in_bioinformatics
Use of open_linked_data_in_bioinformaticsUse of open_linked_data_in_bioinformatics
Use of open_linked_data_in_bioinformaticsRemzi Çelebi
 
Introduction to BioHackathon 2014
Introduction to BioHackathon 2014Introduction to BioHackathon 2014
Introduction to BioHackathon 2014Toshiaki Katayama
 
Providing named entity based search with a common biological database naming ...
Providing named entity based search with a common biological database naming ...Providing named entity based search with a common biological database naming ...
Providing named entity based search with a common biological database naming ...nolmar01
 
Linked Data for Federation of OER Data &amp; Repositories
Linked Data for Federation of OER Data &amp; RepositoriesLinked Data for Federation of OER Data &amp; Repositories
Linked Data for Federation of OER Data &amp; RepositoriesStefan Dietze
 
Making data sticky
Making data stickyMaking data sticky
Making data stickyRoderic Page
 
Role of bioinformatics in life sciences research
Role of bioinformatics in life sciences researchRole of bioinformatics in life sciences research
Role of bioinformatics in life sciences researchAnshika Bansal
 
BITS: Overview of important biological databases beyond sequences
BITS: Overview of important biological databases beyond sequencesBITS: Overview of important biological databases beyond sequences
BITS: Overview of important biological databases beyond sequencesBITS
 
Connecting life sciences data at the European Bioinformatics Institute
Connecting life sciences data at the European Bioinformatics InstituteConnecting life sciences data at the European Bioinformatics Institute
Connecting life sciences data at the European Bioinformatics InstituteConnected Data World
 
BibBase Linked Data Triplification Challenge 2010 Presentation
BibBase Linked Data Triplification Challenge 2010 PresentationBibBase Linked Data Triplification Challenge 2010 Presentation
BibBase Linked Data Triplification Challenge 2010 PresentationReynold Xin
 
Case Study in Linked Data and Semantic Web: Human Genome
Case Study in Linked Data and Semantic Web: Human GenomeCase Study in Linked Data and Semantic Web: Human Genome
Case Study in Linked Data and Semantic Web: Human GenomeDavid Portnoy
 
The swings and roundabouts of a decade of fun and games with Research Objects
The swings and roundabouts of a decade of fun and games with Research Objects The swings and roundabouts of a decade of fun and games with Research Objects
The swings and roundabouts of a decade of fun and games with Research Objects Carole Goble
 
Knowledge Organization System (KOS) for biodiversity information resources, G...
Knowledge Organization System (KOS) for biodiversity information resources, G...Knowledge Organization System (KOS) for biodiversity information resources, G...
Knowledge Organization System (KOS) for biodiversity information resources, G...Dag Endresen
 
Freedom for bibliographic references: OpenCitations arise
Freedom for bibliographic references: OpenCitations ariseFreedom for bibliographic references: OpenCitations arise
Freedom for bibliographic references: OpenCitations ariseUniversity of Bologna
 
Using Architectures for Semantic Interoperability to Create Journal Clubs for...
Using Architectures for Semantic Interoperability to Create Journal Clubs for...Using Architectures for Semantic Interoperability to Create Journal Clubs for...
Using Architectures for Semantic Interoperability to Create Journal Clubs for...James Powell
 
Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...
Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...
Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...Stuart Chalk
 

Similar to BioPAX Models and Pathways (20)

Bio2RDF @ W3C HCLS2009
Bio2RDF @ W3C HCLS2009Bio2RDF @ W3C HCLS2009
Bio2RDF @ W3C HCLS2009
 
2009 0807 Lod Gmod
2009 0807 Lod Gmod2009 0807 Lod Gmod
2009 0807 Lod Gmod
 
Use of open_linked_data_in_bioinformatics
Use of open_linked_data_in_bioinformaticsUse of open_linked_data_in_bioinformatics
Use of open_linked_data_in_bioinformatics
 
Introduction to BioHackathon 2014
Introduction to BioHackathon 2014Introduction to BioHackathon 2014
Introduction to BioHackathon 2014
 
Providing named entity based search with a common biological database naming ...
Providing named entity based search with a common biological database naming ...Providing named entity based search with a common biological database naming ...
Providing named entity based search with a common biological database naming ...
 
Linked Data for Federation of OER Data &amp; Repositories
Linked Data for Federation of OER Data &amp; RepositoriesLinked Data for Federation of OER Data &amp; Repositories
Linked Data for Federation of OER Data &amp; Repositories
 
Making data sticky
Making data stickyMaking data sticky
Making data sticky
 
Role of bioinformatics in life sciences research
Role of bioinformatics in life sciences researchRole of bioinformatics in life sciences research
Role of bioinformatics in life sciences research
 
BITS: Overview of important biological databases beyond sequences
BITS: Overview of important biological databases beyond sequencesBITS: Overview of important biological databases beyond sequences
BITS: Overview of important biological databases beyond sequences
 
2016 bmdid-mappings
2016 bmdid-mappings2016 bmdid-mappings
2016 bmdid-mappings
 
Connecting life sciences data at the European Bioinformatics Institute
Connecting life sciences data at the European Bioinformatics InstituteConnecting life sciences data at the European Bioinformatics Institute
Connecting life sciences data at the European Bioinformatics Institute
 
BibBase Linked Data Triplification Challenge 2010 Presentation
BibBase Linked Data Triplification Challenge 2010 PresentationBibBase Linked Data Triplification Challenge 2010 Presentation
BibBase Linked Data Triplification Challenge 2010 Presentation
 
Case Study in Linked Data and Semantic Web: Human Genome
Case Study in Linked Data and Semantic Web: Human GenomeCase Study in Linked Data and Semantic Web: Human Genome
Case Study in Linked Data and Semantic Web: Human Genome
 
The swings and roundabouts of a decade of fun and games with Research Objects
The swings and roundabouts of a decade of fun and games with Research Objects The swings and roundabouts of a decade of fun and games with Research Objects
The swings and roundabouts of a decade of fun and games with Research Objects
 
Knowledge Organization System (KOS) for biodiversity information resources, G...
Knowledge Organization System (KOS) for biodiversity information resources, G...Knowledge Organization System (KOS) for biodiversity information resources, G...
Knowledge Organization System (KOS) for biodiversity information resources, G...
 
Neo4j and bioinformatics
Neo4j and bioinformaticsNeo4j and bioinformatics
Neo4j and bioinformatics
 
Freedom for bibliographic references: OpenCitations arise
Freedom for bibliographic references: OpenCitations ariseFreedom for bibliographic references: OpenCitations arise
Freedom for bibliographic references: OpenCitations arise
 
Using Architectures for Semantic Interoperability to Create Journal Clubs for...
Using Architectures for Semantic Interoperability to Create Journal Clubs for...Using Architectures for Semantic Interoperability to Create Journal Clubs for...
Using Architectures for Semantic Interoperability to Create Journal Clubs for...
 
Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...
Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...
Toward Semantic Representation of Science in Electronic Laboratory Notebooks ...
 
Biological databases
Biological databasesBiological databases
Biological databases
 

More from Michel Dumontier

A metadata standard for Knowledge Graphs
A metadata standard for Knowledge GraphsA metadata standard for Knowledge Graphs
A metadata standard for Knowledge GraphsMichel Dumontier
 
Data-Driven Discovery Science with FAIR Knowledge Graphs
Data-Driven Discovery Science with FAIR Knowledge GraphsData-Driven Discovery Science with FAIR Knowledge Graphs
Data-Driven Discovery Science with FAIR Knowledge GraphsMichel Dumontier
 
The Role of the FAIR Guiding Principles for an effective Learning Health System
The Role of the FAIR Guiding Principles for an effective Learning Health SystemThe Role of the FAIR Guiding Principles for an effective Learning Health System
The Role of the FAIR Guiding Principles for an effective Learning Health SystemMichel Dumontier
 
CIKM2020 Keynote: Accelerating discovery science with an Internet of FAIR dat...
CIKM2020 Keynote: Accelerating discovery science with an Internet of FAIR dat...CIKM2020 Keynote: Accelerating discovery science with an Internet of FAIR dat...
CIKM2020 Keynote: Accelerating discovery science with an Internet of FAIR dat...Michel Dumontier
 
The role of the FAIR Guiding Principles in a Learning Health System
The role of the FAIR Guiding Principles in a Learning Health SystemThe role of the FAIR Guiding Principles in a Learning Health System
The role of the FAIR Guiding Principles in a Learning Health SystemMichel Dumontier
 
Acclerating biomedical discovery with an internet of FAIR data and services -...
Acclerating biomedical discovery with an internet of FAIR data and services -...Acclerating biomedical discovery with an internet of FAIR data and services -...
Acclerating biomedical discovery with an internet of FAIR data and services -...Michel Dumontier
 
Accelerating Biomedical Research with the Emerging Internet of FAIR Data and ...
Accelerating Biomedical Research with the Emerging Internet of FAIR Data and ...Accelerating Biomedical Research with the Emerging Internet of FAIR Data and ...
Accelerating Biomedical Research with the Emerging Internet of FAIR Data and ...Michel Dumontier
 
Are we FAIR yet? And will it be worth it?
Are we FAIR yet? And will it be worth it?Are we FAIR yet? And will it be worth it?
Are we FAIR yet? And will it be worth it?Michel Dumontier
 
The Future of FAIR Data: An international social, legal and technological inf...
The Future of FAIR Data: An international social, legal and technological inf...The Future of FAIR Data: An international social, legal and technological inf...
The Future of FAIR Data: An international social, legal and technological inf...Michel Dumontier
 
Keynote at the 2018 Maastricht University Dinner
Keynote at the 2018 Maastricht University DinnerKeynote at the 2018 Maastricht University Dinner
Keynote at the 2018 Maastricht University DinnerMichel Dumontier
 
The future of science and business - a UM Star Lecture
The future of science and business - a UM Star LectureThe future of science and business - a UM Star Lecture
The future of science and business - a UM Star LectureMichel Dumontier
 
Developing and assessing FAIR digital resources
Developing and assessing FAIR digital resourcesDeveloping and assessing FAIR digital resources
Developing and assessing FAIR digital resourcesMichel Dumontier
 
Advancing Biomedical Knowledge Reuse with FAIR
Advancing Biomedical Knowledge Reuse with FAIRAdvancing Biomedical Knowledge Reuse with FAIR
Advancing Biomedical Knowledge Reuse with FAIRMichel Dumontier
 
A Framework to develop the FAIR Metrics
A Framework to develop the FAIR MetricsA Framework to develop the FAIR Metrics
A Framework to develop the FAIR MetricsMichel Dumontier
 
FAIR principles and metrics for evaluation
FAIR principles and metrics for evaluationFAIR principles and metrics for evaluation
FAIR principles and metrics for evaluationMichel Dumontier
 
Towards metrics to assess and encourage FAIRness
Towards metrics to assess and encourage FAIRnessTowards metrics to assess and encourage FAIRness
Towards metrics to assess and encourage FAIRnessMichel Dumontier
 

More from Michel Dumontier (20)

A metadata standard for Knowledge Graphs
A metadata standard for Knowledge GraphsA metadata standard for Knowledge Graphs
A metadata standard for Knowledge Graphs
 
Data-Driven Discovery Science with FAIR Knowledge Graphs
Data-Driven Discovery Science with FAIR Knowledge GraphsData-Driven Discovery Science with FAIR Knowledge Graphs
Data-Driven Discovery Science with FAIR Knowledge Graphs
 
Evaluating FAIRness
Evaluating FAIRnessEvaluating FAIRness
Evaluating FAIRness
 
The Role of the FAIR Guiding Principles for an effective Learning Health System
The Role of the FAIR Guiding Principles for an effective Learning Health SystemThe Role of the FAIR Guiding Principles for an effective Learning Health System
The Role of the FAIR Guiding Principles for an effective Learning Health System
 
CIKM2020 Keynote: Accelerating discovery science with an Internet of FAIR dat...
CIKM2020 Keynote: Accelerating discovery science with an Internet of FAIR dat...CIKM2020 Keynote: Accelerating discovery science with an Internet of FAIR dat...
CIKM2020 Keynote: Accelerating discovery science with an Internet of FAIR dat...
 
The role of the FAIR Guiding Principles in a Learning Health System
The role of the FAIR Guiding Principles in a Learning Health SystemThe role of the FAIR Guiding Principles in a Learning Health System
The role of the FAIR Guiding Principles in a Learning Health System
 
Acclerating biomedical discovery with an internet of FAIR data and services -...
Acclerating biomedical discovery with an internet of FAIR data and services -...Acclerating biomedical discovery with an internet of FAIR data and services -...
Acclerating biomedical discovery with an internet of FAIR data and services -...
 
Accelerating Biomedical Research with the Emerging Internet of FAIR Data and ...
Accelerating Biomedical Research with the Emerging Internet of FAIR Data and ...Accelerating Biomedical Research with the Emerging Internet of FAIR Data and ...
Accelerating Biomedical Research with the Emerging Internet of FAIR Data and ...
 
Are we FAIR yet? And will it be worth it?
Are we FAIR yet? And will it be worth it?Are we FAIR yet? And will it be worth it?
Are we FAIR yet? And will it be worth it?
 
The Future of FAIR Data: An international social, legal and technological inf...
The Future of FAIR Data: An international social, legal and technological inf...The Future of FAIR Data: An international social, legal and technological inf...
The Future of FAIR Data: An international social, legal and technological inf...
 
Keynote at the 2018 Maastricht University Dinner
Keynote at the 2018 Maastricht University DinnerKeynote at the 2018 Maastricht University Dinner
Keynote at the 2018 Maastricht University Dinner
 
The future of science and business - a UM Star Lecture
The future of science and business - a UM Star LectureThe future of science and business - a UM Star Lecture
The future of science and business - a UM Star Lecture
 
Are we FAIR yet?
Are we FAIR yet?Are we FAIR yet?
Are we FAIR yet?
 
Developing and assessing FAIR digital resources
Developing and assessing FAIR digital resourcesDeveloping and assessing FAIR digital resources
Developing and assessing FAIR digital resources
 
Advancing Biomedical Knowledge Reuse with FAIR
Advancing Biomedical Knowledge Reuse with FAIRAdvancing Biomedical Knowledge Reuse with FAIR
Advancing Biomedical Knowledge Reuse with FAIR
 
A Framework to develop the FAIR Metrics
A Framework to develop the FAIR MetricsA Framework to develop the FAIR Metrics
A Framework to develop the FAIR Metrics
 
FAIR principles and metrics for evaluation
FAIR principles and metrics for evaluationFAIR principles and metrics for evaluation
FAIR principles and metrics for evaluation
 
Towards metrics to assess and encourage FAIRness
Towards metrics to assess and encourage FAIRnessTowards metrics to assess and encourage FAIRness
Towards metrics to assess and encourage FAIRness
 
Data Science for the Win
Data Science for the WinData Science for the Win
Data Science for the Win
 
Ontologies
OntologiesOntologies
Ontologies
 

Recently uploaded

FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 

Recently uploaded (20)

FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 

BioPAX Models and Pathways

  • 1. BioPAX Models and Pathways as Linked Open Data Michel Dumontier Department of Biology, School of Computer Science, Institute of Biochemistry Ottawa Institute for Systems Biology Ottawa-Carleton Institute for Biomedical Engineering Carleton University 1 COMBINE2012
  • 2. BioPAX • BioPAX is a standard language that aims to enable integration, exchange, visualization and analysis of biological pathway data. • Terminology is formalized as an OWL ontology • Data instantiates the ontology and is validated via software • 30+ resources available in BioPax format (pathguide) 2 COMBINE2012
  • 3. BioPAX – external references • A major feature of BioPAX data is the ability to add references that denote identity (UnificationXref), related/pertinent (RelationshipXref) or publication (PublicationXref) • Each Xref specifies an identifier and the database that it stems from 3 COMBINE2012
  • 4. Duplicity in database terminology PathwayCommons (7 sources) Biomodels (1 source) ARACYC, BRENDA, CABRI, CAS, CHEMICALABSTRACTS, ChEBI, CPATH, BioModels Database, Brenda CYGD, DDBJ/EMBL/GENBANK, ECOCYC, Tissue Ontology, Cell Cycle EMBL, ENSEMBL, ENSEMBLGENOMES, Ontology, Cell Type Ontology, ENTREZ, ENTREZ_GENE, ChEBI, DOI, Ensembl, Enzyme ENTREZGENE/LOCUSLINK, Nomenclature, FMA, Gene ENZYMECONSORTIUM, EVIDENCE CODES ONTOLOGY, GENBANK, GENBANK_NUCL_GI, Ontology, Human Disease GENBANK_PROTEIN_GI, GENE_ONTOLOGY, Ontology, ICD, IntAct, InterPro, GENE_SYMBOL, GRID, HPRD, HUMANCYC, KEGG Compound, KEGG INTACT, COMPOUND, KEGG-LEGACY, KEGG, Pathway, KEGG Reaction, IPI, INTERPRO, IOB, KNAPSACK, METACYC, NARCIS, OMIM, PATO, PIRSF, MINT, NCBI TAXONOMY, NCBI_TAXONOMY, NCI, NEWT, PDB, PDBEPRIDE, PSI-MI, PSI- Protein Modification Ontology, MOD, PUBCHEM, RCSB PDB, REACTOME, PubMed, Reactome, Taxonomy, REACTOME DATABASE ID, REF_SEQ, RESID, UniProt SGD, TAXON, TAXONOMY, UMBBD- COMPOUNDS, UNIPARC, UNIPROT, WORMBASE, WWPDB, WIKIPEDIA 4 COMBINE2012
  • 5. BioPAX Xrefs Pathwaycommons (level 2; download) <bp:unificationXref rdf:ID="CPATH-LOCAL-653"> <bp:ID rdf:datatype="xsd:string">9606</bp:ID> <bp:DB rdf:datatype="xsd:string">NCBI_TAXONOMY</bp:DB> </bp:unificationXref> Pathwaycommons (level 3; web service) <bp:UnificationXref rdf:about="urn:biopax:UnificationXref:REACTOME+DATABASE+ID_109276"> <bp:id rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">109276</bp:id> <bp:db rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">Reactome Database ID</bp:db> </bp:UnificationXref> Biomodels (level 3) <bp:UnificationXref rdf:about="http://identifiers.org/obo.go/GO:0004889"> <bp:id rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">GO:0004889</bp:id> <bp:db rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">Gene Ontology</bp:db> </bp:UnificationXref> 5 COMBINE2012
  • 6. identifiers.org offers a way forward 6 COMBINE2012
  • 8. 8 COMBINE2012
  • 9. 9 COMBINE2012
  • 10. (coming soon) 10 COMBINE2012
  • 11. Bio2RDF is a framework to build linked data for the life sciences 11 COMBINE2012
  • 12. Bio2RDF provides billions of interconnections 12 COMBINE2012
  • 13. Bio2RDF covers the major biological databases 13 COMBINE2012
  • 14. linked data for the life sciences An Open Source Project for the Provision of Scalable, Decentralized Data with Global Mirroring and Customizable Query Resolution http://bio2rdf.org/ns:id Laval University, Carleton University, Queensland University of Technology 14 COMBINE2012
  • 15. The Semantic Web is the new global web of knowledge It involves standards for publishing, sharing and querying facts, expert knowledge and services It is a scalable approach to the discovery of independently formulated and distributed knowledge 15 COMBINE2012
  • 16. A continuously growing web of linked data 16 “Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/” COMBINE2012
  • 17. But BioPAX data isn’t ready for the semantic web Biomodels <bp:Protein rdf:about="DL"> <bp:xref rdf:resource="http://identifiers.org/interpro/IPR002394" /> <bp:xref rdf:resource="http://identifiers.org/obo.go/GO:0005892" /> </bp:Protein> Pathway Commons <bp:protein rdf:ID="CPATH-310"> <bp:ORGANISM> <bp:bioSource rdf:ID="CPATH-LOCAL-1446"> <bp:NAME rdf:datatype="xsd:string">Homo sapiens</bp:NAME> <bp:TAXON-XREF> <bp:unificationXref rdf:ID="CPATH-LOCAL-1447"> <bp:DB rdf:datatype="xsd:string">NCBI_TAXONOMY</bp:DB> <bp:ID rdf:datatype="xsd:string">9606</bp:ID> </bp:unificationXref> </bp:TAXON-XREF> </bp:bioSource> </bp:ORGANISM> 17 COMBINE2012
  • 18. BioPAX L3 xrefs bp3:id “ID”^^xsd:string bp3:xref subject xref URI URI bp3:db “DB”^^xsd:string rdf:type bp3:UnificationXref bp3:RelationshipXref bp3:PublicationXref 18 COMBINE2012
  • 19. Use identifiers.org to normalize the syntax of the xref and make it resolvable http://identifiers.org/taxonomy:9606 bp3:id “ID”^^xsd:string subject bp3:xref xref URI URI bp3:db “TAXONOMY”^^xsd:string 19 COMBINE2012
  • 20. specificity of Xref type gets lost on integration • Xrefs are typed – unificationXref, relationshipXref, publicationXref <bp:UnificationXref rdf:about="http://identifiers.org/obo.go/GO:0004889"> <bp:id rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">GO:0004889</bp:id> <bp:db rdf:datatype = "http://www.w3.org/2001/XMLSchema#string">Gene Ontology</bp:db> </bp:UnificationXref> • But integration of data would lose the nature of relationship 20 COMBINE2012
  • 21. BioPAX L3 xrefs bp3:xref rdf:type subject xref URI URI bp3:UnificationXref bp3:xref rdf:type subject xref URI URI bp3:RelationshipXref bp3:UnificationXref bp3:xref subject URI xref rdf:type URI bp3:RelationshipXref 21 COMBINE2012
  • 22. specificity of Xref type gets lost on integration necessary to *reify* the relation – complex: role-based representation (OBI, SIO) – simple: use more specific predicates (SIO) 22 COMBINE2012
  • 23. Xrefs – specify the role in the predicate so as to maintain the relationship subject bp3:identical-to identifers.org URI URI bp3:related-to (bp3:publication) rdf:type bp3:UnificationXref ? bp3:RelationshipXref bp3:PublicationXref 23 COMBINE2012
  • 24. Xrefs – Bio2RDF driven integration bp3:identical-to Identifiers. rdfs:seeAlso subject org URI Web URI Resource owl:sameAs rdf:type owl:sameAs Bio2RDF URI ? rdf:type owl:sameAs Publisher Entity URI 24 COMBINE2012
  • 25. Bio2RDF coverage PathwayCommons Biomodels AraCYC, ECOCYC, METACYC, BioModels Database, Brenda HUMANCYC, BRENDA, CABRI, CAS, Tissue Ontology, Cell Cycle ChEBI, CPATH, CYGD, Ontology, Cell Type Ontology, DDBJ/EMBL/GENBANK, ENSEMBL, ChEBI, DOI, Ensembl, Enzyme ENSEMBL GENOMES, NCBI GENE, Nomenclature, FMA, Gene Enzyme Nomenclature, Evidence Code Ontology, Human Disease Ontology, Gene Ontology, HGNC Gene Ontology, ICD, IntAct, InterPro, Symbol, BioGRID, HPRD, INTACT, KEGG Compound, KEGG KEGG, IPI, INTERPRO, IOB, Pathway, KEGG Reaction, KNAPSACK, MINT, NCBI TAXONOMY, NARCIS, OMIM, PATO, PIRSF, NCI, NEWT, PDB, PRIDE, PSI-MI, PSI- Protein Modification Ontology, MOD, PUBCHEM, REACTOME, RefSeq, PubMed, Reactome, Taxonomy, RESID, SGD, UMBBD-COMPOUNDS, UniProt UNIPARC, UNIPROT, WORMBASE, WIKIPEDIA 25 COMBINE2012
  • 26. something you can lookup or search for with rich descriptions 26 COMBINE2012
  • 27. Linked Open Data 27 COMBINE2012
  • 28. SPARQL is the new cool kid on the query block SQL SPARQL 28
  • 29. BioPAX SPARQL Endpoints • Current temporary endpoint: – http://bio2rdf.semanticscience.org:8010/sparql – http://bio2rdf.semanticscience.org:8010/fct – pathwaycommons (l2) + biomodels (l3) • Francois has collected ~15 BioPAX datasets, we’ll load and process • I’ll be using the pc2 webservices for l3 pathwaycommons • We’re going to work with data providers to generate valid (identifier.org) URIs • Official Bio2RDF BioPAX endpoint (to be updated) – http://biopax.bio2rdf.org/sparql 29 COMBINE2012
  • 30. Summary • Use identifers.org as a source of external references – minimally for DB field and for the xref URL – optimally for ALL URIs • Define a more specific predicate to specify “identity” and “related” by some community- drafted guiding criteria • Bio2RDF can provide integration with external resources that are part of the Bio2RDF network – we would like to host BioPAX SPARQL endpoint 30 COMBINE2012
  • 31. special thanks to Bio2RDF team Francois Belleau (CHUQ) Marc-Alexandre Nolin (Laval) Peter Ansell (Queensland) Alison Callahan (Carleton) Jose Cruz-Toledo (Carleton) Dana Klassen (DERI) Gary Bader (Toronto) dumontierlab.com michel_dumontier@carleton.ca Website: http://dumontierlab.com Presentations: http://slideshare.com/micheldumontier 31 COMBINE2012