SlideShare une entreprise Scribd logo
1  sur  21
RKB – A Semantic Knowledge Base for RNA


      Michel Dumontier 1, José Cruz-Toledo 1
         Marc Parisien 2, Francois Major 2

               1 Carleton University
             2 Université de Montreal
Objectives

i. To represent biochemistry of nucleic
   acids and their structural characteristics
   including base pairing/stacking

ii. Represent context specific knowledge

iii. Capture the structural annotation
     generated by MC-Annotate
5/25/2009   Carleton University -- Dumontier Lab dumontierlab.com   2
Guided design
• Modeling with Upper Level Ontologies
      – interoperability and semantic coherency
      – New Upper Level Ontology (NULO)
            • distinguishes objects, qualities, roles, processes
              and spatial regions
            • Based on BFO/RO, but for OWL




5/25/2009            Carleton University -- Dumontier Lab dumontierlab.com   3
Biological Modeling
• Objects
      – Occupy space
            • Nucleic acids, nucleotides, riboses and phosphates

• Qualities
      – Intrinsic categorical or numeric valued property
            • Nucleotide bears the quality of conformation

• Roles
      – Defined by extrinsic interactions
            • A C3’ atom may hold the exo role during some sugar puckering

• Processes
      – Entities that extend in time
            • structure determination, an interaction


5/25/2009                 Carleton University -- Dumontier Lab dumontierlab.com   4
Contextual Modeling of Nucleic Acids

• Base stacking varies in different XRD/NMR models
• Need to know in which model that info is found
• We want to set the stage for representing simulation.




5/25/2009      Carleton University -- Dumontier Lab dumontierlab.com   5
RKB populated with PDB, MC-Annotate
 • The ontology population involved 3 steps:
    i.   Assigning names
    ii.  Asserting class membership
    iii. Assigning relations between entities

 • The following naming convention was used:
       – Objects:
             •   Polymer: PDBID_cCHAIN
             •   Residue: PDBID_cCHAIN_rRESIDUE
             •   Atom: PDBID_cCHAIN_rRESIDUE_aAtom

       – Quality/Roles
             •   PDBID_mMODEL_cCHAIN_rRESIDUE_type

       – Processes
             •   Structure determination: PDBID_mMODEL
             •   Interaction: PDBID_mMODEL_PROCESSTYPE_PARTICIPANT




 5/25/2009                   Carleton University -- Dumontier Lab dumontierlab.com   6
Support for Leontis-Westhof Nomenclature

•   The RKB incorporates LW nomenclature
•   Describes the three edges for H-bonding
    interactions in purines (Y) and pyrimidines (R)
•   Atom composition:
      i.   Watson-Crick Edge:
             •   A(N6)/G(O6), R(N1), A(C2)/G(N2), U(O
                 4)/C(N4), Y(N3) and Y(O2)
      ii.    Hoogsteen Edge (CH edge for R):
             •   A(N6)/G(O6), R(N7), U(O4)/C(N4) and
                 Y(C5)
      iii.   Sugar Edge:
            •      A(C2)/G(N2), R(N3), Y(O2) and O2’
•      cis and trans orientations
      •      relative orientations of the glycosidic bond
             between the sugar and the PO4 group

5/25/2009                 Carleton University -- Dumontier Lab dumontierlab.com   7
Support for LW+ Nomenclature
•   Extension incorporates faces to each edge:
      – WC edge:
            • Wh, Ww and Ws faces
      – Hoogsteen Edge:
            • C8(Y), Hh, Hw and Bh
      – Sugar Edge:
            • Bs, Ss(Y), Sw and O2’


•   The Bh and Bs faces involve the Hoogsteen
    side amino/keto group and the sugar side
    amino/ keto group respectively.
•   The C8 face was introduced for the C8-H8
    donor group in purines



5/25/2009               Carleton University -- Dumontier Lab dumontierlab.com   8
Describing Base Pairs
• Base pairs composed of
  interactions with the edges or faces
  of the interacting bases

• Role chains capture additional
  knowledge:
     Objects that participate in sub-processes (face
        interactions) are also participants of the
        process whole (base pair)
     hasPart ◦ hasParticipant -> hasParticipant

     Objects are involved in processes when their
        qualities are
     isBearerOf ◦ isParticipantIn -> isParticipantIn




  5/25/2009                   Carleton University -- Dumontier Lab dumontierlab.com   9
The RKB is compatible with both the LW and
  the Saenger nomenclature for base pairs
• The semantics of the RKB enables
  the usage of consistent bp naming
  schemes
• The AA BP in model 4 of
  PDB:1B36 can be classified as the
  being member of the following
  classes:
    – Saenger type II                                                A    A

    – LW Trans Hoogsteen/Hoogsteen (8)
                                                             NucleotideBasePair
                                                             and ParallelBasePair
                                                             and TransBasePair
                                                             and HoogsteenHoogsteenBasePair
                                                             and hasAgent exactly 2 AMP

                        Carleton University :: Dumontier Lab ::
  5/25/2009                                                                                   10
                                  dumontierlab.com
Sugar Puckering
• The ribose ring presents two
  distinct puckering
  modes, envelope and twist
• The classification into either
  geometry is dependent on the
  relative position of the carbon
  atoms of the ribose to its C5’
  atom
• Carbon atoms in a ribose thus
  bear either the endo or exo role
  with respect to the plane
  formed by the other atoms



5/25/2009         Carleton University -- Dumontier Lab dumontierlab.com   11
Sugar Puckering (cont’d)
Our implementation of situational
modeling assures that objects are
represented by a single entity
throughout their lifetime, thus
avoiding the need to create
multiple distinct instances of the
same object in each particular
spatial-temporal context with
different attributes




5/25/2009          Carleton University -- Dumontier Lab dumontierlab.com   12
RKB is SPARQL accessible

• SPARQL is a graph query language
• Loaded instantiated ontology into Virtuoso 6

• SPARQL endpoint
      – http://codemonkey.dumontierlab.com/sparql/
• Specify Graphs to restrict search
      – http://semanticscience.org/rkb/mcannotate/pdb/dna
      – http://semanticscience.org/rkb/mcannotate/pdb/rna



                         Carleton University :: Dumontier Lab ::
5/25/2009                                                          13
                                   dumontierlab.com
Query 1: Find all face interactions
(model 1 of PDB:1B36)

    PREFIX ss: <http://semanticscience.org/>

    select distinct ?faceInteraction
    where {
    ?pair ss:isProperPartOf <http://semanticscience.org/pdb/1B36_m1> .
    ?pair ss:hasProperPart ?faceInteraction .
    ?faceInteraction rdf:type ss:FaceInteraction .
    }



   Nucleotide base pairs are composed of one or more face interactions.
   Where known, such as in the MC-Annotate results, we can retrieve all 18
   instances of this that satisfy this query.




                          Carleton University :: Dumontier Lab ::
5/25/2009                                                                    14
                                    dumontierlab.com
See results : http://tinyurl.com/porxdb




5/25/2009      Carleton University -- Dumontier Lab dumontierlab.com   15
Query 2: Find all C8 mediated base pairs
  (model 1 of PDB:1B36)

   PREFIX ss: <http://semanticscience.org/>
   SELECT DISTINCT ?faceInteraction ?residue ?hasC8Face
   where {
    ?pair ss:isProperPartOf <http://semanticscience.org/pdb/1B36_m1> .
    ?pair ss:hasProperPart ?faceInteraction .
    ?faceInteraction rdf:type ss:FaceInteraction .
    ?C8Face ss:isAgentIn ?faceInteraction .
    ?C8Face rdf:type ss:C8Face .
    ?residue ss:hasQuality ?C8Face
   }

