From 97d64a6a4117ebbb3986e3a529549001ab611b18 Mon Sep 17 00:00:00 2001 From: StroemPhi Date: Fri, 23 Jun 2023 10:26:57 +0200 Subject: [PATCH] refine definition and add subclass of axiom relating this to its PATO quality --- src/ontology/components/vibso_classes.owl | 5 ++++- src/templates/vibso_classes.tsv | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/ontology/components/vibso_classes.owl b/src/ontology/components/vibso_classes.owl index 5c5d0a4..9ad54a6 100644 --- a/src/ontology/components/vibso_classes.owl +++ b/src/ontology/components/vibso_classes.owl @@ -35,6 +35,7 @@ Declaration(Class(obo:IAO_0000140)) Declaration(Class(obo:OBI_0000654)) Declaration(Class(obo:OBI_0000968)) Declaration(Class(obo:PATO_0001018)) +Declaration(Class(obo:PATO_0001293)) Declaration(Class(obo:VIBSO_0000000)) Declaration(Class(obo:VIBSO_0000001)) Declaration(Class(obo:VIBSO_0000002)) @@ -65,6 +66,7 @@ Declaration(Class(obo:VIBSO_0000026)) Declaration(Class(obo:VIBSO_0000027)) Declaration(Class(obo:VIBSO_0000028)) Declaration(ObjectProperty(obo:BFO_0000050)) +Declaration(ObjectProperty(obo:IAO_0000136)) Declaration(AnnotationProperty(obo:IAO_0000112)) Declaration(AnnotationProperty(obo:IAO_0000115)) Declaration(AnnotationProperty(obo:IAO_0000116)) @@ -404,12 +406,13 @@ SubClassOf(obo:VIBSO_0000027 obo:IAO_0000140) # Class: obo:VIBSO_0000028 (absorbance) -AnnotationAssertion(Annotation(dc:source ) Annotation(dc:source ) obo:IAO_0000115 obo:VIBSO_0000028 "A data item that quantifies the absorption quality of a sample by being the logarithm of the incident electromagnetic radiation power (before absorption), divided by the transmitted electromagnetic radiation power (after absorption)."@en) +AnnotationAssertion(Annotation(dc:source ) Annotation(dc:source ) Annotation(dc:source Wikipedia:Absorbance) obo:IAO_0000115 obo:VIBSO_0000028 "A data item that quantifies the absorption of light by some material as the logarithm of the incident electromagnetic radiation power (before absorption), divided by the transmitted electromagnetic radiation power (after absorption)."@en) AnnotationAssertion(dc:contributor obo:VIBSO_0000028 ) AnnotationAssertion(rdfs:comment obo:VIBSO_0000028 "Definition was adapted from “afo:absorbance“. We did not reuse/import this AFO term directly due to the associated ontological commitment of AFO. Yet, we will provide a mapping."@en) AnnotationAssertion(rdfs:label obo:VIBSO_0000028 "absorbance"@en) AnnotationAssertion(rdfs:seeAlso obo:VIBSO_0000028 ) SubClassOf(obo:VIBSO_0000028 obo:IAO_0000027) +SubClassOf(obo:VIBSO_0000028 ObjectSomeValuesFrom(obo:IAO_0000136 obo:PATO_0001293)) ) diff --git a/src/templates/vibso_classes.tsv b/src/templates/vibso_classes.tsv index 932a692..532a207 100644 --- a/src/templates/vibso_classes.tsv +++ b/src/templates/vibso_classes.tsv @@ -36,5 +36,9 @@ Together with the focal point distance, this setting defines the region of inter obo:VIBSO_0000028 absorbance extinction https://github.com/NFDI4Chem/VibrationalSpectroscopyOntology/issues/86 A meassurement datum that represents the logarithm to the base 10 (linear absorbance) of the incident (prior to absorption) spectral radiant power, divided by the transmitted spectral radiant power. https://doi.org/10.1351/goldbook|http://purl.allotrope.org/ontologies/result#AFR_0001157 owl:Class measurement datum ORCID:0000-0002-1595-3213 Definition was adapted from “afo:absorbance“. We did not reuse/import this AFO term directly due to the associated ontological commitment of AFO. Yet, we will provide a mapping. ======= Together with the focal point distance, this setting defines the region of interest depth." owl:Class setting datum ORCID:0000-0001-7694-5519|ORCID:0000-0002-2239-3956 10 number of measurements Z = (region of interest depth) / (point distance Z) +<<<<<<< HEAD obo:VIBSO_0000028 absorbance https://github.com/NFDI4Chem/VibrationalSpectroscopyOntology/issues/86 A data item that quantifies the absorption quality of a sample by being the logarithm of the incident electromagnetic radiation power (before absorption), divided by the transmitted electromagnetic radiation power (after absorption). https://doi.org/10.1351/goldbook|http://purl.allotrope.org/ontologies/result#AFR_0001157 owl:Class data item| ORCID:0000-0002-1595-3213 Definition was adapted from “afo:absorbance“. We did not reuse/import this AFO term directly due to the associated ontological commitment of AFO. Yet, we will provide a mapping. >>>>>>> 7d24ea3 (update definition) +======= +obo:VIBSO_0000028 absorbance https://github.com/NFDI4Chem/VibrationalSpectroscopyOntology/issues/86 A data item that quantifies the absorption of light by some material as the logarithm of the incident electromagnetic radiation power (before absorption), divided by the transmitted electromagnetic radiation power (after absorption). https://doi.org/10.1351/goldbook|http://purl.allotrope.org/ontologies/result#AFR_0001157|https://en.wikipedia.org/wiki/Absorbance owl:Class data item|('is about' some obo:PATO_0001293) ORCID:0000-0002-1595-3213 Definition was adapted from “afo:absorbance“. We did not reuse/import this AFO term directly due to the associated ontological commitment of AFO. Yet, we will provide a mapping. +>>>>>>> 5b14450 (refine definition and add subclass of axiom relating this to its PATO quality)