Skip to content

Commit

Permalink
Add an annotation to the subclassOf axiom
Browse files Browse the repository at this point in the history
We are injecting/adding classes of NMR calibration roles as we have more specialized classes than CHEBI

Co-authored-by: Philip Strömert <[email protected]>
  • Loading branch information
NRayya and StroemPhi authored Sep 19, 2024
1 parent af582c3 commit 6807abc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ontology/nmrCV-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1030,14 +1030,14 @@ AnnotationAssertion(rdfs:label <http://nmrML.org/nmrCV#NMR:0002003> "chemical sh
EquivalentClasses(<http://nmrML.org/nmrCV#NMR:0002003> ObjectIntersectionOf(<http://nmrML.org/nmrCV#NMR:1400032> ObjectSomeValuesFrom(obo:RO_0000087 <http://nmrML.org/nmrCV#NMR:0002006>)))
SubClassOf(<http://nmrML.org/nmrCV#NMR:0002003> <http://nmrML.org/nmrCV#NMR:1400032>)

# Class: <http://nmrML.org/nmrCV#NMR:0002005> (calibration compound role)
# Class: <http://nmrML.org/nmrCV#NMR:0002005> (NMR calibration compound role)

AnnotationAssertion(obo:IAO_0000115 <http://nmrML.org/nmrCV#NMR:0002005> "A role which inheres in a molecular entity that produces one or more peaks used to calibrate the NMR spectrometer and/or the spectrum.")
AnnotationAssertion(obo:IAO_0000233 <http://nmrML.org/nmrCV#NMR:0002005> <https://github.com/nmrML/nmrCV/issues/4>)
AnnotationAssertion(dcterms:contributor <http://nmrML.org/nmrCV#NMR:0002005> <https://orcid.org/0009-0001-5998-5030>)
AnnotationAssertion(dcterms:created <http://nmrML.org/nmrCV#NMR:0002005> "2024-08-22T15:10:11Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label <http://nmrML.org/nmrCV#NMR:0002005> "calibration compound role"@en)
SubClassOf(<http://nmrML.org/nmrCV#NMR:0002005> obo:CHEBI_51086)
AnnotationAssertion(rdfs:label <http://nmrML.org/nmrCV#NMR:0002005> "NMR calibration compound role"@en)
SubClassOf(Annotation(rdfs:comment "Manually asserted in nmrCV to have a more finegrained differentiation of the used calibration compounds."@en) Annotation(rdfs:isDefinedBy <http://nmrML.org/nmrCV>) <http://nmrML.org/nmrCV#NMR:0002005> obo:CHEBI_51086)

# Class: <http://nmrML.org/nmrCV#NMR:0002006> (NMR chemical shift calibration compound role)

Expand Down

0 comments on commit 6807abc

Please sign in to comment.