Results: http://tinyurl.com/r7b5e4
     Face interactions are mediated by the faces of bases. Nucleotides and
     their face qualities are related by the hasQuality relation, whereas faces
     are agents in the face interaction, and are related by the hasAgent
     relation.


                                Carleton University :: Dumontier Lab ::
  5/25/2009                                                                       16
                                          dumontierlab.com
Query 3: Find base pairs involving a GMP sugar-sugar face
(model 1 of PDB:1B36)


    PREFIX ss: <http://semanticscience.org/>
    SELECT distinct ?faceInteraction ?residue ?hasSSFace
    WHERE {
    ?pair ss:isProperPartOf <http://semanticscience.org/pdb/1B36_m1> .
    ?pair ss:hasProperPart ?faceInteraction .
    ?faceInteraction rdf:type ss:FaceInteraction .
    ?hasSSFace rdf:type ss:SugarSugarFace .
    ?hasSSFace ss:isAgentIn ?faceInteraction .
    ?residue ss:hasQuality ?hasSSFace .
    ?residue rdf:type ss:GMP
    }

    Results found at: http://tinyurl.com/qpup8z
   This query builds on Query 2, in that it requires a Ss face to be on an
   AMP that is participating in a base pair.
   Two GMPs are found to have this particular face participating with other
   nucleotides in base pairs in this particular structure

                              Carleton University :: Dumontier Lab ::
5/25/2009                                                                     17
                                        dumontierlab.com
Query 4: Find Hoogsteen – O2’ face interactions
(model 1 of PDB:1B36)


      PREFIX ss: <http://semanticscience.org/>
      SELECT distinct ?faceInteraction ?residue1 ?residue2 ?hasHhFace ?hasO2pFace
      where {
      ?pair ss:isProperPartOf <http://semanticscience.org/pdb/1B36_m1> .
      ?pair ss:hasProperPart ?faceInteraction .
      ?faceInteraction rdf:type ss:FaceInteraction .
      ?hasHhFace rdf:type ss:HoogsteenHoogsteenFace .
      ?hasHhFace ss:isAgentIn ?faceInteraction .
      ?hasO2pFace rdf:type ss:O2pFace .
      ?hasO2pFace ss:isAgentIn ?faceInteraction .
      ?residue1 ss:hasQuality ?hasHhFace .
      ?residue2 ss:hasQuality ?hasO2pFace
      }

      Results found at: http://tinyurl.com/oo4fp8


   LW+ nomenclature more detailed for base interactions.
   The result of this query describes a single base pair in this structure.


                                  Carleton University :: Dumontier Lab ::
5/25/2009                                                                           18
                                            dumontierlab.com
Future Directions
• Specify Saenger nomenclature
• Map other structural annotator output (e.g. 3DNA)
• Extend structural knowledge with 6 backbone angles
      – range restrictions on classes
• SWRL / DL-safe rules or SPARQL query required to
  specify cyclic motifs
• Publish as part of Bio2RDF network




5/25/2009            Carleton University -- Dumontier Lab dumontierlab.com   19
RKB Availability
• Creative Commons License.
• Google Code Project:
      – http://semanticscience.org

• Instructions:
    http://code.google.com/p/semanticscience/wiki/RKBDownload




5/25/2009           Carleton University -- Dumontier Lab dumontierlab.com   20
References
• Dumontier, M., et al. (2009). RKB: A Semantic Web Knowledge
  Base for RNA, Accepted in Bio-Ontologies
  2009, Stockholm, Sweden
• Smith, B., et al. (2005). Relations in biomedical ontologies. Genome
  Biol, 6(5): p. R46
• Leontis, N. B. and E. Westhof (2001). Geometric nomenclature and
  classification of RNA base pairs. RNA, 7(4): 499-512.
• Lemieux, S. and F. Major. (2002). RNA canonical and non-canonical
  base pairing types: a recognition method and complete repertoire.
  Nucleic Acids Res, 30(19): p. 4250-63.
• Major, F., Thibault, P., Computer Modeling of RNA Three-
  Dimensional Structures, in Encyclopedia of Molecular Cell Biology
  and Molecular Medicine, R.A. Meyers, Editor. 2005, Wiley-VCH
  Verlag GmbH & Co.: Weinheim. p. 605-636.
5/25/2009         Carleton University -- Dumontier Lab dumontierlab.com   21

Contenu connexe

En vedette

Ipsos store brands muscle in May 2012
Ipsos store brands muscle in May 2012Ipsos store brands muscle in May 2012
Ipsos store brands muscle in May 2012Damjana Kocjanc
 
D4 I Framework Web
D4 I Framework WebD4 I Framework Web
D4 I Framework WebIain Sanders
 
The Penguin's got the POWER - ERI-MS 2010
The Penguin's got the POWER - ERI-MS 2010The Penguin's got the POWER - ERI-MS 2010
The Penguin's got the POWER - ERI-MS 2010Paulo Vital
 
Wealth Creation from New Zealand Science and Technology
Wealth Creation from New Zealand Science and TechnologyWealth Creation from New Zealand Science and Technology
Wealth Creation from New Zealand Science and TechnologyIain Sanders
 
Design Thinking in EFL Context
Design Thinking in EFL ContextDesign Thinking in EFL Context
Design Thinking in EFL ContextDebopriyo Roy
 
New Directions In European Pe, Nastas Article In The European Venture Capital...
New Directions In European Pe, Nastas Article In The European Venture Capital...New Directions In European Pe, Nastas Article In The European Venture Capital...
New Directions In European Pe, Nastas Article In The European Venture Capital...Thomas Nastas
 
Service Environment
Service EnvironmentService Environment
Service Environmentlianti
 
Increasingly Accurate Representation of Biochemistry (v2)
Increasingly Accurate Representation of Biochemistry (v2)Increasingly Accurate Representation of Biochemistry (v2)
Increasingly Accurate Representation of Biochemistry (v2)Michel Dumontier
 
Positive Thinking
Positive ThinkingPositive Thinking
Positive ThinkingAnne Egros
 
Intro to Social Media
Intro to Social MediaIntro to Social Media
Intro to Social MediaSascha Funk
 
Socialmediastenden
SocialmediastendenSocialmediastenden
SocialmediastendenSascha Funk
 
2011 ebi industry workshop
2011 ebi industry workshop2011 ebi industry workshop
2011 ebi industry workshopMichel Dumontier
 
IVI Training Workshop: Quasi Equity A New Model For European Private Equity
IVI Training Workshop: Quasi Equity A New Model For European Private EquityIVI Training Workshop: Quasi Equity A New Model For European Private Equity
IVI Training Workshop: Quasi Equity A New Model For European Private EquityThomas Nastas
 
Projetos de Salas Residenciais
Projetos de Salas ResidenciaisProjetos de Salas Residenciais
Projetos de Salas Residenciaismarthahuback
 

En vedette (20)

Ipsos store brands muscle in May 2012
Ipsos store brands muscle in May 2012Ipsos store brands muscle in May 2012
Ipsos store brands muscle in May 2012
 
Youth 3.0
Youth 3.0Youth 3.0
Youth 3.0
 
D4 I Framework Web
D4 I Framework WebD4 I Framework Web
D4 I Framework Web
 
The Penguin's got the POWER - ERI-MS 2010
The Penguin's got the POWER - ERI-MS 2010The Penguin's got the POWER - ERI-MS 2010
The Penguin's got the POWER - ERI-MS 2010
 
Wealth Creation from New Zealand Science and Technology
Wealth Creation from New Zealand Science and TechnologyWealth Creation from New Zealand Science and Technology
Wealth Creation from New Zealand Science and Technology
 
Design Thinking in EFL Context
Design Thinking in EFL ContextDesign Thinking in EFL Context
Design Thinking in EFL Context
 
New Directions In European Pe, Nastas Article In The European Venture Capital...
New Directions In European Pe, Nastas Article In The European Venture Capital...New Directions In European Pe, Nastas Article In The European Venture Capital...
New Directions In European Pe, Nastas Article In The European Venture Capital...
 
Service Environment
Service EnvironmentService Environment
Service Environment
 
Increasingly Accurate Representation of Biochemistry (v2)
Increasingly Accurate Representation of Biochemistry (v2)Increasingly Accurate Representation of Biochemistry (v2)
Increasingly Accurate Representation of Biochemistry (v2)
 
Positive Thinking
Positive ThinkingPositive Thinking
Positive Thinking
 
Intro to Social Media
Intro to Social MediaIntro to Social Media
Intro to Social Media
 
Socialmediastenden
SocialmediastendenSocialmediastenden
Socialmediastenden
 
Glucose english
Glucose englishGlucose english
Glucose english
 
Health-e-cITi NJ
Health-e-cITi NJHealth-e-cITi NJ
Health-e-cITi NJ
 
MSP-AzureDev101
MSP-AzureDev101MSP-AzureDev101
MSP-AzureDev101
 
pebbleのお話し
pebbleのお話しpebbleのお話し
pebbleのお話し
 
2011 ebi industry workshop
2011 ebi industry workshop2011 ebi industry workshop
2011 ebi industry workshop
 
Rational Risk and Crisis Management Course
Rational Risk and Crisis Management CourseRational Risk and Crisis Management Course
Rational Risk and Crisis Management Course
 
IVI Training Workshop: Quasi Equity A New Model For European Private Equity
IVI Training Workshop: Quasi Equity A New Model For European Private EquityIVI Training Workshop: Quasi Equity A New Model For European Private Equity
IVI Training Workshop: Quasi Equity A New Model For European Private Equity
 
Projetos de Salas Residenciais
Projetos de Salas ResidenciaisProjetos de Salas Residenciais
Projetos de Salas Residenciais
 

Similaire à RKB - A Semantic Knowledge Base for RNA Structure and Interactions

Homology modeling
Homology modelingHomology modeling
Homology modelingAjay Murali
 
Quantative Structure-Activity Relationships (QSAR)
Quantative Structure-Activity Relationships (QSAR)Quantative Structure-Activity Relationships (QSAR)
Quantative Structure-Activity Relationships (QSAR)Atai Rabby
 
Line notations for nucleic acids (both natural and therapeutic)
Line notations for nucleic acids (both natural and therapeutic)Line notations for nucleic acids (both natural and therapeutic)
Line notations for nucleic acids (both natural and therapeutic)NextMove Software
 
Richard Cramer 2014 euro QSAR presentation
Richard Cramer 2014 euro QSAR presentationRichard Cramer 2014 euro QSAR presentation
Richard Cramer 2014 euro QSAR presentationCertara
 
Design of compound libraries for fragment screening (Feb 2012 version)
Design of compound libraries for fragment screening (Feb 2012 version)Design of compound libraries for fragment screening (Feb 2012 version)
Design of compound libraries for fragment screening (Feb 2012 version)Peter Kenny
 
Building support for the semantic web for chemistry at the Royal Society of C...
Building support for the semantic web for chemistry at the Royal Society of C...Building support for the semantic web for chemistry at the Royal Society of C...
Building support for the semantic web for chemistry at the Royal Society of C...Ken Karapetyan
 
Comparing Cahn-Ingold-Prelog Rule Implementations
Comparing Cahn-Ingold-Prelog Rule ImplementationsComparing Cahn-Ingold-Prelog Rule Implementations
Comparing Cahn-Ingold-Prelog Rule ImplementationsNextMove Software
 
MOLECULAR DOCKING.pptx
MOLECULAR DOCKING.pptxMOLECULAR DOCKING.pptx
MOLECULAR DOCKING.pptxE Poovarasan
 
QSAR : Activity Relationships Quantitative Structure
QSAR : Activity Relationships Quantitative StructureQSAR : Activity Relationships Quantitative Structure
QSAR : Activity Relationships Quantitative StructureSaramita De Chakravarti
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
Best Practices in Structural Biology
Best Practices in Structural BiologyBest Practices in Structural Biology
Best Practices in Structural BiologyRohit Satyam
 
Exploring SAR between Patents and PubChem
Exploring SAR between Patents and PubChemExploring SAR between Patents and PubChem
Exploring SAR between Patents and PubChemChris Southan
 
Acs 2013 indianapolis_cvsp
Acs 2013 indianapolis_cvspAcs 2013 indianapolis_cvsp
Acs 2013 indianapolis_cvspKen Karapetyan
 

Similaire à RKB - A Semantic Knowledge Base for RNA Structure and Interactions (20)

Homology modeling
Homology modelingHomology modeling
Homology modeling
 
Qsar
QsarQsar
Qsar
 
Quantative Structure-Activity Relationships (QSAR)
Quantative Structure-Activity Relationships (QSAR)Quantative Structure-Activity Relationships (QSAR)
Quantative Structure-Activity Relationships (QSAR)
 
Line notations for nucleic acids (both natural and therapeutic)
Line notations for nucleic acids (both natural and therapeutic)Line notations for nucleic acids (both natural and therapeutic)
Line notations for nucleic acids (both natural and therapeutic)
 
Richard Cramer 2014 euro QSAR presentation
Richard Cramer 2014 euro QSAR presentationRichard Cramer 2014 euro QSAR presentation
Richard Cramer 2014 euro QSAR presentation
 
Intro to homology modeling
Intro to homology modelingIntro to homology modeling
Intro to homology modeling
 
Design of compound libraries for fragment screening (Feb 2012 version)
Design of compound libraries for fragment screening (Feb 2012 version)Design of compound libraries for fragment screening (Feb 2012 version)
Design of compound libraries for fragment screening (Feb 2012 version)
 
Building support for the semantic web for chemistry at the Royal Society of C...
Building support for the semantic web for chemistry at the Royal Society of C...Building support for the semantic web for chemistry at the Royal Society of C...
Building support for the semantic web for chemistry at the Royal Society of C...
 
Building support for the semantic web for chemistry at the Royal Society of C...
Building support for the semantic web for chemistry at the Royal Society of C...Building support for the semantic web for chemistry at the Royal Society of C...
Building support for the semantic web for chemistry at the Royal Society of C...
 
Comparing Cahn-Ingold-Prelog Rule Implementations
Comparing Cahn-Ingold-Prelog Rule ImplementationsComparing Cahn-Ingold-Prelog Rule Implementations
Comparing Cahn-Ingold-Prelog Rule Implementations
 
MOLECULAR DOCKING.pptx
MOLECULAR DOCKING.pptxMOLECULAR DOCKING.pptx
MOLECULAR DOCKING.pptx
 
CV_Sourav_Roy
CV_Sourav_RoyCV_Sourav_Roy
CV_Sourav_Roy
 
The EPA Online Prediction Physicochemical Prediction Platform to Support Envi...
The EPA Online Prediction Physicochemical Prediction Platform to Support Envi...The EPA Online Prediction Physicochemical Prediction Platform to Support Envi...
The EPA Online Prediction Physicochemical Prediction Platform to Support Envi...
 
QSAR : Activity Relationships Quantitative Structure
QSAR : Activity Relationships Quantitative StructureQSAR : Activity Relationships Quantitative Structure
QSAR : Activity Relationships Quantitative Structure
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Best Practices in Structural Biology
Best Practices in Structural BiologyBest Practices in Structural Biology
Best Practices in Structural Biology
 
Denovo
DenovoDenovo
Denovo
 
Swaati robettaa
Swaati robettaaSwaati robettaa
Swaati robettaa
 
Exploring SAR between Patents and PubChem
Exploring SAR between Patents and PubChemExploring SAR between Patents and PubChem
Exploring SAR between Patents and PubChem
 
Acs 2013 indianapolis_cvsp
Acs 2013 indianapolis_cvspAcs 2013 indianapolis_cvsp
Acs 2013 indianapolis_cvsp
 

Plus de 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
 

Plus de 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
 
2016 bmdid-mappings
2016 bmdid-mappings2016 bmdid-mappings
2016 bmdid-mappings
 

Dernier

New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 

Dernier (20)

New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 

RKB - A Semantic Knowledge Base for RNA Structure and Interactions

  • 1. RKB – A Semantic Knowledge Base for RNA Michel Dumontier 1, José Cruz-Toledo 1 Marc Parisien 2, Francois Major 2 1 Carleton University 2 Université de Montreal
  • 2. Objectives i. To represent biochemistry of nucleic acids and their structural characteristics including base pairing/stacking ii. Represent context specific knowledge iii. Capture the structural annotation generated by MC-Annotate 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 2
  • 3. Guided design • Modeling with Upper Level Ontologies – interoperability and semantic coherency – New Upper Level Ontology (NULO) • distinguishes objects, qualities, roles, processes and spatial regions • Based on BFO/RO, but for OWL 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 3
  • 4. Biological Modeling • Objects – Occupy space • Nucleic acids, nucleotides, riboses and phosphates • Qualities – Intrinsic categorical or numeric valued property • Nucleotide bears the quality of conformation • Roles – Defined by extrinsic interactions • A C3’ atom may hold the exo role during some sugar puckering • Processes – Entities that extend in time • structure determination, an interaction 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 4
  • 5. Contextual Modeling of Nucleic Acids • Base stacking varies in different XRD/NMR models • Need to know in which model that info is found • We want to set the stage for representing simulation. 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 5
  • 6. RKB populated with PDB, MC-Annotate • The ontology population involved 3 steps: i. Assigning names ii. Asserting class membership iii. Assigning relations between entities • The following naming convention was used: – Objects: • Polymer: PDBID_cCHAIN • Residue: PDBID_cCHAIN_rRESIDUE • Atom: PDBID_cCHAIN_rRESIDUE_aAtom – Quality/Roles • PDBID_mMODEL_cCHAIN_rRESIDUE_type – Processes • Structure determination: PDBID_mMODEL • Interaction: PDBID_mMODEL_PROCESSTYPE_PARTICIPANT 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 6
  • 7. Support for Leontis-Westhof Nomenclature • The RKB incorporates LW nomenclature • Describes the three edges for H-bonding interactions in purines (Y) and pyrimidines (R) • Atom composition: i. Watson-Crick Edge: • A(N6)/G(O6), R(N1), A(C2)/G(N2), U(O 4)/C(N4), Y(N3) and Y(O2) ii. Hoogsteen Edge (CH edge for R): • A(N6)/G(O6), R(N7), U(O4)/C(N4) and Y(C5) iii. Sugar Edge: • A(C2)/G(N2), R(N3), Y(O2) and O2’ • cis and trans orientations • relative orientations of the glycosidic bond between the sugar and the PO4 group 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 7
  • 8. Support for LW+ Nomenclature • Extension incorporates faces to each edge: – WC edge: • Wh, Ww and Ws faces – Hoogsteen Edge: • C8(Y), Hh, Hw and Bh – Sugar Edge: • Bs, Ss(Y), Sw and O2’ • The Bh and Bs faces involve the Hoogsteen side amino/keto group and the sugar side amino/ keto group respectively. • The C8 face was introduced for the C8-H8 donor group in purines 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 8
  • 9. Describing Base Pairs • Base pairs composed of interactions with the edges or faces of the interacting bases • Role chains capture additional knowledge: Objects that participate in sub-processes (face interactions) are also participants of the process whole (base pair) hasPart ◦ hasParticipant -> hasParticipant Objects are involved in processes when their qualities are isBearerOf ◦ isParticipantIn -> isParticipantIn 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 9
  • 10. The RKB is compatible with both the LW and the Saenger nomenclature for base pairs • The semantics of the RKB enables the usage of consistent bp naming schemes • The AA BP in model 4 of PDB:1B36 can be classified as the being member of the following classes: – Saenger type II A A – LW Trans Hoogsteen/Hoogsteen (8) NucleotideBasePair and ParallelBasePair and TransBasePair and HoogsteenHoogsteenBasePair and hasAgent exactly 2 AMP Carleton University :: Dumontier Lab :: 5/25/2009 10 dumontierlab.com
  • 11. Sugar Puckering • The ribose ring presents two distinct puckering modes, envelope and twist • The classification into either geometry is dependent on the relative position of the carbon atoms of the ribose to its C5’ atom • Carbon atoms in a ribose thus bear either the endo or exo role with respect to the plane formed by the other atoms 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 11
  • 12. Sugar Puckering (cont’d) Our implementation of situational modeling assures that objects are represented by a single entity throughout their lifetime, thus avoiding the need to create multiple distinct instances of the same object in each particular spatial-temporal context with different attributes 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 12
  • 13. RKB is SPARQL accessible • SPARQL is a graph query language • Loaded instantiated ontology into Virtuoso 6 • SPARQL endpoint – http://codemonkey.dumontierlab.com/sparql/ • Specify Graphs to restrict search – http://semanticscience.org/rkb/mcannotate/pdb/dna – http://semanticscience.org/rkb/mcannotate/pdb/rna Carleton University :: Dumontier Lab :: 5/25/2009 13 dumontierlab.com
  • 14. Query 1: Find all face interactions (model 1 of PDB:1B36) PREFIX ss: <http://semanticscience.org/> select distinct ?faceInteraction where { ?pair ss:isProperPartOf <http://semanticscience.org/pdb/1B36_m1> . ?pair ss:hasProperPart ?faceInteraction . ?faceInteraction rdf:type ss:FaceInteraction . } Nucleotide base pairs are composed of one or more face interactions. Where known, such as in the MC-Annotate results, we can retrieve all 18 instances of this that satisfy this query. Carleton University :: Dumontier Lab :: 5/25/2009 14 dumontierlab.com
  • 15. See results : http://tinyurl.com/porxdb 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 15
  • 16. Query 2: Find all C8 mediated base pairs (model 1 of PDB:1B36) PREFIX ss: <http://semanticscience.org/> SELECT DISTINCT ?faceInteraction ?residue ?hasC8Face where { ?pair ss:isProperPartOf <http://semanticscience.org/pdb/1B36_m1> . ?pair ss:hasProperPart ?faceInteraction . ?faceInteraction rdf:type ss:FaceInteraction . ?C8Face ss:isAgentIn ?faceInteraction . ?C8Face rdf:type ss:C8Face . ?residue ss:hasQuality ?C8Face } Results: http://tinyurl.com/r7b5e4 Face interactions are mediated by the faces of bases. Nucleotides and their face qualities are related by the hasQuality relation, whereas faces are agents in the face interaction, and are related by the hasAgent relation. Carleton University :: Dumontier Lab :: 5/25/2009 16 dumontierlab.com
  • 17. Query 3: Find base pairs involving a GMP sugar-sugar face (model 1 of PDB:1B36) PREFIX ss: <http://semanticscience.org/> SELECT distinct ?faceInteraction ?residue ?hasSSFace WHERE { ?pair ss:isProperPartOf <http://semanticscience.org/pdb/1B36_m1> . ?pair ss:hasProperPart ?faceInteraction . ?faceInteraction rdf:type ss:FaceInteraction . ?hasSSFace rdf:type ss:SugarSugarFace . ?hasSSFace ss:isAgentIn ?faceInteraction . ?residue ss:hasQuality ?hasSSFace . ?residue rdf:type ss:GMP } Results found at: http://tinyurl.com/qpup8z This query builds on Query 2, in that it requires a Ss face to be on an AMP that is participating in a base pair. Two GMPs are found to have this particular face participating with other nucleotides in base pairs in this particular structure Carleton University :: Dumontier Lab :: 5/25/2009 17 dumontierlab.com
  • 18. Query 4: Find Hoogsteen – O2’ face interactions (model 1 of PDB:1B36) PREFIX ss: <http://semanticscience.org/> SELECT distinct ?faceInteraction ?residue1 ?residue2 ?hasHhFace ?hasO2pFace where { ?pair ss:isProperPartOf <http://semanticscience.org/pdb/1B36_m1> . ?pair ss:hasProperPart ?faceInteraction . ?faceInteraction rdf:type ss:FaceInteraction . ?hasHhFace rdf:type ss:HoogsteenHoogsteenFace . ?hasHhFace ss:isAgentIn ?faceInteraction . ?hasO2pFace rdf:type ss:O2pFace . ?hasO2pFace ss:isAgentIn ?faceInteraction . ?residue1 ss:hasQuality ?hasHhFace . ?residue2 ss:hasQuality ?hasO2pFace } Results found at: http://tinyurl.com/oo4fp8 LW+ nomenclature more detailed for base interactions. The result of this query describes a single base pair in this structure. Carleton University :: Dumontier Lab :: 5/25/2009 18 dumontierlab.com
  • 19. Future Directions • Specify Saenger nomenclature • Map other structural annotator output (e.g. 3DNA) • Extend structural knowledge with 6 backbone angles – range restrictions on classes • SWRL / DL-safe rules or SPARQL query required to specify cyclic motifs • Publish as part of Bio2RDF network 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 19
  • 20. RKB Availability • Creative Commons License. • Google Code Project: – http://semanticscience.org • Instructions: http://code.google.com/p/semanticscience/wiki/RKBDownload 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 20
  • 21. References • Dumontier, M., et al. (2009). RKB: A Semantic Web Knowledge Base for RNA, Accepted in Bio-Ontologies 2009, Stockholm, Sweden • Smith, B., et al. (2005). Relations in biomedical ontologies. Genome Biol, 6(5): p. R46 • Leontis, N. B. and E. Westhof (2001). Geometric nomenclature and classification of RNA base pairs. RNA, 7(4): 499-512. • Lemieux, S. and F. Major. (2002). RNA canonical and non-canonical base pairing types: a recognition method and complete repertoire. Nucleic Acids Res, 30(19): p. 4250-63. • Major, F., Thibault, P., Computer Modeling of RNA Three- Dimensional Structures, in Encyclopedia of Molecular Cell Biology and Molecular Medicine, R.A. Meyers, Editor. 2005, Wiley-VCH Verlag GmbH & Co.: Weinheim. p. 605-636. 5/25/2009 Carleton University -- Dumontier Lab dumontierlab.com 21

Notes de l'éditeur

  1. This nomenclature has several advantages. First the names are easy to remember and there is no need to reference any documentation. Second the name alone gives a good idea of the base pair geometry. Third, isosteric pairs have the same name.Despite these advantages, LW cannot differentiate base paring types that differ by a sliding of the bases along the interacting faces, especially in the context of single H-bond base pairs (GU base pair).
  2. To increase the precision of the LW nomenclature, Lemiux and Major defined the LW+ nomenclature by decomposing the edges into faces. Then, they defined and implemented an algorithm to reduce possible identification ambiguities to anecdotal occurrences.
  3. Base pairs are described from the hydrogen bonding that occur between the edges of the corresponding nitrogen containing bases but can also be more precisely described by the interaction with their facesBase pairs necessarily involve the participating nucleotides, but face interactions, which are part of the base pair, can specifically identify the participating edges, which are qualities of thei<?xml version=\"1.0\"?> <rdf:RDFxmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\" xmlns=\"http://www.polymerinformatics.com/ChemAxiom/ChemDomain.owl#\" xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\" xmlns:owl=\"http://www.w3.org/2002/07/owl#\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xml:base=\"http://www.polymerinformatics.com/ChemAxiom/ChemDomain.owl\"> <owl:Ontologyrdf:about=\"\"> <owl:versionInfordf:datatype=\"http://www.w3.org/2001/XMLSchema#string\" >Version 1.0</owl:versionInfo> <dc:rights>Copyright (C) 2009 Dr Nico Adams. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;. PLEASE NOTE THAT OTHER LICENCE FORMS ARE AVAILABLE FOR COMMERCIAL USE OF THESE ONTOLOGIES. If you are interested in getting involved in the development of this ontology, wish to provide feedback or if you would like to explore alternative licencing, please email chemaxiom@googlemail.com.</dc:rights> <owl:importsrdf:resource=\"http://www.ifomis.org/bfo/1.1\"/> </owl:Ontology> <owl:Classrdf:ID=\"InitiatorRole\"> <rdfs:subClassOf> <owl:Classrdf:ID=\"ChemicalRole\"/> </rdfs:subClassOf> </owl:Class> <owl:Classrdf:ID=\"BaseMolecule\"> <owl:disjointWith> <owl:Classrdf:ID=\"AcidMolecule\"/> </owl:disjointWith> <rdfs:subClassOf> <owl:Classrdf:ID=\"MolecularEntity\"/> </rdfs:subClassOf> <owl:equivalentClass> <owl:Class> <owl:intersectionOfrdf:parseType=\"Collection\"> <owl:Classrdf:about=\"#MolecularEntity\"/> <owl:Restriction> <owl:someValuesFrom> <owl:Classrdf:ID=\"BaseRole\"/> </owl:someValuesFrom> <owl:onProperty> <owl:ObjectPropertyrdf:ID=\"hasRole\"/> </owl:onProperty> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> </owl:Class> <owl:Classrdf:ID=\"NucleophileRole\"> <rdfs:subClassOf> <owl:Classrdf:about=\"#ChemicalRole\"/> </rdfs:subClassOf> </owl:Class> <owl:Classrdf:ID=\"CASNumber\"> <owl:disjointWith> <owl:Classrdf:ID=\"RTECS\"/> </owl:disjointWith> <owl:disjointWith> <owl:Classrdf:ID=\"JSTSubstanceNumber\"/> </owl:disjointWith> <owl:disjointWith> <owl:Classrdf:ID=\"InChI\"/> </owl:disjointWith> <owl:disjointWith> <owl:Classrdf:ID=\"SMILES\"/> </owl:disjointWith> <owl:disjointWith> <owl:Classrdf:ID=\"MolecularFormula\"/> </owl:disjointWith> <owl:disjointWith> <owl:Classrdf:ID=\"PolyInfoMonomerID\"/> </owl:disjointWith> <rdfs:subClassOf> <owl:Classrdf:ID=\"IdentifierToken\"/> </rdfs:subClassOf> <owl:disjointWith> <owl:Classrdf:ID=\"InChiKey\"/> </owl:disjointWith> </owl:Class> <owl:Classrdf:ID=\"NamedChemicalSpecies\"> <rdfs:subClassOf> <owl:Classrdf:ID=\"ChemicalSpecies\"/> </rdfs:subClassOf> </owl:Class> <owl:Classrdf:about=\"#SMILES\"> <owl:disjointWith> <owl:Classrdf:about=\"#JSTSubstanceNumber\"/> </owl:disjointWith> <owl:disjointWith> <owl:Classrdf:about=\"#InChI\"/> </owl:disjointWith> <owl:disjointWith> <owl:Classrdf:about=\"#RTECS\"/> </owl:disjointWith> <owl:disjointWith> <owl:Classrdf:about=\"#MolecularFormula\"/> </owl:disjointWith> <rdfs:subClassOf> <owl:Classrdf:about=\"#IdentifierToken\"/> </rdfs:subClassOf> <owl:disjointWith> <owl:Classrdf:about=\"#PolyInfoMonomerID\"/> </owl:disjointWith> <owl:disjointWithrdf:resource=\"#CASNumber\"/> <owl:disjointWith> <owl:Classrdf:about=\"#InChiKey\"/> </owl:disjointWith> </owl:Class> <owl:Classrdf:ID=\"IUPACName\"> <owl:disjointWith> <owl:Classrdf:ID=\"INN\"/> </owl:disjointWith> <rdfs:subClassOf> <owl:Classrdf:ID=\"Name\"/> </rdfs:subClassOf> <owl:disjointWith> <owl:Classrdf:ID=\"Synonym\"/> </owl:disjointWith> </owl:Class> <owl:Classrdf:about=\"#Synonym\"> <owl:disjointWith> <owl:Classrdf:about=\"#INN\"/> </owl:disjointWith> <rdfs:subClassOf> <owl:Classrdf:about=\"#Name\"/> </rdfs:subClassOf> <owl:disjointWithrdf:resource=\"#IUPACName\"/> </owl:Class> <owl:Classrdf:about=\"#AcidMolecule\"> <owl:disjointWithrdf:resource=\"#BaseMolecule\"/> <rdfs:subClassOf> <owl:Classrdf:about=\"#MolecularEntity\"/> </rdfs:subClassOf> <owl:equivalentClass> <owl:Class> <owl:intersectionOfrdf:parseType=\"Collection\"> <owl:Classrdf:about=\"#MolecularEntity\"/> <owl:Restriction> <owl:someValuesFrom> <owl:Classrdf:ID=\"AcidRole\"/> </owl:someValuesFrom> <owl:onPropertyrdf:resource=\"#hasRole\"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> </owl:Class> <owl:Classrdf:ID=\"ChemicalIdentifier\"> <rdfs:subClassOfrdf:resource=\"http://www.ifomis.org/bfo/1.1/snap#SpecificallyDependentContinuant\"/> <rdfs:subClassOf> <owl:Restriction> <owl:someValuesFromrdf:resource=\"http://www.w3.org/2001/XMLSchema#string\"/> <owl:onProperty> <owl:DatatypePropertyrdf:ID=\"hasValue\"/> </owl:onProperty> </owl:Restriction> </rdfs:subClassOf> <rdfs:commentxml:lang=\"en\">A lexical token, that names an entity.</rdfs:comment> </owl:Class> <owl:Classrdf:about=\"#MolecularFormula\"> <owl:disjointWith> <owl:Classrdf:about=\"#PolyInfoMonomerID\"/> </owl:disjointWith> <rdfs:subClassOf> <owl:Classrdf:about=\"#IdentifierToken\"/> </rdfs:subClassOf> <owl:disjointWith> <owl:Classrdf:about=\"#JSTSubstanceNumber\"/> </owl:disjointWith> <owl:disjointWith> <owl:Classrdf:about=\"#InChiKey\"/> </owl:disjointWith> <owl:disjointWithrdf:resource=\"#CASNumber\"/> <owl:disjointWith> <owl:Classrdf:about=\"#RTECS\"/> </owl:disjointWith> <owl:disjointWithrdf:resource=\"#SMILES\"/> <owl:disjointWith> <owl:Classrdf:about=\"#InChI\"/> </owl:disjointWith> <rdfs:commentxml:lang=\"en\">A formula according with the relative molecular mass (or the structure).</rdfs:comment> </owl:Class> <owl:Classrdf:about=\"#RTECS\"> <owl:disjointWithrdf:resource=\"#SMILES\"/> <owl:disjointWith> <owl:Classrdf:about=\"#InChI\"/> </owl:disjointWith> <owl:disjointWithrdf:resource=\"#MolecularFormula\"/> <rdfs:subClassOf> <owl:Classrdf:about=\"#IdentifierToken\"/> </rdfs:subClassOf> <owl:disjointWith> <owl:Classrdf:about=\"#PolyInfoMonomerID\"/> </owl:disjointWith> <owl:disjointWithrdf:resource=\"#CASNumber\"/> <owl:disjointWith> <owl:Classrdf:about=\"#JSTSubstanceNumber\"/> </owl:disjointWith> <owl:disjointWith> <owl:Classrdf:about=\"#InChiKey\"/> </owl:disjointWith> </owl:Class> <owl:Classrdf:ID=\"ElectrophileMolecule\"> <owl:disjointWith> <owl:Classrdf:ID=\"NucleophileMolecule\"/> </owl:disjointWith> <rdfs:subClassOf> <owl:Classrdf:about=\"#MolecularEntity\"/> </rdfs:subClassOf> <owl:equivalentClass> <owl:Class> <owl:intersectionOfrdf:parseType=\"Collection\"> <owl:Classrdf:about=\"#MolecularEntity\"/> <owl:Restriction> <owl:onPropertyrdf:resource=\"#hasRole\"/> <owl:someValuesFrom> <owl:Classrdf:ID=\"ElectrophileRole\"/> </owl:someValuesFrom> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> </owl:Class> <owl:Classrdf:ID=\"Solvent\"> <rdfs:subClassOf> <owl:Classrdf:about=\"#ChemicalSpecies\"/> </rdfs:subClassOf> <owl:equivalentClass> <owl:Class> <owl:intersectionOfrdf:parseType=\"Collection\"> <owl:Classrdf:about=\"#ChemicalSpecies\"/> <owl:Restriction> <owl:someValuesFrom> <owl:Classrdf:ID=\"SolventRole\"/> </owl:someValuesFrom> <owl:onPropertyrdf:resource=\"#hasRole\"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> </owl:Class> <owl:Classrdf:ID=\"ElectronDonorRole\"> <rdfs:subClassOf> <owl:Classrdf:about=\"#ChemicalRole\"/> </rdfs:subClassOf> </owl:Class> <owl:Classrdf:about=\"#ChemicalSpecies\"> <rdfs:subClassOf> <owl:Class> <owl:unionOfrdf:parseType=\"Collection\"> <owl:Restriction> <owl:someValuesFrom> <owl:Classrdf:about=\"#MolecularEntity\"/> </owl:someValuesFrom> <owl:onProperty> <rdf:Propertyrdf:ID=\"hasPart\"/> </owl:onProperty> </owl:Restriction> <owl:Restriction> <owl:someValuesFromrdf:resource=\"#ChemicalSpecies\"/> <owl:onProperty> <rdf:Propertyrdf:about=\"#hasPart\"/> </owl:onProperty> </owl:Restriction> <owl:Restriction> <owl:hasValue> <owl:Classrdf:ID=\"BulkChemicalElement\"/> </owl:hasValue> <owl:onProperty> <rdf:Propertyrdf:about=\"#hasPart\"/> </owl:onProperty> </owl:Restriction> </owl:unionOf> </owl:Class> </rdfs:subClassOf> <rdfs:commentxml:lang=\"en\">An ensemble of chemically identical molecular entities that can explore the same set of molecular energy levels on the time scale of the experiment.</rdfs:comment> <rdfs:subClassOfrdf:resource=\"http://www.ifomis.org/bfo/1.1/snap#Object\"/> <owl:disjointWith> <owl:Classrdf:ID=\"ChemicalElement\"/> </owl:disjointWith> <rdfs:subClassOf> <owl:Restriction> <owl:someValuesFromrdf:resource=\"http://www.w3.org/2001/XMLSchema#string\"/> <owl:onProperty> <owl:DatatypePropertyrdf:ID=\"preseentInAmount\"/> </owl:onProperty> </owl:Restriction> </rdfs:subClassOf> <owl:disjointWith> <owl:Classrdf:about=\"#MolecularEntity\"/> </owl:disjointWith> </owl:Class> <owl:Classrdf:ID=\"ReactantMolecule\"> <owl:disjointWith> <owl:Classrdf:ID=\"ProductMolecule\"/> </owl:disjointWith> <owl:equivalentClass> <owl:Class> <owl:intersectionOfrdf:parseType=\"Collection\"> <owl:Classrdf:about=\"#MolecularEntity\"/> <owl:Restriction> <owl:someValuesFrom> <owl:Classrdf:ID=\"ReactantRole\"/> </owl:someValuesFrom> <owl:onPropertyrdf:resource=\"#hasRole\"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> <rdfs:subClassOf> <owl:Classrdf:about=\"#MolecularEntity\"/> </rdfs:subClassOf> </owl:Class> <owl:Classrdf:about=\"#PolyInfoMonomerID\"> <owl:disjointWith> <owl:Classrdf:about=\"#InChI\"/> </owl:disjointWith> <owl:disjointWith> <owl:Classrdf:about=\"#JSTSubstanceNumber\"/> </owl:disjointWith> <owl:disjointWithrdf:resource=\"#SMILES\"/> <owl:disjointWithrdf:resource=\"#MolecularFormula\"/> <rdfs:subClassOf> <owl:Classrdf:about=\"#IdentifierToken\"/> </rdfs:subClassOf> <owl:disjointWithrdf:resource=\"#CASNumber\"/> <owl:disjointWithrdf:resource=\"#RTECS\"/> <owl:disjointWith> <owl:Classrdf:about=\"#InChiKey\"/> </owl:disjointWith> </owl:Class> <owl:Classrdf:ID=\"CatalystMolecule\"> <owl:equivalentClass> <owl:Class> <owl:intersectionOfrdf:parseType=\"Collection\"> <owl:Classrdf:about=\"#MolecularEntity\"/> <owl:Restriction> <owl:someValuesFrom> <owl:Classrdf:ID=\"CatalystRole\"/> </owl:someValuesFrom> <owl:onPropertyrdf:resource=\"#hasRole\"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> <rdfs:subClassOf> <owl:Classrdf:about=\"#MolecularEntity\"/> </rdfs:subClassOf> </owl:Class> <owl:Classrdf:about=\"#INN\"> <owl:disjointWithrdf:resource=\"#Synonym\"/> <owl:disjointWithrdf:resource=\"#IUPACName\"/> <rdfs:commentxml:lang=\"en\">International Nonproprietary Name.</rdfs:comment> <rdfs:subClassOf> <owl:Classrdf:about=\"#Name\"/> </rdfs:subClassOf> </owl:Class> <owl:Classrdf:ID=\"ChemicalElementType\"> <rdfs:subClassOfrdf:resource=\"http://www.ifomis.org/bfo/1.1/snap#Quality\"/> </owl:Class> <owl:Classrdf:about=\"#CatalystRole\"> <rdfs:subClassOf> <owl:Classrdf:about=\"#ChemicalRole\"/> </rdfs:subClassOf> </owl:Class> <owl:Classrdf:ID=\"ElectronDonorMolecule\"> <owl:disjointWith> <owl:Classrdf:ID=\"ElectronAcceptorMolecule\"/> </owl:disjointWith> <rdfs:subClassOf> <owl:Classrdf:about=\"#MolecularEntity\"/> </rdfs:subClassOf> <owl:equivalentClass> <owl:Class> <owl:intersectionOfrdf:parseType=\"Collection\"> <owl:Classrdf:about=\"#MolecularEntity\"/> <owl:Restriction> <owl:someValuesFromrdf:resource=\"#ElectronDonorRole\"/> <owl:onPropertyrdf:resource=\"#hasRole\"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> </owl:Class> <owl:Classrdf:about=\"#InChI\"> <owl:disjointWithrdf:resource=\"#SMILES\"/> <owl:disjointWith> <owl:Classrdf:about=\"#JSTSubstanceNumber\"/> </owl:disjointWith> <owl:disjointWithrdf:resource=\"#RTECS\"/> <rdfs:subClassOf> <owl:Classrdf:about=\"#IdentifierToken\"/> </rdfs:subClassOf> <owl:disjointWithrdf:resource=\"#PolyInfoMonomerID\"/> <owl:disjointWithrdf:resource=\"#CASNumber\"/> <owl:disjointWithrdf:resource=\"#MolecularFormula\"/> <owl:disjointWith> <owl:Classrdf:about=\"#InChiKey\"/> </owl:disjointWith> </owl:Class> <owl:Classrdf:about=\"#ChemicalRole\"> <rdfs:subClassOfrdf:resource=\"http://www.ifomis.org/bfo/1.1/snap#Role\"/> </owl:Class> <owl:Classrdf:ID=\"ProductRole\"> <rdfs:subClassOfrdf:resource=\"#ChemicalRole\"/> </owl:Class> <owl:Classrdf:ID=\"PureChemicalSpecies\"> <owl:disjointWith> <owl:Classrdf:ID=\"Mixture\"/> </owl:disjointWith> <rdfs:comment>Needs to be axiomatised and differentiated from mixtures</rdfs:comment> <rdfs:subClassOfrdf:resource=\"#ChemicalSpecies\"/> </owl:Class> <owl:Classrdf:about=\"#IdentifierToken\"> <rdfs:subClassOfrdf:resource=\"#ChemicalIdentifier\"/> </owl:Class> <owl:Classrdf:about=\"#SolventRole\"> <rdfs:subClassOfrdf:resource=\"#ChemicalRole\"/> </owl:Class> <owl:Classrdf:about=\"#ReactantRole\"> <rdfs:subClassOfrdf:resource=\"#ChemicalRole\"/> </owl:Class> <owl:Classrdf:ID=\"NucleofugeRole\"> <rdfs:subClassOfrdf:resource=\"#ChemicalRole\"/> </owl:Class> <owl:Classrdf:about=\"#MolecularEntity\"> <owl:disjointWithrdf:resource=\"#ChemicalSpecies\"/> <rdfs:subClassOfrdf:resource=\"http://www.ifomis.org/bfo/1.1/snap#Object\"/> <rdfs:commentxml:lang=\"en\">Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity. Molecular entity is used in this Compendium as a general term for singular entities, irrespective of their nature, while chemical species stands for sets or ensembles of molecular entities. Note that the name of a compound may refer to the respective molecular entity or to the chemical species, e.g. methane, may mean a single molecule of CH4 (molecular entity) or a molar amount, specified or not (chemical species), participating in a reaction.</rdfs:comment> <owl:disjointWith> <owl:Classrdf:about=\"#ChemicalElement\"/> </owl:disjointWith> <rdfs:subClassOf> <owl:Restriction> <owl:someValuesFromrdf:resource=\"#ChemicalIdentifier\"/> <owl:onProperty> <owl:ObjectPropertyrdf:ID=\"hasIdentifier\"/> </owl:onProperty> </owl:Restriction> </rdfs:subClassOf> </owl:Class> <owl:Classrdf:about=\"#ProductMolecule\"> <owl:disjointWithrdf:resource=\"#ReactantMolecule\"/> <owl:equivalentClass> <owl:Class> <owl:intersectionOfrdf:parseType=\"Collection\"> <owl:Classrdf:about=\"#MolecularEntity\"/> <owl:Restriction> <owl:someValuesFromrdf:resource=\"#ProductRole\"/> <owl:onPropertyrdf:resource=\"#hasRole\"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> <rdfs:subClassOfrdf:resource=\"#MolecularEntity\"/> </owl:Class> <owl:Classrdf:ID=\"ReagentRole\"> <rdfs:subClassOfrdf:resource=\"#ChemicalRole\"/> </owl:Class> <owl:Classrdf:about=\"#BaseRole\"> <rdfs:subClassOfrdf:resource=\"#ChemicalRole\"/> </owl:Class> <owl:Classrdf:about=\"#InChiKey\"> <rdfs:subClassOfrdf:resource=\"#IdentifierToken\"/> <owl:disjointWith> <owl:Classrdf:about=\"#JSTSubstanceNumber\"/> </owl:disjointWith> <owl:disjointWithrdf:resource=\"#InChI\"/> <owl:disjointWithrdf:resource=\"#RTECS\"/> <owl:disjointWithrdf:resource=\"#SMILES\"/> <owl:disjointWithrdf:resource=\"#MolecularFormula\"/> <owl:disjointWithrdf:resource=\"#CASNumber\"/> <owl:disjointWithrdf:resource=\"#PolyInfoMonomerID\"/> </owl:Class> <owl:Classrdf:about=\"#ElectrophileRole\"> <rdfs:subClassOfrdf:resource=\"#ChemicalRole\"/> </owl:Class> <owl:Classrdf:ID=\"NamedMolecularEntity\"> <rdfs:subClassOfrdf:resource=\"#MolecularEntity\"/> </owl:Class> <owl:Classrdf:ID=\"ReagentMolecule\"> <owl:equivalentClass> <owl:Class> <owl:intersectionOfrdf:parseType=\"Collection\"> <owl:Classrdf:about=\"#MolecularEntity\"/> <owl:Restriction> <owl:someValuesFromrdf:resource=\"#ReagentRole\"/> <owl:onPropertyrdf:resource=\"#hasRole\"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> <rdfs:subClassOfrdf:resource=\"#MolecularEntity\"/> </owl:Class> <owl:Classrdf:about=\"#JSTSubstanceNumber\"> <owl:disjointWithrdf:resource=\"#PolyInfoMonomerID\"/> <owl:disjointWithrdf:resource=\"#InChI\"/> <owl:disjointWithrdf:resource=\"#RTECS\"/> <owl:disjointWithrdf:resource=\"#SMILES\"/> <owl:disjointWithrdf:resource=\"#MolecularFormula\"/> <rdfs:subClassOfrdf:resource=\"#IdentifierToken\"/> <owl:disjointWithrdf:resource=\"#CASNumber\"/> <owl:disjointWithrdf:resource=\"#InChiKey\"/> </owl:Class> <owl:Classrdf:about=\"#Mixture\"> <owl:disjointWithrdf:resource=\"#PureChemicalSpecies\"/> <rdfs:subClassOfrdf:resource=\"#ChemicalSpecies\"/> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty> <rdf:Propertyrdf:about=\"#hasPart\"/> </owl:onProperty> <owl:someValuesFromrdf:resource=\"#ChemicalSpecies\"/> </owl:Restriction> </rdfs:subClassOf> </owl:Class> <owl:Classrdf:about=\"#ElectronAcceptorMolecule\"> <owl:disjointWithrdf:resource=\"#ElectronDonorMolecule\"/> <owl:equivalentClass> <owl:Class> <owl:intersectionOfrdf:parseType=\"Collection\"> <owl:Classrdf:about=\"#MolecularEntity\"/> <owl:Restriction> <owl:someValuesFrom> <owl:Classrdf:ID=\"ElectronAcceptorRole\"/> </owl:someValuesFrom> <owl:onPropertyrdf:resource=\"#hasRole\"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> <rdfs:subClassOfrdf:resource=\"#MolecularEntity\"/> </owl:Class> <owl:Classrdf:ID=\"TerminatorRole\"> <rdfs:subClassOfrdf:resource=\"#ChemicalRole\"/> </owl:Class> <owl:Classrdf:about=\"#ElectronAcceptorRole\"> <rdfs:subClassOfrdf:resource=\"#ChemicalRole\"/> </owl:Class> <owl:Classrdf:about=\"#NucleophileMolecule\"> <owl:disjointWithrdf:resource=\"#ElectrophileMolecule\"/> <owl:equivalentClass> <owl:Class> <owl:intersectionOfrdf:parseType=\"Collection\"> <owl:Classrdf:about=\"#MolecularEntity\"/> <owl:Restriction> <owl:someValuesFromrdf:resource=\"#NucleophileRole\"/> <owl:onPropertyrdf:resource=\"#hasRole\"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> <rdfs:subClassOfrdf:resource=\"#MolecularEntity\"/> </owl:Class> <owl:Classrdf:about=\"#AcidRole\"> <rdfs:subClassOfrdf:resource=\"#ChemicalRole\"/> </owl:Class> <owl:Classrdf:about=\"#BulkChemicalElement\"> <rdfs:commentxml:lang=\"en\">The term chemical element is polymorphic its precise usage is still being defined.</rdfs:comment> <owl:equivalentClass> <owl:Class> <owl:intersectionOfrdf:parseType=\"Collection\"> <owl:Classrdf:about=\"#ChemicalSpecies\"/> <owl:Restriction> <owl:hasValue> <owl:Classrdf:about=\"#ChemicalElement\"/> </owl:hasValue> <owl:onProperty> <rdf:Propertyrdf:about=\"#hasPart\"/> </owl:onProperty> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> <rdfs:subClassOfrdf:resource=\"#PureChemicalSpecies\"/> </owl:Class> <owl:Classrdf:about=\"#Name\"> <rdfs:subClassOfrdf:resource=\"#ChemicalIdentifier\"/> <rdfs:commentxml:lang=\"en\">The name given to a chemical or molecular entity.</rdfs:comment> </owl:Class> <owl:Classrdf:about=\"#ChemicalElement\"> <rdfs:subClassOfrdf:resource=\"http://www.ifomis.org/bfo/1.1/snap#Object\"/> <rdfs:subClassOf> <owl:Restriction> <owl:hasValuerdf:resource=\"#ChemicalElementType\"/> <owl:onProperty> <owl:ObjectPropertyrdf:ID=\"hasElementType\"/> </owl:onProperty> </owl:Restriction> </rdfs:subClassOf> <owl:disjointWithrdf:resource=\"#ChemicalSpecies\"/> <owl:disjointWithrdf:resource=\"#MolecularEntity\"/> </owl:Class> <owl:ObjectPropertyrdf:ID=\"isPartOf\"/> <rdf:Propertyrdf:about=\"#hasPart\"> <owl:inverseOfrdf:resource=\"#isPartOf\"/> </rdf:Property> </rdf:RDF> r respective nucleotides. The figure part A illustrates the representation of a Ww / O2’ face interaction as part of a GG base pair in model 5 of PDB:1AJU. In model 10 (figure part B) an additional face interaction (Ss/O2’) can easily be added as another part of the base pair.
  4. The base pair shown is part of the solution NMR RNA structure for the “hairpin ribozyme loop B domain” (PDBID: 1B36). This base pair is formed in model 4 of the PDB entry between AMP at position 9 and AMP at position 29. The base pair in question is realized through a single hydrogen bond formed between the interaction of the Hw and Hh between residues 9 and 29 respectively. Both of these faces form part of the HoogsteenEdges from each base. (the Legend A [square] A is a well used nomenclature to indicate that it’s a trans Hoogsteen/Hoogsteen BP).(the OWL-DL class seen in the box represents the types that were asserted/infered at the instance level of the base pair)This base pair is classified as being of Class II according to the Saenger nomenclature and is classified as a (8) Trans, Hoogsteen/Hoogsteen, Parallel according to the Leontis-Westhof classification
  5. The ribose ring presents two main puckering modes, “envelope” and “twist”. The “envelope” geometry is observed when one atom is located over or below the plane formed by the four others, whereas the “twist” geometry is observed when one atom is over and another is below the plane formed by the three others. The classification of a ribose, into either geometry is dependent on the relative position of the carbon atoms of the ribose to its C5’ atom. Hence carbon atoms in a ribose bear either the endo or exo role with respect to the plane formed by the other atoms
  6. Our implementation of situational modeling assures that objects are represented by a single entity throughout their lifetime, thus avoiding the need to create multiple distinct instances of the same object in each particular spatial-temporal context with different attributesThe RKB enables the description of the role played by the carbon atoms in the ribose of a nucleotide that define its pucker quality. “When the plane is horizontal and the C5’ atom is oriented to left, the atoms located over the plane are said to be endo to the C5’”, hence these atoms are considered to have an endo role and thus the ribose instantiates the envelope quality